org.squashtest.csp.tm.internal.repository.testautomation
Interface AutomatedExecutionExtenderDao


public interface AutomatedExecutionExtenderDao

Author:
bsiri, Gregory Fouquet

Method Summary
 List<AutomatedExecutionExtender> findAllBySuiteIdAndProjectId(String suiteId, Long projectId)
           
 List<AutomatedExecutionExtender> findAllBySuiteIdAndTestName(String suiteId, String testName, String projectName)
          Returns the AutomatedExecutions which match the AutomatedExecutionSetIdentifier.
 AutomatedExecutionExtender findById(long executionId)
           
 void persist(AutomatedExecutionExtender extender)
           
 

Method Detail

findById

AutomatedExecutionExtender findById(long executionId)

persist

void persist(AutomatedExecutionExtender extender)

findAllBySuiteIdAndTestName

List<AutomatedExecutionExtender> findAllBySuiteIdAndTestName(@NotNull
                                                             String suiteId,
                                                             @NotNull
                                                             String testName,
                                                             @NotNull
                                                             String projectName)
Returns the AutomatedExecutions which match the AutomatedExecutionSetIdentifier.

Parameters:
projectName -
Returns:

findAllBySuiteIdAndProjectId

List<AutomatedExecutionExtender> findAllBySuiteIdAndProjectId(@NotNull
                                                              String suiteId,
                                                              @NotNull
                                                              Long projectId)


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