| Package | Description |
|---|---|
| org.mule.runtime.module.embedded.api | |
| org.mule.runtime.module.embedded.internal |
| Modifier and Type | Method and Description |
|---|---|
static DeploymentConfiguration.DeploymentConfigurationBuilder |
DeploymentConfiguration.builder() |
DeploymentConfiguration.DeploymentConfigurationBuilder |
DeploymentConfiguration.DeploymentConfigurationBuilder.withArtifactProperties(Map<String,String> deploymentProperties)
This method allows to configure properties that may override the default configuration properties bundled with the
artifact.
|
DeploymentConfiguration.DeploymentConfigurationBuilder |
DeploymentConfiguration.DeploymentConfigurationBuilder.withTestDependenciesEnabled(boolean enabled)
Makes available in the classpath those dependencies of the artifact configured for test.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDeploymentConfigurationBuilder
Default implementation of
DeploymentConfiguration.DeploymentConfigurationBuilder. |
| Modifier and Type | Method and Description |
|---|---|
DeploymentConfiguration.DeploymentConfigurationBuilder |
DefaultDeploymentConfigurationBuilder.withArtifactProperties(Map<String,String> artifactProperties) |
DeploymentConfiguration.DeploymentConfigurationBuilder |
DefaultDeploymentConfigurationBuilder.withTestDependenciesEnabled(boolean enabled) |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.