Class Diff

  • All Implemented Interfaces:
    java.io.Serializable

    public class Diff
    extends java.lang.Object
    implements java.io.Serializable
    Bean to serialize a Diff to the client.
    Since:
    5.2.0
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Diff​(java.lang.String path, org.eclipse.jgit.lib.ObjectId oldId, org.eclipse.jgit.lib.ObjectId newId, java.lang.String changeType, java.lang.String name)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Diff

        public Diff​(java.lang.String path,
                    org.eclipse.jgit.lib.ObjectId oldId,
                    org.eclipse.jgit.lib.ObjectId newId,
                    java.lang.String changeType,
                    java.lang.String name)