Class 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.- Since:
- 2.3.0
- Author:
- Phillip Webb
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classDetails of an error embedded in a response stream.Nested classes/interfaces inherited from class ProgressUpdateEventProgressUpdateEvent.ProgressDetail
- 
Constructor SummaryConstructorsConstructorDescriptionLoadImageUpdateEvent(@Nullable String stream, String status, ProgressUpdateEvent.ProgressDetail progressDetail, String progress, @Nullable LoadImageUpdateEvent.ErrorDetail errorDetail) 
- 
Method SummaryModifier and TypeMethodDescription@Nullable LoadImageUpdateEvent.ErrorDetailReturn the error detail ornullif no error occurred.@Nullable StringReturn the stream response ornullif no response is available.Methods inherited from class ProgressUpdateEventgetProgress, getProgressDetail, getStatus
- 
Constructor Details- 
LoadImageUpdateEventpublic LoadImageUpdateEvent(@Nullable String stream, String status, ProgressUpdateEvent.ProgressDetail progressDetail, String progress, @Nullable LoadImageUpdateEvent.ErrorDetail errorDetail) 
 
- 
- 
Method Details- 
getStreamReturn the stream response ornullif no response is available.- Returns:
- the stream response.
 
- 
getErrorDetailReturn the error detail ornullif no error occurred.- Returns:
- the error detail, if any
- Since:
- 3.2.12
 
 
-