Uses of Class
io.strimzi.api.kafka.model.connect.build.DownloadableArtifact
-
Packages that use DownloadableArtifact Package Description io.strimzi.api.kafka.model.connect.build -
-
Uses of DownloadableArtifact in io.strimzi.api.kafka.model.connect.build
Subclasses of DownloadableArtifact in io.strimzi.api.kafka.model.connect.build Modifier and Type Class Description classJarArtifactJAR artifact represents an artifact which is simply downloadedclassTgzArtifactTGZ artifact represents an artifact which is downloaded and unpacked using TAR (with GZIP decompression)classZipArtifactZIP artifact represents an artifact which is downloaded and unpacked using `unzip`Constructors in io.strimzi.api.kafka.model.connect.build with parameters of type DownloadableArtifact Constructor Description DownloadableArtifactFluentImpl(DownloadableArtifact instance)
-