|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.config.FeatureEvent
com.atlassian.jira.config.FeatureDisabledEvent
@PublicApi @Immutable public class FeatureDisabledEvent
Event raised when a feature is enabled.
| Constructor Summary | |
|---|---|
FeatureDisabledEvent(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. |
|
FeatureDisabledEvent(String feature,
com.atlassian.crowd.embedded.api.User 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FeatureDisabledEvent(@Nonnull
String feature)
feature - a String containing a feature name
public FeatureDisabledEvent(@Nonnull
String feature,
@Nullable
com.atlassian.crowd.embedded.api.User user)
feature - a String containing a feature nameuser - a User (may be null)
public FeatureDisabledEvent(@Nonnull
String feature,
@Nullable
ApplicationUser user)
feature - a String containing a feature nameuser - a ApplicationUser (may be null)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||