Class P4TaggingStep

java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
org.jenkinsci.plugins.p4.workflow.P4TaggingStep
All Implemented Interfaces:
ExtensionPoint, Describable<org.jenkinsci.plugins.workflow.steps.Step>

public class P4TaggingStep extends org.jenkinsci.plugins.workflow.steps.Step
  • Constructor Details

    • P4TaggingStep

      @DataBoundConstructor public P4TaggingStep(String rawLabelName, String rawLabelDesc)
  • Method Details

    • getRawLabelName

      public String getRawLabelName()
    • getRawLabelDesc

      public String getRawLabelDesc()
    • start

      public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context)
      Specified by:
      start in class org.jenkinsci.plugins.workflow.steps.Step