Package | Description |
---|---|
org.gbif.api.model.pipelines | |
org.gbif.api.service.pipelines |
Modifier and Type | Field and Description |
---|---|
static Comparator<PipelineStep> |
PipelineStep.STEPS_BY_FINISHED_ASC
Comparator that sorts pipeline steps by start date and then by finished date in ascending order.
|
static Comparator<PipelineStep> |
PipelineStep.STEPS_BY_TYPE_ASC |
Modifier and Type | Method and Description |
---|---|
PipelineStep |
PipelineStep.addMetricInfo(PipelineStep.MetricInfo metricInfo) |
PipelineStep |
WorkflowStep.getLastStep() |
PipelineStep |
PipelineStep.setCreatedBy(String createdBy) |
PipelineStep |
PipelineStep.setFinished(LocalDateTime finished) |
PipelineStep |
PipelineStep.setMessage(String message) |
PipelineStep |
PipelineStep.setMetrics(Set<PipelineStep.MetricInfo> metrics) |
PipelineStep |
PipelineStep.setModified(LocalDateTime modified) |
PipelineStep |
PipelineStep.setModifiedBy(String modifiedBy) |
PipelineStep |
PipelineStep.setNumberRecords(Long numberRecords) |
PipelineStep |
PipelineStep.setPipelinesVersion(String pipelinesVersion) |
PipelineStep |
PipelineStep.setRunner(StepRunner runner) |
PipelineStep |
PipelineStep.setStarted(LocalDateTime started) |
PipelineStep |
PipelineStep.setState(PipelineStep.Status state) |
PipelineStep |
PipelineStep.setType(StepType type) |
Modifier and Type | Method and Description |
---|---|
Set<PipelineStep> |
WorkflowStep.getAllSteps() |
Set<PipelineStep> |
PipelineExecution.getSteps() |
Modifier and Type | Method and Description |
---|---|
PipelineExecution |
PipelineExecution.addStep(PipelineStep step) |
boolean |
PipelineStep.lenientEquals(PipelineStep other) |
void |
WorkflowStep.setLastStep(PipelineStep lastStep) |
Modifier and Type | Method and Description |
---|---|
void |
WorkflowStep.setAllSteps(Set<PipelineStep> allSteps) |
PipelineExecution |
PipelineExecution.setSteps(Set<PipelineStep> steps) |
Modifier and Type | Method and Description |
---|---|
PipelineStep |
PipelinesHistoryService.getPipelineStep(long stepKey)
Gets the PipelineStep of the specified keys.
|
Modifier and Type | Method and Description |
---|---|
List<PipelineStep> |
PipelinesHistoryService.getPipelineStepsByExecutionKey(long executionKey)
Gets the PipelineSteps list of the execution key.
|
Modifier and Type | Method and Description |
---|---|
long |
PipelinesHistoryService.updatePipelineStep(@NotNull PipelineStep pipelineStep)
Update the information of a pipeline step.
|
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.