public class GitInfo extends Object
Constructor and Description |
---|
GitInfo(String commitHash,
String commitTime,
String commitMessage,
String branch,
boolean dirty) |
Modifier and Type | Method and Description |
---|---|
String |
getBranch() |
String |
getCommitHash() |
String |
getCommitMessage() |
String |
getCommitTime() |
boolean |
isDirty() |
String |
toString() |
Copyright © 2012–2020. All rights reserved.