Class TigerConfigurationKeys
- java.lang.Object
-
- de.gematik.test.tiger.common.config.TigerConfigurationKeys
-
public class TigerConfigurationKeys extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static TigerTypedConfigurationKey<Integer>LOCAL_PROXY_ADMIN_PORTstatic TigerTypedConfigurationKey<Integer>LOCAL_PROXY_PROXY_PORTstatic TigerTypedConfigurationKey<Integer>LOCALPROXY_ADMIN_RESERVED_PORTstatic TigerTypedConfigurationKey<Boolean>SHOW_TIGER_LOGOstatic TigerTypedConfigurationKey<Boolean>SKIP_ENVIRONMENT_SETUPstatic TigerTypedConfigurationKey<Integer>TESTENV_MGR_RESERVED_PORTstatic TigerTypedConfigurationKey<String>TIGER_TESTENV_CFGFILE_LOCATIONstatic TigerTypedConfigurationKey<String>TIGER_YAML_VALUE
-
Constructor Summary
Constructors Constructor Description TigerConfigurationKeys()
-
-
-
Field Detail
-
TESTENV_MGR_RESERVED_PORT
public static final TigerTypedConfigurationKey<Integer> TESTENV_MGR_RESERVED_PORT
-
LOCALPROXY_ADMIN_RESERVED_PORT
public static final TigerTypedConfigurationKey<Integer> LOCALPROXY_ADMIN_RESERVED_PORT
-
LOCAL_PROXY_ADMIN_PORT
public static final TigerTypedConfigurationKey<Integer> LOCAL_PROXY_ADMIN_PORT
-
LOCAL_PROXY_PROXY_PORT
public static final TigerTypedConfigurationKey<Integer> LOCAL_PROXY_PROXY_PORT
-
SKIP_ENVIRONMENT_SETUP
public static final TigerTypedConfigurationKey<Boolean> SKIP_ENVIRONMENT_SETUP
-
SHOW_TIGER_LOGO
public static final TigerTypedConfigurationKey<Boolean> SHOW_TIGER_LOGO
-
TIGER_YAML_VALUE
public static final TigerTypedConfigurationKey<String> TIGER_YAML_VALUE
-
TIGER_TESTENV_CFGFILE_LOCATION
public static final TigerTypedConfigurationKey<String> TIGER_TESTENV_CFGFILE_LOCATION
-
-