public interface AutomatedExecutionExtenderDao extends org.springframework.data.repository.Repository<org.squashtest.tm.domain.testautomation.AutomatedExecutionExtender,Long>
| Modifier and Type | Method and Description |
|---|---|
List<org.squashtest.tm.domain.testautomation.AutomatedExecutionExtender> |
findAllBySuiteIdAndProjectId(String suiteId,
Long projectId)
Deprecated.
not used - remove in 1.15 if it's still not used
|
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) |
void |
save(org.squashtest.tm.domain.testautomation.AutomatedExecutionExtender extender) |
org.squashtest.tm.domain.testautomation.AutomatedExecutionExtender findById(long executionId)
void save(org.squashtest.tm.domain.testautomation.AutomatedExecutionExtender extender)
List<org.squashtest.tm.domain.testautomation.AutomatedExecutionExtender> findAllBySuiteIdAndTestName(@NotNull String suiteId, @NotNull String testName, @NotNull String projectName)
AutomatedExecutionExtenders which match the AutomatedExecutionSetIdentifier.projectName - @Deprecated List<org.squashtest.tm.domain.testautomation.AutomatedExecutionExtender> findAllBySuiteIdAndProjectId(@NotNull String suiteId, @NotNull Long projectId)
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.