Class BuildManager

java.lang.Object
org.drip.service.env.BuildManager

public class BuildManager
extends java.lang.Object
Author:
Lakshmi Krishnamurthy
  • Constructor Summary

    Constructors
    Constructor Description
    BuildManager()  
  • Method Summary

    Modifier and Type Method Description
    static BuildRecord[] buildRecords()
    Retrieve the Array of Build Records
    static boolean Init()
    Initialize the Build Logs of the Build Manager
    static BuildRecord latestBuildRecord()
    Retrieve the Latest Build Record

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BuildManager

      public BuildManager()
  • Method Details

    • Init

      public static final boolean Init()
      Initialize the Build Logs of the Build Manager
      Returns:
      TRUE - The Build Manager Successfully Initialized
    • buildRecords

      public static final BuildRecord[] buildRecords()
      Retrieve the Array of Build Records
      Returns:
      Array of Build Records
    • latestBuildRecord

      public static final BuildRecord latestBuildRecord()
      Retrieve the Latest Build Record
      Returns:
      Latest Build Record