com.pyxis.greenhopper
Class GreenHopperImpl

java.lang.Object
  extended by com.pyxis.greenhopper.GreenHopperImpl
All Implemented Interfaces:
com.atlassian.jira.extension.Startable, GreenHopper

public class GreenHopperImpl
extends java.lang.Object
implements GreenHopper


Field Summary
 
Fields inherited from interface com.pyxis.greenhopper.GreenHopper
CHANGE, GH_VERSION, log, PLUGIN_KEY, REAL_PLUGIN_KEY
 
Constructor Summary
GreenHopperImpl(GreenHopperLicenseManager greenHopperLicenseManager, BuildProperties buildProperties)
           
 
Method Summary
 void clearCache()
           
 java.lang.Object get(java.lang.String key)
           
 boolean getBoolean(java.lang.String key)
           
 ProjectConfiguration getConfiguration(com.atlassian.jira.project.Project project)
           
 GlobalConfiguration getConfiguration(java.lang.String id)
           
 GHConfiguration getGHConfiguration()
           
 void initialize()
           
 java.lang.Object put(java.lang.String key, java.lang.Object value)
           
 java.lang.Object remove(java.lang.String key)
           
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GreenHopperImpl

public GreenHopperImpl(GreenHopperLicenseManager greenHopperLicenseManager,
                       BuildProperties buildProperties)
Method Detail

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.