public class AgentDeployment extends Object implements Deployment
| Modifier and Type | Field and Description |
|---|---|
protected String |
applicationName |
protected File |
artifact |
protected String |
muleVersion |
protected String |
skip |
protected String |
uri |
| Constructor and Description |
|---|
AgentDeployment() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationName()
Name of the application to deploy/undeploy.
|
File |
getArtifact()
Application file to be deployed.
|
Optional<String> |
getMuleVersion() |
String |
getSkip() |
String |
getUri()
Anypoint Platform URI, can be configured to use with On Premise platform..
|
void |
setApplicationName(String applicationName) |
void |
setArtifact(File artifact) |
void |
setMuleVersion(String muleVersion) |
void |
setSkip(String skip) |
void |
setUri(String uri) |
@Parameter protected String uri
@Parameter protected File artifact
@Parameter protected String applicationName
@Parameter protected String skip
@Parameter protected String muleVersion
public File getArtifact()
getArtifact in interface Deploymentpublic void setArtifact(File artifact)
setArtifact in interface Deploymentpublic String getApplicationName()
getApplicationName in interface Deploymentpublic void setApplicationName(String applicationName)
setApplicationName in interface Deploymentpublic String getSkip()
getSkip in interface Deploymentpublic void setSkip(String skip)
setSkip in interface Deploymentpublic Optional<String> getMuleVersion()
getMuleVersion in interface Deploymentpublic void setMuleVersion(String muleVersion)
setMuleVersion in interface Deploymentpublic String getUri()
public void setUri(String uri)
Copyright © 2017. All rights reserved.