Class CommitReceivedEvent

    • Field Detail

      • command

        public org.eclipse.jgit.transport.ReceiveCommand command
      • refName

        public String refName
      • revWalk

        public org.eclipse.jgit.revwalk.RevWalk revWalk
      • commit

        public org.eclipse.jgit.revwalk.RevCommit commit
    • Constructor Detail

      • CommitReceivedEvent

        public CommitReceivedEvent()
      • CommitReceivedEvent

        public CommitReceivedEvent​(org.eclipse.jgit.transport.ReceiveCommand command,
                                   Project project,
                                   String refName,
                                   org.eclipse.jgit.lib.ObjectReader reader,
                                   org.eclipse.jgit.lib.ObjectId commitId,
                                   IdentifiedUser user)
                            throws IOException
        Throws:
        IOException