Uses of Class
org.springframework.boot.buildpack.platform.docker.PushImageUpdateEvent
Packages that use PushImageUpdateEvent
Package
Description
A limited Docker API providing the operations needed by pack.
-
Uses of PushImageUpdateEvent in org.springframework.boot.buildpack.platform.docker
Subclasses with type arguments of type PushImageUpdateEvent in org.springframework.boot.buildpack.platform.dockerModifier and TypeClassDescriptionclass
UpdateListener
that calculates the total progress of the entire push operation and publishesTotalProgressEvent
.Method parameters in org.springframework.boot.buildpack.platform.docker with type arguments of type PushImageUpdateEventModifier and TypeMethodDescriptionvoid
DockerApi.ImageApi.push
(ImageReference reference, UpdateListener<PushImageUpdateEvent> listener, String registryAuth) Push an image to a registry.