Class ProgressUpdateEvent.ProgressDetail
java.lang.Object
org.springframework.boot.buildpack.platform.docker.ProgressUpdateEvent.ProgressDetail
- Enclosing class:
- ProgressUpdateEvent
Provide details about the progress of a task.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
Return the current progress value.int
getTotal()
Return the total progress possible value.static boolean
isEmpty
(ProgressUpdateEvent.ProgressDetail progressDetail)
-
Constructor Details
-
ProgressDetail
-
-
Method Details
-
getCurrent
public int getCurrent()Return the current progress value.- Returns:
- the current progress
-
getTotal
public int getTotal()Return the total progress possible value.- Returns:
- the total progress possible
-
isEmpty
-