Uses of Class
org.springframework.boot.buildpack.platform.docker.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
Modifier 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
ModifierConstructorDescriptionprotected
TotalProgressListener
(Consumer<TotalProgressEvent> consumer, String[] trackedStatusKeys) Create a newTotalProgressListener
that sendsevents
to the given consumer.TotalProgressPullListener
(Consumer<TotalProgressEvent> consumer) Create a newTotalProgressPullListener
that sendsevents
to the given consumer.TotalProgressPushListener
(Consumer<TotalProgressEvent> consumer) Create a newTotalProgressPushListener
that sendsevents
to the given consumer.