Class StepsBlock
java.lang.Object
org.jenkinsci.plugins.pipeline.modeldefinition.model.StepsBlock
- All Implemented Interfaces:
groovy.lang.GroovyObject
,Serializable
@ToString
@EqualsAndHashCode
public class StepsBlock
extends Object
implements Serializable, groovy.lang.GroovyObject
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongroovy.lang.Closure
groovy.lang.MetaClass
getProperty
(String property) invokeMethod
(String method, Object arguments) void
setClosure
(Object c) void
setMetaClass
(groovy.lang.MetaClass mc) void
setProperty
(String property, Object value)
-
Constructor Details
-
StepsBlock
public StepsBlock()
-
-
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
-
getClosure
public groovy.lang.Closure getClosure() -
setClosure
-