类 TotalProgressEvent
java.lang.Object
org.springframework.boot.buildpack.platform.docker.TotalProgressEvent
Event published by the
TotalProgressPullListener
showing the total progress of
an operation.- 从以下版本开始:
- 2.3.0
- 作者:
- Phillip Webb
-
构造器概要
构造器构造器说明TotalProgressEvent
(int percent) Create a newTotalProgressEvent
with a specific percent value. -
方法概要
-
构造器详细资料
-
TotalProgressEvent
public TotalProgressEvent(int percent) Create a newTotalProgressEvent
with a specific percent value.- 参数:
percent
- the progress as a percentage
-
-
方法详细资料
-
getPercent
public int getPercent()Return the total progress.- 返回:
- the total progress
-