Class ParallelMatch
java.lang.Object
org.jenkinsci.plugins.pipeline.modeldefinition.parser.ParallelMatch
- All Implemented Interfaces:
groovy.lang.GroovyObject
-
Constructor Summary
ConstructorDescriptionParallelMatch
(org.codehaus.groovy.ast.expr.MethodCallExpression whole, Map<String, org.codehaus.groovy.ast.expr.ClosureExpression> args, Boolean failFast) -
Method Summary
Modifier and TypeMethodDescriptiongetArgs()
final Boolean
groovy.lang.MetaClass
getProperty
(String property) final org.codehaus.groovy.ast.expr.MethodCallExpression
getWhole()
invokeMethod
(String method, Object arguments) void
setMetaClass
(groovy.lang.MetaClass mc) void
setProperty
(String property, Object value)
-
Constructor Details
-
ParallelMatch
-
-
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
-
getWhole
public final org.codehaus.groovy.ast.expr.MethodCallExpression getWhole() -
getArgs
-
getFailFast
-