Class AddGitLabMergeRequestCommentStep
java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
com.dabsquared.gitlabjenkins.workflow.AddGitLabMergeRequestCommentStep
- All Implemented Interfaces:
- ExtensionPoint,- Describable<org.jenkinsci.plugins.workflow.steps.Step>
@ExportedBean
public class AddGitLabMergeRequestCommentStep
extends org.jenkinsci.plugins.workflow.steps.Step
- Author:
- Robin Müller
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classstatic final classNested classes/interfaces inherited from interface hudson.ExtensionPointExtensionPoint.LegacyInstancesAreScopedToHudson
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetComment(String comment) org.jenkinsci.plugins.workflow.steps.StepExecutionstart(org.jenkinsci.plugins.workflow.steps.StepContext context) Methods inherited from class org.jenkinsci.plugins.workflow.steps.StepgetDescriptor
- 
Constructor Details- 
AddGitLabMergeRequestCommentStep
 
- 
- 
Method Details