Class ExportedPipelineStep

    • Field Detail

      • descriptor

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

      • 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 Detail

      • 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
      • getDescriptorUrl

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