Package com.gitee.jenkins.workflow
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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AddGiteePullRequestCommentStep.AddGiteePullRequestCommentStepExecution
static class
AddGiteePullRequestCommentStep.DescriptorImpl
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description AddGiteePullRequestCommentStep(String comment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getComment()
void
setComment(String comment)
org.jenkinsci.plugins.workflow.steps.StepExecution
start(org.jenkinsci.plugins.workflow.steps.StepContext context)
-
-
-
Constructor Detail
-
AddGiteePullRequestCommentStep
@DataBoundConstructor public AddGiteePullRequestCommentStep(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 classorg.jenkinsci.plugins.workflow.steps.Step
- Throws:
Exception
-
getComment
public String getComment()
-
setComment
@DataBoundSetter public void setComment(String comment)
-
-