クラス ProgressUpdateEvent

java.lang.ObjectSE
org.springframework.boot.buildpack.platform.docker.UpdateEvent
org.springframework.boot.buildpack.platform.docker.ProgressUpdateEvent
既知の直属サブクラス
ImageProgressUpdateEvent, LoadImageUpdateEvent

public abstract class ProgressUpdateEvent extends UpdateEvent
進捗情報を含む UpdateEvent
導入:
2.3.0
作成者:
Phillip Webb, Wolfgang Kronberg
  • コンストラクターの詳細

  • メソッドの詳細

    • getStatus

      public @Nullable StringSE getStatus()
      更新のステータスを返します。例: 「抽出」または「ダウンロード」。
      戻り値:
      更新のステータス。
    • getProgressDetail

      public @Nullable ProgressUpdateEvent.ProgressDetail getProgressDetail()
      可能な場合は、進行状況の詳細を返します。
      戻り値:
      進行状況の詳細または null
    • getProgress

      public @Nullable StringSE getProgress()
      進捗情報が利用可能な場合は、テキストベースの進捗バーを返します。
      戻り値:
      進行状況バーまたは null