| Artifact |
Abstract baseclass for different representations of connector artifacts, discriminated by type.
|
| Build |
Representation a Kafka Connect build to add additional connectors
|
| BuildBuilder |
|
| BuildFluentImpl<A extends BuildFluent<A>> |
|
| DockerOutput |
Represents Docker output from the build
|
| DockerOutputBuilder |
|
| DockerOutputFluentImpl<A extends DockerOutputFluent<A>> |
|
| DownloadableArtifact |
Artifact which can be just downloaded from an URL
|
| DownloadableArtifactFluentImpl<A extends DownloadableArtifactFluent<A>> |
|
| ImageStreamOutput |
Represents Docker output from the build
|
| ImageStreamOutputBuilder |
|
| ImageStreamOutputFluentImpl<A extends ImageStreamOutputFluent<A>> |
|
| JarArtifact |
JAR artifact represents an artifact which is simply downloaded
|
| JarArtifactBuilder |
|
| JarArtifactFluentImpl<A extends JarArtifactFluent<A>> |
|
| Output |
Abstract baseclass for different representations of connect build outputs, discriminated by type.
|
| Plugin |
Representation a connector within a Kafka Connect build
|
| PluginBuilder |
|
| PluginFluentImpl<A extends PluginFluent<A>> |
|
| TgzArtifact |
TGZ artifact represents an artifact which is downloaded and unpacked using TAR (with GZIP decompression)
|
| TgzArtifactBuilder |
|
| TgzArtifactFluentImpl<A extends TgzArtifactFluent<A>> |
|
| ZipArtifact |
ZIP artifact represents an artifact which is downloaded and unpacked using `unzip`
|
| ZipArtifactBuilder |
|
| ZipArtifactFluentImpl<A extends ZipArtifactFluent<A>> |
|