Uses of Class
io.prestosql.tests.product.launcher.env.EnvironmentOptions
-
Packages that use EnvironmentOptions Package Description io.prestosql.tests.product.launcher.cli io.prestosql.tests.product.launcher.env io.prestosql.tests.product.launcher.testcontainers -
-
Uses of EnvironmentOptions in io.prestosql.tests.product.launcher.cli
Fields in io.prestosql.tests.product.launcher.cli declared as EnvironmentOptions Modifier and Type Field Description EnvironmentOptionsEnvironmentUp. environmentOptionsEnvironmentOptionsSuiteDescribe. environmentOptionsEnvironmentOptionsSuiteRun. environmentOptionsEnvironmentOptionsTestRun. environmentOptionsConstructors in io.prestosql.tests.product.launcher.cli with parameters of type EnvironmentOptions Constructor Description Execution(EnvironmentFactory environmentFactory, EnvironmentConfig environmentConfig, EnvironmentOptions options, EnvironmentUp.EnvironmentUpOptions environmentUpOptions)Execution(SuiteDescribe.SuiteDescribeOptions describeOptions, SuiteFactory suiteFactory, EnvironmentConfigFactory configFactory, EnvironmentOptions environmentOptions)Execution(SuiteRun.SuiteRunOptions suiteRunOptions, EnvironmentOptions environmentOptions, SuiteFactory suiteFactory, EnvironmentFactory environmentFactory, EnvironmentConfigFactory configFactory)Execution(EnvironmentFactory environmentFactory, EnvironmentOptions environmentOptions, EnvironmentConfig environmentConfig, TestRun.TestRunOptions testRunOptions) -
Uses of EnvironmentOptions in io.prestosql.tests.product.launcher.env
Methods in io.prestosql.tests.product.launcher.env that return EnvironmentOptions Modifier and Type Method Description static EnvironmentOptionsEnvironmentOptions. empty()Methods in io.prestosql.tests.product.launcher.env with parameters of type EnvironmentOptions Modifier and Type Method Description booleanEnvironmentModule. provideDebug(EnvironmentOptions options)EnvironmentConfigEnvironmentModule. provideEnvironmentConfig(EnvironmentOptions options, EnvironmentConfigFactory factory)FileEnvironmentModule. provideServerPackage(EnvironmentOptions options)Constructors in io.prestosql.tests.product.launcher.env with parameters of type EnvironmentOptions Constructor Description EnvironmentModule(EnvironmentOptions environmentOptions, com.google.inject.Module additionalEnvironments) -
Uses of EnvironmentOptions in io.prestosql.tests.product.launcher.testcontainers
Constructors in io.prestosql.tests.product.launcher.testcontainers with parameters of type EnvironmentOptions Constructor Description PortBinder(EnvironmentOptions environmentOptions)
-