@Service(value="squashtest.tm.service.testautomation.AutomatedExecutionManagerService") @Transactional public class AutomatedExecutionManagerServiceImpl extends Object implements AutomatedExecutionManagerService, TestAutomationCallbackService
| Constructor and Description |
|---|
AutomatedExecutionManagerServiceImpl() |
| 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.
|
void |
updateExecutionStatus(AutomatedExecutionSetIdentifier execIdentifier,
org.squashtest.tm.domain.execution.ExecutionStatus newStatus) |
void |
updateResultSummary(AutomatedExecutionSetIdentifier execIdentifier,
String newSummary) |
void |
updateResultURL(AutomatedExecutionSetIdentifier execIdentifier,
URL resultURL) |
public AutomatedExecutionManagerServiceImpl()
public void updateExecutionStatus(AutomatedExecutionSetIdentifier execIdentifier, org.squashtest.tm.domain.execution.ExecutionStatus newStatus)
updateExecutionStatus in interface TestAutomationCallbackServicepublic void updateResultURL(AutomatedExecutionSetIdentifier execIdentifier, URL resultURL)
updateResultURL in interface TestAutomationCallbackServicepublic void updateResultSummary(AutomatedExecutionSetIdentifier execIdentifier, String newSummary)
updateResultSummary in interface TestAutomationCallbackServicepublic void changeExecutionState(long id,
@NotNull
org.squashtest.tm.api.testautomation.execution.dto.TestExecutionStatus stateChange)
AutomatedExecutionManagerServicechangeExecutionState in interface AutomatedExecutionManagerServiceid - id of the automated exec extenderAutomatedExecutionManagerService.changeExecutionState(long,
org.squashtest.tm.api.testautomation.execution.dto.TestExecutionStatus)Copyright © 2010–2017 Henix, henix.fr. All rights reserved.