|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
LinkCollection instead. Since v5.0.
public interface IssueLinks
This represents the set of issue links from and to a particular Issue, seen in terms of that Issue
| Method Summary | |
|---|---|
Collection<IssueLink> |
getAllIssues()
Deprecated. Returns a collection of issues that contains both inward and outward linking issues. |
Collection<IssueLink> |
getInwardIssues(String linkName)
Deprecated. Looks up and returns a sorted list of all inward linked issues by given link name. |
Issue |
getIssue()
Deprecated. |
Set<IssueLinkType> |
getLinkTypes()
Deprecated. Returns a set of link types, IssueLinkType objects. |
Collection<IssueLink> |
getOutwardIssues(String linkName)
Deprecated. Looks up and returns a sorted list of all outward linked issues by given link name. |
| Method Detail |
|---|
Issue getIssue()
Set<IssueLinkType> getLinkTypes()
IssueLinkType objects.
IssueLinkType objectsCollection<IssueLink> getOutwardIssues(String linkName)
linkName - link name to lookup issues by
Collection<IssueLink> getInwardIssues(String linkName)
linkName - link name to lookup issues by
Collection<IssueLink> getAllIssues()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||