Class PushEvent.Owner

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

public static class PushEvent.Owner
extends java.lang.Object
The class represents the owner of the repository.
  • Field Summary

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

    Constructors 
    Constructor Description
    Owner()  
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • name

      public java.lang.String name
  • Constructor Details