Enum Class NestedPipelineStep.State

java.lang.Object
java.lang.Enum<NestedPipelineStep.State>
nz.org.riskscape.engine.pipeline.NestedPipelineStep.State
All Implemented Interfaces:
Serializable, Comparable<NestedPipelineStep.State>, Constable
Enclosing interface:
NestedPipelineStep

public static enum NestedPipelineStep.State extends Enum<NestedPipelineStep.State>

Used to track the construction state of this step, as we have to do a bit of collaboration across components to successfully build and validate pipeline steps that nest a child pipeline.