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