public interface AutomatedExecutionExtenderDao extends org.springframework.data.jpa.repository.JpaRepository<org.squashtest.tm.domain.testautomation.AutomatedExecutionExtender,Long>
| Modifier and Type | Method and Description |
|---|---|
List<org.squashtest.tm.domain.testautomation.AutomatedExecutionExtender> |
findAllBySuiteIdAndTestName(String suiteId,
String testName,
String projectName)
Returns the
AutomatedExecutionExtenders which match the AutomatedExecutionSetIdentifier. |
org.squashtest.tm.domain.testautomation.AutomatedExecutionExtender |
findById(long executionId) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAll, flush, getOne, save, saveAndFlushfindAllorg.squashtest.tm.domain.testautomation.AutomatedExecutionExtender findById(long executionId)
@Query List<org.squashtest.tm.domain.testautomation.AutomatedExecutionExtender> findAllBySuiteIdAndTestName(@NotNull String suiteId, @NotNull String testName, @NotNull String projectName)
AutomatedExecutionExtenders which match the AutomatedExecutionSetIdentifier.projectName - Copyright © 2010–2017 Henix, henix.fr. All rights reserved.