Class Tools
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
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongroovy.lang.MetaClass
getProperty
(String property) invokeMethod
(String method, Object arguments) mergeToolEntries
(Tools other) void
setMetaClass
(groovy.lang.MetaClass mc) void
setProperty
(String property, Object value) static String
typeForKey
(String key) Methods inherited from class org.jenkinsci.plugins.pipeline.modeldefinition.model.MappedClosure
getMap, getResultMap, getSerialVersionUID, put, remove, setResultMap
-
Constructor Details
-
Tools
-
-
Method Details
-
getMetaClass
public groovy.lang.MetaClass getMetaClass()- Specified by:
getMetaClass
in interfacegroovy.lang.GroovyObject
- Overrides:
getMetaClass
in classMappedClosure<groovy.lang.Closure,
Tools>
-
setMetaClass
public void setMetaClass(groovy.lang.MetaClass mc) - Specified by:
setMetaClass
in interfacegroovy.lang.GroovyObject
- Overrides:
setMetaClass
in classMappedClosure<groovy.lang.Closure,
Tools>
-
invokeMethod
- Specified by:
invokeMethod
in interfacegroovy.lang.GroovyObject
- Overrides:
invokeMethod
in classMappedClosure<groovy.lang.Closure,
Tools>
-
getProperty
- Specified by:
getProperty
in interfacegroovy.lang.GroovyObject
- Overrides:
getProperty
in classMappedClosure<groovy.lang.Closure,
Tools>
-
setProperty
- Specified by:
setProperty
in interfacegroovy.lang.GroovyObject
- Overrides:
setProperty
in classMappedClosure<groovy.lang.Closure,
Tools>
-
mergeToolEntries
-
getAllowedToolTypes
-
typeForKey
-