Class DeploymentApiResponse
java.lang.Object
com.atlassian.jira.cloud.jenkins.deploymentinfo.client.model.DeploymentApiResponse
When a deployment is submitted via the API, the response includes the list of accepted
deployments (which will appear in the respective Jira issue view), rejected deployments (with
appropriated reason on why it was not accepted), unknown associations (which are not present in
the configured Jira Cloud site)
-
Constructor Summary
ConstructorDescriptionDeploymentApiResponse
(List<DeploymentKeyResponse> acceptedDeployments, List<RejectedDeploymentResponse> rejectedDeployments, List<Association> unknownAssociations) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
DeploymentApiResponse
public DeploymentApiResponse(List<DeploymentKeyResponse> acceptedDeployments, List<RejectedDeploymentResponse> rejectedDeployments, List<Association> unknownAssociations)
-
-
Method Details
-
getAcceptedDeployments
-
getRejectedDeployments
-
getUnknownAssociations
-