Package com.atlassian.jira.config
Class FeatureEnabledEvent
java.lang.Object
com.atlassian.jira.config.FeatureEvent
com.atlassian.jira.config.FeatureEnabledEvent
Event raised when a feature is enabled.
- Since:
- v5.1
-
Constructor Summary
ConstructorsConstructorDescriptionFeatureEnabledEvent
(String feature) Creates a new "feature enabled" event for a site-wide feature.FeatureEnabledEvent
(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
-
FeatureEnabledEvent
Creates a new "feature enabled" event for a site-wide feature.- Parameters:
feature
- a String containing a feature name
-
FeatureEnabledEvent
Creates a new "feature enabled" event for a per-user feature.- Parameters:
feature
- a String containing a feature nameuser
- a ApplicationUser (may be null)
-