Class JiraSendBuildInfoStep
java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
com.atlassian.jira.cloud.jenkins.buildinfo.pipeline.JiraSendBuildInfoStep
- All Implemented Interfaces:
 ExtensionPoint,Describable<org.jenkinsci.plugins.workflow.steps.Step>,Serializable
public class JiraSendBuildInfoStep
extends org.jenkinsci.plugins.workflow.steps.Step
implements Serializable
Implementation of the "jiraSendBuildInfo" step that can be used in Jenkinsfile to send build
 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
Constructors - 
Method Summary
Methods inherited from class org.jenkinsci.plugins.workflow.steps.Step
getDescriptor 
- 
Constructor Details
- 
JiraSendBuildInfoStep
@DataBoundConstructor public JiraSendBuildInfoStep() 
 - 
 - 
Method Details