Interface LabsConfigurationService
- All Known Implementing Classes:
LabsConfigurationServiceImpl
public interface LabsConfigurationService
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.since GH 5.8, the rapid board is no longer a labs feature and thus always enabled.boolean
isSprintSupportEnabled
(long rapidBoardId) void
setRapidBoardEnabled
(boolean enable) Deprecated.since GH 5.8, the rapid board is no longer a labs feature and thus always enabled.
-
Method Details
-
setRapidBoardEnabled
Deprecated.since GH 5.8, the rapid board is no longer a labs feature and thus always enabled. It cannot be disabled using this API.Sets whether rapid board in GreenHopper is enabled or disabled- Parameters:
enable
- pass true if rapid board is to be enabled, false if it is to be disabled
-
isRapidBoardEnabled
Deprecated.since GH 5.8, the rapid board is no longer a labs feature and thus always enabled. This will always return true.- Returns:
- true if rapid board is enabled, false otherwise
-
isSprintSupportEnabled
boolean isSprintSupportEnabled(long rapidBoardId)
-