public static interface ArtifactConfiguration.ArtifactConfigurationBuilder
ArtifactConfiguration.| Modifier and Type | Method and Description |
|---|---|
ArtifactConfiguration |
build() |
ArtifactConfiguration.ArtifactConfigurationBuilder |
withArtifactLocation(File artifactLocation) |
ArtifactConfiguration.ArtifactConfigurationBuilder |
withDeploymentConfiguration(DeploymentConfiguration deploymentConfiguration) |
ArtifactConfiguration.ArtifactConfigurationBuilder withArtifactLocation(File artifactLocation)
artifactLocation - the artifact to run. The location may be a path to a folder with the exploded version of the
app or a path to the jar version of the app.ArtifactConfiguration.ArtifactConfigurationBuilder withDeploymentConfiguration(DeploymentConfiguration deploymentConfiguration)
deploymentConfiguration - the specific configuration for running the artifact.ArtifactConfiguration build()
ArtifactConfiguration with the provided configuration.Copyright © 2017 MuleSoft, Inc.. All rights reserved.