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 Summary
Nested classes/interfaces inherited from class org.springframework.boot.buildpack.platform.docker.ProgressUpdateEvent
ProgressUpdateEvent.ProgressDetail
-
Constructor Summary
ConstructorDescriptionLoadImageUpdateEvent
(String stream, String status, ProgressUpdateEvent.ProgressDetail progressDetail, String progress) -
Method Summary
Methods inherited from class org.springframework.boot.buildpack.platform.docker.ProgressUpdateEvent
getProgress, getProgressDetail, getStatus
-
Constructor Details
-
LoadImageUpdateEvent
public LoadImageUpdateEvent(String stream, String status, ProgressUpdateEvent.ProgressDetail progressDetail, String progress)
-
-
Method Details
-
getStream
Return the stream response ornull
if no response is available.- Returns:
- the stream response.
-