org.squashtest.tm.service.campaign
@Transactional public interface IterationTestPlanFinder
| Modifier and Type | Method and Description |
|---|---|
List<org.squashtest.tm.domain.users.User> |
findAssignableUserForTestPlan(long iterationId)
Get Users with Execute Access for an Iteration and its TestPlan.
|
List<org.squashtest.tm.domain.testcase.TestCaseLibrary> |
findLinkableTestCaseLibraries()
Returns a collection of
TestCaseLibrary, the test cases of which may be added to the campaign |
List<org.squashtest.tm.domain.testcase.TestCase> |
findPlannedTestCases(Long iterationId) |
org.squashtest.tm.core.foundation.collection.PagedCollectionHolder<List<IndexedIterationTestPlanItem>> |
findTestPlan(long iterationId,
org.squashtest.tm.core.foundation.collection.PagingAndSorting filter) |
org.squashtest.tm.domain.campaign.IterationTestPlanItem |
findTestPlanItem(long itemTestPlanId) |
org.squashtest.tm.domain.campaign.IterationTestPlanItem |
findTestPlanItemByTestCaseId(long iterationId,
long testCaseId)
Deprecated.
used only in IntegrationTests
|
org.squashtest.tm.core.foundation.collection.PagedCollectionHolder<List<IndexedIterationTestPlanItem>> findTestPlan(long iterationId, org.squashtest.tm.core.foundation.collection.PagingAndSorting filter)
org.squashtest.tm.domain.campaign.IterationTestPlanItem findTestPlanItem(long itemTestPlanId)
List<org.squashtest.tm.domain.testcase.TestCaseLibrary> findLinkableTestCaseLibraries()
TestCaseLibrary, the test cases of which may be added to the campaignList<org.squashtest.tm.domain.testcase.TestCase> findPlannedTestCases(Long iterationId)
List<org.squashtest.tm.domain.users.User> findAssignableUserForTestPlan(long iterationId)
testCaseId - campaignId - @Deprecated org.squashtest.tm.domain.campaign.IterationTestPlanItem findTestPlanItemByTestCaseId(long iterationId, long testCaseId)
iterationId - testCaseId - Copyright © 2010-2014 Henix, henix.fr. All Rights Reserved.