StdioLocalTest
Properties
Link copied to clipboard
The configuration used to instantiate this stage.
Link copied to clipboard
The key of the configuration which instantiated this stage.
Link copied to clipboard
Whether this stage has timed out.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The context of the configuration parser associated with instantiating this stage.
Link copied to clipboard
The unique stage name of this pipeline stage.
Link copied to clipboard
Link copied to clipboard
open override val traceableState: AtomicReference<TraceableState<PipelineStage.ExecStateData, Unit>>
Functions
Link copied to clipboard
Link copied to clipboard
Implementation for executing this pipeline.
Link copied to clipboard
Executes this pipeline stage using input.
Link copied to clipboard
Marks this stage as having timed out.
Link copied to clipboard
Callback method to run when execute method completes, regardless of whether it succeeds or fails.
Link copied to clipboard
Callback method to run when the execute method fails.
Link copied to clipboard
Implementation for when the execute method fails.
Link copied to clipboard
Implementation when parser context is provided to the stage.
Link copied to clipboard
Provides the parser context to this pipeline stage.