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