| Package | Description |
|---|---|
| com.atlassian.bamboo.jira.issuelink | |
| com.atlassian.bamboo.jira.jiraissues | |
| com.atlassian.bamboo.jira.rest |
| Modifier and Type | Method and Description |
|---|---|
JiraIssueDetails |
JiraBranchLinkingService.createRemoteLinkToBranch(ImmutableChainBranch branch,
String issueKey)
Creates a remote link from the issue to the branch.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
JiraRemoteIssueManager.getJiraApplicationLink(String jiraProjectKey,
Project project)
Retrieves the 'best' application link for a given JIRA project key.
|
<T extends InternalLinkedJiraIssue> |
JiraIssueManager.getJiraIssueDetails(Project bambooProject,
Iterable<T> linkedJiraIssues)
Get issue details from JIRA via XML Search.
|
JiraIssueDetails |
JiraIssueManager.getJiraIssueDetails(Project bambooProject,
String issueKey)
Get issue details for a single issue.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
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.
|
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.