Class BuildApiResponse
java.lang.Object
com.atlassian.jira.cloud.jenkins.buildinfo.client.model.BuildApiResponse
When a build is submitted via the API, the response includes the list of
accepted builds (which will appear in the respective Jira issue view),
rejected builds (with appropriated reason on why it was not accepted),
unknown issue keys (which are not present in the configured Jira Cloud site)
-
Constructor Summary
ConstructorDescriptionBuildApiResponse
(List<BuildKeyResponse> acceptedBuilds, List<RejectedBuildResponse> rejectedBuilds, List<String> unknownIssueKeys) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
BuildApiResponse
public BuildApiResponse(List<BuildKeyResponse> acceptedBuilds, List<RejectedBuildResponse> rejectedBuilds, List<String> unknownIssueKeys)
-
-
Method Details
-
getAcceptedBuilds
-
getRejectedBuilds
-
getUnknownIssueKeys
-