public interface IHistoryEntry
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getComment()
Returns the commit comment of the change.
|
java.lang.String |
getDate()
Returns the date of the commit change.
|
java.lang.String |
getUniqueIdentifier()
Returns a unique identifier that uniquely identifies this history
entry within the COCKPIT project.
|
java.lang.String |
getUserDistinguishedName()
Returns the distinguished name of the commiting user.
|
java.lang.String |
getUserLoginID()
Returns the login ID of the commiting user.
|
java.lang.String |
getUserRealname()
Returns the real name of the commiting user.
|
java.lang.String |
getVersion()
Returns the version number of this entry.
|
java.lang.String getVersion()
This string is already HTML encoded so that it can be inserted into the document without further tranformations.
java.lang.String getUserRealname()
This string is already HTML encoded so that it can be inserted into the document without further tranformations.
java.lang.String getUserLoginID()
java.lang.String getUserDistinguishedName()
java.lang.String getDate()
This string is already HTML encoded so that it can be inserted into the document without further tranformations.
java.util.List<java.lang.String> getComment()
One string per line is returned.
This string is already HTML encoded so that it can be inserted into the document without further tranformations.
java.lang.String getUniqueIdentifier()
Example from report template:
#set($entry_uid = ${historyEntry.UniqueIdentifier})