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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionintReturn the current progress value.intgetTotal()Return the total progress possible value.static booleanisEmpty(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
 
 -