Uses of Class
org.springframework.boot.buildpack.platform.docker.UpdateEvent
Package
Description
A limited Docker API providing the operations needed by pack.
-
Uses of UpdateEvent in org.springframework.boot.buildpack.platform.docker
Modifier and TypeInterfaceDescriptioninterface
UpdateListener<E extends UpdateEvent>
Listener for update events published from theDockerApi
.Modifier 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.Modifier and TypeFieldDescriptionstatic final UpdateListener<UpdateEvent>
UpdateListener.NONE
A no-op update listener.Modifier and TypeMethodDescriptionstatic <E extends UpdateEvent>
UpdateListener<E>UpdateListener.none()
A no-op update listener that does nothing.