Uses of Class
org.gitlab4j.api.models.LinkedIssue
Packages that use LinkedIssue
-
Uses of LinkedIssue in org.gitlab4j.api
Methods in org.gitlab4j.api that return types with arguments of type LinkedIssueModifier and TypeMethodDescriptionIssuesApi.getIssueLinks
(Object projectIdOrPath, Long issueIid) Get a list of related issues of a given issue, sorted by the relationship creation datetime (ascending).IssuesApi.getIssueLinks
(Object projectIdOrPath, Long issueIid, int itemsPerPage) Get a Pager of related issues of a given issue, sorted by the relationship creation datetime (ascending).IssuesApi.getIssueLinksStream
(Object projectIdOrPath, Long issueIid) Get a Stream of related issues of a given issue, sorted by the relationship creation datetime (ascending).