Class AddGiteePullRequestCommentStep

java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
com.gitee.jenkins.workflow.AddGiteePullRequestCommentStep
All Implemented Interfaces:
ExtensionPoint, Describable<org.jenkinsci.plugins.workflow.steps.Step>

@ExportedBean public class AddGiteePullRequestCommentStep extends org.jenkinsci.plugins.workflow.steps.Step
Author:
Robin Müller
  • Constructor Details

    • AddGiteePullRequestCommentStep

      @DataBoundConstructor public AddGiteePullRequestCommentStep(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)