类 TotalProgressEvent

java.lang.Object
org.springframework.boot.buildpack.platform.docker.TotalProgressEvent

public class TotalProgressEvent extends Object
Event published by the TotalProgressPullListener showing the total progress of an operation.
从以下版本开始:
2.3.0
作者:
Phillip Webb
  • 构造器详细资料

    • TotalProgressEvent

      public TotalProgressEvent(int percent)
      Create a new TotalProgressEvent with a specific percent value.
      参数:
      percent - the progress as a percentage
  • 方法详细资料

    • getPercent

      public int getPercent()
      Return the total progress.
      返回:
      the total progress