Class ProgressUpdateEvent
java.lang.Object
org.springframework.boot.buildpack.platform.docker.UpdateEvent
org.springframework.boot.buildpack.platform.docker.ProgressUpdateEvent
- Direct Known Subclasses:
ImageProgressUpdateEvent, LoadImageUpdateEvent
An
UpdateEvent that includes progress information.- Since:
- 2.3.0
- Author:
- Phillip Webb, Wolfgang Kronberg
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classProvide details about the progress of a task. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedProgressUpdateEvent(@Nullable String status, @Nullable ProgressUpdateEvent.ProgressDetail progressDetail, @Nullable String progress) -
Method Summary
Modifier and TypeMethodDescriptionReturn a text based progress bar if progress information is available.Return progress details if available.Return the status for the update.
-
Constructor Details
-
ProgressUpdateEvent
-
-
Method Details
-
getStatus
-
getProgressDetail
Return progress details if available.- Returns:
- progress details or
null
-
getProgress
-