Interface StepReport
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
StepReportImpl
-
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the duration of the install in ms.The date and time when installing startet.RerutnsgetStartTime()
formatted to "yyyy/MM/dd HH:mm:ss"getState()
getStep()
String representation of the report
-
Method Details
-
getStep
Step getStep() -
getState
State getState() -
getFragmentReports
List<FragmentReport> getFragmentReports() -
getStartTimeFormatted
String getStartTimeFormatted()RerutnsgetStartTime()
formatted to "yyyy/MM/dd HH:mm:ss" -
getStartTime
Date getStartTime()The date and time when installing startet. -
getDuration
long getDuration()Returns the duration of the install in ms. -
stringify
String stringify()String representation of the report
-