Uses of Class
com.atlassian.jira.cloud.jenkins.deploymentinfo.client.model.Association
Package
Description
-
Uses of Association in com.atlassian.jira.cloud.jenkins.deploymentinfo.client
Modifier and TypeMethodDescriptionstatic Deployments
DeploymentPayloadBuilder.getDeploymentInfo
(org.jenkinsci.plugins.workflow.support.steps.build.RunWrapper runWrapper, Environment environment, Set<Association> associations, String state, List<Command> commands) Assembles a JiraDeploymentInfo with necessary parameters from the Jenkins context -
Uses of Association in com.atlassian.jira.cloud.jenkins.deploymentinfo.client.model
Modifier and TypeMethodDescriptionJiraDeploymentInfo.getAssociations()
DeploymentApiResponse.getUnknownAssociations()
Modifier and TypeMethodDescriptionJiraDeploymentInfo.Builder.withAssociations
(Set<Association> associations) ModifierConstructorDescriptionJiraDeploymentInfo
(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)