Uses of Class
org.gbif.api.model.pipelines.StepRunner
-
Packages that use StepRunner Package Description org.gbif.api.model.pipelines -
-
Uses of StepRunner in org.gbif.api.model.pipelines
Methods in org.gbif.api.model.pipelines that return StepRunner Modifier and Type Method Description StepRunner
PipelineStep. getRunner()
static StepRunner
StepRunner. valueOf(String name)
Returns the enum constant of this type with the specified name.static StepRunner[]
StepRunner. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gbif.api.model.pipelines with parameters of type StepRunner Modifier and Type Method Description PipelineStep
PipelineStep. setRunner(StepRunner runner)
-