Class MappedClosure<O,M extends MappedClosure<O,M>>
java.lang.Object
org.jenkinsci.plugins.pipeline.modeldefinition.model.MappedClosure<O,M>
- All Implemented Interfaces:
groovy.lang.GroovyObject
,Serializable
- Direct Known Subclasses:
AbstractBuildConditionResponder
,Agent
,Tools
@ToString
@EqualsAndHashCode
public abstract class MappedClosure<O,M extends MappedClosure<O,M>>
extends Object
implements Serializable, groovy.lang.GroovyObject
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetMap()
groovy.lang.MetaClass
getProperty
(String property) static int
invokeMethod
(String method, Object arguments) void
void
setMetaClass
(groovy.lang.MetaClass mc) void
setProperty
(String property, Object value) void
setResultMap
(Map<String, O> value)
-
Constructor Details
-
MappedClosure
public MappedClosure() -
MappedClosure
-
-
Method Details
-
getMetaClass
public groovy.lang.MetaClass getMetaClass()- Specified by:
getMetaClass
in interfacegroovy.lang.GroovyObject
-
setMetaClass
public void setMetaClass(groovy.lang.MetaClass mc) - Specified by:
setMetaClass
in interfacegroovy.lang.GroovyObject
-
invokeMethod
- Specified by:
invokeMethod
in interfacegroovy.lang.GroovyObject
-
getProperty
- Specified by:
getProperty
in interfacegroovy.lang.GroovyObject
-
setProperty
- Specified by:
setProperty
in interfacegroovy.lang.GroovyObject
-
getResultMap
-
setResultMap
-
getSerialVersionUID
public static int getSerialVersionUID() -
remove
-
put
-
getMap
-