java.lang.Object
org.jenkinsci.plugins.pipeline.modeldefinition.model.MappedClosure<groovy.lang.Closure,Tools>
org.jenkinsci.plugins.pipeline.modeldefinition.model.Tools
All Implemented Interfaces:
groovy.lang.GroovyObject, Serializable

public class Tools extends MappedClosure<groovy.lang.Closure,Tools> implements Serializable
See Also:
  • Constructor Details

    • Tools

      public Tools(Map<String,groovy.lang.Closure> inMap)
  • Method Details

    • getMetaClass

      public groovy.lang.MetaClass getMetaClass()
      Specified by:
      getMetaClass in interface groovy.lang.GroovyObject
      Overrides:
      getMetaClass in class MappedClosure<groovy.lang.Closure,Tools>
    • setMetaClass

      public void setMetaClass(groovy.lang.MetaClass mc)
      Specified by:
      setMetaClass in interface groovy.lang.GroovyObject
      Overrides:
      setMetaClass in class MappedClosure<groovy.lang.Closure,Tools>
    • invokeMethod

      public Object invokeMethod(String method, Object arguments)
      Specified by:
      invokeMethod in interface groovy.lang.GroovyObject
      Overrides:
      invokeMethod in class MappedClosure<groovy.lang.Closure,Tools>
    • getProperty

      public Object getProperty(String property)
      Specified by:
      getProperty in interface groovy.lang.GroovyObject
      Overrides:
      getProperty in class MappedClosure<groovy.lang.Closure,Tools>
    • setProperty

      public void setProperty(String property, Object value)
      Specified by:
      setProperty in interface groovy.lang.GroovyObject
      Overrides:
      setProperty in class MappedClosure<groovy.lang.Closure,Tools>
    • mergeToolEntries

      @NonNull public List<List<Object>> mergeToolEntries(@CheckForNull Tools other)
    • getAllowedToolTypes

      public static Map<String,String> getAllowedToolTypes()
    • typeForKey

      public static String typeForKey(@NonNull String key)