Uses of Class
org.squashtest.tm.domain.execution.Execution

Packages that use Execution
org.squashtest.tm.domain.bugtracker   
org.squashtest.tm.domain.campaign   
org.squashtest.tm.domain.execution   
org.squashtest.tm.domain.testautomation This package contains all the relevant concepts around test automation. 
 

Uses of Execution in org.squashtest.tm.domain.bugtracker
 

Methods in org.squashtest.tm.domain.bugtracker that return Execution
 Execution IssueOwnership.getExecution()
           
 

Uses of Execution in org.squashtest.tm.domain.campaign
 

Methods in org.squashtest.tm.domain.campaign that return Execution
 Execution IterationTestPlanItem.createAutomatedExecution()
           
 Execution IterationTestPlanItem.createExecution()
          Creates an execution of this item and returns it.
 Execution IterationTestPlanItem.getLatestExecution()
           
 

Methods in org.squashtest.tm.domain.campaign that return types with arguments of type Execution
 List<Execution> IterationTestPlanItem.getExecutions()
           
 List<Execution> Iteration.getExecutions()
          flattened list of the executions
 

Methods in org.squashtest.tm.domain.campaign with parameters of type Execution
 void IterationTestPlanItem.addExecution(Execution execution)
           
 void IterationTestPlanItem.removeExecution(Execution execution)
           
 

Uses of Execution in org.squashtest.tm.domain.execution
 

Methods in org.squashtest.tm.domain.execution that return Execution
 Execution ExecutionStep.getExecution()
           
 

Uses of Execution in org.squashtest.tm.domain.testautomation
 

Methods in org.squashtest.tm.domain.testautomation that return Execution
 Execution AutomatedExecutionExtender.getExecution()
           
 

Methods in org.squashtest.tm.domain.testautomation with parameters of type Execution
 void AutomatedExecutionExtender.setExecution(Execution execution)
           
 



Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.