Modifier and Type | Method and Description |
---|---|
JiraIssueDetails |
JiraBranchLinkingServiceImpl.createRemoteLinkToBranch(ImmutableChainBranch branch,
String issueKey) |
JiraIssueDetails |
JiraBranchLinkingService.createRemoteLinkToBranch(ImmutableChainBranch branch,
String issueKey)
Creates a remote link from the issue to the branch.
|
Modifier and Type | Method and Description |
---|---|
protected Map<String,JiraIssueDetails> |
JiraIssueManagerImpl.createJiraIssueDetails(Project bambooProject,
Set<String> issueKeys)
Create JiraIssueDetails for
|
Iterable<com.atlassian.applinks.host.spi.EntityReference> |
JiraRemoteIssueManagerImpl.fetchProjectInformationFromJira(com.atlassian.applinks.api.ApplicationLink applicationLink) |
Iterable<com.atlassian.applinks.host.spi.EntityReference> |
JiraRemoteIssueManager.fetchProjectInformationFromJira(com.atlassian.applinks.api.ApplicationLink applicationLink)
Fetch project list from JIRA using REST service provided by applinks.
|
com.atlassian.applinks.api.ApplicationLink |
JiraRemoteIssueManagerImpl.getJiraApplicationLink(String jiraProjectKey,
Project project) |
com.atlassian.applinks.api.ApplicationLink |
JiraRemoteIssueManager.getJiraApplicationLink(String jiraProjectKey,
Project project)
Retrieves the 'best' application link for a given JIRA project key.
|
<T extends InternalLinkedJiraIssue> |
JiraIssueManagerImpl.getJiraIssueDetails(Project bambooProject,
Iterable<T> linkedJiraIssues) |
<T extends InternalLinkedJiraIssue> |
JiraIssueManager.getJiraIssueDetails(Project bambooProject,
Iterable<T> linkedJiraIssues)
Get issue details from JIRA via XML Search.
|
JiraIssueDetails |
JiraIssueManagerImpl.getJiraIssueDetails(Project bambooProject,
String issueKey) |
JiraIssueDetails |
JiraIssueManager.getJiraIssueDetails(Project bambooProject,
String issueKey)
Get issue details for a single issue.
|
Modifier and Type | Method and Description |
---|---|
JiraRestResponse |
JiraRestServiceImpl.doRestCallViaApplink(com.atlassian.applinks.api.ApplicationLink applicationLink,
String requestUrl,
com.atlassian.sal.api.net.Request.MethodType methodType,
com.opensymphony.webwork.dispatcher.json.JSONObject data) |
JiraRestResponse |
JiraRestService.doRestCallViaApplink(com.atlassian.applinks.api.ApplicationLink applicationLink,
String requestUrl,
com.atlassian.sal.api.net.Request.MethodType methodType,
com.opensymphony.webwork.dispatcher.json.JSONObject data)
Perform a rest call to JIRA.
|
JiraRestResponse |
JiraRestServiceImpl.doRestCallViaApplink(com.atlassian.applinks.api.ApplicationLink applicationLink,
String requestUrl,
com.atlassian.sal.api.net.Request.MethodType methodType,
com.opensymphony.webwork.dispatcher.json.JSONObject data,
Class<? extends com.atlassian.applinks.api.auth.AuthenticationProvider> providerClass) |
JiraRestResponse |
JiraRestService.doRestCallViaApplink(com.atlassian.applinks.api.ApplicationLink applicationLink,
String requestUrl,
com.atlassian.sal.api.net.Request.MethodType methodType,
com.opensymphony.webwork.dispatcher.json.JSONObject data,
Class<? extends com.atlassian.applinks.api.auth.AuthenticationProvider> providerClass)
Perform a rest call to JIRA.
|
Modifier and Type | Method and Description |
---|---|
protected RestJiraIssueList |
Result.getJiraIssues() |
Modifier and Type | Method and Description |
---|---|
static JiraRestResponse |
RestCallHelper.doRestCallViaApplink(com.atlassian.applinks.api.ApplicationLink applicationLink,
String requestUrl,
com.atlassian.sal.api.net.Request.MethodType methodType,
com.opensymphony.webwork.dispatcher.json.JSONObject data) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
StashResource.getRepositorySSHKeys(String serverKey,
String projectKey,
String repositorySlug,
long start,
long limit) |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.