Interface OtherArtifactFluent<A extends OtherArtifactFluent<A>>
-
- All Superinterfaces:
DownloadableArtifactFluent<A>,io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
PluginFluent.OtherArtifactArtifactsNested<N>
- All Known Implementing Classes:
OtherArtifactBuilder,OtherArtifactFluentImpl,PluginFluentImpl.OtherArtifactArtifactsNestedImpl
public interface OtherArtifactFluent<A extends OtherArtifactFluent<A>> extends DownloadableArtifactFluent<A>
Other artifact represents an artifact of assorted types. Users can specify a name of the file under which it will be stored in the container image.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetFileName()BooleanhasFileName()AwithFileName(String fileName)AwithNewFileName(String original)Deprecated.-
Methods inherited from interface io.strimzi.api.kafka.model.connect.build.DownloadableArtifactFluent
getInsecure, getSha512sum, getUrl, hasInsecure, hasSha512sum, hasUrl, withInsecure, withNewSha512sum, withNewUrl, withSha512sum, withUrl
-
-