Class PushEvent.Pusher

java.lang.Object
dd2480.group4.net.PushEvent.Pusher
Enclosing class:
PushEvent

public static class PushEvent.Pusher
extends java.lang.Object
The class represents the pusher of the commit.
  • Field Summary

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

    Constructors 
    Constructor Description
    Pusher()  
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • email

      public java.lang.String email
    • name

      public java.lang.String name
  • Constructor Details