|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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 |
RemoteJiraRestServiceImpl.createRemoteIssueLink(com.atlassian.applinks.api.ApplicationLink applicationLink,
String remoteIssueKey,
Issue issue,
String relationship,
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(com.atlassian.applinks.api.ApplicationLink applicationLink,
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<RemoteJiraIssue> |
RemoteJiraRestServiceImpl.getIssue(String baseUri,
String issueIdOrKey,
RemoteJiraRestService.RestVersion restVersion)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |