@PublicApi @Immutable public class FeatureEnabledEvent extends FeatureEvent
| Constructor and Description |
|---|
FeatureEnabledEvent(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.
|
public FeatureEnabledEvent(@Nonnull String feature)
feature - a String containing a feature namepublic FeatureEnabledEvent(@Nonnull String feature, @Nullable ApplicationUser user)
feature - a String containing a feature nameuser - a ApplicationUser (may be null)Copyright © 2002-2019 Atlassian. All Rights Reserved.