Class StepDefinition
java.lang.Object
fr.enedis.chutney.engine.domain.execution.StepDefinition
- All Implemented Interfaces:
StepDefinitionSpi
Immutable tree-like structure composing a Scenario.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
-
type
Type of the step, should match an extension. -
steps
Sub steps, may be empty. -
outputs
-
validations
-
-
Constructor Details
-
StepDefinition
-
-
Method Details
-
getTarget
-
getStrategy
-
toString
-
inputs
- Specified by:
inputsin interfaceStepDefinitionSpi
-