| Package | Description |
|---|---|
| org.gbif.api.model.pipelines | |
| org.gbif.api.service.pipelines |
| Modifier and Type | Field and Description |
|---|---|
static Comparator<PipelineExecution> |
PipelineProcess.PIPELINE_EXECUTION_BY_CREATED_ASC |
| Modifier and Type | Method and Description |
|---|---|
PipelineExecution |
PipelineExecution.addStep(PipelineStep step) |
PipelineExecution |
PipelineExecution.setCreated(LocalDateTime created) |
PipelineExecution |
PipelineExecution.setCreatedBy(String createdBy) |
PipelineExecution |
PipelineExecution.setFinished(boolean finished) |
PipelineExecution |
PipelineExecution.setKey(long key) |
PipelineExecution |
PipelineExecution.setRemarks(String remarks) |
PipelineExecution |
PipelineExecution.setRerunReason(String rerunReason) |
PipelineExecution |
PipelineExecution.setSteps(Set<PipelineStep> steps) |
PipelineExecution |
PipelineExecution.setStepsToRun(Set<StepType> stepsToRun) |
| Modifier and Type | Method and Description |
|---|---|
Set<PipelineExecution> |
PipelineProcess.getExecutions() |
Set<PipelineExecution> |
IngestionProcess.getPipelineExecutions() |
| Modifier and Type | Method and Description |
|---|---|
PipelineProcess |
PipelineProcess.addExecution(PipelineExecution execution) |
| Modifier and Type | Method and Description |
|---|---|
void |
PipelineProcess.setExecutions(Set<PipelineExecution> executions) |
IngestionProcess |
IngestionProcess.setPipelineExecutions(Set<PipelineExecution> pipelineExecutions) |
| Modifier and Type | Method and Description |
|---|---|
long |
PipelinesHistoryService.addPipelineExecution(long processKey,
@NotNull PipelineExecution pipelineExecution)
Adds/persists the information of a pipeline execution.
|
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.