public class DefaultDeploymentConfigurationBuilder extends Object implements DeploymentConfiguration.DeploymentConfigurationBuilder
DeploymentConfiguration.DeploymentConfigurationBuilder.| Constructor and Description |
|---|
DefaultDeploymentConfigurationBuilder() |
| Modifier and Type | Method and Description |
|---|---|
DeploymentConfiguration |
build() |
DeploymentConfiguration.DeploymentConfigurationBuilder |
withArtifactProperties(Map<String,String> artifactProperties)
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.
|
public DefaultDeploymentConfigurationBuilder()
public DeploymentConfiguration.DeploymentConfigurationBuilder withArtifactProperties(Map<String,String> artifactProperties)
DeploymentConfiguration.DeploymentConfigurationBuilderwithArtifactProperties in interface DeploymentConfiguration.DeploymentConfigurationBuilderartifactProperties - the properties to use during deployment. Default value is an empty map.public DeploymentConfiguration.DeploymentConfigurationBuilder withTestDependenciesEnabled(boolean enabled)
DeploymentConfiguration.DeploymentConfigurationBuilderwithTestDependenciesEnabled in interface DeploymentConfiguration.DeploymentConfigurationBuilderenabled - true if test dependencies must be part of the application classpath, false otherwise. Default value is
false.public DeploymentConfiguration build()
build in interface DeploymentConfiguration.DeploymentConfigurationBuilderDeploymentConfiguration deployment configuration instance with the provided configuration.Copyright © 2017 MuleSoft, Inc.. All rights reserved.