public interface EnvironmentCopy
| Modifier and Type | Method and Description |
|---|---|
net.sf.json.JSONObject |
createEnvironmentCopy(int environmentId,
int serverId,
String newEnvironmentName,
boolean copyDataRepo,
net.sf.json.JSONObject dataRepoSettings) |
net.sf.json.JSONObject |
getCopyStatus(int id) |
boolean |
monitorEvent(net.sf.json.JSONObject event,
EventMonitor monitor) |
net.sf.json.JSONObject |
removeCopyStatus(int id) |
net.sf.json.JSONObject createEnvironmentCopy(int environmentId,
int serverId,
String newEnvironmentName,
boolean copyDataRepo,
net.sf.json.JSONObject dataRepoSettings)
throws IOException
IOExceptionnet.sf.json.JSONObject getCopyStatus(int id)
throws IOException
IOExceptionnet.sf.json.JSONObject removeCopyStatus(int id)
throws IOException
IOExceptionboolean monitorEvent(net.sf.json.JSONObject event,
EventMonitor monitor)
throws IOException
IOExceptionCopyright © 2016–2017. All rights reserved.