Class ExportedPipelineStep


@ExportedBean public class ExportedPipelineStep extends ExportedPipelineFunction
  • Field Details Link icon

    • descriptor Link icon

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

    • ExportedPipelineStep Link icon

      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 Link icon

    • getProvidedContext Link icon

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

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

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

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