|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Transactional(readOnly=true) public interface IterationTestPlanFinder
| Method Summary | |
|---|---|
List<User> |
findAssignableUserForTestPlan(long iterationId)
Get Users with Execute Access for an Iteration and its TestPlan. |
List<TestCaseLibrary> |
findLinkableTestCaseLibraries()
Returns a collection of TestCaseLibrary, the test cases of which may be added to the campaign |
List<TestCase> |
findPlannedTestCases(Long iterationId)
|
FilteredCollectionHolder<List<IterationTestPlanItem>> |
findTestPlan(long iterationId,
CollectionSorting filter)
|
IterationTestPlanItem |
findTestPlanItem(Long iterationId,
Long itemTestPlanId)
|
IterationTestPlanItem |
findTestPlanItemByTestCaseId(long iterationId,
long testCaseId)
Deprecated. used only in IntegrationTests |
| Method Detail |
|---|
FilteredCollectionHolder<List<IterationTestPlanItem>> findTestPlan(long iterationId,
CollectionSorting filter)
IterationTestPlanItem findTestPlanItem(Long iterationId,
Long itemTestPlanId)
List<TestCaseLibrary> findLinkableTestCaseLibraries()
TestCaseLibrary, the test cases of which may be added to the campaign
List<TestCase> findPlannedTestCases(Long iterationId)
List<User> findAssignableUserForTestPlan(long iterationId)
testCaseId - campaignId -
@Deprecated
IterationTestPlanItem findTestPlanItemByTestCaseId(long iterationId,
long testCaseId)
iterationId - testCaseId -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||