Uses of Class
com.atlassian.jira.cloud.jenkins.common.client.PostUpdateResult
-
Uses of PostUpdateResult in com.atlassian.jira.cloud.jenkins.common.client
Modifier and TypeMethodDescription<ResponseEntity>
PostUpdateResult<ResponseEntity>JiraApi.getResult
(String accessToken, Map<String, String> pathParams, String clientId, Class<ResponseEntity> responseClass) Submits an update to the Atlassian Builds or Deployments API and returns the response<ResponseEntity>
PostUpdateResult<ResponseEntity>JiraApi.postUpdate
(String cloudId, String accessToken, String clientId, JiraRequest jiraRequest, Class<ResponseEntity> responseClass) Submits an update to the Atlassian Builds or Deployments API and returns the response