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 | 
|---|---|---|
|  | java.lang.String | getAuthor()@return the author of this commit | 
|  | java.lang.String | getCommitMessage()@return the message associated with this commit | 
|  | java.util.Date | getDate()@return the date and time when this change was made | 
|  | java.lang.String | getVersion()@return a string identifying this change in the VCS | 
| Methods inherited from class | Name | 
|---|---|
| class java.lang.Object | java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), 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.10.1