public static enum ConfigurationContext.ConfigurationProperties extends Enum<ConfigurationContext.ConfigurationProperties>
| Enum Constant and Description |
|---|
API_TOKEN
API access token for testing
|
AWS_ACCESS_KEY_ID_CLUSTERING
AWS access key used for clustering
|
AWS_ACCESS_KEY_ID_TG_BOT
AWS access key from TestGrid bot
|
AWS_ACCESS_KEY_SECRET_CLUSTERING
AWS access key secret used for clustering
|
AWS_ACCESS_KEY_SECRET_TG_BOT
AWS access key secret from TestGrid bot
|
AWS_REGION_NAME
AWS Region of TestGrid deployment
|
AWS_S3_ARTIFACTS_DIR
AWS S3 artifacts directory used to upload testplan artifacts
|
AWS_S3_BUCKET_NAME
AWS S3 Bucket used to upload TestGrid artifacts
|
DB_URL
Database URL propertyName
|
DB_USER
Database user propertyName
|
DB_USER_PASS
Property for assword of database user
|
DEPLOYMENT_TINKERER_EP
Deployment Tinkerer endpoint of TestGrid deployment.
|
DEPLOYMENT_TINKERER_PASSWORD
Deployment Tinkerer password of TestGrid deployment.
|
DEPLOYMENT_TINKERER_REST_BASE_PATH
Base path of deployment Tinkerer rest api
|
DEPLOYMENT_TINKERER_USERNAME
Deployment Tinkerer username of TestGrid deployment.
|
ENABLE_SSO
Property to check if SSO is enabled
|
FINALIZE_RUN_TESTPLAN_INTERVAL
Interval (in hours) to run finalize run testplan
|
GRAFANA_APIKEY
Grafana api Key
|
GRAFANA_DATASOURCE
Grafana Datasource
|
GRAFANA_URL
Grafana Dashboard URL
|
INFLUXDB_PASS
InfluxDB password
|
INFLUXDB_URL
URL of InfluxDB data base
|
INFLUXDB_USER
InfluxDB username
|
JENKINS_HOST
Jenkins host propertyName
|
JENKINS_USER_AUTH_KEY
Property for Jenkins user authorization key
|
KIBANA_ALL_LOGS_FILTER
Kibana all logs filter
|
KIBANA_DASHBOARD_STR
Kibana dashboard endpoint to view WSO2 logs
|
KIBANA_ENDPOINT_URL
Kibana dashboard filter with placeholders
|
KIBANA_FILTER_STR
Kibana dashboard ctx with placeholders
|
REPEATABLE_ALL_LOGS_FILTER_STRING
Repeatable string section of all logs
|
REPEATABLE_ALL_LOGS_JSON
Repeateble json string section of all logs
|
SSO_LOGIN_URL
SSO login URL propertyName
|
TESTGRID_ENVIRONMENT
Running environment of the application
|
TESTGRID_HOST
Host-name of TestGrid deployment.
|
TRUSTSTORE_KEY
Location to trustsore .jks file
|
TRUSTSTORE_PASSWORD
Password of trustore key file
|
WAIT_FOR_STACK_DELETION
Waits for tack deletion.
|
WUM_PASSWORD
WUM user password of TestGrid deployment
|
WUM_USERNAME
WUM Username of TestGrid deployment
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ConfigurationContext.ConfigurationProperties |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationContext.ConfigurationProperties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigurationContext.ConfigurationProperties DB_URL
public static final ConfigurationContext.ConfigurationProperties DB_USER
public static final ConfigurationContext.ConfigurationProperties DB_USER_PASS
public static final ConfigurationContext.ConfigurationProperties JENKINS_HOST
public static final ConfigurationContext.ConfigurationProperties JENKINS_USER_AUTH_KEY
public static final ConfigurationContext.ConfigurationProperties SSO_LOGIN_URL
public static final ConfigurationContext.ConfigurationProperties ENABLE_SSO
public static final ConfigurationContext.ConfigurationProperties AWS_REGION_NAME
public static final ConfigurationContext.ConfigurationProperties AWS_S3_BUCKET_NAME
public static final ConfigurationContext.ConfigurationProperties AWS_S3_ARTIFACTS_DIR
public static final ConfigurationContext.ConfigurationProperties WUM_USERNAME
public static final ConfigurationContext.ConfigurationProperties WUM_PASSWORD
public static final ConfigurationContext.ConfigurationProperties DEPLOYMENT_TINKERER_EP
public static final ConfigurationContext.ConfigurationProperties DEPLOYMENT_TINKERER_USERNAME
public static final ConfigurationContext.ConfigurationProperties DEPLOYMENT_TINKERER_PASSWORD
public static final ConfigurationContext.ConfigurationProperties DEPLOYMENT_TINKERER_REST_BASE_PATH
public static final ConfigurationContext.ConfigurationProperties TESTGRID_ENVIRONMENT
public static final ConfigurationContext.ConfigurationProperties TESTGRID_HOST
public static final ConfigurationContext.ConfigurationProperties WAIT_FOR_STACK_DELETION
public static final ConfigurationContext.ConfigurationProperties INFLUXDB_URL
public static final ConfigurationContext.ConfigurationProperties INFLUXDB_USER
public static final ConfigurationContext.ConfigurationProperties INFLUXDB_PASS
public static final ConfigurationContext.ConfigurationProperties GRAFANA_DATASOURCE
public static final ConfigurationContext.ConfigurationProperties GRAFANA_APIKEY
public static final ConfigurationContext.ConfigurationProperties GRAFANA_URL
public static final ConfigurationContext.ConfigurationProperties TRUSTSTORE_KEY
public static final ConfigurationContext.ConfigurationProperties TRUSTSTORE_PASSWORD
public static final ConfigurationContext.ConfigurationProperties AWS_ACCESS_KEY_ID_TG_BOT
public static final ConfigurationContext.ConfigurationProperties AWS_ACCESS_KEY_SECRET_TG_BOT
public static final ConfigurationContext.ConfigurationProperties AWS_ACCESS_KEY_ID_CLUSTERING
public static final ConfigurationContext.ConfigurationProperties AWS_ACCESS_KEY_SECRET_CLUSTERING
public static final ConfigurationContext.ConfigurationProperties API_TOKEN
public static final ConfigurationContext.ConfigurationProperties FINALIZE_RUN_TESTPLAN_INTERVAL
public static final ConfigurationContext.ConfigurationProperties KIBANA_DASHBOARD_STR
public static final ConfigurationContext.ConfigurationProperties KIBANA_FILTER_STR
public static final ConfigurationContext.ConfigurationProperties KIBANA_ENDPOINT_URL
public static final ConfigurationContext.ConfigurationProperties KIBANA_ALL_LOGS_FILTER
public static final ConfigurationContext.ConfigurationProperties REPEATABLE_ALL_LOGS_FILTER_STRING
public static final ConfigurationContext.ConfigurationProperties REPEATABLE_ALL_LOGS_JSON
public static ConfigurationContext.ConfigurationProperties[] values()
for (ConfigurationContext.ConfigurationProperties c : ConfigurationContext.ConfigurationProperties.values()) System.out.println(c);
public static ConfigurationContext.ConfigurationProperties valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<ConfigurationContext.ConfigurationProperties>Copyright © 2019 WSO2. All rights reserved.