Uses of Class
org.springframework.boot.buildpack.platform.docker.ImageProgressUpdateEvent
Packages that use ImageProgressUpdateEvent
Package
Description
A limited Docker API providing the operations needed by pack.
-
Uses of ImageProgressUpdateEvent in org.springframework.boot.buildpack.platform.docker
Classes in org.springframework.boot.buildpack.platform.docker with type parameters of type ImageProgressUpdateEventModifier and TypeClassDescriptionclass
TotalProgressListener<E extends ImageProgressUpdateEvent>
UpdateListener
that calculates the total progress of the entire image operation and publishesTotalProgressEvent
.Modifier and TypeClassDescriptionclass
AProgressUpdateEvent
fired as an image is pulled.class
AProgressUpdateEvent
fired as an image is pushed to a registry.