@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.campaign.IterationTestPlanItem> |
findByReferencedTestCase(org.squashtest.tm.domain.testcase.TestCase referencedTestCase) |
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) |
List<org.squashtest.tm.domain.campaign.IterationTestPlanItem> |
findTestPlanItems(List<Long> ids) |
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.campaign.IterationTestPlanItem> findTestPlanItems(List<Long> ids)
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 - List<org.squashtest.tm.domain.campaign.IterationTestPlanItem> findByReferencedTestCase(org.squashtest.tm.domain.testcase.TestCase referencedTestCase)
Copyright © 2010–2017 Henix, henix.fr. All rights reserved.