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

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

Uses of ExecutionStatus in br.eti.kinoshita.testlinkjavaapi
 

Methods in br.eti.kinoshita.testlinkjavaapi with parameters of type ExecutionStatus
 void TestLinkAPI.reportTCResult(Integer testCaseId, Integer testCaseExternalId, Integer testPlanId, ExecutionStatus status, Integer buildId, String buildName, String notes, Boolean guess, String bugId, Integer platformId, String platformName, Map<String,String> customFields, Boolean overwrite)
          Reports a Test Case result.
 void TestLinkAPI.setTestCaseExecutionResult(Integer testCaseId, Integer testCaseExternalId, Integer testPlanId, ExecutionStatus status, Integer buildId, String buildName, String notes, Boolean guess, String bugId, Integer platformId, String platformName, Map<String,String> customFields, Boolean overwrite)
          Reports a Test Case result.
 

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

Methods in br.eti.kinoshita.testlinkjavaapi.model that return ExecutionStatus
static ExecutionStatus ExecutionStatus.getExecutionStatus(char c)
           
 ExecutionStatus Execution.getStatus()
           
static ExecutionStatus ExecutionStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ExecutionStatus[] ExecutionStatus.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 ExecutionStatus
 void Execution.setStatus(ExecutionStatus status)
           
 

Constructors in br.eti.kinoshita.testlinkjavaapi.model with parameters of type ExecutionStatus
Execution(Integer id, Integer buildId, Integer testerId, ExecutionStatus status, Integer testPlanId, Integer testCaseVersionId, Integer testCaseVersionNumber, ExecutionType executionType, String notes)
           
 



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