Class OtherArtifact
- java.lang.Object
-
- io.strimzi.api.kafka.model.connect.build.Artifact
-
- io.strimzi.api.kafka.model.connect.build.DownloadableArtifact
-
- io.strimzi.api.kafka.model.connect.build.OtherArtifact
-
- All Implemented Interfaces:
UnknownPropertyPreserving,Serializable
public class OtherArtifact extends DownloadableArtifact
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.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OtherArtifact()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFileName()StringgetType()voidsetFileName(String fileName)-
Methods inherited from class io.strimzi.api.kafka.model.connect.build.DownloadableArtifact
getInsecure, getSha512sum, getUrl, setInsecure, setSha512sum, setUrl
-
Methods inherited from class io.strimzi.api.kafka.model.connect.build.Artifact
getAdditionalProperties, setAdditionalProperty
-
-