Class SystemReadyStatusCall
java.lang.Object
io.wcm.tooling.commons.packmgr.httpaction.SystemReadyStatusCall
- All Implemented Interfaces:
HttpCall<SystemReadyStatus>
Get bundle status from web console.
-
Constructor Summary
ConstructorsConstructorDescriptionSystemReadyStatusCall(org.apache.http.impl.client.CloseableHttpClient httpClient, org.apache.http.client.protocol.HttpClientContext context, String systemReadyURL) -
Method Summary
-
Constructor Details
-
SystemReadyStatusCall
public SystemReadyStatusCall(org.apache.http.impl.client.CloseableHttpClient httpClient, org.apache.http.client.protocol.HttpClientContext context, String systemReadyURL) - Parameters:
httpClient- HTTP clientcontext- HTTP client contextsystemReadyURL- System ready URL
-
-
Method Details
-
execute
Description copied from interface:HttpCallExecute action- Specified by:
executein interfaceHttpCall<SystemReadyStatus>- Returns:
- Response
-