クラス PullImageUpdateEvent
java.lang.ObjectSE
org.springframework.boot.buildpack.platform.docker.UpdateEvent
org.springframework.boot.buildpack.platform.docker.ProgressUpdateEvent
org.springframework.boot.buildpack.platform.docker.ImageProgressUpdateEvent
org.springframework.boot.buildpack.platform.docker.PullImageUpdateEvent
イメージがプルされると起動される
ProgressUpdateEvent。- 導入:
- 2.3.0
- 作成者:
- Phillip Webb, Scott Frederick
ネストされたクラスの概要
クラス ProgressUpdateEvent から継承されたネストクラス / インターフェース
ProgressUpdateEvent.ProgressDetailコンストラクター概要
コンストラクターコンストラクター説明PullImageUpdateEvent(StringSE id, StringSE status, ProgressUpdateEvent.ProgressDetail progressDetail, StringSE progress) 方法の概要
クラス ImageProgressUpdateEvent から継承されたメソッド
getIdクラス ProgressUpdateEvent から継承されたメソッド
getProgress, getProgressDetail, getStatus
コンストラクターの詳細
PullImageUpdateEvent
public PullImageUpdateEvent(StringSE id, StringSE status, ProgressUpdateEvent.ProgressDetail progressDetail, StringSE progress)