Class SinglenodePostgresql
- java.lang.Object
-
- io.prestosql.tests.product.launcher.env.EnvironmentProvider
-
- io.prestosql.tests.product.launcher.env.environment.SinglenodePostgresql
-
- All Implemented Interfaces:
EnvironmentExtender
public final class SinglenodePostgresql extends EnvironmentProvider
-
-
Field Summary
Fields Modifier and Type Field Description static intPOSTGRESQL_PORT
-
Constructor Summary
Constructors Constructor Description SinglenodePostgresql(Standard standard, DockerFiles dockerFiles, PortBinder portBinder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidextendEnvironment(Environment.Builder builder)-
Methods inherited from class io.prestosql.tests.product.launcher.env.EnvironmentProvider
createEnvironment
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.prestosql.tests.product.launcher.env.common.EnvironmentExtender
getDependencies
-
-
-
-
Field Detail
-
POSTGRESQL_PORT
public static final int POSTGRESQL_PORT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SinglenodePostgresql
@Inject public SinglenodePostgresql(Standard standard, DockerFiles dockerFiles, PortBinder portBinder)
-
-
Method Detail
-
extendEnvironment
public void extendEnvironment(Environment.Builder builder)
-
-