| Interface | Description |
|---|---|
| BundleFacet |
Facet that exposes a component's capabilities to process a bundle.
|
| BundleHandoverFacet |
This facet must be implemented by resource components that want to participate in bundle deployments.
|
| BundleManagerProvider |
Provides bundle functionality that plugin components will need in order to process bundles.
|
| Class | Description |
|---|---|
| BundleDeployRequest |
A request to deploy a bundle.
|
| BundleDeployResult |
The results after an attempt to deploy a bundle has been completed.
|
| BundleHandoverContext |
Bundle "handover" context class.
|
| BundleHandoverContext.Builder | |
| BundleHandoverRequest |
A request object consumed by plugin component classes implementing
BundleHandoverFacet.handleContent(BundleHandoverRequest). |
| BundleHandoverRequest.Builder | |
| BundleHandoverResponse |
A response object returned by plugin component classes implementing
BundleHandoverFacet.handleContent(BundleHandoverRequest). |
| BundlePurgeRequest |
A request to purge a bundle, essentially erasing the bundle files from the destination.
|
| BundlePurgeResult |
The results after an attempt to purge a bundle has been completed.
|
| Enum | Description |
|---|---|
| BundleHandoverResponse.FailureType |
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.