类 ProgressUpdateEvent.ProgressDetail
java.lang.Object
cn.taketoday.buildpack.platform.docker.ProgressUpdateEvent.ProgressDetail
- 封闭类:
- ProgressUpdateEvent
Provide details about the progress of a task.
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明intReturn the current progress value.intgetTotal()Return the total progress possible value.static booleanisEmpty(ProgressUpdateEvent.ProgressDetail progressDetail)
-
字段详细资料
-
current
-
total
-
-
构造器详细资料
-
ProgressDetail
-
-
方法详细资料
-
getCurrent
public int getCurrent()Return the current progress value.- 返回:
- the current progress
-
getTotal
public int getTotal()Return the total progress possible value.- 返回:
- the total progress possible
-
isEmpty
-