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