Package jenkins

Interface ToolsTagLib

  • All Superinterfaces:
    groovy.lang.GroovyObject, org.kohsuke.stapler.jelly.groovy.TypedTagLibrary

    @TagLibraryUri("/hudson/tools")
    public interface ToolsTagLib
    extends org.kohsuke.stapler.jelly.groovy.TypedTagLibrary
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void label()
      Puts the input field for allowing an user to limit this installer to a certain label.
      void label​(groovy.lang.Closure body)
      Puts the input field for allowing an user to limit this installer to a certain label.
      void label​(Map args)
      Puts the input field for allowing an user to limit this installer to a certain label.
      void label​(Map args, groovy.lang.Closure body)
      Puts the input field for allowing an user to limit this installer to a certain label.
      • Methods inherited from interface groovy.lang.GroovyObject

        getMetaClass, getProperty, invokeMethod, setMetaClass, setProperty
    • Method Detail

      • label

        void label​(Map args,
                   groovy.lang.Closure body)
        Puts the input field for allowing an user to limit this installer to a certain label. Meant to be used from config.jelly of ToolInstaller subtypes.
      • label

        void label​(groovy.lang.Closure body)
        Puts the input field for allowing an user to limit this installer to a certain label. Meant to be used from config.jelly of ToolInstaller subtypes.
      • label

        void label​(Map args)
        Puts the input field for allowing an user to limit this installer to a certain label. Meant to be used from config.jelly of ToolInstaller subtypes.
      • label

        void label()
        Puts the input field for allowing an user to limit this installer to a certain label. Meant to be used from config.jelly of ToolInstaller subtypes.