public interface org.eclipse.jgit.transport.PostReceiveHook
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.eclipse.jgit.transport.PostReceiveHook
  super_class: java.lang.Object
{
  public static final org.eclipse.jgit.transport.PostReceiveHook NULL;
    descriptor: Lorg/eclipse/jgit/transport/PostReceiveHook;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 66
            invokedynamic onPostReceive()Lorg/eclipse/jgit/transport/PostReceiveHook;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lorg/eclipse/jgit/transport/ReceivePack;Ljava/util/Collection;)V
                  org/eclipse/jgit/transport/PostReceiveHook.lambda$0(Lorg/eclipse/jgit/transport/ReceivePack;Ljava/util/Collection;)V (6 itf)
                  (Lorg/eclipse/jgit/transport/ReceivePack;Ljava/util/Collection;)V
            putstatic org.eclipse.jgit.transport.PostReceiveHook.NULL:Lorg/eclipse/jgit/transport/PostReceiveHook;
         1: .line 69
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public abstract void onPostReceive(org.eclipse.jgit.transport.ReceivePack, java.util.Collection<org.eclipse.jgit.transport.ReceiveCommand>);
    descriptor: (Lorg/eclipse/jgit/transport/ReceivePack;Ljava/util/Collection;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/eclipse/jgit/transport/ReceivePack;Ljava/util/Collection<Lorg/eclipse/jgit/transport/ReceiveCommand;>;)V
    MethodParameters:
          Name  Flags
      rp        
      commands  

  private static void lambda$0(org.eclipse.jgit.transport.ReceivePack, java.util.Collection);
    descriptor: (Lorg/eclipse/jgit/transport/ReceivePack;Ljava/util/Collection;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.transport.ReceivePack rp
        start local 1 // java.util.Collection commands
         0: .line 69
            return
        end local 1 // java.util.Collection commands
        end local 0 // org.eclipse.jgit.transport.ReceivePack rp
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0        rp  Lorg/eclipse/jgit/transport/ReceivePack;
            0    1     1  commands  Ljava/util/Collection<Lorg/eclipse/jgit/transport/ReceiveCommand;>;
}
SourceFile: "PostReceiveHook.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles