public enum ListenerProperty extends java.lang.Enum<ListenerProperty>
| Enum Constant and Description |
|---|
API_KEY |
ASYNC_REPORTING |
BASE_URL |
BATCH_SIZE_LOGS |
CALLBACK_REPORTING_ENABLED |
CLIENT_JOIN_MODE
Run report portal client in multiple client mode.
|
DESCRIPTION |
ENABLE |
FILE_WAIT_TIMEOUT_MS |
HTTP_PROXY_URL
An URL of a http proxy to connect to the endpoint
|
IO_POOL_SIZE |
IS_CONVERT_IMAGE |
KEYSTORE_PASSWORD |
KEYSTORE_RESOURCE |
LAUNCH_ATTRIBUTES |
LAUNCH_NAME |
LOCK_FILE_NAME |
MAX_CONNECTION_IDLE_TIME
The property regulates maximum idle (no any transfer) time in milliseconds after which a connection will be closed and thrown away.
|
MAX_CONNECTION_TIME_TO_LIVE
The property regulates maximum time in milliseconds after which a connection will be closed and thrown away.
|
MAX_CONNECTIONS_PER_ROUTE |
MAX_CONNECTIONS_TOTAL |
MAX_TRANSFER_RETRY_COUNT
Maximum number of deliver attempts on transport layer.
|
MODE |
PROJECT_NAME |
REPORTING_TIMEOUT |
RERUN |
RERUN_OF |
SKIPPED_AS_ISSUE |
SYNC_FILE_NAME |
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 HTTP_PROXY_URL
public static final ListenerProperty PROJECT_NAME
public static final ListenerProperty LAUNCH_NAME
public static final ListenerProperty UUID
public static final ListenerProperty API_KEY
public static final ListenerProperty BATCH_SIZE_LOGS
public static final ListenerProperty LAUNCH_ATTRIBUTES
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 RERUN_OF
public static final ListenerProperty ASYNC_REPORTING
public static final ListenerProperty CALLBACK_REPORTING_ENABLED
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 final ListenerProperty MAX_CONNECTION_TIME_TO_LIVE
public static final ListenerProperty MAX_CONNECTION_IDLE_TIME
public static final ListenerProperty MAX_TRANSFER_RETRY_COUNT
public static final ListenerProperty CLIENT_JOIN_MODE
public static final ListenerProperty LOCK_FILE_NAME
public static final ListenerProperty SYNC_FILE_NAME
public static final ListenerProperty FILE_WAIT_TIMEOUT_MS
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()