Uses of Class
com.atlassian.jira.cloud.jenkins.deploymentinfo.client.model.Association
Packages that use Association
Package
Description
-
Uses of Association in com.atlassian.jira.cloud.jenkins.deploymentinfo.client
Method parameters in com.atlassian.jira.cloud.jenkins.deploymentinfo.client with type arguments of type AssociationModifier 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
Methods in com.atlassian.jira.cloud.jenkins.deploymentinfo.client.model that return AssociationMethods in com.atlassian.jira.cloud.jenkins.deploymentinfo.client.model that return types with arguments of type AssociationModifier and TypeMethodDescriptionJiraDeploymentInfo.getAssociations()
DeploymentApiResponse.getUnknownAssociations()
Method parameters in com.atlassian.jira.cloud.jenkins.deploymentinfo.client.model with type arguments of type AssociationModifier and TypeMethodDescriptionJiraDeploymentInfo.Builder.withAssociations
(Set<Association> associations) Constructor parameters in com.atlassian.jira.cloud.jenkins.deploymentinfo.client.model with type arguments of type AssociationModifierConstructorDescriptionJiraDeploymentInfo
(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)