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


public interface AutomatedExecutionExtenderDao

Author:
bsiri, Gregory Fouquet

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

Method Detail

findById

org.squashtest.tm.domain.testautomation.AutomatedExecutionExtender findById(long executionId)

persist

void persist(org.squashtest.tm.domain.testautomation.AutomatedExecutionExtender extender)

findAllBySuiteIdAndTestName

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

Parameters:
projectName -
Returns:

findAllBySuiteIdAndProjectId

List<org.squashtest.tm.domain.testautomation.AutomatedExecutionExtender> findAllBySuiteIdAndProjectId(@NotNull
                                                                                                      String suiteId,
                                                                                                      @NotNull
                                                                                                      Long projectId)


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