Package | Description |
---|---|
org.gbif.api.model.pipelines | |
org.gbif.api.service.pipelines |
Modifier and Type | Field and Description |
---|---|
static Comparator<PipelineProcess> |
PipelineProcess.PIPELINE_PROCESS_BY_LATEST_EXEUCTION_ASC
Comparator that sorts the pipeline processes by the created date of the latest execution.
|
static 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.
|
Modifier and Type | Method and Description |
---|---|
PipelineProcess |
PipelineProcess.addExecution(PipelineExecution execution) |
PipelineProcess |
PipelineProcess.setAttempt(int attempt) |
PipelineProcess |
PipelineProcess.setCreated(LocalDateTime created) |
PipelineProcess |
PipelineProcess.setCreatedBy(String createdBy) |
PipelineProcess |
PipelineProcess.setDatasetKey(UUID datasetKey) |
Modifier and Type | Method and Description |
---|---|
PipelineProcess |
PipelinesHistoryService.getPipelineProcess(@NotNull UUID datasetKey,
int attempt)
Gets the PipelineProcess identified by the dataset and attempt identifiers.
|
Modifier and Type | Method and Description |
---|---|
PagingResponse<PipelineProcess> |
PipelinesHistoryService.getRunningPipelineProcess(Pageable pageable)
Returns information about all running pipelines executions
|
PagingResponse<PipelineProcess> |
PipelinesHistoryService.history(Pageable pageable)
Lists the history of all
PipelineProcess , sorted descending from the most recent one. |
PagingResponse<PipelineProcess> |
PipelinesHistoryService.history(@NotNull UUID datasetKey,
Pageable pageable)
Lists the history of all
PipelineProcess of a dataset, sorted descending from the most
recent one. |
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.