com.pyxis.greenhopper.jira.conditions
Class BetaFeatureEnabledCondition

java.lang.Object
  extended by com.atlassian.jira.plugin.webfragment.conditions.AbstractJiraCondition
      extended by com.pyxis.greenhopper.jira.conditions.AbstractGreenHopperCondition
          extended by com.pyxis.greenhopper.jira.conditions.BetaFeatureEnabledCondition
All Implemented Interfaces:
com.atlassian.plugin.web.Condition
Direct Known Subclasses:
RapidRemovalCondition

public abstract class BetaFeatureEnabledCondition
extends AbstractGreenHopperCondition

Base condition to check if a GreenHopper BetaFeatures is enabled.


Constructor Summary
BetaFeatureEnabledCondition()
           
 
Method Summary
protected abstract  BetaFeatures getFeature()
           
 
Methods inherited from class com.pyxis.greenhopper.jira.conditions.AbstractGreenHopperCondition
shouldDisplay, verifyLicense
 
Methods inherited from class com.atlassian.jira.plugin.webfragment.conditions.AbstractJiraCondition
init, shouldDisplay
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BetaFeatureEnabledCondition

public BetaFeatureEnabledCondition()
Method Detail

getFeature

protected abstract BetaFeatures getFeature()


Copyright © 2007-2012 Atlassian. All Rights Reserved.