Class P4TaggingStep

  • All Implemented Interfaces:
    ExtensionPoint, Describable<org.jenkinsci.plugins.workflow.steps.Step>

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

      • P4TaggingStep

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

      • 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