Interface JiraSoftwareFeatureService
- All Known Implementing Classes:
JiraSoftwareFeatureServiceImpl
public interface JiraSoftwareFeatureService
This service allows for disabling and enabling of JIRA Software features.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isFeatureEnabled
(JiraSoftwareFeature feature) Checks the status of the given featurevoid
setFeatureState
(JiraSoftwareFeature feature, boolean isEnabled) Sets the feature enabled or disabled
-
Method Details
-
isFeatureEnabled
Checks the status of the given feature -
setFeatureState
Sets the feature enabled or disabled
-