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 org.springframework.boot.buildpack.platform.docker.ProgressUpdateEventProgressUpdateEvent.ProgressDetail
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedImageProgressUpdateEvent(String id, String status, ProgressUpdateEvent.ProgressDetail progressDetail, String progress) 
- 
Method SummaryMethods inherited from class org.springframework.boot.buildpack.platform.docker.ProgressUpdateEventgetProgress, getProgressDetail, getStatus
- 
Constructor Details- 
ImageProgressUpdateEventprotected ImageProgressUpdateEvent(String id, String status, ProgressUpdateEvent.ProgressDetail progressDetail, String progress) 
 
- 
- 
Method Details- 
getIdReturns the ID of the image layer being updated if available.- Returns:
- the ID of the updated layer or null
 
 
-