br.eti.kinoshita.testlinkjavaapi.model
Enum TestLinkMethods

Package class diagram package TestLinkMethods
java.lang.Object
  extended by java.lang.Enum<TestLinkMethods>
      extended by br.eti.kinoshita.testlinkjavaapi.model.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

Enum Constant Summary
about
           
addTestCaseToTestPlan
           
assignRequirements
           
checkDevKey
           
createBuild
           
createTestCase
           
createTestPlan
           
createTestProject
           
createTestSuite
           
deleteExecution
           
doesUserExist
           
getBuildsForTestPlan
           
getFirstLevelTestSuitesForTestProject
           
getFullPath
           
getLastExecutionResult
           
getLatestBuildForTestPlan
           
getProjects
           
getProjectTestPlans
           
getTestCase
           
getTestCaseAttachments
           
getTestCaseCustomFieldDesignValue
           
getTestCaseIDByName
           
getTestCasesForTestPlan
           
getTestCasesForTestSuite
           
getTestPlanByName
           
getTestPlanPlatforms
           
getTestProjectByName
           
getTestSuiteByID
           
getTestSuitesForTestPlan
           
getTestSuitesForTestSuite
           
getTotalsForTestPlan
           
repeat
           
reportTCResult
           
sayHello
           
setTestMode
           
uploadAttachment
           
uploadExecutionAttachment
           
uploadRequirementAttachment
           
uploadRequirementSpecificationAttachment
           
uploadTestCaseAttachment
           
uploadTestProjectAttachment
           
uploadTestSuiteAttachment
           
 
Method Summary
 String toString()
           
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.
 
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
 

Enum Constant Detail

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

uploadExecutionAttachment

public static final TestLinkMethods uploadExecutionAttachment

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
Method Detail

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-2011. All Rights Reserved.