Class BanCommitResult

java.lang.Object
com.google.gerrit.server.git.BanCommitResult

public class BanCommitResult extends Object
The outcome of the BanCommit operation.
  • Constructor Details

    • BanCommitResult

      public BanCommitResult()
  • Method Details

    • commitBanned

      public void commitBanned(org.eclipse.jgit.lib.ObjectId commitId)
    • commitAlreadyBanned

      public void commitAlreadyBanned(org.eclipse.jgit.lib.ObjectId commitId)
    • notACommit

      public void notACommit(org.eclipse.jgit.lib.ObjectId id)
    • getNewlyBannedCommits

      public List<org.eclipse.jgit.lib.ObjectId> getNewlyBannedCommits()
    • getAlreadyBannedCommits

      public List<org.eclipse.jgit.lib.ObjectId> getAlreadyBannedCommits()
    • getIgnoredObjectIds

      public List<org.eclipse.jgit.lib.ObjectId> getIgnoredObjectIds()