Interface JarArtifactFluent<A extends JarArtifactFluent<A>>
-
- All Superinterfaces:
DownloadableArtifactFluent<A>,io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
PluginFluent.JarArtifactArtifactsNested<N>
- All Known Implementing Classes:
JarArtifactBuilder,JarArtifactFluentImpl,PluginFluentImpl.JarArtifactArtifactsNestedImpl
public interface JarArtifactFluent<A extends JarArtifactFluent<A>> extends DownloadableArtifactFluent<A>
JAR artifact represents an artifact which is simply downloaded
-
-
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
-
-