Uses of Class
com.atlassian.jira.plugin.link.remotejira.RemoteJiraIssue

Packages that use RemoteJiraIssue
com.atlassian.jira.plugin.link.remotejira   
 

Uses of RemoteJiraIssue in com.atlassian.jira.plugin.link.remotejira
 

Methods in com.atlassian.jira.plugin.link.remotejira that return RemoteJiraIssue
 RemoteJiraIssue RemoteJiraIssueBuilder.build()
           
 

Methods in com.atlassian.jira.plugin.link.remotejira that return types with arguments of type RemoteJiraIssue
 RemoteResponse<RemoteJiraIssue> RemoteJiraRestServiceImpl.getIssue(com.atlassian.applinks.api.ApplicationLink applicationLink, String issueIdOrKey, RemoteJiraRestService.RestVersion restVersion)
           
 RemoteResponse<RemoteJiraIssue> RemoteJiraRestService.getIssue(com.atlassian.applinks.api.ApplicationLink applicationLink, String issueIdOrKey, RemoteJiraRestService.RestVersion restVersion)
          Gets the issue with the given key, on the JIRA server given by the application link.
 RemoteResponse<RemoteJiraIssue> RemoteJiraRestServiceImpl.getIssue(String baseUri, String issueIdOrKey, RemoteJiraRestService.RestVersion restVersion)
           
 RemoteResponse<RemoteJiraIssue> RemoteJiraRestService.getIssue(String baseUri, String issueIdOrKey, RemoteJiraRestService.RestVersion restVersion)
          Gets the issue with the given key, on the JIRA server given by the application link.
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.