Class ExportedPipelineFunction

java.lang.Object
io.blueocean.rest.pipeline.editor.ExportedDescribableModel
io.blueocean.rest.pipeline.editor.ExportedPipelineFunction
Direct Known Subclasses:
ExportedPipelineStep

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

    • functionName Link icon

      protected final String functionName
  • Constructor Details Link icon

    • ExportedPipelineFunction Link icon

      public ExportedPipelineFunction(org.jenkinsci.plugins.structs.describable.DescribableModel<?> model, String functionName)
  • Method Details Link icon

    • getFunctionName Link icon

      @Exported public String getFunctionName()
      Identifier used for the 'function' name in the pipeline step, used in the pipeline file
    • getIsBlockContainer Link icon

      @Exported public boolean getIsBlockContainer()
      Indicates this step wraps a block of other steps