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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongroovy.lang.MetaClassgetProperty(String property) invokeMethod(String method, Object arguments) voidsetMetaClass(groovy.lang.MetaClass mc) voidsetProperty(String property, Object value)
-
Constructor Details
-
Matrix
-
-
Method Details
-
getMetaClass
public groovy.lang.MetaClass getMetaClass()- Specified by:
getMetaClassin interfacegroovy.lang.GroovyObject- Overrides:
getMetaClassin classParallel
-
setMetaClass
public void setMetaClass(groovy.lang.MetaClass mc) - Specified by:
setMetaClassin interfacegroovy.lang.GroovyObject- Overrides:
setMetaClassin classParallel
-
invokeMethod
- Specified by:
invokeMethodin interfacegroovy.lang.GroovyObject- Overrides:
invokeMethodin classParallel
-
getProperty
- Specified by:
getPropertyin interfacegroovy.lang.GroovyObject- Overrides:
getPropertyin classParallel
-
setProperty
- Specified by:
setPropertyin interfacegroovy.lang.GroovyObject- Overrides:
setPropertyin classParallel
-