| Package | Description |
|---|---|
| org.mule.test.infrastructure.process.rules |
| Modifier and Type | Method and Description |
|---|---|
static MuleDeployment.Builder |
MuleDeployment.builder() |
static MuleDeployment.Builder |
MuleDeployment.builder(String zippedDistribution) |
MuleDeployment.Builder |
MuleDeployment.Builder.locationSuffix(String suffix)
Configure the server location suffix.
|
MuleDeployment.Builder |
MuleDeployment.Builder.timeout(int seconds)
Specifies the deployment timeout for each deployed artifact.
|
MuleDeployment.Builder |
MuleDeployment.Builder.withApplications(String... applications)
Specifies application folders or ZIP files to be deployed to the apps folder.
|
MuleDeployment.Builder |
MuleDeployment.Builder.withDomains(String... domains)
Specifies domains or domain-bundles to be deployed to the domains folder.
|
MuleDeployment.Builder |
MuleDeployment.Builder.withLibraries(String... libraries)
Adds libraries to lib/user folder.
|
MuleDeployment.Builder |
MuleDeployment.Builder.withParameters(String... parameters)
Specifies parameters to be passed in the command line when starting Mule.
|
MuleDeployment.Builder |
MuleDeployment.Builder.withProperties(Map<String,String> properties)
Specifies a Map of system properties to be passed in the command line when starting Mule.
|
MuleDeployment.Builder |
MuleDeployment.Builder.withProperty(String property,
String value)
Specifies a system property to be passed in the command line when starting Mule.
|
MuleDeployment.Builder |
MuleDeployment.Builder.withPropertyUsingLambda(String property,
Supplier<String> propertySupplier)
Specifies a system property to be passed in the command line when starting Mule that needs to be resolved in the before() of the MuleDeployment rule.
|
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.