Class ExportedPipelineFunction

    • Field Detail

      • functionName

        protected final String functionName
    • Constructor Detail

      • ExportedPipelineFunction

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

      • 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