Class BundleStatusCall
java.lang.Object
io.wcm.tooling.commons.packmgr.httpaction.BundleStatusCall
- All Implemented Interfaces:
HttpCall<BundleStatus>
Get bundle status from web console.
-
Constructor Summary
ConstructorsConstructorDescriptionBundleStatusCall(org.apache.http.impl.client.CloseableHttpClient httpClient, org.apache.http.client.protocol.HttpClientContext context, String bundleStatusURL, List<Pattern> bundleStatusWhitelistBundleNames) -
Method Summary
-
Constructor Details
-
BundleStatusCall
public BundleStatusCall(org.apache.http.impl.client.CloseableHttpClient httpClient, org.apache.http.client.protocol.HttpClientContext context, String bundleStatusURL, List<Pattern> bundleStatusWhitelistBundleNames) - Parameters:
httpClient- HTTP clientcontext- HTTP client contextbundleStatusURL- Bundle status URLbundleStatusWhitelistBundleNames- Patterns of bundle names to be ignored
-
-
Method Details
-
execute
Description copied from interface:HttpCallExecute action- Specified by:
executein interfaceHttpCall<BundleStatus>- Returns:
- Response
-