Class ParallelMatch
java.lang.Object
org.jenkinsci.plugins.pipeline.modeldefinition.parser.ParallelMatch
- All Implemented Interfaces:
groovy.lang.GroovyObject
-
Constructor Summary
ConstructorsConstructorDescriptionParallelMatch(org.codehaus.groovy.ast.expr.MethodCallExpression whole, Map<String, org.codehaus.groovy.ast.expr.ClosureExpression> args, Boolean failFast) -
Method Summary
Modifier and TypeMethodDescriptiongetArgs()final Booleangroovy.lang.MetaClassgetProperty(String property) final org.codehaus.groovy.ast.expr.MethodCallExpressiongetWhole()invokeMethod(String method, Object arguments) voidsetMetaClass(groovy.lang.MetaClass mc) voidsetProperty(String property, Object value)
-
Constructor Details
-
ParallelMatch
-
-
Method Details
-
getMetaClass
public groovy.lang.MetaClass getMetaClass()- Specified by:
getMetaClassin interfacegroovy.lang.GroovyObject
-
setMetaClass
public void setMetaClass(groovy.lang.MetaClass mc) - Specified by:
setMetaClassin interfacegroovy.lang.GroovyObject
-
invokeMethod
- Specified by:
invokeMethodin interfacegroovy.lang.GroovyObject
-
getProperty
- Specified by:
getPropertyin interfacegroovy.lang.GroovyObject
-
setProperty
- Specified by:
setPropertyin interfacegroovy.lang.GroovyObject
-
getWhole
public final org.codehaus.groovy.ast.expr.MethodCallExpression getWhole() -
getArgs
-
getFailFast
-