Class 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.- Since:
- 2.4.0
- Author:
- Scott Frederick
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Details of an error embedded in a response stream.Nested classes/interfaces inherited from class org.springframework.boot.buildpack.platform.docker.ProgressUpdateEvent
ProgressUpdateEvent.ProgressDetail
-
Constructor Summary
ConstructorDescriptionPushImageUpdateEvent
(String id, String status, ProgressUpdateEvent.ProgressDetail progressDetail, String progress, PushImageUpdateEvent.ErrorDetail errorDetail) -
Method Summary
Modifier and TypeMethodDescriptionReturns the details of any error encountered during processing.Methods inherited from class org.springframework.boot.buildpack.platform.docker.ImageProgressUpdateEvent
getId
Methods inherited from class org.springframework.boot.buildpack.platform.docker.ProgressUpdateEvent
getProgress, getProgressDetail, getStatus
-
Constructor Details
-
PushImageUpdateEvent
public PushImageUpdateEvent(String id, String status, ProgressUpdateEvent.ProgressDetail progressDetail, String progress, PushImageUpdateEvent.ErrorDetail errorDetail)
-
-
Method Details
-
getErrorDetail
Returns the details of any error encountered during processing.- Returns:
- the error
-