Class ImageProgressUpdateEvent
java.lang.Object
org.springframework.boot.buildpack.platform.docker.UpdateEvent
org.springframework.boot.buildpack.platform.docker.ProgressUpdateEvent
org.springframework.boot.buildpack.platform.docker.ImageProgressUpdateEvent
- Direct Known Subclasses:
PullImageUpdateEvent
,PushImageUpdateEvent
A
ProgressUpdateEvent
fired for image events.- Since:
- 2.4.0
- Author:
- Phillip Webb, Scott Frederick
-
Nested Class Summary
Nested classes/interfaces inherited from class org.springframework.boot.buildpack.platform.docker.ProgressUpdateEvent
ProgressUpdateEvent.ProgressDetail
-
Constructor Summary
ModifierConstructorDescriptionprotected
ImageProgressUpdateEvent
(String id, 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
-
ImageProgressUpdateEvent
protected ImageProgressUpdateEvent(String id, String status, ProgressUpdateEvent.ProgressDetail progressDetail, String progress)
-
-
Method Details
-
getId
Returns the ID of the image layer being updated if available.- Returns:
- the ID of the updated layer or
null
-