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 SummaryNested classes/interfaces inherited from class ProgressUpdateEventProgressUpdateEvent.ProgressDetail
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedImageProgressUpdateEvent(@Nullable String id, String status, @Nullable ProgressUpdateEvent.ProgressDetail progressDetail, @Nullable String progress) 
- 
Method SummaryMethods inherited from class ProgressUpdateEventgetProgress, getProgressDetail, getStatus
- 
Constructor Details- 
ImageProgressUpdateEventprotected ImageProgressUpdateEvent(@Nullable String id, String status, @Nullable ProgressUpdateEvent.ProgressDetail progressDetail, @Nullable String progress) 
 
- 
- 
Method Details- 
getIdReturns the ID of the image layer being updated if available.- Returns:
- the ID of the updated layer or null
 
 
-