Class 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 Detail

      • AddGitLabMergeRequestCommentStep

        @DataBoundConstructor
        public AddGitLabMergeRequestCommentStep​(String comment)
    • Method Detail

      • 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)