Class Matrix
java.lang.Object
org.jenkinsci.plugins.pipeline.modeldefinition.model.Stages
org.jenkinsci.plugins.pipeline.modeldefinition.model.Parallel
org.jenkinsci.plugins.pipeline.modeldefinition.model.Matrix
- All Implemented Interfaces:
groovy.lang.GroovyObject
,Serializable
@ToString
@EqualsAndHashCode(callSuper=true)
public class Matrix
extends Parallel
implements groovy.lang.GroovyObject
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongroovy.lang.MetaClass
getProperty
(String property) invokeMethod
(String method, Object arguments) void
setMetaClass
(groovy.lang.MetaClass mc) void
setProperty
(String property, Object value)
-
Constructor Details
-
Matrix
-
-
Method Details
-
getMetaClass
public groovy.lang.MetaClass getMetaClass()- Specified by:
getMetaClass
in interfacegroovy.lang.GroovyObject
- Overrides:
getMetaClass
in classParallel
-
setMetaClass
public void setMetaClass(groovy.lang.MetaClass mc) - Specified by:
setMetaClass
in interfacegroovy.lang.GroovyObject
- Overrides:
setMetaClass
in classParallel
-
invokeMethod
- Specified by:
invokeMethod
in interfacegroovy.lang.GroovyObject
- Overrides:
invokeMethod
in classParallel
-
getProperty
- Specified by:
getProperty
in interfacegroovy.lang.GroovyObject
- Overrides:
getProperty
in classParallel
-
setProperty
- Specified by:
setProperty
in interfacegroovy.lang.GroovyObject
- Overrides:
setProperty
in classParallel
-