public enum Property extends Enum<Property>
| Enum Constant and Description |
|---|
AUTHOR |
BASE_DIR |
DESCRIPTION |
ENABLED |
ENDPOINT |
ENVIRONMENT |
JOB |
JOB_ID |
LABELS |
LINKS |
MILESTONE |
NAME |
NOTES |
PASSWORD |
PROJECT_ID |
PROJECT_KEY |
SEVERITY |
STORAGE |
SUITE |
SUITE_ID |
USERNAME |
| Modifier and Type | Method and Description |
|---|---|
Object |
get() |
Object |
get(List<Object> configurations) |
Object |
get(List<Object> configurations,
Object defaultValue) |
Object |
get(Object configuration) |
Object |
get(Object configuration,
boolean useSystemProperty) |
Object |
get(Object configuration,
Object defaultValue) |
static Property |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Property[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Property ENABLED
public static final Property STORAGE
public static final Property BASE_DIR
public static final Property PROJECT_ID
public static final Property PROJECT_KEY
public static final Property SUITE
public static final Property SUITE_ID
public static final Property JOB
public static final Property JOB_ID
public static final Property ENDPOINT
public static final Property USERNAME
public static final Property PASSWORD
public static final Property MILESTONE
public static final Property NAME
public static final Property DESCRIPTION
public static final Property ENVIRONMENT
public static final Property AUTHOR
public static final Property SEVERITY
public static final Property LABELS
public static final Property NOTES
public static final Property LINKS
public static Property[] values()
for (Property c : Property.values()) System.out.println(c);
public static Property 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 Object get()
Copyright © 2016 Etnetera a.s.. All rights reserved.