クラス ProgressUpdateEvent
java.lang.ObjectSE
org.springframework.boot.buildpack.platform.docker.UpdateEvent
org.springframework.boot.buildpack.platform.docker.ProgressUpdateEvent
- 既知の直属サブクラス
ImageProgressUpdateEvent, LoadImageUpdateEvent
進捗情報を含む
UpdateEvent。- 導入:
- 2.3.0
- 作成者:
- Phillip Webb, Wolfgang Kronberg
ネストされたクラスの要約
ネストされたクラスコンストラクターの概要
コンストラクター修飾子コンストラクター説明protectedProgressUpdateEvent(@Nullable StringSE status, @Nullable ProgressUpdateEvent.ProgressDetail progressDetail, @Nullable StringSE progress) 方法の概要
修飾子と型メソッド説明@Nullable StringSE進捗情報が利用可能な場合は、テキストベースの進捗バーを返します。@Nullable ProgressUpdateEvent.ProgressDetail可能な場合は、進行状況の詳細を返します。@Nullable StringSE更新のステータスを返します。
コンストラクターの詳細
ProgressUpdateEvent
protected ProgressUpdateEvent(@Nullable StringSE status, @Nullable ProgressUpdateEvent.ProgressDetail progressDetail, @Nullable StringSE progress)
メソッドの詳細
getStatus
getProgressDetail
可能な場合は、進行状況の詳細を返します。- 戻り値:
- 進行状況の詳細または
null
getProgress