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 TypeInterfaceDescriptioninterface
UpdateListener<E extends UpdateEvent>
Listener for update events published from theDockerApi
.Subclasses of UpdateEvent in org.springframework.boot.buildpack.platform.dockerModifier and TypeClassDescriptionclass
AProgressUpdateEvent
fired for image events.class
AProgressUpdateEvent
fired as an image is loaded.class
An update event used to provide log updates.class
AnUpdateEvent
that includes progress information.class
AProgressUpdateEvent
fired as an image is pulled.class
AProgressUpdateEvent
fired 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.NONE
A 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.