Uses of Class
br.eti.kinoshita.testlinkjavaapi.model.ExecutionType

Packages that use ExecutionType
br.eti.kinoshita.testlinkjavaapi   
br.eti.kinoshita.testlinkjavaapi.model   
 

Uses of ExecutionType in br.eti.kinoshita.testlinkjavaapi
 

Methods in br.eti.kinoshita.testlinkjavaapi with parameters of type ExecutionType
 TestCase TestLinkAPI.createTestCase(java.lang.String testCaseName, java.lang.Integer testSuiteId, java.lang.Integer testProjectId, java.lang.String authorLogin, java.lang.String summary, java.util.List<TestCaseStep> steps, java.lang.String preconditions, TestImportance importance, ExecutionType execution, java.lang.Integer order, java.lang.Integer internalId, java.lang.Boolean checkDuplicatedName, java.lang.String actionOnDuplicatedName)
          Creates a Test Case.
 TestCase[] TestLinkAPI.getTestCasesForTestPlan(java.lang.Integer testPlanId, java.util.List<java.lang.Integer> testCasesIds, java.lang.Integer buildId, java.util.List<java.lang.Integer> keywordsIds, java.lang.String keywords, java.lang.Boolean executed, java.util.List<java.lang.Integer> assignedTo, java.lang.String executeStatus, ExecutionType executionType, java.lang.Boolean getStepInfo)
          Retrieves Test Cases for Test Plans.
 

Uses of ExecutionType in br.eti.kinoshita.testlinkjavaapi.model
 

Methods in br.eti.kinoshita.testlinkjavaapi.model that return ExecutionType
 ExecutionType Execution.getExecutionType()
           
 ExecutionType TestCase.getExecutionType()
           
 ExecutionType TestCaseStep.getExecutionType()
           
static ExecutionType ExecutionType.getExecutionType(java.lang.Integer integer)
           
static ExecutionType ExecutionType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ExecutionType[] ExecutionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in br.eti.kinoshita.testlinkjavaapi.model with parameters of type ExecutionType
 void Execution.setExecutionType(ExecutionType executionType)
           
 void TestCase.setExecutionType(ExecutionType executionType)
           
 void TestCaseStep.setExecutionType(ExecutionType executionType)
           
 

Constructors in br.eti.kinoshita.testlinkjavaapi.model with parameters of type ExecutionType
Execution(java.lang.Integer id, java.lang.Integer buildId, java.lang.Integer testerId, ExecutionStatus status, java.lang.Integer testPlanId, java.lang.Integer testCaseVersionId, java.lang.Integer testCaseVersionNumber, ExecutionType executionType, java.lang.String notes)
           
TestCase(java.lang.Integer id, java.lang.String name, java.lang.Integer testSuiteId, java.lang.Integer testProjectId, java.lang.String authorLogin, java.lang.String summary, java.util.List<TestCaseStep> steps, java.lang.String preconditions, TestImportance testImportance, ExecutionType executionType, java.lang.Integer executionOrder, java.lang.Integer order, java.lang.Integer internalId, java.lang.Boolean checkDuplicatedName, java.lang.String actionOnDuplicatedName, java.lang.Integer versionId, java.lang.Integer version, java.lang.Integer parentId, java.util.List<CustomField> customFields, ExecutionStatus executionStatus)
           
TestCaseStep(java.lang.Integer id, java.lang.Integer testCaseVersionId, java.lang.Integer number, java.lang.String actions, java.lang.String expectedResults, java.lang.Boolean active, ExecutionType executionType)
           
 



Copyright © 2010-2011 the testlink-java-api team-2011. All Rights Reserved.