Uses of Class
org.technologybrewery.baton.MigrationSummary
-
Packages that use MigrationSummary Package Description org.technologybrewery.baton -
-
Uses of MigrationSummary in org.technologybrewery.baton
Methods in org.technologybrewery.baton that return MigrationSummary Modifier and Type Method Description MigrationSummaryAbstractMigration. execute(org.apache.maven.shared.model.fileset.FileSet[] fileSets)If active, validates applicability of the migration each targeted file and then performs the migration.MigrationSummaryMigration. execute(org.apache.maven.shared.model.fileset.FileSet[] filesets)Executes the migration.Methods in org.technologybrewery.baton with parameters of type MigrationSummary Modifier and Type Method Description voidBatonExecutionSummary. addMigrationSummary(MigrationSummary summary)Adds a specific migration summary run to the cross-migration summary..
-