| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Execution |
IssueOwnership.getExecution() |
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.ListPath<Execution,QExecution> |
QIterationTestPlanItem.executions |
| Modifier and Type | Method and Description |
|---|---|
Execution |
IterationTestPlanItem.createAutomatedExecution() |
Execution |
IterationTestPlanItem.createExecution()
Creates an execution of this item and returns it.
|
Execution |
IterationTestPlanItem.getLatestExecution() |
| Modifier and Type | Method and Description |
|---|---|
List<Execution> |
Iteration.getExecutions()
flattened list of the executions
|
List<Execution> |
IterationTestPlanItem.getExecutions() |
| Modifier and Type | Method and Description |
|---|---|
void |
IterationTestPlanItem.addExecution(Execution execution) |
void |
IterationTestPlanItem.addExecutionAtPos(Execution execution,
int order) |
void |
IterationTestPlanItem.removeExecution(Execution execution) |
| Modifier and Type | Method and Description |
|---|---|
Execution |
ExecutionStep.getExecution() |
| Constructor and Description |
|---|
QExecution(Class<? extends Execution> type,
com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QExecution(com.querydsl.core.types.Path<? extends Execution> path) |
| Modifier and Type | Method and Description |
|---|---|
Execution |
AutomatedExecutionExtender.getExecution() |
| Modifier and Type | Method and Description |
|---|---|
void |
AutomatedExecutionExtender.setExecution(Execution execution) |
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.