Uses of Class
org.gbif.api.model.pipelines.PipelineExecution
Packages that use PipelineExecution
-
Uses of PipelineExecution in org.gbif.api.model.pipelines
Fields in org.gbif.api.model.pipelines with type parameters of type PipelineExecutionModifier and TypeFieldDescriptionstatic final Comparator<PipelineExecution>PipelineProcess.PIPELINE_EXECUTION_BY_CREATED_ASCMethods in org.gbif.api.model.pipelines that return PipelineExecutionModifier and TypeMethodDescriptionPipelineExecution.addStep(PipelineStep step) PipelineExecution.setCreated(LocalDateTime created) PipelineExecution.setCreatedBy(String createdBy) PipelineExecution.setFinished(boolean finished) PipelineExecution.setKey(long key) PipelineExecution.setRemarks(String remarks) PipelineExecution.setRerunReason(String rerunReason) PipelineExecution.setSteps(Set<PipelineStep> steps) PipelineExecution.setStepsToRun(Set<StepType> stepsToRun) Methods in org.gbif.api.model.pipelines that return types with arguments of type PipelineExecutionModifier and TypeMethodDescriptionPipelineProcess.getExecutions()IngestionProcess.getPipelineExecutions()Methods in org.gbif.api.model.pipelines with parameters of type PipelineExecutionMethod parameters in org.gbif.api.model.pipelines with type arguments of type PipelineExecutionModifier and TypeMethodDescriptionvoidPipelineProcess.setExecutions(Set<PipelineExecution> executions) IngestionProcess.setPipelineExecutions(Set<PipelineExecution> pipelineExecutions) -
Uses of PipelineExecution in org.gbif.api.service.pipelines
Methods in org.gbif.api.service.pipelines with parameters of type PipelineExecutionModifier and TypeMethodDescriptionlongPipelinesHistoryService.addPipelineExecution(long processKey, @NotNull PipelineExecution pipelineExecution) Adds/persists the information of a pipeline execution.