|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BTIssueDecorator | |
|---|---|
| org.squashtest.csp.tm.internal.service.bugtracker | |
| org.squashtest.csp.tm.service | |
| Uses of BTIssueDecorator in org.squashtest.csp.tm.internal.service.bugtracker |
|---|
| Uses of BTIssueDecorator in org.squashtest.csp.tm.service |
|---|
| Methods in org.squashtest.csp.tm.service that return types with arguments of type BTIssueDecorator | |
|---|---|
FilteredCollectionHolder<List<IssueOwnership<BTIssueDecorator>>> |
BugTrackersLocalService.findSortedIssueOwnershipForIteration(Long iterId,
CollectionSorting sorter)
Given an Iteration, returns a list of linked BTIssue (not Issue). |
FilteredCollectionHolder<List<IssueOwnership<BTIssueDecorator>>> |
BugTrackersLocalService.findSortedIssueOwnershipForTestCase(Long tcId,
CollectionSorting sorter)
Given a TestCase, returns a list of linked BTIssue (not Issue). |
FilteredCollectionHolder<List<IssueOwnership<BTIssueDecorator>>> |
BugTrackersLocalService.findSortedIssueOwnershipsForCampaigns(Long campId,
CollectionSorting sorter)
Given an Campaign, returns a list of linked BTIssue (not Issue) To keep track of which IssueDetector owns which issue, the data are wrapped in a IssueOwnership (that just pair the informations together). |
FilteredCollectionHolder<List<IssueOwnership<BTIssueDecorator>>> |
BugTrackersLocalService.findSortedIssueOwnershipsforExecution(Long execId,
CollectionSorting sorter)
Given an Execution, returns a list of linked BTIssue (not Issue). |
FilteredCollectionHolder<List<IssueOwnership<BTIssueDecorator>>> |
BugTrackersLocalService.findSortedIssueOwnerShipsForExecutionStep(Long stepId,
CollectionSorting sorter)
Given an ExecutionStep, returns a list of linked BTIssue (not Issue). |
FilteredCollectionHolder<List<IssueOwnership<BTIssueDecorator>>> |
BugTrackersLocalService.findSortedIssueOwnershipsForTestSuite(Long testSuiteId,
CollectionSorting sorter)
Given a TestSuite, returns a list of linked BTIssue (not Issue). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||