public enum BitbucketServerVersion extends Enum<BitbucketServerVersion> implements ModelObject
Enum Constant and Description |
---|
VERSION_5 |
VERSION_5_10 |
VERSION_6 |
VERSION_7 |
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName() |
static BitbucketServerVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BitbucketServerVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BitbucketServerVersion VERSION_7
public static final BitbucketServerVersion VERSION_6
public static final BitbucketServerVersion VERSION_5_10
public static final BitbucketServerVersion VERSION_5
public static BitbucketServerVersion[] values()
for (BitbucketServerVersion c : BitbucketServerVersion.values()) System.out.println(c);
public static BitbucketServerVersion 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()
getDisplayName
in interface ModelObject
Copyright © 2016–2022. All rights reserved.