public class ExProgressTestPlanDto extends Object
| Constructor and Description |
|---|
ExProgressTestPlanDto() |
ExProgressTestPlanDto(String testCaseName,
org.squashtest.tm.domain.execution.ExecutionStatus executionStatus) |
| Modifier and Type | Method and Description |
|---|---|
ExProgressTestPlanDto |
fillBasicInfo(org.squashtest.tm.domain.campaign.IterationTestPlanItem testPlan) |
org.squashtest.tm.domain.execution.ExecutionStatus |
getExecutionStatus() |
ExProgressIterationDto |
getIteration() |
String |
getTestCaseName() |
void |
setExecutionStatus(org.squashtest.tm.domain.execution.ExecutionStatus executionStatus) |
void |
setIteration(ExProgressIterationDto iteration) |
void |
setTestCaseName(String testCaseName) |
public ExProgressTestPlanDto()
public ExProgressTestPlanDto(String testCaseName, org.squashtest.tm.domain.execution.ExecutionStatus executionStatus)
public ExProgressIterationDto getIteration()
public void setIteration(ExProgressIterationDto iteration)
public String getTestCaseName()
public void setTestCaseName(String testCaseName)
public org.squashtest.tm.domain.execution.ExecutionStatus getExecutionStatus()
public void setExecutionStatus(org.squashtest.tm.domain.execution.ExecutionStatus executionStatus)
public ExProgressTestPlanDto fillBasicInfo(org.squashtest.tm.domain.campaign.IterationTestPlanItem testPlan)
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.