Class BatonExecutionSummary

java.lang.Object
org.technologybrewery.baton.BatonExecutionSummary

public class BatonExecutionSummary extends Object
Provides summary information across multiple baton migration executions.
  • Constructor Details

    • BatonExecutionSummary

      public BatonExecutionSummary()
  • Method Details

    • 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