|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.config.FeatureEvent
@PublicApi @Immutable public class FeatureEvent
Dark feature info.
| Constructor Summary | |
|---|---|
protected |
FeatureEvent(String feature)
Creates a new feature info. |
protected |
FeatureEvent(String feature,
ApplicationUser user)
Creates a new feature info for a per-user feature. |
protected |
FeatureEvent(String feature,
com.atlassian.crowd.embedded.api.User user)
Deprecated. use FeatureEvent(String, com.atlassian.jira.user.ApplicationUser) since 6.0 |
| Method Summary | |
|---|---|
String |
feature()
|
String |
username()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected FeatureEvent(@Nonnull
String feature)
feature - a String containing a feature name
protected FeatureEvent(@Nonnull
String feature,
@Nullable
com.atlassian.crowd.embedded.api.User user)
FeatureEvent(String, com.atlassian.jira.user.ApplicationUser) since 6.0
feature - a String containing a feature nameuser - a User (may be null)
protected FeatureEvent(@Nonnull
String feature,
@Nullable
ApplicationUser user)
feature - a String containing a feature nameuser - a ApplicationUser (may be null)| Method Detail |
|---|
public String feature()
@Nullable public String username()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||