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