类 ImageProgressUpdateEvent
java.lang.Object
org.springframework.boot.buildpack.platform.docker.UpdateEvent
org.springframework.boot.buildpack.platform.docker.ProgressUpdateEvent
org.springframework.boot.buildpack.platform.docker.ImageProgressUpdateEvent
- 直接已知子类:
PullImageUpdateEvent
,PushImageUpdateEvent
A
ProgressUpdateEvent
fired for image events.- 从以下版本开始:
- 2.4.0
- 作者:
- Phillip Webb, Scott Frederick
-
嵌套类概要
从类继承的嵌套类/接口 org.springframework.boot.buildpack.platform.docker.ProgressUpdateEvent
ProgressUpdateEvent.ProgressDetail
-
构造器概要
构造器限定符构造器说明protected
ImageProgressUpdateEvent
(String id, String status, ProgressUpdateEvent.ProgressDetail progressDetail, String progress) -
方法概要
从类继承的方法 org.springframework.boot.buildpack.platform.docker.ProgressUpdateEvent
getProgress, getProgressDetail, getStatus
-
构造器详细资料
-
ImageProgressUpdateEvent
protected ImageProgressUpdateEvent(String id, String status, ProgressUpdateEvent.ProgressDetail progressDetail, String progress)
-
-
方法详细资料
-
getId
Returns the ID of the image layer being updated if available.- 返回:
- the ID of the updated layer or
null
-