Package io.quarkus.devservices.common
Class Labels
java.lang.Object
io.quarkus.devservices.common.Labels
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringLabel which indicates that this dev service was started by this process, and therefore should not be discovered for re-use; instead reuse should be managed by the DevServicesRegistry, so that config updates apply. -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddDataSourceLabel(org.testcontainers.containers.GenericContainer<?> container, String datasourceName)
-
Field Details
-
QUARKUS_DEV_SERVICE
- See Also:
-
DOCKER_COMPOSE_PROJECT
- See Also:
-
DOCKER_COMPOSE_NETWORK
- See Also:
-
DOCKER_COMPOSE_SERVICE
- See Also:
-
DOCKER_COMPOSE_CONTAINER_NUMBER
- See Also:
-
QUARKUS_COMPOSE_PREFIX
- See Also:
-
COMPOSE_IGNORE
- See Also:
-
COMPOSE_CONFIG_MAP
- See Also:
-
COMPOSE_CONFIG_MAP_ENV_VAR
- See Also:
-
COMPOSE_CONFIG_MAP_PORT
- See Also:
-
COMPOSE_WAIT_FOR
- See Also:
-
COMPOSE_WAIT_FOR_LOGS
- See Also:
-
COMPOSE_WAIT_FOR_LOGS_TIMEOUT
- See Also:
-
COMPOSE_WAIT_FOR_PORTS
- See Also:
-
COMPOSE_WAIT_FOR_PORTS_DISABLE
- See Also:
-
COMPOSE_WAIT_FOR_PORTS_TIMEOUT
- See Also:
-
COMPOSE_JDBC_PARAMETERS
- See Also:
-
COMPOSE_EXPOSED_PORTS
- See Also:
-
QUARKUS_LAUNCH_MODE
- See Also:
-
QUARKUS_PROCESS_UUID
Label which indicates that this dev service was started by this process, and therefore should not be discovered for re-use; instead reuse should be managed by the DevServicesRegistry, so that config updates apply. We use a UUID as the value so that we don't filter out dev services from other processes.- See Also:
-
-
Method Details
-
addDataSourceLabel
public static void addDataSourceLabel(org.testcontainers.containers.GenericContainer<?> container, String datasourceName)
-