クラス ProgressUpdateEvent.ProgressDetail

java.lang.ObjectSE
org.springframework.boot.buildpack.platform.docker.ProgressUpdateEvent.ProgressDetail
含まれているクラス:
ProgressUpdateEvent

public static class ProgressUpdateEvent.ProgressDetail extends ObjectSE
タスクの進行状況に関する詳細を提供します。
導入:
2.3.0
作成者:
Phillip Webb, Wolfgang Kronberg
  • コンストラクターの詳細

    • ProgressDetail

      public ProgressDetail(@Nullable LongSE current, @Nullable LongSE total)
  • 方法の詳細

    • asPercentage

      public int asPercentage()
      進捗状況をパーセンテージで返します。
      戻り値:
      進捗率
      導入:
      3.3.7