クラス ProgressUpdateEvent.ProgressDetail

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

public static class ProgressUpdateEvent.ProgressDetail extends ObjectSE
タスクの進行状況に関する詳細を提供します。
  • コンストラクターの詳細

  • メソッドの詳細

    • getCurrent

      public int getCurrent()
      現在の進行状況の値を返します。
      戻り値:
      現在の進捗状況
    • getTotal

      public int getTotal()
      進行状況の合計値を返します。
      戻り値:
      可能な総進捗
    • isEmpty

      public static boolean isEmpty(ProgressUpdateEvent.ProgressDetail progressDetail)