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