Class StepReportImpl
java.lang.Object
ch.tocco.nice2.dbrefactoring.impl.install.StepReportImpl
- All Implemented Interfaces:
StepReport
,Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionStepReportImpl
(Step step, @Nullable Set<String> moduleNames, String connectionUrl) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addFragmentReport
(FragmentReport report) long
Returns 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()
void
void
String representation of the reporttoString()
-
Constructor Details
-
StepReportImpl
-
-
Method Details
-
setState
-
getStep
- Specified by:
getStep
in interfaceStepReport
-
setEndTimestamp
public void setEndTimestamp() -
getStartTimeFormatted
Description copied from interface:StepReport
RerutnsStepReport.getStartTime()
formatted to "yyyy/MM/dd HH:mm:ss"- Specified by:
getStartTimeFormatted
in interfaceStepReport
-
getStartTime
Description copied from interface:StepReport
The date and time when installing startet.- Specified by:
getStartTime
in interfaceStepReport
-
getDuration
public long getDuration()Description copied from interface:StepReport
Returns the duration of the install in ms.- Specified by:
getDuration
in interfaceStepReport
-
getState
- Specified by:
getState
in interfaceStepReport
-
addFragmentReport
-
getFragmentReports
- Specified by:
getFragmentReports
in interfaceStepReport
-
stringify
Description copied from interface:StepReport
String representation of the report- Specified by:
stringify
in interfaceStepReport
-
toString
-