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