public class Version extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
MAIN_BRANCH |
| Constructor and Description |
|---|
Version() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBranch()
Returns the git branch.
|
String |
getCommitMessage()
Returns the first line of the git commit message.
|
String |
getShortCommitId()
Returns the git short commit id.
|
String |
getVersionNumber()
Returns the version number of LemMinX.
|
public static final String MAIN_BRANCH
public String getVersionNumber()
public String getShortCommitId()
public String getCommitMessage()
public String getBranch()
Copyright © 2021. All rights reserved.