com.atlassian.greenhopper.manager.version
Class VersionAdapterFactory

java.lang.Object
  extended by com.atlassian.greenhopper.manager.version.VersionAdapterFactory

@Service
public class VersionAdapterFactory
extends java.lang.Object

Constructs an instance of a VersionAdapter for the current JIRA version.

Since:
v6.2

Constructor Summary
VersionAdapterFactory()
           
 
Method Summary
 VersionAdapter create()
           
 boolean isJiraStartDateAvailable()
           
 void migrate()
          Migrates the stored start dates of versions from GreenHopper to JIRA.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VersionAdapterFactory

public VersionAdapterFactory()
Method Detail

create

public VersionAdapter create()

isJiraStartDateAvailable

public boolean isJiraStartDateAvailable()

migrate

public void migrate()
Migrates the stored start dates of versions from GreenHopper to JIRA.



Copyright © 2007-2014 Atlassian. All Rights Reserved.