Uses of Interface
io.strimzi.api.kafka.model.connect.build.DownloadableArtifactFluent
-
Packages that use DownloadableArtifactFluent Package Description io.strimzi.api.kafka.model.connect.build -
-
Uses of DownloadableArtifactFluent in io.strimzi.api.kafka.model.connect.build
Classes in io.strimzi.api.kafka.model.connect.build with type parameters of type DownloadableArtifactFluent Modifier and Type Interface Description interfaceDownloadableArtifactFluent<A extends DownloadableArtifactFluent<A>>Artifact which can be just downloaded from an URLclassDownloadableArtifactFluentImpl<A extends DownloadableArtifactFluent<A>>Artifact which can be just downloaded from an URLSubinterfaces of DownloadableArtifactFluent in io.strimzi.api.kafka.model.connect.build Modifier and Type Interface Description interfaceJarArtifactFluent<A extends JarArtifactFluent<A>>JAR artifact represents an artifact which is simply downloadedinterfaceOtherArtifactFluent<A extends OtherArtifactFluent<A>>Other artifact represents an artifact of assorted types.static interfacePluginFluent.JarArtifactArtifactsNested<N>JAR artifact represents an artifact which is simply downloadedstatic interfacePluginFluent.OtherArtifactArtifactsNested<N>Other artifact represents an artifact of assorted types.static interfacePluginFluent.TgzArtifactArtifactsNested<N>TGZ artifact represents an artifact which is downloaded and unpacked using TAR (with GZIP decompression)static interfacePluginFluent.ZipArtifactArtifactsNested<N>ZIP artifact represents an artifact which is downloaded and unpacked using `unzip`interfaceTgzArtifactFluent<A extends TgzArtifactFluent<A>>TGZ artifact represents an artifact which is downloaded and unpacked using TAR (with GZIP decompression)interfaceZipArtifactFluent<A extends ZipArtifactFluent<A>>ZIP artifact represents an artifact which is downloaded and unpacked using `unzip`Classes in io.strimzi.api.kafka.model.connect.build that implement DownloadableArtifactFluent Modifier and Type Class Description classDownloadableArtifactFluentImpl<A extends DownloadableArtifactFluent<A>>Artifact which can be just downloaded from an URLclassJarArtifactBuilderJAR artifact represents an artifact which is simply downloadedclassJarArtifactFluentImpl<A extends JarArtifactFluent<A>>JAR artifact represents an artifact which is simply downloadedclassOtherArtifactBuilderOther artifact represents an artifact of assorted types.classOtherArtifactFluentImpl<A extends OtherArtifactFluent<A>>Other artifact represents an artifact of assorted types.classPluginFluentImpl.JarArtifactArtifactsNestedImpl<N>JAR artifact represents an artifact which is simply downloadedclassPluginFluentImpl.OtherArtifactArtifactsNestedImpl<N>Other artifact represents an artifact of assorted types.classPluginFluentImpl.TgzArtifactArtifactsNestedImpl<N>TGZ artifact represents an artifact which is downloaded and unpacked using TAR (with GZIP decompression)classPluginFluentImpl.ZipArtifactArtifactsNestedImpl<N>ZIP artifact represents an artifact which is downloaded and unpacked using `unzip`classTgzArtifactBuilderTGZ artifact represents an artifact which is downloaded and unpacked using TAR (with GZIP decompression)classTgzArtifactFluentImpl<A extends TgzArtifactFluent<A>>TGZ artifact represents an artifact which is downloaded and unpacked using TAR (with GZIP decompression)classZipArtifactBuilderZIP artifact represents an artifact which is downloaded and unpacked using `unzip`classZipArtifactFluentImpl<A extends ZipArtifactFluent<A>>ZIP artifact represents an artifact which is downloaded and unpacked using `unzip`
-