public static enum ConfigurationContext.ConfigurationProperties extends Enum<ConfigurationContext.ConfigurationProperties>
| Enum Constant and Description |
|---|
AWS_REGION_NAME
AWS Region of TestGrid deployment
|
DB_URL
Database URL propertyName
|
DB_USER
Database user propertyName
|
DB_USER_PASS
Property for assword of database user
|
ENABLE_SSO
Property to check if SSO is enabled
|
JENKINS_HOST
Jenkins host propertyName
|
JENKINS_USER_AUTH_KEY
Property for Jenkins user authorization key
|
SSO_LOGIN_URL
SSO login URL propertyName
|
| 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 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 © 2018 WSO2. All rights reserved.