Interface ZipArtifactFluent<A extends ZipArtifactFluent<A>>
-
- All Superinterfaces:
DownloadableArtifactFluent<A>,io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
PluginFluent.ZipArtifactArtifactsNested<N>
- All Known Implementing Classes:
PluginFluentImpl.ZipArtifactArtifactsNestedImpl,ZipArtifactBuilder,ZipArtifactFluentImpl
public interface ZipArtifactFluent<A extends ZipArtifactFluent<A>> extends DownloadableArtifactFluent<A>
ZIP artifact represents an artifact which is downloaded and unpacked using `unzip`
-
-
Method Summary
-
Methods inherited from interface io.strimzi.api.kafka.model.connect.build.DownloadableArtifactFluent
getInsecure, getSha512sum, getUrl, hasInsecure, hasSha512sum, hasUrl, withInsecure, withNewSha512sum, withNewUrl, withSha512sum, withUrl
-
-