Package org.technologybrewery.baton
Class BatonExecutionSummary
- java.lang.Object
-
- org.technologybrewery.baton.BatonExecutionSummary
-
public class BatonExecutionSummary extends Object
Provides summary information across multiple baton migration executions.
-
-
Constructor Summary
Constructors Constructor Description BatonExecutionSummary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddGroupSummary(GroupSummary summary)Adds a specific migration summary run to the cross-migration summary..List<GroupSummary>getGroupSummaries()intgetNumberOfTargetsExecuted()StringgetSummary()Human-readable summary information.
-
-
-
Method Detail
-
addGroupSummary
public void addGroupSummary(GroupSummary summary)
Adds a specific migration summary run to the cross-migration summary..- Parameters:
summary- summary to add
-
getNumberOfTargetsExecuted
public int getNumberOfTargetsExecuted()
-
getGroupSummaries
public List<GroupSummary> getGroupSummaries()
-
getSummary
public String getSummary()
Human-readable summary information.- Returns:
- the summary as a readable string
-
-