Uses of Class
org.springframework.boot.buildpack.platform.docker.UpdateEvent
Packages that use UpdateEvent
Package
Description
A limited Docker API providing the operations needed by pack.
-
Uses of UpdateEvent in org.springframework.boot.buildpack.platform.docker
Classes in org.springframework.boot.buildpack.platform.docker with type parameters of type UpdateEventModifier and TypeInterfaceDescriptioninterfaceUpdateListener<E extends UpdateEvent>Listener for update events published from theDockerApi.Subclasses of UpdateEvent in org.springframework.boot.buildpack.platform.dockerModifier and TypeClassDescriptionclassAProgressUpdateEventfired for image events.classAProgressUpdateEventfired as an image is loaded.classAn update event used to provide log updates.classAnUpdateEventthat includes progress information.classAProgressUpdateEventfired as an image is pulled.classAProgressUpdateEventfired as an image is pushed to a registry.Fields in org.springframework.boot.buildpack.platform.docker with type parameters of type UpdateEventModifier and TypeFieldDescriptionstatic final UpdateListener<UpdateEvent>UpdateListener.NONEA no-op update listener.Methods in org.springframework.boot.buildpack.platform.docker with type parameters of type UpdateEventModifier and TypeMethodDescriptionstatic <E extends UpdateEvent>
UpdateListener<E>UpdateListener.none()A no-op update listener that does nothing.