クラス LoadImageUpdateEvent
java.lang.ObjectSE
org.springframework.boot.buildpack.platform.docker.UpdateEvent
org.springframework.boot.buildpack.platform.docker.ProgressUpdateEvent
org.springframework.boot.buildpack.platform.docker.LoadImageUpdateEvent
イメージがロードされるときに起動される
ProgressUpdateEvent。- 導入:
- 2.3.0
- 作成者:
- Phillip Webb
ネストされたクラスの要約
ネストされたクラスクラス ProgressUpdateEvent から継承されたネストクラス / インターフェース
ProgressUpdateEvent.ProgressDetailコンストラクターの概要
コンストラクターコンストラクター説明LoadImageUpdateEvent(@Nullable StringSE stream, StringSE status, ProgressUpdateEvent.ProgressDetail progressDetail, StringSE progress, @Nullable LoadImageUpdateEvent.ErrorDetail errorDetail) 方法の概要
修飾子と型メソッド説明@Nullable LoadImageUpdateEvent.ErrorDetailエラーの詳細を返します。エラーが発生しなかった場合はnullを返します。@Nullable StringSEストリームレスポンスを返すか、レスポンスがない場合はnullを返します。クラス ProgressUpdateEvent から継承されたメソッド
getProgress, getProgressDetail, getStatus
コンストラクターの詳細
LoadImageUpdateEvent
public LoadImageUpdateEvent(@Nullable StringSE stream, StringSE status, ProgressUpdateEvent.ProgressDetail progressDetail, StringSE progress, @Nullable LoadImageUpdateEvent.ErrorDetail errorDetail)
メソッドの詳細
getStream
getErrorDetail
エラーの詳細を返します。エラーが発生しなかった場合はnullを返します。- 戻り値:
- エラーの詳細(ある場合)
- 導入:
- 3.2.12