Uses of Class
org.gbif.api.model.pipelines.PipelineProcess
Packages that use PipelineProcess
-
Uses of PipelineProcess in org.gbif.api.model.pipelines
Fields in org.gbif.api.model.pipelines with type parameters of type PipelineProcessModifier and TypeFieldDescriptionstatic final Comparator<PipelineProcess>
PipelineProcess.PIPELINE_PROCESS_BY_LATEST_EXEUCTION_ASC
Comparator that sorts the pipeline processes by the created date of the latest execution.static final Comparator<PipelineProcess>
PipelineProcess.PIPELINE_PROCESS_BY_LATEST_STEP_RUNNING_ASC
Comparator that sorts pipeline processes by the start date of their latest step in ascending order.Methods in org.gbif.api.model.pipelines that return PipelineProcessModifier and TypeMethodDescriptionPipelineProcess.addExecution
(PipelineExecution execution) PipelineProcess.setAttempt
(int attempt) PipelineProcess.setCreated
(LocalDateTime created) PipelineProcess.setCreatedBy
(String createdBy) PipelineProcess.setDatasetKey
(UUID datasetKey) -
Uses of PipelineProcess in org.gbif.api.service.pipelines
Methods in org.gbif.api.service.pipelines that return PipelineProcessModifier and TypeMethodDescriptionPipelinesHistoryService.getPipelineProcess
(@NotNull UUID datasetKey, int attempt) Gets the PipelineProcess identified by the dataset and attempt identifiers.Methods in org.gbif.api.service.pipelines that return types with arguments of type PipelineProcessModifier and TypeMethodDescriptionPipelinesHistoryService.getRunningPipelineProcess
(Pageable pageable) Returns information about all running pipelines executionsLists the history of allPipelineProcess
of a dataset, sorted descending from the most recent one.Lists the history of allPipelineProcess
, sorted descending from the most recent one.