public enum ListenerProperty extends java.lang.Enum<ListenerProperty>
| Enum Constant and Description |
|---|
BASE_URL |
BATCH_SIZE_LOGS |
DESCRIPTION |
ENABLE |
IO_POOL_SIZE |
IS_CONVERT_IMAGE |
KEYSTORE_PASSWORD |
KEYSTORE_RESOURCE |
LAUNCH_NAME |
LAUNCH_TAGS |
MAX_CONNECTIONS_PER_ROUTE |
MAX_CONNECTIONS_TOTAL |
MODE |
PROJECT_NAME |
REPORTING_TIMEOUT |
RERUN |
SKIPPED_AS_ISSUE |
UUID |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPropertyName() |
boolean |
isRequired() |
static ListenerProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ListenerProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListenerProperty BASE_URL
public static final ListenerProperty PROJECT_NAME
public static final ListenerProperty LAUNCH_NAME
public static final ListenerProperty UUID
public static final ListenerProperty BATCH_SIZE_LOGS
public static final ListenerProperty LAUNCH_TAGS
public static final ListenerProperty DESCRIPTION
public static final ListenerProperty IS_CONVERT_IMAGE
public static final ListenerProperty KEYSTORE_RESOURCE
public static final ListenerProperty KEYSTORE_PASSWORD
public static final ListenerProperty REPORTING_TIMEOUT
public static final ListenerProperty MODE
public static final ListenerProperty ENABLE
public static final ListenerProperty RERUN
public static final ListenerProperty SKIPPED_AS_ISSUE
public static final ListenerProperty IO_POOL_SIZE
public static final ListenerProperty MAX_CONNECTIONS_PER_ROUTE
public static final ListenerProperty MAX_CONNECTIONS_TOTAL
public static ListenerProperty[] values()
for (ListenerProperty c : ListenerProperty.values()) System.out.println(c);
public static ListenerProperty valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getPropertyName()
public boolean isRequired()