br.eti.kinoshita.testlinkjavaapi.constants
Enum TestLinkMethods
java.lang.Object
java.lang.Enum<TestLinkMethods>
br.eti.kinoshita.testlinkjavaapi.constants.TestLinkMethods
- All Implemented Interfaces:
- Serializable, Comparable<TestLinkMethods>
public enum TestLinkMethods
- extends Enum<TestLinkMethods>
- Since:
- 1.9.0-1
- Author:
- Bruno P. Kinoshita - http://www.kinoshita.eti.br
CREATE_TEST_PROJECT
public static final TestLinkMethods CREATE_TEST_PROJECT
GET_TEST_PROJECT_BY_NAME
public static final TestLinkMethods GET_TEST_PROJECT_BY_NAME
CHECK_DEV_KEY
public static final TestLinkMethods CHECK_DEV_KEY
GET_PROJECTS
public static final TestLinkMethods GET_PROJECTS
CREATE_TEST_PLAN
public static final TestLinkMethods CREATE_TEST_PLAN
GET_TEST_PLAN_BY_NAME
public static final TestLinkMethods GET_TEST_PLAN_BY_NAME
GET_PROJECT_TEST_PLANS
public static final TestLinkMethods GET_PROJECT_TEST_PLANS
GET_TEST_PLAN_PLATFORMS
public static final TestLinkMethods GET_TEST_PLAN_PLATFORMS
CREATE_TEST_CASE
public static final TestLinkMethods CREATE_TEST_CASE
CREATE_TEST_CASE_STEPS
public static final TestLinkMethods CREATE_TEST_CASE_STEPS
DELETE_TEST_CASE_STEPS
public static final TestLinkMethods DELETE_TEST_CASE_STEPS
CREATE_TEST_SUITE
public static final TestLinkMethods CREATE_TEST_SUITE
ADD_TEST_CASE_TO_TEST_PLAN
public static final TestLinkMethods ADD_TEST_CASE_TO_TEST_PLAN
DOES_USER_EXIST
public static final TestLinkMethods DOES_USER_EXIST
SAY_HELLO
public static final TestLinkMethods SAY_HELLO
ABOUT
public static final TestLinkMethods ABOUT
GET_TEST_SUITE_BY_ID
public static final TestLinkMethods GET_TEST_SUITE_BY_ID
SET_TEST_MODE
public static final TestLinkMethods SET_TEST_MODE
REPEAT
public static final TestLinkMethods REPEAT
GET_TEST_CASE
public static final TestLinkMethods GET_TEST_CASE
GET_TEST_CASES_FOR_TEST_SUITE
public static final TestLinkMethods GET_TEST_CASES_FOR_TEST_SUITE
CREATE_BUILD
public static final TestLinkMethods CREATE_BUILD
GET_TEST_CASES_FOR_TEST_PLAN
public static final TestLinkMethods GET_TEST_CASES_FOR_TEST_PLAN
GET_TEST_CASE_ID_BY_NAME
public static final TestLinkMethods GET_TEST_CASE_ID_BY_NAME
GET_TEST_SUITES_FOR_TEST_PLAN
public static final TestLinkMethods GET_TEST_SUITES_FOR_TEST_PLAN
UPLOAD_ATTACHMENT
public static final TestLinkMethods UPLOAD_ATTACHMENT
UPLOAD_TEST_CASE_ATTACHMENT
public static final TestLinkMethods UPLOAD_TEST_CASE_ATTACHMENT
UPLOAD_TEST_SUITE_ATTACHMENT
public static final TestLinkMethods UPLOAD_TEST_SUITE_ATTACHMENT
UPLOAD_TEST_PROJECT_ATTACHMENT
public static final TestLinkMethods UPLOAD_TEST_PROJECT_ATTACHMENT
UPLOAD_REQUIREMENT_ATTACHMENT
public static final TestLinkMethods UPLOAD_REQUIREMENT_ATTACHMENT
UPLOAD_REQUIREMENT_SPECIFICATION_ATTACHMENT
public static final TestLinkMethods UPLOAD_REQUIREMENT_SPECIFICATION_ATTACHMENT
GET_TEST_CASE_ATTACHMENTS
public static final TestLinkMethods GET_TEST_CASE_ATTACHMENTS
UPLOAD_EXECUTION_ATTACHMENT
public static final TestLinkMethods UPLOAD_EXECUTION_ATTACHMENT
DELETE_EXECUTION
public static final TestLinkMethods DELETE_EXECUTION
GET_FULL_PATH
public static final TestLinkMethods GET_FULL_PATH
ASSIGN_REQUIREMENTS
public static final TestLinkMethods ASSIGN_REQUIREMENTS
GET_TEST_SUITES_FOR_TEST_SUITE
public static final TestLinkMethods GET_TEST_SUITES_FOR_TEST_SUITE
GET_FIRST_LEVEL_TEST_SUITES_FOR_TEST_PROJECT
public static final TestLinkMethods GET_FIRST_LEVEL_TEST_SUITES_FOR_TEST_PROJECT
REPORT_TC_RESULT
public static final TestLinkMethods REPORT_TC_RESULT
GET_LAST_EXECUTION_RESULT
public static final TestLinkMethods GET_LAST_EXECUTION_RESULT
GET_BUILDS_FOR_TEST_PLAN
public static final TestLinkMethods GET_BUILDS_FOR_TEST_PLAN
GET_LATEST_BUILD_FOR_TEST_PLAN
public static final TestLinkMethods GET_LATEST_BUILD_FOR_TEST_PLAN
GET_TEST_CASE_CUSTOM_FIELD_DESIGN_VALUE
public static final TestLinkMethods GET_TEST_CASE_CUSTOM_FIELD_DESIGN_VALUE
GET_TEST_CASE_CUSTOM_FIELD_TEST_PLAN_DESIGN_VALUE
public static final TestLinkMethods GET_TEST_CASE_CUSTOM_FIELD_TEST_PLAN_DESIGN_VALUE
GET_TEST_CASE_CUSTOM_FIELD_EXECUTION_VALUE
public static final TestLinkMethods GET_TEST_CASE_CUSTOM_FIELD_EXECUTION_VALUE
GET_TOTALS_FOR_TEST_PLAN
public static final TestLinkMethods GET_TOTALS_FOR_TEST_PLAN
GET_EXEC_COUNTERS_BY_BUILD
public static final TestLinkMethods GET_EXEC_COUNTERS_BY_BUILD
SET_TEST_CASE_EXECUTION_TYPE
public static final TestLinkMethods SET_TEST_CASE_EXECUTION_TYPE
values
public static TestLinkMethods[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (TestLinkMethods c : TestLinkMethods.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static TestLinkMethods valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
toString
public String toString()
- Overrides:
toString in class Enum<TestLinkMethods>
Copyright © 2010-2011 the testlink-java-api team-2012. All Rights Reserved.