public static enum SeLionBuildInfo.SeLionBuildProperty extends Enum<SeLionBuildInfo.SeLionBuildProperty>
| Enum Constant and Description | 
|---|
BUILD_DEPENDENCY_APPIUM
The Appium dependency version at the time of compilation 
 | 
BUILD_DEPENDENCY_IOSDRIVER
The ios-driver dependency version at the time of compilation 
 | 
BUILD_DEPENDENCY_SELENDROID
The Selendroid dependency version at the time of compilation 
 | 
BUILD_DEPENDENCY_SELENIUM_VERSION
The Selenium dependency version at the time of compilation 
 | 
BUILD_DEPENDENCY_TESTNG
The TestNG dependency version at the time of compilation 
 | 
BUILD_TIME
The build time 
 | 
JAVA_COMPILE_VERSION
The Java compiler compatibility version used for the SeLion build 
 | 
JAVA_VENDOR
The Java vendor used for the SeLion build 
 | 
JAVA_VERSION
The version of Java used for the SeLion build 
 | 
OS_ARCH
The OS architecture used to build SeLion 
 | 
OS_NAME
The OS name used to build SeLion 
 | 
OS_VERSION
The OS version used to build SeLion 
 | 
SELION_VERSION
The version of SeLion 
 | 
SKIP_TESTS
Whether tests were executed as part of the SeLion build 
 | 
USER_NAME
The user name of the person that initiated the SeLion build 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getFallBackValue()
Returns the fall back value for this build property 
 | 
String | 
getPropertyValue()
Returns the build property value 
 | 
String | 
toString()  | 
static SeLionBuildInfo.SeLionBuildProperty | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static SeLionBuildInfo.SeLionBuildProperty[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final SeLionBuildInfo.SeLionBuildProperty SELION_VERSION
public static final SeLionBuildInfo.SeLionBuildProperty BUILD_TIME
public static final SeLionBuildInfo.SeLionBuildProperty USER_NAME
public static final SeLionBuildInfo.SeLionBuildProperty JAVA_VERSION
public static final SeLionBuildInfo.SeLionBuildProperty JAVA_VENDOR
public static final SeLionBuildInfo.SeLionBuildProperty JAVA_COMPILE_VERSION
public static final SeLionBuildInfo.SeLionBuildProperty OS_ARCH
public static final SeLionBuildInfo.SeLionBuildProperty OS_NAME
public static final SeLionBuildInfo.SeLionBuildProperty OS_VERSION
public static final SeLionBuildInfo.SeLionBuildProperty SKIP_TESTS
public static final SeLionBuildInfo.SeLionBuildProperty BUILD_DEPENDENCY_TESTNG
public static final SeLionBuildInfo.SeLionBuildProperty BUILD_DEPENDENCY_SELENIUM_VERSION
public static final SeLionBuildInfo.SeLionBuildProperty BUILD_DEPENDENCY_IOSDRIVER
public static final SeLionBuildInfo.SeLionBuildProperty BUILD_DEPENDENCY_SELENDROID
public static final SeLionBuildInfo.SeLionBuildProperty BUILD_DEPENDENCY_APPIUM
public static SeLionBuildInfo.SeLionBuildProperty[] values()
for (SeLionBuildInfo.SeLionBuildProperty c : SeLionBuildInfo.SeLionBuildProperty.values()) System.out.println(c);
public static SeLionBuildInfo.SeLionBuildProperty 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 getPropertyValue()
public String getFallBackValue()
public String toString()
toString in class Enum<SeLionBuildInfo.SeLionBuildProperty>Copyright © 2016 PayPal Open Source. All rights reserved.