Uses of Class
com.atlassian.bamboo.jira.rest.JiraRestResponse

Packages that use JiraRestResponse
com.atlassian.bamboo.jira.issuelink   
com.atlassian.bamboo.jira.rest   
com.atlassian.bamboo.ww2.actions.jira   
 

Uses of JiraRestResponse in com.atlassian.bamboo.jira.issuelink
 

Methods in com.atlassian.bamboo.jira.issuelink that return JiraRestResponse
 JiraRestResponse RemoteLinkCreationFailedException.getResponse()
           
 

Constructors in com.atlassian.bamboo.jira.issuelink with parameters of type JiraRestResponse
RemoteLinkCreationFailedException(java.lang.String s, JiraRestResponse response)
           
 

Uses of JiraRestResponse in com.atlassian.bamboo.jira.rest
 

Methods in com.atlassian.bamboo.jira.rest that return JiraRestResponse
 JiraRestResponse JiraRestResponse.JiraRestResponseBuilder.build()
           
 JiraRestResponse JiraRestService.doRestCallViaApplink(com.atlassian.applinks.api.ApplicationLink applicationLink, java.lang.String requestUrl, com.atlassian.sal.api.net.Request.MethodType methodType, com.opensymphony.webwork.dispatcher.json.JSONObject data)
          Preform a rest call to JIRA.
 JiraRestResponse JiraRestServiceImpl.doRestCallViaApplink(com.atlassian.applinks.api.ApplicationLink applicationLink, java.lang.String requestUrl, com.atlassian.sal.api.net.Request.MethodType methodType, com.opensymphony.webwork.dispatcher.json.JSONObject data)
           
 

Uses of JiraRestResponse in com.atlassian.bamboo.ww2.actions.jira
 

Methods in com.atlassian.bamboo.ww2.actions.jira with parameters of type JiraRestResponse
protected  void CreateRemoteJiraLinkAction.copyErrorsToAction(JiraRestResponse response)
           
protected  void AbstractJiraIssueAction.copyErrorsToAction(JiraRestResponse response)
           
protected  void AbstractJiraIssueAction.copyErrorsToAction(JiraRestResponse response, java.util.Set<java.lang.String> knownFields)
           
protected  void AbstractJiraIssueAction.copyErrorsToActionWarnings(JiraRestResponse response)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.