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
 ReportTCResultResponse 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.
 ReportTCResultResponse 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
 ExecutionStatus TestCase.getExecutionStatus()
           
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 TestCase.setExecutionStatus(ExecutionStatus 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)
           
TestCase(Integer id, String name, Integer testSuiteId, Integer testProjectId, String authorLogin, String summary, List<TestCaseStep> steps, String preconditions, TestImportance testImportance, ExecutionType executionType, Integer executionOrder, Integer order, Integer internalId, Boolean checkDuplicatedName, String actionOnDuplicatedName, Integer versionId, Integer version, Integer parentId, List<CustomField> customFields, ExecutionStatus executionStatus)
           
 



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