public abstract class MuleRuntimeDeployment extends Deployment
applicationName, artifact, deploymentTimeout, muleVersion, skip| Constructor and Description |
|---|
MuleRuntimeDeployment() |
| Modifier and Type | Method and Description |
|---|---|
abstract String[] |
getArguments() |
abstract File |
getMuleHome() |
abstract File |
getScript() |
abstract Integer |
getTimeout()
Deprecated.
|
abstract void |
setArguments(String[] arguments) |
void |
setEnvironmentSpecificValues() |
abstract void |
setMuleHome(File muleHome) |
abstract void |
setScript(File script) |
abstract void |
setTimeout(int timeout)
Deprecated.
|
getApplicationName, getArtifact, getDeploymentTimeout, getMuleVersion, getPackaging, getSkip, setApplicationName, setArtifact, setBasicDeploymentValues, setDefaultValues, setDeploymentTimeout, setMuleVersion, setPackaging, setSkippublic abstract File getScript()
public abstract void setScript(File script)
@Deprecated public abstract Integer getTimeout()
@Deprecated public abstract void setTimeout(int timeout)
public abstract String[] getArguments()
public abstract void setArguments(String[] arguments)
public abstract File getMuleHome()
public abstract void setMuleHome(File muleHome)
public void setEnvironmentSpecificValues()
throws DeploymentException
setEnvironmentSpecificValues in class DeploymentDeploymentExceptionCopyright © 2018 MuleSoft Inc. All rights reserved.