com.atlassian.greenhopper.api.rapid.configuration
Interface LabsConfigurationService


public interface LabsConfigurationService


Method Summary
 boolean isRapidBoardEnabled()
          Deprecated. since GH 5.8, the rapid board is no longer a labs feature and thus always enabled. This will always return true.
 void setRapidBoardEnabled(boolean enable)
          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.
 

Method Detail

setRapidBoardEnabled

@Deprecated
void setRapidBoardEnabled(boolean enable)
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
boolean 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


Copyright © 2007-2012 Atlassian. All Rights Reserved.