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
  • Constructor Details

    • AddGitLabMergeRequestCommentStep

      @DataBoundConstructor public AddGitLabMergeRequestCommentStep(String comment)
  • Method Details

    • start

      public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context) throws Exception
      Specified by:
      start in class org.jenkinsci.plugins.workflow.steps.Step
      Throws:
      Exception
    • getComment

      public String getComment()
    • setComment

      @DataBoundSetter public void setComment(String comment)