Class ExportedPipelineStep


@ExportedBean public class ExportedPipelineStep extends ExportedPipelineFunction
  • Field Details

    • descriptor

      protected final org.jenkinsci.plugins.workflow.steps.StepDescriptor descriptor
  • Constructor Details

    • ExportedPipelineStep

      public ExportedPipelineStep(org.jenkinsci.plugins.structs.describable.DescribableModel<? extends org.jenkinsci.plugins.workflow.steps.Step> model, String functionName, org.jenkinsci.plugins.workflow.steps.StepDescriptor descriptor)
  • Method Details

    • getProvidedContext

      @Exported public List<String> getProvidedContext()
      The Java class names that this pipeline step exports into context
    • getRequiredContext

      @Exported public List<String> getRequiredContext()
      The Java class names that this pipeline requires to be in context
    • getIsBlockContainer

      @Exported public boolean getIsBlockContainer()
      Indicates this step wraps a block of other steps
      Overrides:
      getIsBlockContainer in class ExportedPipelineFunction
    • getDescriptorUrl

      @Exported public String getDescriptorUrl()
      Relative descriptor URL for this step