Uses of Class
com.atlassian.bamboo.jira.rest.JiraRestResponse
Packages that use JiraRestResponse
Package
Description
-
Uses of JiraRestResponse in com.atlassian.bamboo.jira.issuelink
Methods in com.atlassian.bamboo.jira.issuelink that return JiraRestResponseConstructors in com.atlassian.bamboo.jira.issuelink with parameters of type JiraRestResponseModifierConstructorDescriptionRemoteLinkCreationFailedException(String s, JiraRestResponse response) -
Uses of JiraRestResponse in com.atlassian.bamboo.jira.rest
Methods in com.atlassian.bamboo.jira.rest that return JiraRestResponseModifier and TypeMethodDescriptionJiraRestResponse.JiraRestResponseBuilder.build()@NotNull JiraRestResponseJiraRestService.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 JiraRestResponseJiraRestService.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 JiraRestResponseJiraRestServiceImpl.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 JiraRestResponseJiraRestServiceImpl.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
Methods in com.atlassian.bamboo.ww2.actions.jira with parameters of type JiraRestResponseModifier and TypeMethodDescriptionprotected voidAbstractJiraIssueAction.copyErrorsToAction(@NotNull JiraRestResponse response, @NotNull Set<String> knownFields) protected voidAbstractJiraIssueAction.copyErrorsToAction(JiraRestResponse response) protected voidCreateRemoteJiraLinkAction.copyErrorsToAction(@NotNull JiraRestResponse response) protected voidAbstractJiraIssueAction.copyErrorsToActionWarnings(@NotNull JiraRestResponse response) protected voidLinkTestToJiraIssueAction.copyErrorsToActionWarnings(@NotNull JiraRestResponse response)