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
IOException
net.sf.json.JSONObject getCopyStatus(int id) throws IOException
IOException
net.sf.json.JSONObject removeCopyStatus(int id) throws IOException
IOException
boolean monitorEvent(net.sf.json.JSONObject event, EventMonitor monitor) throws IOException
IOException
Copyright © 2016–2021 Parasoft. All rights reserved.