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