|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AutomatedExecutionExtenderDao
| 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 |
|---|
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 -
List<org.squashtest.tm.domain.testautomation.AutomatedExecutionExtender> findAllBySuiteIdAndProjectId(@NotNull
String suiteId,
@NotNull
Long projectId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||