public class HistoryEntry
Represents an entry in the VCS history of a specific file.
Constructor and description |
---|
HistoryEntry
(java.lang.String version, java.util.Date date, java.lang.String author, java.lang.String commitMessage) Creates a new VCS history entry. |
Type Params | Return Type | Name and description |
---|---|---|
|
public java.lang.String |
getAuthor()
|
|
public java.lang.String |
getCommitMessage()
|
|
public java.util.Date |
getDate()
|
|
public java.lang.String |
getVersion()
|
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Creates a new VCS history entry.
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 update
ReadyAPI functional (soapui-pro) SDK 3.56.0