public class Deployment extends Object implements Serializable
| Constructor and Description |
|---|
Deployment() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeploymentScriptsDir()
Returns the location of the deployment scripts.
|
List<Host> |
getHosts()
Returns the list of hosts in the deployment.
|
String |
getName()
Returns the name of the deployment.
|
void |
setDeploymentScriptsDir(String deploymentScriptsDir)
Sets the location of the deployment scripts.
|
void |
setHosts(List<Host> hosts)
Sets the list of hosts in the deployment.
|
void |
setName(String name)
Sets the name of the deployment.
|
public String getName()
public void setName(String name)
name - name of the deploymentpublic List<Host> getHosts()
public void setHosts(List<Host> hosts)
hosts - list of hosts in the deploymentpublic String getDeploymentScriptsDir()
public void setDeploymentScriptsDir(String deploymentScriptsDir)
deploymentScriptsDir - location of the deployment scriptsCopyright © 2019 WSO2. All rights reserved.