public class PipelineExecution extends Object implements Serializable
Constructor and Description |
---|
PipelineExecution() |
Modifier and Type | Method and Description |
---|---|
PipelineExecution |
addStep(PipelineStep step) |
boolean |
equals(Object o) |
LocalDateTime |
getCreated() |
String |
getCreatedBy() |
long |
getKey() |
String |
getRemarks() |
String |
getRerunReason() |
Set<PipelineStep> |
getSteps() |
Set<StepType> |
getStepsToRun() |
int |
hashCode() |
boolean |
isFinished() |
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) |
String |
toString() |
public PipelineExecution()
public long getKey()
public PipelineExecution setKey(long key)
public Set<StepType> getStepsToRun()
public PipelineExecution setStepsToRun(Set<StepType> stepsToRun)
public String getRerunReason()
public PipelineExecution setRerunReason(String rerunReason)
public String getRemarks()
public PipelineExecution setRemarks(String remarks)
public LocalDateTime getCreated()
public PipelineExecution setCreated(LocalDateTime created)
public String getCreatedBy()
public PipelineExecution setCreatedBy(String createdBy)
public Set<PipelineStep> getSteps()
public PipelineExecution setSteps(Set<PipelineStep> steps)
public PipelineExecution addStep(PipelineStep step)
public boolean isFinished()
public PipelineExecution setFinished(boolean finished)
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.