public class HistoryEntry extends Object
| Constructor and Description |
|---|
HistoryEntry(String version,
Date date,
String author,
String commitMessage)
Creates a new VCS history entry.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor() |
String |
getCommitMessage() |
Date |
getDate() |
String |
getVersion() |
public HistoryEntry(String version, Date date, String author, String commitMessage)
version - the VCS version identifier of this updatedate - the date and time when this update was madeauthor - the author of this updatecommitMessage - the commit message of this updatepublic String getVersion()
public Date getDate()
public String getAuthor()
public String getCommitMessage()
Copyright © 2019. All rights reserved.