Package io.strimzi.api.kafka.model.connect.build
package io.strimzi.api.kafka.model.connect.build
-
ClassesClassDescriptionAbstract baseclass for different representations of connector artifacts, discriminated by
type.Representation a Kafka Connect build to add additional connectorsBuildFluent<A extends BuildFluent<A>>GeneratedRepresents Docker output from the buildDockerOutputFluent<A extends DockerOutputFluent<A>>GeneratedArtifact which can be just downloaded from an URLDownloadableArtifactFluent<A extends DownloadableArtifactFluent<A>>GeneratedRepresents Docker output from the buildImageStreamOutputFluent<A extends ImageStreamOutputFluent<A>>GeneratedJAR artifact represents an artifact which is simply downloadedJarArtifactFluent<A extends JarArtifactFluent<A>>GeneratedMaven artifact represents an artifact which is downloaded from Maven repositoryMavenArtifactFluent<A extends MavenArtifactFluent<A>>GeneratedOther artifact represents an artifact of assorted types.OtherArtifactFluent<A extends OtherArtifactFluent<A>>GeneratedAbstract baseclass for different representations of connect build outputs, discriminated bytype.Representation a connector within a Kafka Connect buildPluginFluent<A extends PluginFluent<A>>GeneratedTGZ artifact represents an artifact which is downloaded and unpacked using TAR (with GZIP decompression)TgzArtifactFluent<A extends TgzArtifactFluent<A>>GeneratedZIP artifact represents an artifact which is downloaded and unpacked using `unzip`ZipArtifactFluent<A extends ZipArtifactFluent<A>>Generated