Class BundleStatusCall

java.lang.Object
io.wcm.tooling.commons.packmgr.httpaction.BundleStatusCall
All Implemented Interfaces:
HttpCall<BundleStatus>

public final class BundleStatusCall extends Object implements HttpCall<BundleStatus>
Get bundle status from web console.
  • 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 client
      context - HTTP client context
      bundleStatusURL - Bundle status URL
      bundleStatusWhitelistBundleNames - Patterns of bundle names to be ignored
  • Method Details