Uses of Class
io.strimzi.api.kafka.model.connect.build.OtherArtifact
-
Packages that use OtherArtifact Package Description io.strimzi.api.kafka.model.connect.build -
-
Uses of OtherArtifact in io.strimzi.api.kafka.model.connect.build
Methods in io.strimzi.api.kafka.model.connect.build that return OtherArtifact Modifier and Type Method Description OtherArtifactOtherArtifactBuilder. build()Method parameters in io.strimzi.api.kafka.model.connect.build with type arguments of type OtherArtifact Modifier and Type Method Description APluginFluent. addAllToOtherArtifactArtifacts(Collection<OtherArtifact> items)APluginFluentImpl. addAllToOtherArtifactArtifacts(Collection<OtherArtifact> items)APluginFluent. removeAllFromOtherArtifactArtifacts(Collection<OtherArtifact> items)APluginFluentImpl. removeAllFromOtherArtifactArtifacts(Collection<OtherArtifact> items)Constructors in io.strimzi.api.kafka.model.connect.build with parameters of type OtherArtifact Constructor Description OtherArtifactBuilder(OtherArtifact instance)OtherArtifactBuilder(OtherArtifactFluent<?> fluent, OtherArtifact instance)OtherArtifactBuilder(OtherArtifactFluent<?> fluent, OtherArtifact instance, Boolean validationEnabled)OtherArtifactBuilder(OtherArtifact instance, Boolean validationEnabled)OtherArtifactFluentImpl(OtherArtifact instance)
-