|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Execution | |
|---|---|
| org.squashtest.csp.tm.domain.campaign | |
| org.squashtest.csp.tm.domain.execution | |
| org.squashtest.csp.tm.internal.repository | |
| org.squashtest.csp.tm.internal.repository.hibernate | This file contains Hibernate named queries used by DAOs. |
| org.squashtest.csp.tm.internal.service | |
| org.squashtest.csp.tm.internal.service.deletion | |
| org.squashtest.csp.tm.service | |
| Uses of Execution in org.squashtest.csp.tm.domain.campaign |
|---|
| Methods in org.squashtest.csp.tm.domain.campaign that return types with arguments of type Execution | |
|---|---|
List<Execution> |
Iteration.getExecutions()
|
List<Execution> |
IterationTestPlanItem.getExecutions()
|
| Methods in org.squashtest.csp.tm.domain.campaign with parameters of type Execution | |
|---|---|
void |
Iteration.addExecution(Execution execution)
That method will add an Execution to the iteration. |
void |
IterationTestPlanItem.addExecution(Execution execution)
|
void |
IterationTestPlanItem.removeExecution(Execution execution)
|
| Uses of Execution in org.squashtest.csp.tm.domain.execution |
|---|
| Methods in org.squashtest.csp.tm.domain.execution that return Execution | |
|---|---|
Execution |
ExecutionStep.getExecution()
|
| Uses of Execution in org.squashtest.csp.tm.internal.repository |
|---|
| Methods in org.squashtest.csp.tm.internal.repository that return Execution | |
|---|---|
Execution |
ExecutionDao.findAndInit(long executionId)
|
Execution |
ExecutionStepDao.findParentExecution(Long executionStepId)
|
| Methods in org.squashtest.csp.tm.internal.repository that return types with arguments of type Execution | |
|---|---|
List<Execution> |
IterationDao.findOrderedExecutionsByIterationAndTestCase(long iterationId,
long testCaseId)
|
List<Execution> |
IterationDao.findOrderedExecutionsByIterationAndTestPlan(long iterationId,
long testPlanId)
|
List<Execution> |
IterationDao.findOrderedExecutionsByIterationId(long iterationId)
|
| Uses of Execution in org.squashtest.csp.tm.internal.repository.hibernate |
|---|
| Methods in org.squashtest.csp.tm.internal.repository.hibernate that return Execution | |
|---|---|
Execution |
HibernateExecutionDao.findAndInit(long executionId)
|
Execution |
HibernateExecutionStepDao.findParentExecution(Long executionStepId)
|
| Methods in org.squashtest.csp.tm.internal.repository.hibernate that return types with arguments of type Execution | |
|---|---|
List<Execution> |
HibernateIterationDao.findOrderedExecutionsByIterationAndTestCase(long iterationId,
long testCaseId)
|
List<Execution> |
HibernateIterationDao.findOrderedExecutionsByIterationAndTestPlan(long iterationId,
long testPlanId)
|
List<Execution> |
HibernateIterationDao.findOrderedExecutionsByIterationId(long iterationId)
|
| Uses of Execution in org.squashtest.csp.tm.internal.service |
|---|
| Methods in org.squashtest.csp.tm.internal.service that return Execution | |
|---|---|
Execution |
ExecutionModificationServiceImpl.findAndInitExecution(Long executionId)
|
Execution |
ExecutionProcessingServiceImpl.findExecution(Long executionId)
|
Execution |
ExecutionModificationServiceImpl.findExecution(Long executionId)
|
| Methods in org.squashtest.csp.tm.internal.service that return types with arguments of type Execution | |
|---|---|
List<Execution> |
CustomIterationModificationServiceImpl.findAllExecutions(long iterationId)
|
List<Execution> |
CustomIterationModificationServiceImpl.findExecutionsByTestPlan(long iterationId,
long testPlanId)
|
| Methods in org.squashtest.csp.tm.internal.service with parameters of type Execution | |
|---|---|
void |
CampaignNodeDeletionHandler.deleteExecution(Execution execution)
that method should delete the execution. |
void |
ExecutionModificationServiceImpl.deleteExecution(Execution execution)
|
| Uses of Execution in org.squashtest.csp.tm.internal.service.deletion |
|---|
| Methods in org.squashtest.csp.tm.internal.service.deletion with parameters of type Execution | |
|---|---|
void |
CampaignDeletionHandlerImpl.deleteExecSteps(Execution execution)
|
void |
CampaignDeletionHandlerImpl.deleteExecution(Execution execution)
|
| Method parameters in org.squashtest.csp.tm.internal.service.deletion with type arguments of type Execution | |
|---|---|
void |
CampaignDeletionHandlerImpl.deleteExecutions(List<Execution> executions)
|
| Uses of Execution in org.squashtest.csp.tm.service |
|---|
| Methods in org.squashtest.csp.tm.service that return Execution | |
|---|---|
Execution |
ExecutionModificationService.findAndInitExecution(Long executionId)
|
Execution |
ExecutionModificationService.findExecution(Long executionId)
|
Execution |
ExecutionProcessingService.findExecution(Long executionId)
|
| Methods in org.squashtest.csp.tm.service that return types with arguments of type Execution | |
|---|---|
List<Execution> |
CustomIterationModificationService.findAllExecutions(long iterationId)
|
List<Execution> |
CustomIterationModificationService.findExecutionsByTestPlan(long iterationId,
long testPlanId)
|
| Methods in org.squashtest.csp.tm.service with parameters of type Execution | |
|---|---|
void |
ExecutionModificationService.deleteExecution(Execution execution)
that method should delete the execution. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||