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 voidaddMigrationSummary(MigrationSummary summary)Adds a specific migration summary run to the cross-migration summary..intgetFilesSuccessfullyMigrated()intgetFilesUnsuccessfullyMigrated()intgetNumberOfTargetsExecuted()StringgetSummary()Human-readable summary information.
-
-
-
Method Detail
-
addMigrationSummary
public void addMigrationSummary(MigrationSummary summary)
Adds a specific migration summary run to the cross-migration summary..- Parameters:
summary- summary to add
-
getFilesSuccessfullyMigrated
public int getFilesSuccessfullyMigrated()
-
getFilesUnsuccessfullyMigrated
public int getFilesUnsuccessfullyMigrated()
-
getNumberOfTargetsExecuted
public int getNumberOfTargetsExecuted()
-
getSummary
public String getSummary()
Human-readable summary information.- Returns:
- the summary as a readable string
-
-