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