Class JiraDeploymentInfo
java.lang.Object
com.atlassian.jira.cloud.jenkins.deploymentinfo.client.model.JiraDeploymentInfo
Includes the necessary info representing a deployment that has completed. Uniquely represented by
pipeline.id, enviroment.id and deploymentSequenceNumber
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionJiraDeploymentInfo
(Integer deploymentSequenceNumber, Long updateSequenceNumber, Set<Association> associations, String displayName, String url, String description, String lastUpdated, String label, String state, Pipeline pipeline, Environment environment, List<Command> commands) -
Method Summary
Modifier and TypeMethodDescriptionstatic JiraDeploymentInfo.Builder
builder()
getLabel()
getState()
getUrl()
-
Constructor Details
-
JiraDeploymentInfo
-
-
Method Details
-
builder
-
getDeploymentSequenceNumber
-
getUpdateSequenceNumber
-
getAssociations
-
getDisplayName
-
getUrl
-
getDescription
-
getLastUpdated
-
getLabel
-
getState
-
getPipeline
-
getEnvironment
-
getSchemaVersion
-
getCommands
-