com.pyxis.greenhopper
Class GreenHopperImpl
java.lang.Object
com.pyxis.greenhopper.GreenHopperImpl
- All Implemented Interfaces:
- com.atlassian.jira.extension.Startable, GreenHopper
public class GreenHopperImpl
- extends java.lang.Object
- implements GreenHopper
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GreenHopperImpl
public GreenHopperImpl(GreenHopperLicenseManager greenHopperLicenseManager,
BuildProperties buildProperties)
start
public void start()
throws java.lang.Exception
- Specified by:
start in interface com.atlassian.jira.extension.Startable
- Throws:
java.lang.Exception
get
public java.lang.Object get(java.lang.String key)
- Specified by:
get in interface GreenHopper
getBoolean
public boolean getBoolean(java.lang.String key)
- Specified by:
getBoolean in interface GreenHopper
put
public java.lang.Object put(java.lang.String key,
java.lang.Object value)
- Specified by:
put in interface GreenHopper
remove
public java.lang.Object remove(java.lang.String key)
- Specified by:
remove in interface GreenHopper
getGHConfiguration
public GHConfiguration getGHConfiguration()
- Specified by:
getGHConfiguration in interface GreenHopper
getConfiguration
public ProjectConfiguration getConfiguration(com.atlassian.jira.project.Project project)
- Specified by:
getConfiguration in interface GreenHopper
getConfiguration
public GlobalConfiguration getConfiguration(java.lang.String id)
- Specified by:
getConfiguration in interface GreenHopper
initialize
public void initialize()
- Specified by:
initialize in interface GreenHopper
clearCache
public void clearCache()
- Specified by:
clearCache in interface GreenHopper
Copyright © 2007-2012 Atlassian. All Rights Reserved.