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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voiddoFinish(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.ProjectDataMigrationScenarioPhaseAdapterdoInternalStoreMigration, doInternalStoreMigrationPreparation, doPreparation, doResourceStoreMigration, getProductVersionManager, getResourceStoreManager, migrateData
- 
Constructor Details- 
LaunchConfigurationsMigrationpublic LaunchConfigurationsMigration()
 
- 
- 
Method Details- 
getNameDescription copied from interface:IProjectDataMigrationScenarioGets the unique name of the scenario.- Returns:
- The name of the scenario.
 
- 
doFinishDescription copied from class:ProjectDataMigrationScenarioPhaseAdapterPerforms migration activities during the finishing stage of the migration.- Overrides:
- doFinishin class- ProjectDataMigrationScenarioPhaseAdapter
- Parameters:
- projectContext- The service project context for the project being migrated at the moment.
- migrationContext- The migration process context.
 
 
-