类 PullImageUpdateEvent
java.lang.Object
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
A
ProgressUpdateEvent
fired as an image is pulled.- 从以下版本开始:
- 2.3.0
- 作者:
- Phillip Webb, Scott Frederick
-
嵌套类概要
从类继承的嵌套类/接口 org.springframework.boot.buildpack.platform.docker.ProgressUpdateEvent
ProgressUpdateEvent.ProgressDetail
-
构造器概要
构造器构造器说明PullImageUpdateEvent
(String id, String status, ProgressUpdateEvent.ProgressDetail progressDetail, String progress) -
方法概要
从类继承的方法 org.springframework.boot.buildpack.platform.docker.ImageProgressUpdateEvent
getId
从类继承的方法 org.springframework.boot.buildpack.platform.docker.ProgressUpdateEvent
getProgress, getProgressDetail, getStatus
-
构造器详细资料
-
PullImageUpdateEvent
public PullImageUpdateEvent(String id, String status, ProgressUpdateEvent.ProgressDetail progressDetail, String progress)
-