Class VersionAdapterFactory
java.lang.Object
com.atlassian.greenhopper.manager.version.VersionAdapterFactory
Constructs an instance of a
VersionAdapter for the current JIRA version.- Since:
- v6.2
-
Constructor Summary
ConstructorsConstructorDescriptionVersionAdapterFactory(com.atlassian.jira.util.BuildUtilsInfo buildUtilsInfo, PropertyDao propertyDao, VersionMetaDataManagerImpl ghVersionMetaDataManagerImpl, com.atlassian.jira.project.version.VersionManager versionManager) -
Method Summary
Modifier and TypeMethodDescriptionvoidmigrate()Migrates the stored start dates of versions from GreenHopper to JIRA.
-
Constructor Details
-
VersionAdapterFactory
public VersionAdapterFactory(com.atlassian.jira.util.BuildUtilsInfo buildUtilsInfo, PropertyDao propertyDao, VersionMetaDataManagerImpl ghVersionMetaDataManagerImpl, com.atlassian.jira.project.version.VersionManager versionManager)
-
-
Method Details
-
migrate
public void migrate()Migrates the stored start dates of versions from GreenHopper to JIRA.
-