Uses of Class
org.springframework.boot.buildpack.platform.docker.TotalProgressEvent
Packages that use TotalProgressEvent
Package
Description
Central API for performing a buildpack build.
A limited Docker API providing the operations needed by pack.
-
Uses of TotalProgressEvent in org.springframework.boot.buildpack.platform.build
Methods in org.springframework.boot.buildpack.platform.build that return types with arguments of type TotalProgressEventModifier and TypeMethodDescriptionprotected abstract Consumer<TotalProgressEvent>AbstractBuildLog.getProgressConsumer(String message) AbstractBuildLog.pullingImage(ImageReference imageReference, ImagePlatform platform, org.springframework.boot.buildpack.platform.build.ImageType imageType) BuildLog.pullingImage(ImageReference imageReference, ImagePlatform platform, org.springframework.boot.buildpack.platform.build.ImageType imageType) Log that an image is being pulled.AbstractBuildLog.pushingImage(ImageReference imageReference) BuildLog.pushingImage(ImageReference imageReference) Log that an image is being pushed. -
Uses of TotalProgressEvent in org.springframework.boot.buildpack.platform.docker
Methods in org.springframework.boot.buildpack.platform.docker with parameters of type TotalProgressEventConstructor parameters in org.springframework.boot.buildpack.platform.docker with type arguments of type TotalProgressEventModifierConstructorDescriptionprotectedTotalProgressListener(Consumer<TotalProgressEvent> consumer, String[] trackedStatusKeys) Create a newTotalProgressListenerthat sendseventsto the given consumer.TotalProgressPullListener(Consumer<TotalProgressEvent> consumer) Create a newTotalProgressPullListenerthat sendseventsto the given consumer.TotalProgressPushListener(Consumer<TotalProgressEvent> consumer) Create a newTotalProgressPushListenerthat sendseventsto the given consumer.