public class CommitInfo extends Object
| Constructor and Description |
|---|
CommitInfo(String commitHashText,
String name,
String author,
Date date,
boolean merge,
String trimmedMessage,
String shortMessage) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor() |
String |
getCommitHashText() |
Date |
getDate() |
String |
getName() |
String |
getShortMessage() |
String |
getTrimmedMessage() |
boolean |
isMerge() |
String |
toString() |
Copyright © 2018 JBoss by Red Hat. All rights reserved.