Interface TestUniversalRunner.Options

All Superinterfaces:
FileStagingOptions, HasDisplayData, PipelineOptions, PortablePipelineOptions, TestPipelineOptions
Enclosing class:
TestUniversalRunner

public static interface TestUniversalRunner.Options extends TestPipelineOptions, PortablePipelineOptions
  • Method Details

    • getLocalJobServicePortFile

      String getLocalJobServicePortFile()
      A file containing the job service port, since Gradle needs to know this filename statically to provide it in Beam testing options.

      This option conflicts with PortablePipelineOptions.getJobEndpoint(). This option will override the job endpoint to be localhost at the port specified in the file.

    • setLocalJobServicePortFile

      void setLocalJobServicePortFile(String endpoint)