クラス 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
ネストされたクラスの概要
クラス org.springframework.boot.buildpack.platform.docker.ProgressUpdateEvent から継承されたネストクラス / インターフェース
ProgressUpdateEvent.ProgressDetailコンストラクター概要
コンストラクターコンストラクター説明PullImageUpdateEvent(StringSE id, StringSE status, ProgressUpdateEvent.ProgressDetail progressDetail, StringSE progress) 方法の概要
クラス org.springframework.boot.buildpack.platform.docker.ImageProgressUpdateEvent から継承されたメソッド
getIdクラス org.springframework.boot.buildpack.platform.docker.ProgressUpdateEvent から継承されたメソッド
getProgress, getProgressDetail, getStatus
コンストラクターの詳細
PullImageUpdateEvent
public PullImageUpdateEvent(StringSE id, StringSE status, ProgressUpdateEvent.ProgressDetail progressDetail, StringSE progress)