StageResultIn
Pipeline stage which acts as an arbitrary input, ignoring any output provided by the previous stage.
This stage throws IllegalArgumentException on construction if stageOutput is not an instance of outType.
Parameters
StageResult object that this stage should produce.
Properties
The configuration used to instantiate this stage.
The key of the configuration which instantiated this stage.
Whether this stage has timed out.
The context of the configuration parser associated with instantiating this stage.
The unique stage name of this pipeline stage.
Functions
Implementation for executing this pipeline.
Executes this pipeline stage using input.
Marks this stage as having timed out.
Callback method to run when execute method completes, regardless of whether it succeeds or fails.
Callback method to run when the execute method fails.
Implementation for when the execute method fails.
Implementation when parser context is provided to the stage.
Provides the parser context to this pipeline stage.