Uses of Enum
io.github.ai4ci.config.Exporters
Packages that use Exporters
-
Uses of Exporters in io.github.ai4ci.config
Methods in io.github.ai4ci.config that return ExportersModifier and TypeMethodDescriptiondefault Exporters[]
BatchConfiguration.getExporters()
ImmutableBatchConfiguration.getExporters()
static Exporters
Returns the enum constant of this type with the specified name.static Exporters[]
Exporters.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.github.ai4ci.config with parameters of type ExportersModifier and TypeMethodDescriptionImmutableBatchConfiguration.Builder.setExporters
(Exporters... exporters) Initializes the value for theexporters
attribute.ImmutableBatchConfiguration.withExporters
(Exporters... elements) Copy the current immutable object with elements that replace the content ofexporters
.