Uses of Enum Class
com._1c.g5.v8.dt.migration.MigrationPhase
Packages that use MigrationPhase
-
Uses of MigrationPhase in com._1c.g5.v8.dt.migration
Methods in com._1c.g5.v8.dt.migration that return MigrationPhaseModifier and TypeMethodDescriptionstatic MigrationPhase
Returns the enum constant of this class with the specified name.static MigrationPhase[]
MigrationPhase.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.v8.dt.migration with parameters of type MigrationPhaseModifier and TypeMethodDescriptionvoid
IProjectDataMigration.migrateData
(org.eclipse.core.resources.IProject project, MigrationPhase migrationPhase, ProjectContext projectContext) Migrates data of EDT project.void
IProjectDataMigrationScenario.migrateData
(org.eclipse.core.resources.IProject project, MigrationPhase migrationPhase, ProjectContext projectContext) Migrates data of EDT project.void
ProjectDataMigrationScenarioPhaseAdapter.migrateData
(org.eclipse.core.resources.IProject project, MigrationPhase migrationPhase, ProjectContext projectContext)