Class GsBranchCommit.Author

  • Enclosing class:
    GsBranchCommit

    public static class GsBranchCommit.Author
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String email  
      java.lang.String name  
    • Constructor Summary

      Constructors 
      Constructor Description
      Author()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • email

        public java.lang.String email
      • name

        public java.lang.String name
    • Constructor Detail

      • Author

        public Author()