Class Message
java.lang.Object
com.mooltiverse.oss.nyx.entities.git.Message
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<Message>
This object is a Git commit message value holder independent from the underlying Git implementation.
- See Also:
-
Constructor Details
-
Message
Constructor.- Parameters:
fullMessage- the full message. Cannot benullshortMessage- the short message. Cannot benullfooters- the map of message footers, where keys are names and values are values. Cannot benull
-
-
Method Details
-
hashCode
public int hashCode() -
equals
-
compareTo
- Specified by:
compareToin interfaceComparable<Message>
-
getFullMessage
Returns the full message.- Returns:
- the full message. Never
null.
-
getShortMessage
Returns the short message.- Returns:
- the short message. Never
null.
-
toString
-