Class CommitReceivedEvent

All Implemented Interfaces:
AutoCloseable

public class CommitReceivedEvent extends RefEvent implements AutoCloseable
  • Field Details

    • command

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

      public Project project
    • 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
    • user

      public IdentifiedUser user
  • Constructor Details

    • 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
  • Method Details