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