public interface MilestoneMembershipFinder
| Modifier and Type | Method and Description |
|---|---|
Collection<org.squashtest.tm.domain.milestone.Milestone> |
findAllMilestonesForTestCase(long testCaseId)
Returns the milestones of which the test case is directly a member,
plus all the milestones of which its verified requirement are members.
|
Collection<org.squashtest.tm.domain.milestone.Milestone> |
findAllMilestonesForUser(long userId) |
Collection<org.squashtest.tm.domain.milestone.Milestone> |
findMilestonesForCampaign(long campaignId) |
Collection<org.squashtest.tm.domain.milestone.Milestone> |
findMilestonesForIteration(long iterationId) |
Collection<org.squashtest.tm.domain.milestone.Milestone> |
findMilestonesForRequirementVersion(long versionId) |
Collection<org.squashtest.tm.domain.milestone.Milestone> |
findMilestonesForTestSuite(long testSuiteId) |
boolean |
isMilestoneBoundToACampainInProjects(Long milestoneId,
List<Long> projectIds) |
boolean |
isTestCaseMilestoneDeletable(long testCaseId)
Says whether a test case cannot be deleted because of milestone
it belongs directly, and also because of those of the requirements
this test case verifies.
|
boolean |
isTestCaseMilestoneModifiable(long testCaseId)
Says whether a test case cannot be modified because of milestone
it belongs directly, and also because of those of the requirements
this test case verifies.
|
Collection<org.squashtest.tm.domain.milestone.Milestone> findAllMilestonesForTestCase(long testCaseId)
testCase - boolean isTestCaseMilestoneDeletable(long testCaseId)
testCaseId - boolean isTestCaseMilestoneModifiable(long testCaseId)
testCaseId - Collection<org.squashtest.tm.domain.milestone.Milestone> findAllMilestonesForUser(long userId)
Collection<org.squashtest.tm.domain.milestone.Milestone> findMilestonesForRequirementVersion(long versionId)
Collection<org.squashtest.tm.domain.milestone.Milestone> findMilestonesForCampaign(long campaignId)
Collection<org.squashtest.tm.domain.milestone.Milestone> findMilestonesForIteration(long iterationId)
Collection<org.squashtest.tm.domain.milestone.Milestone> findMilestonesForTestSuite(long testSuiteId)
Copyright © 2010–2017 Henix, henix.fr. All rights reserved.