Class BuildInfo

java.lang.Object
com.helixframework.env.BuildInfo

public class BuildInfo extends Object
Gets the build info from build-info.properties file.
  • Method Details

    • getInstance

      public static BuildInfo getInstance()
      Gets the singleton instance of BuildInfo.
      Returns:
      instance
    • getGroup

      @Nullable public String getGroup()
      Gets the build group name.
      Returns:
      group name
    • getArtifact

      @Nullable public String getArtifact()
      Gets the build artifact name.
      Returns:
      artifact name
    • getVersion

      @Nullable public String getVersion()
      Gets the build version.
      Returns:
      version
    • getName

      @Nullable public String getName()
      Gets the build artifact name.
      Returns:
      artifact name
    • getTimestamp

      @Nullable public String getTimestamp()
      Gets the build timestamp.
      Returns:
      timestamp