Class JiraSoftwareFeatureServiceImpl
java.lang.Object
com.atlassian.greenhopper.service.configuration.JiraSoftwareFeatureServiceImpl
- All Implemented Interfaces:
JiraSoftwareFeatureService
@Service
public class JiraSoftwareFeatureServiceImpl
extends Object
implements JiraSoftwareFeatureService
-
Constructor Summary
ConstructorsConstructorDescriptionJiraSoftwareFeatureServiceImpl
(PropertyDao propertyDao, FeatureEventPublisher featureEventPublisher) -
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
-
Constructor Details
-
JiraSoftwareFeatureServiceImpl
@Autowired public JiraSoftwareFeatureServiceImpl(PropertyDao propertyDao, FeatureEventPublisher featureEventPublisher)
-
-
Method Details
-
setFeatureState
Description copied from interface:JiraSoftwareFeatureService
Sets the feature enabled or disabled- Specified by:
setFeatureState
in interfaceJiraSoftwareFeatureService
-
isFeatureEnabled
Description copied from interface:JiraSoftwareFeatureService
Checks the status of the given feature- Specified by:
isFeatureEnabled
in interfaceJiraSoftwareFeatureService
-