public interface IVersionInfo
Modifier and Type | Method and Description |
---|---|
String |
getBranch()
Get the SCM branch of the build.
|
String |
getBuildVersion()
Get a descriptive representation of the build meant for human consumption.
|
String |
getDate()
Get the date/time the build happened.
|
String |
getRevision()
Get the SCM revision number of the build.
|
String |
getSrcChecksum()
Get the checksum of the source.
|
String |
getUrl()
Get the full SCM URL for the build.
|
String |
getUser()
Get the name of the user that did the build.
|
String |
getVersion()
Get the version number of the build.
|
String getVersion()
String getRevision()
String getBranch()
String getDate()
String getUser()
String getUrl()
String getSrcChecksum()
String getBuildVersion()
Copyright © 2023 The Apache Software Foundation. All rights reserved.