public enum TestLinkMethods extends Enum<TestLinkMethods>
Modifier and Type | Method and Description |
---|---|
String |
toString()
Print the method value.
|
static TestLinkMethods |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestLinkMethods[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestLinkMethods ASSIGN_TEST_CASE_EXECUTION_TASK
public static final TestLinkMethods CREATE_TEST_PROJECT
public static final TestLinkMethods GET_TEST_PROJECT_BY_NAME
public static final TestLinkMethods CHECK_DEV_KEY
public static final TestLinkMethods GET_PROJECTS
public static final TestLinkMethods CREATE_TEST_PLAN
public static final TestLinkMethods GET_TEST_PLAN_BY_NAME
public static final TestLinkMethods GET_PROJECT_TEST_PLANS
public static final TestLinkMethods GET_TEST_PLAN_PLATFORMS
public static final TestLinkMethods CREATE_TEST_CASE
public static final TestLinkMethods UPDATE_TEST_CASE
public static final TestLinkMethods CREATE_TEST_CASE_STEPS
public static final TestLinkMethods DELETE_TEST_CASE_STEPS
public static final TestLinkMethods CREATE_TEST_SUITE
public static final TestLinkMethods ADD_TEST_CASE_TO_TEST_PLAN
public static final TestLinkMethods DOES_USER_EXIST
public static final TestLinkMethods GET_USER_BY_LOGIN
public static final TestLinkMethods SAY_HELLO
public static final TestLinkMethods ABOUT
public static final TestLinkMethods GET_TEST_SUITE_BY_ID
public static final TestLinkMethods SET_TEST_MODE
public static final TestLinkMethods REPEAT
public static final TestLinkMethods GET_TEST_CASE
public static final TestLinkMethods GET_TEST_CASES_FOR_TEST_SUITE
public static final TestLinkMethods CREATE_BUILD
public static final TestLinkMethods GET_TEST_CASES_FOR_TEST_PLAN
public static final TestLinkMethods GET_TEST_CASE_ID_BY_NAME
public static final TestLinkMethods GET_TEST_SUITES_FOR_TEST_PLAN
public static final TestLinkMethods UPLOAD_ATTACHMENT
public static final TestLinkMethods UPLOAD_TEST_CASE_ATTACHMENT
public static final TestLinkMethods UPLOAD_TEST_SUITE_ATTACHMENT
public static final TestLinkMethods UPLOAD_TEST_PROJECT_ATTACHMENT
public static final TestLinkMethods UPLOAD_REQUIREMENT_ATTACHMENT
public static final TestLinkMethods UPLOAD_REQUIREMENT_SPECIFICATION_ATTACHMENT
public static final TestLinkMethods GET_TEST_CASE_ATTACHMENTS
public static final TestLinkMethods GET_TEST_SUITE_ATTACHMENTS
public static final TestLinkMethods UPLOAD_EXECUTION_ATTACHMENT
public static final TestLinkMethods DELETE_EXECUTION
public static final TestLinkMethods GET_FULL_PATH
public static final TestLinkMethods ASSIGN_REQUIREMENTS
public static final TestLinkMethods GET_TEST_SUITES_FOR_TEST_SUITE
public static final TestLinkMethods GET_FIRST_LEVEL_TEST_SUITES_FOR_TEST_PROJECT
public static final TestLinkMethods REPORT_TC_RESULT
public static final TestLinkMethods GET_LAST_EXECUTION_RESULT
public static final TestLinkMethods GET_BUILDS_FOR_TEST_PLAN
public static final TestLinkMethods GET_LATEST_BUILD_FOR_TEST_PLAN
public static final TestLinkMethods GET_TEST_CASE_KEYWORDS
public static final TestLinkMethods GET_TEST_CASE_CUSTOM_FIELD_DESIGN_VALUE
public static final TestLinkMethods GET_TEST_CASE_CUSTOM_FIELD_TEST_PLAN_DESIGN_VALUE
public static final TestLinkMethods GET_TEST_CASE_CUSTOM_FIELD_EXECUTION_VALUE
public static final TestLinkMethods GET_TEST_PLAN_CUSTOM_FIELD_DESIGN_VALUE
public static final TestLinkMethods GET_TOTALS_FOR_TEST_PLAN
public static final TestLinkMethods GET_EXEC_COUNTERS_BY_BUILD
public static final TestLinkMethods UPDATE_TEST_CASE_CUSTOM_FIELD_VALUE
public static final TestLinkMethods SET_TEST_CASE_EXECUTION_TYPE
public static final TestLinkMethods GET_PROJECT_PLATFORMS
public static final TestLinkMethods REMOVE_PLATFORM_FROM_TEST_PLAN
public static final TestLinkMethods ADD_PLATFORM_TO_TEST_PLAN
public static final TestLinkMethods UPDATE_BUILD_CUSTOM_FIELDS
public static final TestLinkMethods ADD_TEST_CASE_KEY_WORDS
public static final TestLinkMethods GET_TEST_CASE_BUGS
public static TestLinkMethods[] values()
for (TestLinkMethods c : TestLinkMethods.values()) System.out.println(c);
public static TestLinkMethods 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<TestLinkMethods>
Copyright © 2010–2020. All rights reserved.