|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.greenhopper.service.configuration.GreenHopperSettingsServiceImpl
@Service public class GreenHopperSettingsServiceImpl
This service provides general system wide GreenHopper configuration.
Currently this passes through to GHConfiguration
| Constructor Summary | |
|---|---|
GreenHopperSettingsServiceImpl()
|
|
| 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? |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GreenHopperSettingsServiceImpl()
| Method Detail |
|---|
public int getQueryResultLimit()
GreenHopperSettingsService
getQueryResultLimit in interface GreenHopperSettingsServicepublic boolean isQueryResultLimited()
GreenHopperSettingsService
isQueryResultLimited in interface GreenHopperSettingsServicepublic boolean isHostedEnvironment()
GreenHopperSettingsService
isHostedEnvironment in interface GreenHopperSettingsServicepublic java.util.List<BetaFeatures> getAllBetaFeatures()
getAllBetaFeatures in interface GreenHopperSettingsServicepublic boolean isBetaFeatureEnabled(BetaFeatures feature)
GreenHopperSettingsService
isBetaFeatureEnabled in interface GreenHopperSettingsServicefeature - the feature
public void enableBetaFeature(BetaFeatures feature)
GreenHopperSettingsService
enableBetaFeature in interface GreenHopperSettingsServicefeature - the feature to enablepublic void disableBetaFeature(BetaFeatures feature)
GreenHopperSettingsService
disableBetaFeature in interface GreenHopperSettingsServicefeature - the feature to disable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||