public enum BambooVersion extends Enum<BambooVersion>
Enum Constant and Description |
---|
VERSION_5_12_0 |
VERSION_5_12_3_1 |
VERSION_5_12_4 |
VERSION_5_13_0_1 |
VERSION_6_9_0 |
Modifier and Type | Field and Description |
---|---|
String |
buildNumber |
String |
versionString |
Modifier and Type | Method and Description |
---|---|
static BambooVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BambooVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BambooVersion VERSION_5_12_0
public static final BambooVersion VERSION_5_12_3_1
public static final BambooVersion VERSION_5_12_4
public static final BambooVersion VERSION_5_13_0_1
public static final BambooVersion VERSION_6_9_0
public final String versionString
public final String buildNumber
public static BambooVersion[] values()
for (BambooVersion c : BambooVersion.values()) System.out.println(c);
public static BambooVersion 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.