Package com.helixframework.buildinfo
Class HelixBuildInfo
java.lang.Object
com.helixframework.buildinfo.HelixBuildInfo
Retrieves information about the current helix build.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.helixframework.semver.VersionGets the helix version as aVersionobject.static StringGets the helix version as a string.
-
Constructor Details
-
HelixBuildInfo
public HelixBuildInfo()
-
-
Method Details
-
helixVersion
public static com.helixframework.semver.Version helixVersion()Gets the helix version as aVersionobject.- Returns:
- helix version
-
helixVersionString
Gets the helix version as a string.- Returns:
- helix version
-