|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Transactional public interface ExecutionProcessingService
| Method Summary | |
|---|---|
Execution |
findExecution(Long executionId)
|
int |
findExecutionRank(Long executionId)
Deprecated. dead code ? |
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 |
| Method Detail |
|---|
Execution findExecution(Long executionId)
@Deprecated int findExecutionRank(Long executionId)
executionId -
ExecutionStep findExecutionStep(Long executionStepId)
ExecutionStep findRunningExecutionStep(Long executionId)
executionId -
List<ExecutionStep> getExecutionSteps(Long executionId)
ExecutionStep getStepAt(Long executionId,
int executionStepIndex)
executionId - executionStepRank -
void setExecutionStepStatus(Long executionStepId,
ExecutionStatus status)
executionStepId - the step idstatus - the new status
void setExecutionStatus(Long executionId,
ExecutionStatus status)
void setExecutionStatus(Long executionId,
ExecutionStatusReport report)
ExecutionStatusReport getExecutionStatusReport(Long executionId)
void setExecutionStepComment(Long executionStepId,
String comment)
int findExecutionStepRank(Long executionStepId)
int findTotalNumberSteps(Long executionId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||