public interface Environments
| Modifier and Type | Method and Description |
|---|---|
net.sf.json.JSONObject |
deleteEnvironment(long environmentId,
boolean recursive) |
net.sf.json.JSONObject |
getEnvironment(long environmentId) |
net.sf.json.JSONObject |
getEnvironmentInstance(long environmentId,
long instanceId) |
net.sf.json.JSONObject |
getEnvironmentInstances(long environmentId) |
net.sf.json.JSONObject |
getEnvironments() |
net.sf.json.JSONObject |
getEnvironmentsV1() |
net.sf.json.JSONObject getEnvironmentsV1()
throws IOException
IOExceptionnet.sf.json.JSONObject getEnvironments()
throws IOException
IOExceptionnet.sf.json.JSONObject getEnvironment(long environmentId)
throws IOException
IOExceptionnet.sf.json.JSONObject getEnvironmentInstances(long environmentId)
throws IOException
IOExceptionnet.sf.json.JSONObject getEnvironmentInstance(long environmentId,
long instanceId)
throws IOException
IOExceptionnet.sf.json.JSONObject deleteEnvironment(long environmentId,
boolean recursive)
throws IOException
IOExceptionCopyright © 2016–2019 Parasoft. All rights reserved.