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
IOException
net.sf.json.JSONObject getEnvironments() throws IOException
IOException
net.sf.json.JSONObject getEnvironment(long environmentId) throws IOException
IOException
net.sf.json.JSONObject getEnvironmentInstances(long environmentId) throws IOException
IOException
net.sf.json.JSONObject getEnvironmentInstance(long environmentId, long instanceId) throws IOException
IOException
net.sf.json.JSONObject deleteEnvironment(long environmentId, boolean recursive) throws IOException
IOException
Copyright © 2016–2021 Parasoft. All rights reserved.