Package com.team2813.lib2813.util
Interface BuildConstants
public interface BuildConstants
Holder for data collected at build time about the robot code.
- Since:
- 2.0.0
-
Method Summary
Modifier and TypeMethodDescriptionThe time the code was built.The current git branch when the code was built.The time the most recent commit at HEAD was submitted.
-
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.
-