public static interface DeploymentConfiguration.DeploymentConfigurationBuilder
DeploymentConfiguration. Instances must be created using
DeploymentConfiguration.builder() method.| Modifier and Type | Method and Description |
|---|---|
DeploymentConfiguration |
build() |
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 |
withTestDependenciesEnabled(boolean enabled)
Makes available in the classpath those dependencies of the artifact configured for test.
|
DeploymentConfiguration.DeploymentConfigurationBuilder withArtifactProperties(Map<String,String> deploymentProperties)
deploymentProperties - the properties to use during deployment. Default value is an empty map.DeploymentConfiguration.DeploymentConfigurationBuilder withTestDependenciesEnabled(boolean enabled)
enabled - true if test dependencies must be part of the application classpath, false otherwise. Default value is
false.DeploymentConfiguration build()
DeploymentConfiguration deployment configuration instance with the provided configuration.Copyright © 2017 MuleSoft, Inc.. All rights reserved.