Constructor and Description |
---|
UpdateInstanceTask(Client client,
TaskLogger logger,
net.sf.json.JSONObject instanceJson,
net.sf.json.JSONArray resolvedVariables,
String boxVersion) |
UpdateInstanceTask(Client client,
TaskLogger logger,
net.sf.json.JSONObject instanceJson,
net.sf.json.JSONArray resolvedVariables,
String boxVersion,
boolean waitForInstanceToBeReady,
long initialDelay,
long delay,
long timeout,
int readingStateRetries,
int retries) |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
net.sf.json.JSONObject |
getResult() |
int |
getTotalRoundtrips() |
boolean |
isDone() |
public UpdateInstanceTask(Client client, TaskLogger logger, net.sf.json.JSONObject instanceJson, net.sf.json.JSONArray resolvedVariables, String boxVersion)
public UpdateInstanceTask(Client client, TaskLogger logger, net.sf.json.JSONObject instanceJson, net.sf.json.JSONArray resolvedVariables, String boxVersion, boolean waitForInstanceToBeReady, long initialDelay, long delay, long timeout, int readingStateRetries, int retries)
public void execute() throws TaskException
execute
in interface Task<net.sf.json.JSONObject>
TaskException
public net.sf.json.JSONObject getResult()
public int getTotalRoundtrips()
Copyright © 2016–2019. All rights reserved.