@ExportedBean
public class AddGitLabMergeRequestCommentStep
extends org.jenkinsci.plugins.workflow.steps.Step
Modifier and Type | Class and Description |
---|---|
static class |
AddGitLabMergeRequestCommentStep.AddGitLabMergeRequestCommentStepExecution |
static class |
AddGitLabMergeRequestCommentStep.DescriptorImpl |
ExtensionPoint.LegacyInstancesAreScopedToHudson
Constructor and Description |
---|
AddGitLabMergeRequestCommentStep(String comment) |
Modifier and Type | Method and Description |
---|---|
String |
getComment() |
void |
setComment(String comment) |
org.jenkinsci.plugins.workflow.steps.StepExecution |
start(org.jenkinsci.plugins.workflow.steps.StepContext context) |
@DataBoundConstructor public AddGitLabMergeRequestCommentStep(String comment)
public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context) throws Exception
start
in class org.jenkinsci.plugins.workflow.steps.Step
Exception
public String getComment()
@DataBoundSetter public void setComment(String comment)
Copyright © 2016–2022. All rights reserved.