类 LoadImageUpdateEvent
java.lang.Object
org.springframework.boot.buildpack.platform.docker.UpdateEvent
org.springframework.boot.buildpack.platform.docker.ProgressUpdateEvent
org.springframework.boot.buildpack.platform.docker.LoadImageUpdateEvent
A
ProgressUpdateEvent
fired as an image is loaded.- 从以下版本开始:
- 2.3.0
- 作者:
- Phillip Webb
-
嵌套类概要
嵌套类修饰符和类型类说明static class
Details of an error embedded in a response stream.从类继承的嵌套类/接口 org.springframework.boot.buildpack.platform.docker.ProgressUpdateEvent
ProgressUpdateEvent.ProgressDetail
-
构造器概要
构造器构造器说明LoadImageUpdateEvent
(String stream, String status, ProgressUpdateEvent.ProgressDetail progressDetail, String progress, LoadImageUpdateEvent.ErrorDetail errorDetail) -
方法概要
修饰符和类型方法说明Return the error detail ornull
if no error occurred.Return the stream response ornull
if no response is available.从类继承的方法 org.springframework.boot.buildpack.platform.docker.ProgressUpdateEvent
getProgress, getProgressDetail, getStatus
-
构造器详细资料
-
LoadImageUpdateEvent
public LoadImageUpdateEvent(String stream, String status, ProgressUpdateEvent.ProgressDetail progressDetail, String progress, LoadImageUpdateEvent.ErrorDetail errorDetail)
-
-
方法详细资料
-
getStream
Return the stream response ornull
if no response is available.- 返回:
- the stream response.
-
getErrorDetail
Return the error detail ornull
if no error occurred.- 返回:
- the error detail, if any
- 从以下版本开始:
- 3.2.12
-