class Version
package com.turner.top
Static variables
staticbuildDateISO:String = DateTools.format(CompileTime.buildDate(), "%F")
The ISO date which the artifact was compiled
staticbuildTime:Float = CompileTime.buildDate().getTime()
Timestamp (in milliseconds) of the date which the artifact was compiled
staticbuildTimeStr:String = CompileTime.buildDateString()
The ISO date and time which the artifact was compiled
Static methods
statictoNightlyString ():String
Returns:
The ISO build data with git sha in following format:
buildDateISO-sha
statictoString ():String
Returns:
TOP version in following format:
major.minor.revision-prerelease-buildTime-sha
statictoVersionString ():String
Returns:
TOP version in following format:
major.minor.revision-prerelease