com.pega.pegarules.pub.util
Class BuildInfo

java.lang.Object
  extended by com.pega.pegarules.pub.util.BuildInfo

public class BuildInfo
extends java.lang.Object

This class is dynamically generated and source control committed by the PegaRULES Build Process. ANY CHANGES MADE DIRECTLY TO THIS CLASS WITHOUT MODIFYING THE BUILD PROCESS WILL BE OVERWRITTEN. Stores and provides methods for accessing build information. The values are generated at compile (build) time.

Version:
$Revision: 1.4.2.4 $ $Date: 2011/01/31 20:22:22 $
Author:
Rob Frohman

Field Summary
static java.lang.String COPYRIGHT
           
 
Constructor Summary
BuildInfo()
           
 
Method Summary
static java.lang.String getBuildDate()
           
static java.lang.String getBuildInfoProperties()
          Get a string containing the build properties in the format used for re-creating this file by an assembly.
static java.lang.String getBuildName()
           
static java.lang.String getBuildProperties()
          Get a string containing the build properties.
static java.lang.String getCodeBuild()
           
static java.lang.String getCodeSetName()
           
static java.lang.String getCodeSetPatch()
           
static java.lang.String getCodeSetVersion()
           
static java.lang.String getLabel()
           
static java.lang.String getLastBuildName()
           
static java.lang.String getMajorVersion()
           
static java.lang.String getMinorVersion()
           
static java.lang.String getREBuildName()
           
static java.lang.String getRECodeBuild()
           
static java.lang.String getSourceRevision()
           
static java.lang.String getSourceURL()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Constructor Detail

BuildInfo

public BuildInfo()
Method Detail

getBuildName

public static java.lang.String getBuildName()
Returns:
the build name

getLastBuildName

public static java.lang.String getLastBuildName()
Returns:
the build name of the last build to touch this file

getREBuildName

public static java.lang.String getREBuildName()
Returns:
the release engineering internal 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

getCodeSetName

public static java.lang.String getCodeSetName()
Returns:
the CodeSet Name

getCodeSetVersion

public static java.lang.String getCodeSetVersion()
Returns:
the CodeSet Version

getCodeSetPatch

public static java.lang.String getCodeSetPatch()
Returns:
the CodeSet Patch Date

getCodeBuild

public static java.lang.String getCodeBuild()
Returns:
the code build. When this file is generated during a code build, it will be the same value as getBuildName(). When the code build is incorporated in an assembly, this field will retain the original value while the BUILD_NAME and BUILD_DATE fields will be updated.

getRECodeBuild

public static java.lang.String getRECodeBuild()
Returns:
the RE code build. When this file is generated during a code build, it will be the same value as getREBuildName().

getSourceRevision

public static java.lang.String getSourceRevision()
Returns:
the source revision.

getSourceURL

public static java.lang.String getSourceURL()
Returns:
the source URL.

getBuildInfoProperties

public static java.lang.String getBuildInfoProperties()
Get a string containing the build properties in the format used for re-creating this file by an assembly.

Returns:
the buildinfo properties as a string

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 and friej1


Copyright © 2012 Pegasystems Inc. All Rights Reserved.