public final class LibInfo extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
getBuilder()
Gets the user that executed the build.
|
static String |
getBuildInstant()
Gets the time the build was begun.
|
static String |
getBuildJavaVendor()
Gets the vendor of the Java environment used to build the library.
|
static String |
getBuildJavaVersion()
Gets the version of the Java environment used to build the library.
|
static String |
getBuildOsArchitecture()
Gets the architecture of the operating system upon which library was built.
|
static String |
getBuildOsName()
Gets the name of the operating system upon which library was built.
|
static String |
getBuildOsVersion()
Gets the version of the operating system upon which library was built.
|
static String |
getMavenArtifactId()
Gets the artifact ID of this Maven artifact.
|
static String |
getMavenArtifactVersion()
Gets the version of this Maven artifact.
|
static String |
getMavenGroupId()
Gets the group ID of this Maven artifact.
|
static boolean |
getScmHasUncommitedChanges()
Gets whether the library was built with uncommitted changes.
|
static String |
getScmPath()
Gets the SCM repository path from which the library was checked out.
|
static String |
getScmRepository()
Gets the SCM repository from which the library was checked out.
|
static String |
getScmRevision()
Gets the SCM revision for the library.
|
static void |
main(String[] args)
Main entry point to program.
|
public static void main(String[] args)
args - command line argumentspublic static String getMavenGroupId()
public static String getMavenArtifactId()
public static String getMavenArtifactVersion()
public static String getScmRepository()
public static String getScmPath()
public static String getScmRevision()
public static boolean getScmHasUncommitedChanges()
public static String getBuildOsName()
public static String getBuildOsVersion()
public static String getBuildOsArchitecture()
public static String getBuildJavaVendor()
public static String getBuildJavaVersion()
public static String getBuildInstant()
public static String getBuilder()
Copyright © 2015 Covisint. All rights reserved.