com.pega.pegarules.api.util
Class BuildInfo
java.lang.Object
com.pega.pegarules.api.util.BuildInfo
public class BuildInfo
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
VERSION
public static final java.lang.String VERSION
- See Also:
- Constant Field Values
BuildInfo
public BuildInfo()
getBuildName
public static java.lang.String getBuildName()
- Returns:
- the build name
getBuildDate
public static java.lang.String getBuildDate()
- Returns:
- the build date
getMajorVersion
public static java.lang.String getMajorVersion()
- Returns:
- the major version
getMinorVersion
public static java.lang.String getMinorVersion()
- Returns:
- the minor version
getLabel
public static java.lang.String getLabel()
- Returns:
- the build label : altered by sangr
getBuildProperties
public static java.lang.String getBuildProperties()
- Get a string containing the build properties. The returned value is
intended to mimic that contained by the build.properties file.
- Returns:
- the build properties as a string : altered by sangr
Copyright © 2012 Pegasystems Inc. All Rights Reserved.