com.atlassian.jira.util
Class DowngradeUtilsImpl

java.lang.Object
  extended by com.atlassian.jira.util.DowngradeUtilsImpl

public class DowngradeUtilsImpl
extends Object

provides access to the jira-downgrade.properties file

Since:
v6.0

Constructor Summary
DowngradeUtilsImpl()
          Creates a new DowngradeUtilsImpl, loading the properties from the '' file.
 
Method Summary
 String getDowngradeAllowedVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DowngradeUtilsImpl

public DowngradeUtilsImpl()
Creates a new DowngradeUtilsImpl, loading the properties from the '' file. file.

Method Detail

getDowngradeAllowedVersion

public String getDowngradeAllowedVersion()


Copyright © 2002-2013 Atlassian. All Rights Reserved.