org.squashtest.tm.service.testautomation
Interface TestAutomationCallbackService

All Known Implementing Classes:
AutomatedExecutionManagerServiceImpl

public interface TestAutomationCallbackService


Method Summary
 void updateExecutionStatus(AutomatedExecutionSetIdentifier execIdentifier, org.squashtest.tm.domain.execution.ExecutionStatus newStatus)
           
 void updateResultSummary(AutomatedExecutionSetIdentifier execIdentifier, String newSummary)
           
 void updateResultURL(AutomatedExecutionSetIdentifier execIdentifier, URL resultURL)
           
 

Method Detail

updateResultURL

void updateResultURL(AutomatedExecutionSetIdentifier execIdentifier,
                     URL resultURL)

updateExecutionStatus

void updateExecutionStatus(AutomatedExecutionSetIdentifier execIdentifier,
                           org.squashtest.tm.domain.execution.ExecutionStatus newStatus)

updateResultSummary

void updateResultSummary(AutomatedExecutionSetIdentifier execIdentifier,
                         String newSummary)


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