public class InfrastructureProvisionResult extends Object implements Serializable
| Constructor and Description |
|---|
InfrastructureProvisionResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeploymentScriptsDir() |
List<Host> |
getHosts() |
String |
getName() |
Properties |
getProperties() |
String |
getResultLocation() |
boolean |
isSuccess() |
void |
setDeploymentScriptsDir(String deploymentScriptsDir) |
void |
setHosts(List<Host> hosts) |
void |
setName(String name) |
void |
setProperties(Properties properties) |
void |
setResultLocation(String resultLocation) |
void |
setSuccess(boolean success) |
public boolean isSuccess()
public void setSuccess(boolean success)
public String getResultLocation()
public void setResultLocation(String resultLocation)
public Properties getProperties()
public void setProperties(Properties properties)
public String getName()
public void setName(String name)
public String getDeploymentScriptsDir()
public void setDeploymentScriptsDir(String deploymentScriptsDir)
Copyright © 2018 WSO2. All rights reserved.