public static enum PlanBranchManagementProperties.NotificationStrategy extends Enum<PlanBranchManagementProperties.NotificationStrategy>
| Enum Constant and Description |
|---|
INHERIT |
NONE |
NOTIFY_COMMITTERS |
| Modifier and Type | Method and Description |
|---|---|
static PlanBranchManagementProperties.NotificationStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlanBranchManagementProperties.NotificationStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlanBranchManagementProperties.NotificationStrategy NOTIFY_COMMITTERS
public static final PlanBranchManagementProperties.NotificationStrategy INHERIT
public static final PlanBranchManagementProperties.NotificationStrategy NONE
public static PlanBranchManagementProperties.NotificationStrategy[] values()
for (PlanBranchManagementProperties.NotificationStrategy c : PlanBranchManagementProperties.NotificationStrategy.values()) System.out.println(c);
public static PlanBranchManagementProperties.NotificationStrategy 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 nullCopyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.