public static enum NotificationType.Scope extends Enum<NotificationType.Scope>
Enum Constant and Description |
---|
CHAIN |
DEPLOYMENT |
PLAN |
SYSTEM |
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName() |
static NotificationType.Scope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotificationType.Scope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NotificationType.Scope PLAN
public static final NotificationType.Scope CHAIN
public static final NotificationType.Scope SYSTEM
public static final NotificationType.Scope DEPLOYMENT
public static NotificationType.Scope[] values()
for (NotificationType.Scope c : NotificationType.Scope.values()) System.out.println(c);
public static NotificationType.Scope valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getDisplayName()
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.