Uses of Class
com.atlassian.bamboo.jira.rest.JiraRestResponse
Package
Description
-
Uses of JiraRestResponse in com.atlassian.bamboo.jira.issuelink
ModifierConstructorDescriptionRemoteLinkCreationFailedException
(String s, JiraRestResponse response) -
Uses of JiraRestResponse in com.atlassian.bamboo.jira.rest
Modifier and TypeMethodDescriptionJiraRestResponse.JiraRestResponseBuilder.build()
@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
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.@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
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) -
Uses of JiraRestResponse in com.atlassian.bamboo.ww2.actions.jira
Modifier and TypeMethodDescriptionprotected void
AbstractJiraIssueAction.copyErrorsToAction
(@NotNull JiraRestResponse response, @NotNull Set<String> knownFields) protected void
AbstractJiraIssueAction.copyErrorsToAction
(JiraRestResponse response) protected void
CreateRemoteJiraLinkAction.copyErrorsToAction
(@NotNull JiraRestResponse response) protected void
AbstractJiraIssueAction.copyErrorsToActionWarnings
(@NotNull JiraRestResponse response) protected void
LinkTestToJiraIssueAction.copyErrorsToActionWarnings
(@NotNull JiraRestResponse response)