Class StepReportImpl
java.lang.Object
ch.tocco.nice2.dbrefactoring.impl.install.StepReportImpl
- All Implemented Interfaces:
StepReport, Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStepReportImpl(Step step, @Nullable Set<String> moduleNames, String connectionUrl) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddFragmentReport(FragmentReport report) longReturns the duration of the install in ms.The date and time when installing startet.RerutnsStepReport.getStartTime()formatted to "yyyy/MM/dd HH:mm:ss"getState()getStep()voidvoidString representation of the reporttoString()
-
Constructor Details
-
StepReportImpl
-
-
Method Details
-
setState
-
getStep
- Specified by:
getStepin interfaceStepReport
-
setEndTimestamp
public void setEndTimestamp() -
getStartTimeFormatted
Description copied from interface:StepReportRerutnsStepReport.getStartTime()formatted to "yyyy/MM/dd HH:mm:ss"- Specified by:
getStartTimeFormattedin interfaceStepReport
-
getStartTime
Description copied from interface:StepReportThe date and time when installing startet.- Specified by:
getStartTimein interfaceStepReport
-
getDuration
public long getDuration()Description copied from interface:StepReportReturns the duration of the install in ms.- Specified by:
getDurationin interfaceStepReport
-
getState
- Specified by:
getStatein interfaceStepReport
-
addFragmentReport
-
getFragmentReports
- Specified by:
getFragmentReportsin interfaceStepReport
-
stringify
Description copied from interface:StepReportString representation of the report- Specified by:
stringifyin interfaceStepReport
-
toString
-