br.eti.kinoshita.testlinkjavaapi.model
Enum TestLinkMethods
java.lang.Object
java.lang.Enum<TestLinkMethods>
br.eti.kinoshita.testlinkjavaapi.model.TestLinkMethods
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<TestLinkMethods>
public enum TestLinkMethods
- extends java.lang.Enum<TestLinkMethods>
- Since:
- 1.9.0-1
- Author:
- Bruno P. Kinoshita - http://www.kinoshita.eti.br
|
Method Summary |
java.lang.String |
toString()
|
static TestLinkMethods |
valueOf(java.lang.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. |
| Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
createTestProject
public static final TestLinkMethods createTestProject
getTestProjectByName
public static final TestLinkMethods getTestProjectByName
checkDevKey
public static final TestLinkMethods checkDevKey
getProjects
public static final TestLinkMethods getProjects
createTestPlan
public static final TestLinkMethods createTestPlan
getTestPlanByName
public static final TestLinkMethods getTestPlanByName
getProjectTestPlans
public static final TestLinkMethods getProjectTestPlans
getTestPlanPlatforms
public static final TestLinkMethods getTestPlanPlatforms
createTestCase
public static final TestLinkMethods createTestCase
createTestSuite
public static final TestLinkMethods createTestSuite
addTestCaseToTestPlan
public static final TestLinkMethods addTestCaseToTestPlan
doesUserExist
public static final TestLinkMethods doesUserExist
sayHello
public static final TestLinkMethods sayHello
about
public static final TestLinkMethods about
getTestSuiteByID
public static final TestLinkMethods getTestSuiteByID
setTestMode
public static final TestLinkMethods setTestMode
repeat
public static final TestLinkMethods repeat
getTestCase
public static final TestLinkMethods getTestCase
getTestCasesForTestSuite
public static final TestLinkMethods getTestCasesForTestSuite
createBuild
public static final TestLinkMethods createBuild
getTestCasesForTestPlan
public static final TestLinkMethods getTestCasesForTestPlan
getTestCaseIDByName
public static final TestLinkMethods getTestCaseIDByName
getTestSuitesForTestPlan
public static final TestLinkMethods getTestSuitesForTestPlan
uploadAttachment
public static final TestLinkMethods uploadAttachment
uploadTestCaseAttachment
public static final TestLinkMethods uploadTestCaseAttachment
uploadTestSuiteAttachment
public static final TestLinkMethods uploadTestSuiteAttachment
uploadTestProjectAttachment
public static final TestLinkMethods uploadTestProjectAttachment
uploadRequirementAttachment
public static final TestLinkMethods uploadRequirementAttachment
uploadRequirementSpecificationAttachment
public static final TestLinkMethods uploadRequirementSpecificationAttachment
getTestCaseAttachments
public static final TestLinkMethods getTestCaseAttachments
deleteExecution
public static final TestLinkMethods deleteExecution
getFullPath
public static final TestLinkMethods getFullPath
assignRequirements
public static final TestLinkMethods assignRequirements
getTestSuitesForTestSuite
public static final TestLinkMethods getTestSuitesForTestSuite
getFirstLevelTestSuitesForTestProject
public static final TestLinkMethods getFirstLevelTestSuitesForTestProject
reportTCResult
public static final TestLinkMethods reportTCResult
getLastExecutionResult
public static final TestLinkMethods getLastExecutionResult
getBuildsForTestPlan
public static final TestLinkMethods getBuildsForTestPlan
getLatestBuildForTestPlan
public static final TestLinkMethods getLatestBuildForTestPlan
getTestCaseCustomFieldDesignValue
public static final TestLinkMethods getTestCaseCustomFieldDesignValue
getTotalsForTestPlan
public static final TestLinkMethods getTotalsForTestPlan
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(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Enum<TestLinkMethods>
Copyright © 2010-2010 the testlink-java-api team-2010. All Rights Reserved.