Uses of Class
com.atlassian.jira.rest.client.domain.IssueLink

Packages that use IssueLink
com.atlassian.jira.rest.client.domain   
 

Uses of IssueLink in com.atlassian.jira.rest.client.domain
 

Methods in com.atlassian.jira.rest.client.domain that return types with arguments of type IssueLink
 java.lang.Iterable<IssueLink> Issue.getIssueLinks()
           
 

Constructor parameters in com.atlassian.jira.rest.client.domain with type arguments of type IssueLink
Issue(java.lang.String summary, java.net.URI self, java.lang.String key, BasicProject project, BasicIssueType issueType, BasicStatus status, java.lang.String description, BasicPriority priority, BasicResolution resolution, java.util.Collection<Attachment> attachments, BasicUser reporter, BasicUser assignee, org.joda.time.DateTime creationDate, org.joda.time.DateTime updateDate, java.util.Collection<Version> affectedVersions, java.util.Collection<Version> fixVersions, java.util.Collection<BasicComponent> components, TimeTracking timeTracking, java.util.Collection<Field> fields, java.util.Collection<Comment> comments, java.net.URI transitionsUri, java.util.Collection<IssueLink> issueLinks, BasicVotes votes, java.util.Collection<Worklog> worklogs, BasicWatchers watchers, java.lang.Iterable<java.lang.String> expandos)
           
 



Copyright © 2012 Atlassian Pty Ltd. All Rights Reserved.