Package org.technologybrewery.baton
Class BatonExecutionSummary
java.lang.Object
org.technologybrewery.baton.BatonExecutionSummary
Provides summary information across multiple baton migration executions.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddGroupSummary(GroupSummary summary) Adds a specific migration summary run to the cross-migration summary..intHuman-readable summary information.
-
Constructor Details
-
BatonExecutionSummary
public BatonExecutionSummary()
-
-
Method Details
-
addGroupSummary
Adds a specific migration summary run to the cross-migration summary..- Parameters:
summary- summary to add
-
getNumberOfTargetsExecuted
public int getNumberOfTargetsExecuted() -
getGroupSummaries
-
getSummary
Human-readable summary information.- Returns:
- the summary as a readable string
-