Uses of Class
com.atlassian.jira.cloud.jenkins.deploymentinfo.client.model.Command
Package
Description
-
Uses of Command 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 Command in com.atlassian.jira.cloud.jenkins.deploymentinfo.client.model
Modifier and TypeMethodDescriptionJiraDeploymentInfo.Builder.withCommands
(List<Command> commands) 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)