Class JiraBuildInfo
java.lang.Object
com.atlassian.jira.cloud.jenkins.buildinfo.client.model.JiraBuildInfo
Includes the necessary info representing a build that has completed. Uniquely represented by
pipelineId and buildNumber.
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic JiraBuildInfo.Builder
builder()
getLabel()
getState()
getUrl()
-
Constructor Details
-
JiraBuildInfo
-
-
Method Details
-
getPipelineId
-
getBuildNumber
-
getUpdateSequenceNumber
-
getDisplayName
-
getDescription
-
getLabel
-
getUrl
-
getState
-
getLastUpdated
-
getIssueKeys
-
getReferences
-
getTestInfo
-
getSchemaVersion
-
builder
-