Uses of Class
com.atlassian.jira.plugin.link.remotejira.RemoteJiraRestService.RestVersion

Packages that use RemoteJiraRestService.RestVersion
com.atlassian.jira.plugin.link.remotejira   
 

Uses of RemoteJiraRestService.RestVersion in com.atlassian.jira.plugin.link.remotejira
 

Methods in com.atlassian.jira.plugin.link.remotejira that return RemoteJiraRestService.RestVersion
static RemoteJiraRestService.RestVersion RemoteJiraRestService.RestVersion.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RemoteJiraRestService.RestVersion[] RemoteJiraRestService.RestVersion.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.jira.plugin.link.remotejira with parameters of type RemoteJiraRestService.RestVersion
 RemoteResponse<JSONObject> RemoteJiraRestServiceImpl.createRemoteIssueLink(com.atlassian.applinks.api.ApplicationLink applicationLink, String remoteIssueKey, Issue issue, String relationship, RemoteJiraRestService.RestVersion restVersion)
           
 RemoteResponse<JSONObject> RemoteJiraRestService.createRemoteIssueLink(com.atlassian.applinks.api.ApplicationLink applicationLink, String remoteIssueKey, Issue issue, String relationship, RemoteJiraRestService.RestVersion restVersion)
          Creates a remote issue link between the given remote issue and the given local issue.
 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.
 RemoteResponse<String> RemoteJiraRestServiceImpl.requestResource(com.atlassian.applinks.api.ApplicationLink applicationLink, String resourcePath, Map<String,String> params, RemoteJiraRestService.RestVersion restVersion)
           
 RemoteResponse<String> RemoteJiraRestService.requestResource(com.atlassian.applinks.api.ApplicationLink applicationLink, String resourcePath, Map<String,String> params, RemoteJiraRestService.RestVersion restVersion)
          Request the given REST resource on the given JIRA server with the given params.
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.