类 TotalProgressPushListener
java.lang.Object
cn.taketoday.buildpack.platform.docker.TotalProgressListener<PushImageUpdateEvent>
cn.taketoday.buildpack.platform.docker.TotalProgressPushListener
- 所有已实现的接口:
UpdateListener<PushImageUpdateEvent>
UpdateListener that calculates the total progress of the entire push operation
and publishes TotalProgressEvent.- 从以下版本开始:
- 4.0
- 作者:
- Scott Frederick
-
字段概要
字段从接口继承的字段 cn.taketoday.buildpack.platform.docker.UpdateListener
NONE -
构造器概要
构造器构造器说明TotalProgressPushListener(String prefix) Create a newTotalProgressPushListenerthat prints a progress bar toSystem.out.TotalProgressPushListener(Consumer<TotalProgressEvent> consumer) Create a newTotalProgressPushListenerthat sendseventsto the given consumer. -
方法概要
从类继承的方法 cn.taketoday.buildpack.platform.docker.TotalProgressListener
onFinish, onStart, onUpdate
-
字段详细资料
-
TRACKED_STATUS_KEYS
-
-
构造器详细资料
-
TotalProgressPushListener
Create a newTotalProgressPushListenerthat prints a progress bar toSystem.out.- 参数:
prefix- the prefix to output
-
TotalProgressPushListener
Create a newTotalProgressPushListenerthat sendseventsto the given consumer.- 参数:
consumer- the consumer that receivesprogress events
-