|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BetaFeatures | |
|---|---|
| com.atlassian.greenhopper.service.configuration | |
| com.pyxis.greenhopper.jira.conditions | |
| com.pyxis.greenhopper.jira.configurations | |
| Uses of BetaFeatures in com.atlassian.greenhopper.service.configuration |
|---|
| Methods in com.atlassian.greenhopper.service.configuration that return types with arguments of type BetaFeatures | |
|---|---|
java.util.List<BetaFeatures> |
GreenHopperSettingsService.getAllBetaFeatures()
|
java.util.List<BetaFeatures> |
GreenHopperSettingsServiceImpl.getAllBetaFeatures()
|
| Methods in com.atlassian.greenhopper.service.configuration with parameters of type BetaFeatures | |
|---|---|
void |
GreenHopperSettingsService.disableBetaFeature(BetaFeatures feature)
Disable the specified beta feature. |
void |
GreenHopperSettingsServiceImpl.disableBetaFeature(BetaFeatures feature)
|
void |
GreenHopperSettingsService.enableBetaFeature(BetaFeatures feature)
Enable the specified beta feature. |
void |
GreenHopperSettingsServiceImpl.enableBetaFeature(BetaFeatures feature)
|
boolean |
GreenHopperSettingsService.isBetaFeatureEnabled(BetaFeatures feature)
Is the specified beta feature enabled? |
boolean |
GreenHopperSettingsServiceImpl.isBetaFeatureEnabled(BetaFeatures feature)
|
| Uses of BetaFeatures in com.pyxis.greenhopper.jira.conditions |
|---|
| Methods in com.pyxis.greenhopper.jira.conditions that return BetaFeatures | |
|---|---|
protected abstract BetaFeatures |
BetaFeatureEnabledCondition.getFeature()
|
| Uses of BetaFeatures in com.pyxis.greenhopper.jira.configurations |
|---|
| Methods in com.pyxis.greenhopper.jira.configurations that return BetaFeatures | |
|---|---|
static BetaFeatures |
BetaFeatures.findByKey(java.lang.String key)
|
static BetaFeatures |
BetaFeatures.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static BetaFeatures[] |
BetaFeatures.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||