Package com.atlassian.jira.config
Class FeatureDisabledEvent
java.lang.Object
com.atlassian.jira.config.FeatureEvent
com.atlassian.jira.config.FeatureDisabledEvent
Event raised when a feature is enabled.
- Since:
- v5.1
-
Constructor Summary
ConstructorsConstructorDescriptionFeatureDisabledEvent
(String feature) Creates a new "feature enabled" event for a site-wide feature.FeatureDisabledEvent
(String feature, ApplicationUser user) Creates a new "feature enabled" event for a per-user feature. -
Method Summary
Methods inherited from class com.atlassian.jira.config.FeatureEvent
feature, username
-
Constructor Details
-
FeatureDisabledEvent
Creates a new "feature enabled" event for a site-wide feature.- Parameters:
feature
- a String containing a feature name
-
FeatureDisabledEvent
Creates a new "feature enabled" event for a per-user feature.- Parameters:
feature
- a String containing a feature nameuser
- a User (may be null)
-