org.squashtest.tm.service.internal.repository.testautomation
public interface AutomatedExecutionExtenderDao
| Modifier and Type | Method and Description |
|---|---|
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) |
org.squashtest.tm.domain.testautomation.AutomatedExecutionExtender findById(long executionId)
void persist(org.squashtest.tm.domain.testautomation.AutomatedExecutionExtender extender)
List<org.squashtest.tm.domain.testautomation.AutomatedExecutionExtender> findAllBySuiteIdAndTestName(@NotNull String suiteId, @NotNull String testName, @NotNull String projectName)
AutomatedExecutions which match the AutomatedExecutionSetIdentifier.projectName - Copyright © 2010-2014 Henix, henix.fr. All Rights Reserved.