-
- All Implemented Interfaces:
public interface FeatureToggle
-
-
Method Summary
Modifier and Type Method Description abstract StringgetId()abstract StringgetName()abstract StringgetIssueKey()abstract BooleangetDefaultValue()abstract UnitsetDefaultValue(Boolean defaultValue)-
-
Method Detail
-
getIssueKey
abstract String getIssueKey()
-
getDefaultValue
abstract Boolean getDefaultValue()
-
setDefaultValue
abstract Unit setDefaultValue(Boolean defaultValue)
-
-
-
-