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
Modifier and TypeClassDescriptionstatic class
static class
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
ConstructorDescriptionJiraSendDeploymentInfoStep
(String environmentId, String environmentName, String environmentType) -
Method Summary
Modifier and TypeMethodDescriptiongetSite()
getState()
void
setEnableGating
(Boolean enableGating) void
setEnvironmentId
(String environmentId) void
setEnvironmentName
(String environmentName) void
setEnvironmentType
(String environmentType) void
setIssueKeys
(List<String> issueKeys) void
setServiceIds
(List<String> serviceIds) void
void
org.jenkinsci.plugins.workflow.steps.StepExecution
start
(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:
start
in classorg.jenkinsci.plugins.workflow.steps.Step
- Throws:
Exception
-
getServiceIds
-
setServiceIds
-
getEnableGating
-
getIssueKeys
-
setEnableGating
-
setIssueKeys
-