public class ProvisionsImpl extends JSONClient implements Provisions
baseUrl, password, username| Constructor and Description |
|---|
ProvisionsImpl(String emUrl,
String username,
String password) |
| Modifier and Type | Method and Description |
|---|---|
net.sf.json.JSONObject |
createProvisionEvent(int environmentId,
int instanceId,
boolean abortOnFailure) |
net.sf.json.JSONObject |
getProvisions() |
net.sf.json.JSONObject |
getProvisions(int id) |
boolean |
monitorEvent(net.sf.json.JSONObject event,
EventMonitor monitor) |
public net.sf.json.JSONObject createProvisionEvent(int environmentId,
int instanceId,
boolean abortOnFailure)
throws IOException
createProvisionEvent in interface ProvisionsIOExceptionpublic net.sf.json.JSONObject getProvisions()
throws IOException
getProvisions in interface ProvisionsIOExceptionpublic net.sf.json.JSONObject getProvisions(int id)
throws IOException
getProvisions in interface ProvisionsIOExceptionpublic boolean monitorEvent(net.sf.json.JSONObject event,
EventMonitor monitor)
throws IOException
monitorEvent in interface ProvisionsIOExceptionCopyright © 2016–2018. All rights reserved.