Package org.gbif.api.model.pipelines
Class PipelineExecution
java.lang.Object
org.gbif.api.model.pipelines.PipelineExecution
- All Implemented Interfaces:
Serializable
Models an execution of a pipeline that can include one or more steps.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddStep(PipelineStep step) booleanlonggetKey()getSteps()inthashCode()booleansetCreated(LocalDateTime created) setCreatedBy(String createdBy) setFinished(boolean finished) setKey(long key) setRemarks(String remarks) setRerunReason(String rerunReason) setSteps(Set<PipelineStep> steps) setStepsToRun(Set<StepType> stepsToRun) toString()
-
Constructor Details
-
PipelineExecution
public PipelineExecution()
-
-
Method Details
-
getKey
-
setKey
-
getStepsToRun
-
setStepsToRun
-
getRerunReason
-
setRerunReason
-
getRemarks
-
setRemarks
-
getCreated
-
setCreated
-
getCreatedBy
-
setCreatedBy
-
getSteps
-
setSteps
-
addStep
-
isFinished
-
setFinished
-
equals
-
hashCode
-
toString
-