Modifier and Type | Method and Description |
---|---|
static <E> RemoteResponse<E> |
RemoteResponse.credentialsRequired(com.atlassian.sal.api.net.Response response)
Creates a RemoteResponse for when the endpoint requires authentication, but no credentials are available.
|
Modifier and Type | Method and Description |
---|---|
RemoteResponse<String> |
ConfluencePageServiceImpl.getPageId(com.atlassian.applinks.api.ApplicationLink applicationLink,
String pageUrl) |
RemoteResponse<String> |
ConfluencePageService.getPageId(com.atlassian.applinks.api.ApplicationLink applicationLink,
String pageUrl)
Get the pageId matching the given pageUrl.
|
Modifier and Type | Method and Description |
---|---|
RemoteResponse<ConfluencePage> |
ConfluenceRpcServiceImpl.getPage(com.atlassian.applinks.api.ApplicationLink applicationLink,
String pageId) |
RemoteResponse<ConfluencePage> |
ConfluenceRpcService.getPage(com.atlassian.applinks.api.ApplicationLink applicationLink,
String pageId)
Gets the page with the given id, on the Confluence server given by the application link.
|
RemoteResponse<List<ConfluenceSpace>> |
ConfluenceRpcServiceImpl.getSpaces(com.atlassian.applinks.api.ApplicationLink applicationLink) |
RemoteResponse<List<ConfluenceSpace>> |
ConfluenceRpcService.getSpaces(com.atlassian.applinks.api.ApplicationLink applicationLink)
Get the list of spaces for the Confluence instance matching the given ApplicationLink.
|
RemoteResponse<List<ConfluenceSearchResult>> |
ConfluenceRpcServiceImpl.search(com.atlassian.applinks.api.ApplicationLink applicationLink,
String query,
int maxResults,
String spaceKey) |
RemoteResponse<List<ConfluenceSearchResult>> |
ConfluenceRpcService.search(com.atlassian.applinks.api.ApplicationLink applicationLink,
String query,
int maxResults,
String spaceKey)
Search the Confluence instance matching the given ApplicationLink.
|
Modifier and Type | Method and Description |
---|---|
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.
|
RemoteResponse<String> |
RemoteJiraRestServiceImpl.requestURL(com.atlassian.applinks.api.ApplicationLink applicationLink,
String url,
Map<String,String> params) |
RemoteResponse<String> |
RemoteJiraRestService.requestURL(com.atlassian.applinks.api.ApplicationLink applicationLink,
String url,
Map<String,String> params)
Request the given URL on the given JIRA server with the given params.
|
Copyright © 2002-2015 Atlassian. All Rights Reserved.