Uses of Interface
org.squashtest.tm.service.testautomation.AutomatedExecutionSetIdentifier

Packages that use AutomatedExecutionSetIdentifier
org.squashtest.tm.service.internal.testautomation.service   
org.squashtest.tm.service.testautomation   
 

Uses of AutomatedExecutionSetIdentifier in org.squashtest.tm.service.internal.testautomation.service
 

Methods in org.squashtest.tm.service.internal.testautomation.service with parameters of type AutomatedExecutionSetIdentifier
 void AutomatedExecutionManagerServiceImpl.changeExecutionsStates(AutomatedExecutionSetIdentifier setIdentifier, org.squashtest.tm.api.testautomation.execution.dto.TestExecutionStatus stateChange)
           
 void AutomatedExecutionManagerServiceImpl.updateExecutionStatus(AutomatedExecutionSetIdentifier execIdentifier, org.squashtest.tm.domain.execution.ExecutionStatus newStatus)
           
 void AutomatedExecutionManagerServiceImpl.updateResultSummary(AutomatedExecutionSetIdentifier execIdentifier, String newSummary)
           
 void AutomatedExecutionManagerServiceImpl.updateResultURL(AutomatedExecutionSetIdentifier execIdentifier, URL resultURL)
           
 

Uses of AutomatedExecutionSetIdentifier in org.squashtest.tm.service.testautomation
 

Methods in org.squashtest.tm.service.testautomation with parameters of type AutomatedExecutionSetIdentifier
 void AutomatedExecutionManagerService.changeExecutionsStates(AutomatedExecutionSetIdentifier setIdentifier, org.squashtest.tm.api.testautomation.execution.dto.TestExecutionStatus stateChange)
          Changes the state of a set of executions to a new value.
 void TestAutomationCallbackService.updateExecutionStatus(AutomatedExecutionSetIdentifier execIdentifier, org.squashtest.tm.domain.execution.ExecutionStatus newStatus)
           
 void TestAutomationCallbackService.updateResultSummary(AutomatedExecutionSetIdentifier execIdentifier, String newSummary)
           
 void TestAutomationCallbackService.updateResultURL(AutomatedExecutionSetIdentifier execIdentifier, URL resultURL)
           
 



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