public class LogMessage extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
String |
getAuthor()
Returns the author of the commit
|
ChangePath[] |
getChangedPaths()
Returns the changes items by this commit
|
Date |
getDate()
Returns the date of the commit
|
String |
getMessage()
Return the log message text
|
Revision.Number |
getRevision()
Returns the revision as a Revision object
|
long |
getRevisionNumber()
Returns the revision as a long integer
|
long |
getTimeMicros()
Returns the time of the commit
|
long |
getTimeMillis()
Returns the time of the commit
|
public String getMessage()
public long getTimeMicros()
public long getTimeMillis()
public Date getDate()
public Revision.Number getRevision()
public long getRevisionNumber()
public String getAuthor()
public ChangePath[] getChangedPaths()
Copyright © 2022. All rights reserved.