| Class and Description |
|---|
| ExternalBinarySource
A representation of an external source of some binarie.
|
| GitHubSource
GitHub source is an abstract class that helps you to retrieve either latest release or a release with some version
from some specific repository.
|
| XmlStorageSource
XmlStorageSource source is an abstract class that helps you to retrieve either latest release
or a release with some version from some specific XML-based storage, such as S3 buckets.
|
| Class and Description |
|---|
| ExternalBinarySource
A representation of an external source of some binarie.
|
| UrlStorageSource
UrlStorageSource source is an abstract class that helps you to retrieve either latest release
or a release with some version from storage, that has binaries available via url in a format:
[storage_base_url]/[version]/[binary_file_name]
The UrlStorageSource also must provide and URL to obtain est available binary version
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.