public interface AutomatedExecutionManagerService
| Modifier and Type | Method and Description |
|---|---|
void |
changeExecutionState(long id,
org.squashtest.tm.api.testautomation.execution.dto.TestExecutionStatus stateChange)
Changes the state of a given execution to a new value.
|
@PreAuthorize(value="hasRole(\'ROLE_TA_API_CLIENT\')")
void changeExecutionState(long id,
@NotNull
org.squashtest.tm.api.testautomation.execution.dto.TestExecutionStatus stateChange)
id - id of the automated exec extenderstateChange - Copyright © 2010–2017 Henix, henix.fr. All rights reserved.