public class TestUniversalRunner extends PipelineRunner<PipelineResult>
Modifier and Type | Class and Description |
---|---|
static interface |
TestUniversalRunner.Options |
static class |
TestUniversalRunner.OptionsRegistrar
Register
TestUniversalRunner.Options . |
static class |
TestUniversalRunner.RunnerRegistrar
Registrar for the portable runner.
|
Modifier and Type | Method and Description |
---|---|
static TestUniversalRunner |
fromOptions(PipelineOptions options)
Constructs a runner from the provided options.
|
PipelineResult |
run(Pipeline pipeline)
Processes the given
Pipeline , potentially asynchronously, returning a runner-specific
type of result. |
create, run, run
public static TestUniversalRunner fromOptions(PipelineOptions options)
options
- Properties which configure the runner.public PipelineResult run(Pipeline pipeline)
PipelineRunner
Pipeline
, potentially asynchronously, returning a runner-specific
type of result.run
in class PipelineRunner<PipelineResult>