public class Pipeline
extends Object
-
Constructor Summary
Constructors
-
Method Summary
void
protected boolean
boolean
org.apache.commons.collections4.OrderedMap<String,Step>
int
-
-
Method Details
-
addStep
public void addStep(@NonNull
@NonNull Step step)
-
-
getFirstStep
public Step getFirstStep()
-
getLastStep
public Step getLastStep()
-
-
getSteps
public org.apache.commons.collections4.OrderedMap<String,Step> getSteps()
-
-
canEqual
protected boolean canEqual(Object other)
-
-