Uses of Class
com.atlassian.jira.cloud.jenkins.deploymentinfo.client.model.Command
Packages that use Command
Package
Description
-
Uses of Command in com.atlassian.jira.cloud.jenkins.deploymentinfo.client
Method parameters in com.atlassian.jira.cloud.jenkins.deploymentinfo.client with type arguments of type CommandModifier 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
Methods in com.atlassian.jira.cloud.jenkins.deploymentinfo.client.model that return types with arguments of type CommandMethod parameters in com.atlassian.jira.cloud.jenkins.deploymentinfo.client.model with type arguments of type CommandModifier and TypeMethodDescriptionJiraDeploymentInfo.Builder.withCommands
(List<Command> commands) Constructor parameters in com.atlassian.jira.cloud.jenkins.deploymentinfo.client.model with type arguments of type CommandModifierConstructorDescriptionJiraDeploymentInfo
(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)