类 ProgressUpdateEvent.ProgressDetail

java.lang.Object
org.springframework.boot.buildpack.platform.docker.ProgressUpdateEvent.ProgressDetail
封闭类:
ProgressUpdateEvent

public static class ProgressUpdateEvent.ProgressDetail extends Object
Provide details about the progress of a task.
  • 构造器详细资料

    • ProgressDetail

      public ProgressDetail(Long current, Long total)
  • 方法详细资料

    • asPercentage

      public int asPercentage()
      Return the progress as a percentage.
      返回:
      the progress percentage
      从以下版本开始:
      3.3.7