Interface StepReport

All Superinterfaces:
Serializable
All Known Implementing Classes:
StepReportImpl

public interface StepReport extends Serializable
  • Method Details

    • getStep

      Step getStep()
    • getState

      State getState()
    • getFragmentReports

      List<FragmentReport> getFragmentReports()
    • getStartTimeFormatted

      String getStartTimeFormatted()
      Rerutns getStartTime() 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