public enum TestLinkResponseParams extends Enum<TestLinkResponseParams>
Modifier and Type | Method and Description |
---|---|
String |
toString()
Print response params value.
|
static TestLinkResponseParams |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestLinkResponseParams[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestLinkResponseParams ID
public static final TestLinkResponseParams DB_ID
public static final TestLinkResponseParams NAME
public static final TestLinkResponseParams LOGIN
public static final TestLinkResponseParams FIRST_NAME
public static final TestLinkResponseParams LAST_NAME
public static final TestLinkResponseParams LOCALE
public static final TestLinkResponseParams EMAIL_ADDRESS
public static final TestLinkResponseParams IS_ACTIVE
public static final TestLinkResponseParams USER_API_KEY
public static final TestLinkResponseParams LOGIN_REGEXP
public static final TestLinkResponseParams TPROJECT_ROLES
public static final TestLinkResponseParams TPLAN_ROLES
public static final TestLinkResponseParams GLOBAL_ROLE
public static final TestLinkResponseParams GLOBAL_ROLE_ID
public static final TestLinkResponseParams DESCRIPTION
public static final TestLinkResponseParams RIGHTS
public static final TestLinkResponseParams DEFAULT_TESTPROJECT_ID
public static final TestLinkResponseParams PREFIX
public static final TestLinkResponseParams NOTES
public static final TestLinkResponseParams ACTIVE
public static final TestLinkResponseParams IS_OPEN
public static final TestLinkResponseParams IS_PUBLIC
public static final TestLinkResponseParams OPT
public static final TestLinkResponseParams REQUIREMENTS_ENABLED
public static final TestLinkResponseParams TEST_PRIORITY_ENABLED
public static final TestLinkResponseParams AUTOMATION_ENABLED
public static final TestLinkResponseParams INVENTORY_ENABLED
public static final TestLinkResponseParams PROJECT_NAME
public static final TestLinkResponseParams FEATURE_ID
public static final TestLinkResponseParams DETAILS
public static final TestLinkResponseParams PARENT_ID
public static final TestLinkResponseParams ORDER
public static final TestLinkResponseParams VERSION
public static final TestLinkResponseParams PRECONDITIONS
public static final TestLinkResponseParams TEST_CASE_VERSION_ID
public static final TestLinkResponseParams SUMMARY
public static final TestLinkResponseParams EXECUTION_TYPE
public static final TestLinkResponseParams TC_ID
public static final TestLinkResponseParams TEST_CASE_ID
public static final TestLinkResponseParams TCASE_NAME
public static final TestLinkResponseParams CONTENT
public static final TestLinkResponseParams FILE_TYPE
public static final TestLinkResponseParams TITLE
public static final TestLinkResponseParams BUILD_ID
public static final TestLinkResponseParams TESTER_ID
public static final TestLinkResponseParams STATUS
public static final TestLinkResponseParams TEST_PLAN_ID
public static final TestLinkResponseParams TEST_CASE_VERSION_NUMBER
public static final TestLinkResponseParams DEFAULT_VALUE
public static final TestLinkResponseParams DISPLAY_ORDER
public static final TestLinkResponseParams ENABLE_ON_DESIGN
public static final TestLinkResponseParams ENABLE_ON_EXECUTION
public static final TestLinkResponseParams ENABLE_ON_TEST_PLAN_DESIGN
public static final TestLinkResponseParams LABEL
public static final TestLinkResponseParams LENGTH_MAX
public static final TestLinkResponseParams LENGTH_MIN
public static final TestLinkResponseParams LOCATION
public static final TestLinkResponseParams POSSIBLE_VALUES
public static final TestLinkResponseParams SHOW_ON_DESIGN
public static final TestLinkResponseParams SHOW_ON_EXECUTION
public static final TestLinkResponseParams SHOW_ON_TEST_PLAN_DESIGN
public static final TestLinkResponseParams STEPS
public static final TestLinkResponseParams TYPE
public static final TestLinkResponseParams VALID_REGEXP
public static final TestLinkResponseParams VALUE
public static final TestLinkResponseParams CUSTOM_FIELDS
public static final TestLinkResponseParams OPERATIONS
public static final TestLinkResponseParams OVERWRITE
public static final TestLinkResponseParams MESSAGE
public static final TestLinkResponseParams BUG_ID_STATUS
public static final TestLinkResponseParams CUSTOM_FIELD_STATUS
public static final TestLinkResponseParams EXEC_STATUS
public static final TestLinkResponseParams EXECUTION_ORDER
public static final TestLinkResponseParams ACTIONS
public static final TestLinkResponseParams STEP_NUMBER
public static final TestLinkResponseParams EXPECTED_RESULTS
public static final TestLinkResponseParams FULL_TEST_CASE_EXTERNAL_ID
public static final TestLinkResponseParams FULL_TEST_CASE_EXTERNAL_ID2
public static final TestLinkResponseParams PLATFORM_ID
public static final TestLinkResponseParams PLATFORM_NAME
public static final TestLinkResponseParams EXTERNAL_ID
public static final TestLinkResponseParams EXTERNAL_ID2
public static final TestLinkResponseParams EXECUTION_TS
public static final TestLinkResponseParams EST_EXECUTION_DURATION
public static final TestLinkResponseParams RELEASE_DATE
public static final TestLinkResponseParams CLOSED_DATE
public static TestLinkResponseParams[] values()
for (TestLinkResponseParams c : TestLinkResponseParams.values()) System.out.println(c);
public static TestLinkResponseParams 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 toString()
toString
in class Enum<TestLinkResponseParams>
Copyright © 2010–2020. All rights reserved.