Interface BuildConstants


public interface BuildConstants
Holder for data collected at build time about the robot code.
Since:
2.0.0
  • Method Details

    • gitBranch

      String gitBranch()
      The current git branch when the code was built.
    • gitSubmitTime

      ZonedDateTime gitSubmitTime()
      The time the most recent commit at HEAD was submitted.
    • buildTime

      ZonedDateTime buildTime()
      The time the code was built.