Class LaunchConfigurationsMigration
java.lang.Object
com._1c.g5.v8.dt.migration.ProjectDataMigrationScenarioPhaseAdapter
com._1c.g5.v8.dt.internal.migration.scenario.LaunchConfigurationsMigration
- All Implemented Interfaces:
IProjectDataMigrationScenario
Migrates 1C launch configurations when old workspace is used.
- This migration is now operating for old workspaces to 2023.2 EDT version.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
doFinish
(ProjectContext projectContext, MigrationContext migrationContext) Performs migration activities during the finishing stage of the migration.getName()
Gets the unique name of the scenario.Methods inherited from class com._1c.g5.v8.dt.migration.ProjectDataMigrationScenarioPhaseAdapter
doInternalStoreMigration, doInternalStoreMigrationPreparation, doPreparation, doResourceStoreMigration, getProductVersionManager, getResourceStoreManager, migrateData
-
Constructor Details
-
LaunchConfigurationsMigration
public LaunchConfigurationsMigration()
-
-
Method Details
-
getName
Description copied from interface:IProjectDataMigrationScenario
Gets the unique name of the scenario.- Returns:
- The name of the scenario.
-
doFinish
Description copied from class:ProjectDataMigrationScenarioPhaseAdapter
Performs migration activities during the finishing stage of the migration.- Overrides:
doFinish
in classProjectDataMigrationScenarioPhaseAdapter
- Parameters:
projectContext
- The service project context for the project being migrated at the moment.migrationContext
- The migration process context.
-