クラス 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
ネストされたクラスの概要
ネストされたクラスクラス org.springframework.boot.buildpack.platform.docker.ProgressUpdateEvent から継承されたネストクラス / インターフェース
ProgressUpdateEvent.ProgressDetailコンストラクター概要
コンストラクターコンストラクター説明LoadImageUpdateEvent(StringSE stream, StringSE status, ProgressUpdateEvent.ProgressDetail progressDetail, StringSE progress, LoadImageUpdateEvent.ErrorDetail errorDetail) 方法の概要
修飾子と型メソッド説明エラーの詳細を返します。エラーが発生しなかった場合はnullを返します。ストリームレスポンスを返すか、レスポンスがない場合はnullを返します。クラス org.springframework.boot.buildpack.platform.docker.ProgressUpdateEvent から継承されたメソッド
getProgress, getProgressDetail, getStatus
コンストラクターの詳細
LoadImageUpdateEvent
public LoadImageUpdateEvent(StringSE stream, StringSE status, ProgressUpdateEvent.ProgressDetail progressDetail, StringSE progress, LoadImageUpdateEvent.ErrorDetail errorDetail)
方法の詳細
getStream
ストリームレスポンスを返すか、レスポンスがない場合はnullを返します。- 戻り値:
- ストリームレスポンス。
getErrorDetail
エラーの詳細を返します。エラーが発生しなかった場合はnullを返します。- 戻り値:
- エラーの詳細(ある場合)
- 導入:
- 3.2.12