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

    • functionName

      protected final String functionName
  • Constructor Details

    • ExportedPipelineFunction

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

    • getFunctionName

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

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