类 PushImageUpdateEvent
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.PushImageUpdateEvent
A
ProgressUpdateEvent
fired as an image is pushed to a registry.- 从以下版本开始:
- 2.4.0
- 作者:
- Scott Frederick
-
嵌套类概要
嵌套类修饰符和类型类说明static class
Details of an error embedded in a response stream.从类继承的嵌套类/接口 org.springframework.boot.buildpack.platform.docker.ProgressUpdateEvent
ProgressUpdateEvent.ProgressDetail
-
构造器概要
构造器构造器说明PushImageUpdateEvent
(String id, String status, ProgressUpdateEvent.ProgressDetail progressDetail, String progress, PushImageUpdateEvent.ErrorDetail errorDetail) -
方法概要
修饰符和类型方法说明Returns the details of any error encountered during processing.从类继承的方法 org.springframework.boot.buildpack.platform.docker.ImageProgressUpdateEvent
getId
从类继承的方法 org.springframework.boot.buildpack.platform.docker.ProgressUpdateEvent
getProgress, getProgressDetail, getStatus
-
构造器详细资料
-
PushImageUpdateEvent
public PushImageUpdateEvent(String id, String status, ProgressUpdateEvent.ProgressDetail progressDetail, String progress, PushImageUpdateEvent.ErrorDetail errorDetail)
-
-
方法详细资料
-
getErrorDetail
Returns the details of any error encountered during processing.- 返回:
- the error
-