|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.squashtest.csp.tm.internal.service.ExecutionProcessingServiceImpl
@Service(value="squashtest.tm.service.ExecutionProcessingService") public class ExecutionProcessingServiceImpl
| Constructor Summary | |
|---|---|
ExecutionProcessingServiceImpl()
|
|
| Method Summary | |
|---|---|
Execution |
findExecution(Long executionId)
|
int |
findExecutionRank(Long executionId)
|
ExecutionStep |
findExecutionStep(Long executionStepId)
|
int |
findExecutionStepRank(Long executionStepId)
|
ExecutionStep |
findRunningExecutionStep(Long executionId)
|
int |
findTotalNumberSteps(Long executionId)
|
ExecutionStatusReport |
getExecutionStatusReport(Long executionId)
|
List<ExecutionStep> |
getExecutionSteps(Long executionId)
|
ExecutionStep |
getStepAt(Long executionId,
int executionStepIndex)
Returns, for a given execution and for a given step index, the corresponding ExecutionStep Will create the next step if the index corresponds to the one immediately following the last step, similarly to "nextExecutionStep" |
void |
setExecutionStatus(Long executionId,
ExecutionStatus status)
|
void |
setExecutionStatus(Long executionId,
ExecutionStatusReport report)
|
void |
setExecutionStepComment(Long executionStepId,
String comment)
|
void |
setExecutionStepStatus(Long executionStepId,
ExecutionStatus status)
Method which modify the execution step status It implies : * execution status update * item test plan status update * last execution date and user update for step, execution and item test plan |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExecutionProcessingServiceImpl()
| Method Detail |
|---|
public ExecutionStep findExecutionStep(Long executionStepId)
findExecutionStep in interface ExecutionProcessingServicepublic ExecutionStep findRunningExecutionStep(Long executionId)
findRunningExecutionStep in interface ExecutionProcessingService
public ExecutionStep getStepAt(Long executionId,
int executionStepIndex)
ExecutionProcessingService
getStepAt in interface ExecutionProcessingService
public void setExecutionStepStatus(Long executionStepId,
ExecutionStatus status)
ExecutionProcessingService
setExecutionStepStatus in interface ExecutionProcessingServiceexecutionStepId - the step idstatus - the new status
public void setExecutionStepComment(Long executionStepId,
String comment)
setExecutionStepComment in interface ExecutionProcessingServicepublic Execution findExecution(Long executionId)
findExecution in interface ExecutionProcessingServicepublic int findExecutionRank(Long executionId)
findExecutionRank in interface ExecutionProcessingServicepublic List<ExecutionStep> getExecutionSteps(Long executionId)
getExecutionSteps in interface ExecutionProcessingServicepublic int findExecutionStepRank(Long executionStepId)
findExecutionStepRank in interface ExecutionProcessingServicepublic int findTotalNumberSteps(Long executionId)
findTotalNumberSteps in interface ExecutionProcessingService
public void setExecutionStatus(Long executionId,
ExecutionStatus status)
setExecutionStatus in interface ExecutionProcessingServicepublic ExecutionStatusReport getExecutionStatusReport(Long executionId)
getExecutionStatusReport in interface ExecutionProcessingService
public void setExecutionStatus(Long executionId,
ExecutionStatusReport report)
setExecutionStatus in interface ExecutionProcessingService
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||