Class CommitReceivedEvent

    • Field Detail

      • command

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

        public String refName
      • pushOptions

        public com.google.common.collect.ImmutableListMultimap<String,​String> pushOptions
      • repoConfig

        public org.eclipse.jgit.lib.Config repoConfig
      • 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,
                                   com.google.common.collect.ImmutableListMultimap<String,​String> pushOptions,
                                   org.eclipse.jgit.lib.Config repoConfig,
                                   org.eclipse.jgit.lib.ObjectReader reader,
                                   org.eclipse.jgit.lib.ObjectId commitId,
                                   IdentifiedUser user)
                            throws IOException
        Throws:
        IOException