Class JiraSendDeploymentInfoStep
java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
com.atlassian.jira.cloud.jenkins.deploymentinfo.pipeline.JiraSendDeploymentInfoStep
- All Implemented Interfaces:
 ExtensionPoint,Describable<org.jenkinsci.plugins.workflow.steps.Step>,Serializable
public class JiraSendDeploymentInfoStep
extends org.jenkinsci.plugins.workflow.steps.Step
implements Serializable
Implementation of the "jiraSendDeploymentInfo" step that can be used in Jenkinsfile to send
 deployment updates to a Jira site.
- See Also:
 
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson - 
Constructor Summary
ConstructorsConstructorDescriptionJiraSendDeploymentInfoStep(String environmentId, String environmentName, String environmentType)  - 
Method Summary
Modifier and TypeMethodDescriptiongetSite()getState()voidsetEnableGating(Boolean enableGating) voidsetEnvironmentId(String environmentId) voidsetEnvironmentName(String environmentName) voidsetEnvironmentType(String environmentType) voidsetIssueKeys(List<String> issueKeys) voidsetServiceIds(List<String> serviceIds) voidvoidorg.jenkinsci.plugins.workflow.steps.StepExecutionstart(org.jenkinsci.plugins.workflow.steps.StepContext stepContext) Methods inherited from class org.jenkinsci.plugins.workflow.steps.Step
getDescriptor 
- 
Constructor Details
- 
JiraSendDeploymentInfoStep
 
 - 
 - 
Method Details
- 
getSite
 - 
setSite
 - 
getEnvironmentId
 - 
setEnvironmentId
 - 
getEnvironmentName
 - 
setEnvironmentName
 - 
getEnvironmentType
 - 
setEnvironmentType
 - 
setState
 - 
getState
 - 
start
public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext stepContext) throws Exception - Specified by:
 startin classorg.jenkinsci.plugins.workflow.steps.Step- Throws:
 Exception
 - 
getServiceIds
 - 
setServiceIds
 - 
getEnableGating
 - 
getIssueKeys
 - 
setEnableGating
 - 
setIssueKeys
 
 -