public enum ListenerProperty extends java.lang.Enum<ListenerProperty>
| 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 HTTP_PROXY_USER
HTTP_PROXY_URL is setpublic static final ListenerProperty HTTP_PROXY_PASSWORD
HTTP_PROXY_URL and HTTP_PROXY_USER are setpublic static final ListenerProperty HTTP_LOGGING
public static final ListenerProperty HTTP_CALL_TIMEOUT_VALUE
public static final ListenerProperty HTTP_CALL_TIMEOUT_UNIT
public static final ListenerProperty HTTP_CONNECT_TIMEOUT_VALUE
public static final ListenerProperty HTTP_CONNECT_TIMEOUT_UNIT
public static final ListenerProperty HTTP_READ_TIMEOUT_VALUE
public static final ListenerProperty HTTP_READ_TIMEOUT_UNIT
public static final ListenerProperty HTTP_WRITE_TIMEOUT_VALUE
public static final ListenerProperty HTTP_WRITE_TIMEOUT_UNIT
public static final ListenerProperty PROJECT_NAME
public static final ListenerProperty LAUNCH_NAME
public static final ListenerProperty LAUNCH_UUID
public static final ListenerProperty LAUNCH_UUID_CREATION_SKIP
public static final ListenerProperty LAUNCH_UUID_PRINT
public static final ListenerProperty LAUNCH_UUID_PRINT_OUTPUT
public static final ListenerProperty UUID
public static final ListenerProperty API_KEY
public static final ListenerProperty BATCH_SIZE_LOGS
public static final ListenerProperty BATCH_PAYLOAD_LIMIT
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 CLIENT_JOIN_MODE
public static final ListenerProperty CLIENT_JOIN_MODE_VALUE
public static final ListenerProperty FILE_LOCK_NAME
public static final ListenerProperty FILE_SYNC_NAME
public static final ListenerProperty CLIENT_JOIN_LOCK_PORT
public static final ListenerProperty CLIENT_JOIN_TIMEOUT_VALUE
public static final ListenerProperty CLIENT_JOIN_TIMEOUT_UNIT
public static final ListenerProperty CLIENT_JOIN_LOCK_TIMEOUT_VALUE
public static final ListenerProperty CLIENT_JOIN_LOCK_TIMEOUT_UNIT
public static final ListenerProperty CLIENT_JOIN_LAUNCH_TIMEOUT_VALUE
public static final ListenerProperty CLIENT_JOIN_LAUNCH_TIMEOUT_UNIT
public static final ListenerProperty RX_BUFFER_SIZE
public static final ListenerProperty TRUNCATE_FIELDS
public static final ListenerProperty TRUNCATE_REPLACEMENT
public static final ListenerProperty TRUNCATE_ITEM_NAME_LIMIT
public static final ListenerProperty TRUNCATE_ATTRIBUTE_LIMIT
public static final ListenerProperty BTS_PROJECT
ExternalIssue annotation. Should be the same as in corresponding
integration.public static final ListenerProperty BTS_URL
ExternalIssue annotation. Should be the same as in corresponding integration.public static final ListenerProperty BTS_ISSUE_URL
ExternalIssue annotation. Use {issue_id} and
{bts_project} placeholders to mark a place where to put Issue ID and Bug Tracking System Project name. The result URL
should point on the Issue.public static final ListenerProperty BTS_ISSUE_FAIL
Issue annotation if they passed. Default value: true. Designed to not miss the moment
when the issue got fixed but test is still marked by annotation.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()