org.squashtest.tm.service.testautomation
Interface AutomatedExecutionManagerService

All Known Implementing Classes:
AutomatedExecutionManagerServiceImpl

public interface AutomatedExecutionManagerService

Author:
Gregory Fouquet

Method Summary
 void changeExecutionsStates(AutomatedExecutionSetIdentifier setIdentifier, org.squashtest.tm.api.testautomation.execution.dto.TestExecutionStatus stateChange)
          Changes the state of a set of executions to a new value.
 

Method Detail

changeExecutionsStates

@PreAuthorize(value="hasRole(\'ROLE_TA_API_CLIENT\')")
void changeExecutionsStates(@NotNull
                                         AutomatedExecutionSetIdentifier setIdentifier,
                                         @NotNull
                                         org.squashtest.tm.api.testautomation.execution.dto.TestExecutionStatus stateChange)
Changes the state of a set of executions to a new value.

Parameters:
setIdentifier -
stateChange -


Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.