| Package | Description |
|---|---|
| org.mule.test.infrastructure.process.rules |
| Modifier and Type | Method and Description |
|---|---|
static GroovyScriptExecutor.Builder |
GroovyScriptExecutor.builder(String scriptPath)
Creates a new
GroovyScriptExecutor.Builder for the construction of a GroovyScriptExecutor instance. |
GroovyScriptExecutor.Builder |
GroovyScriptExecutor.Builder.withProperties(Map<String,String> properties)
Specifies a Map of properties to be passed to the Groovy script.
|
GroovyScriptExecutor.Builder |
GroovyScriptExecutor.Builder.withProperty(String property,
String value)
Specifies a property to be passed to the Groovy script.
|
GroovyScriptExecutor.Builder |
GroovyScriptExecutor.Builder.withPropertyUsingLambda(String property,
Supplier<String> propertySupplier)
Specifies a property to be passed to the Groovy script that needs to be resolved before its execution.
|
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.