Class LabsConfigurationServiceImpl
java.lang.Object
com.atlassian.greenhopper.api.rapid.configuration.LabsConfigurationServiceImpl
- All Implemented Interfaces:
LabsConfigurationService
Default implementation of LabsConfigurationService
-
Constructor Summary
ConstructorsConstructorDescriptionLabsConfigurationServiceImpl
(RapidViewService rapidViewService, com.atlassian.jira.security.JiraAuthenticationContext jiraAuthenticationContext) -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
isSprintSupportEnabled
(long rapidBoardId) void
setRapidBoardEnabled
(boolean enable) Sets whether rapid board in GreenHopper is enabled or disabled
-
Constructor Details
-
LabsConfigurationServiceImpl
public LabsConfigurationServiceImpl(RapidViewService rapidViewService, com.atlassian.jira.security.JiraAuthenticationContext jiraAuthenticationContext)
-
-
Method Details
-
setRapidBoardEnabled
public void setRapidBoardEnabled(boolean enable) Description copied from interface:LabsConfigurationService
Sets whether rapid board in GreenHopper is enabled or disabled- Specified by:
setRapidBoardEnabled
in interfaceLabsConfigurationService
- Parameters:
enable
- pass true if rapid board is to be enabled, false if it is to be disabled
-
isRapidBoardEnabled
public boolean isRapidBoardEnabled()- Specified by:
isRapidBoardEnabled
in interfaceLabsConfigurationService
- Returns:
- true if rapid board is enabled, false otherwise
-
isSprintSupportEnabled
public boolean isSprintSupportEnabled(long rapidBoardId) - Specified by:
isSprintSupportEnabled
in interfaceLabsConfigurationService
-