Class CommitChanges

  • All Implemented Interfaces:
    Serializable

    public class CommitChanges
    extends Object
    implements Serializable
    This class gathers the commit information along with the changes related to its previous commit.
    See Also:
    Serialized Form
    • Constructor Detail

      • CommitChanges

        public CommitChanges​(CommitInfo commitInfo,
                             String changes)
    • Method Detail

      • getCommitInfo

        public CommitInfo getCommitInfo()
      • getChanges

        public String getChanges()
      • getEscapedDiff

        public String getEscapedDiff()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object