|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GreenHopperSettingsService
This service provides general system wide GreenHopper configuration. Currently this passes through to GHConfiguration
Method Summary | |
---|---|
void |
disableBetaFeature(BetaFeatures feature)
Disable the specified beta feature. |
void |
enableBetaFeature(BetaFeatures feature)
Enable the specified beta feature. |
java.util.List<BetaFeatures> |
getAllBetaFeatures()
|
int |
getQueryResultLimit()
Get the query result limit for this instance. |
boolean |
isBetaFeatureEnabled(BetaFeatures feature)
Is the specified beta feature enabled? |
boolean |
isHostedEnvironment()
Is this JIRA instance hosted? |
boolean |
isQueryResultLimited()
Is a query result limit set? |
Method Detail |
---|
int getQueryResultLimit()
boolean isQueryResultLimited()
boolean isHostedEnvironment()
java.util.List<BetaFeatures> getAllBetaFeatures()
boolean isBetaFeatureEnabled(BetaFeatures feature)
feature
- the feature
void enableBetaFeature(BetaFeatures feature)
feature
- the feature to enablevoid disableBetaFeature(BetaFeatures feature)
feature
- the feature to disable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |