Class GitLabMergeRequestLabelExistsStep

java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
com.dabsquared.gitlabjenkins.workflow.GitLabMergeRequestLabelExistsStep
All Implemented Interfaces:
ExtensionPoint, Describable<org.jenkinsci.plugins.workflow.steps.Step>

@ExportedBean public class GitLabMergeRequestLabelExistsStep extends org.jenkinsci.plugins.workflow.steps.Step
Author:
Yiftah Waisman
  • Constructor Details

    • GitLabMergeRequestLabelExistsStep

      @DataBoundConstructor public GitLabMergeRequestLabelExistsStep(String label)
  • 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
    • getLabel

      public String getLabel()
    • setLabel

      @DataBoundSetter public void setLabel(String label)