Package com.google.gerrit.server.git
Class BanCommitResult
java.lang.Object
com.google.gerrit.server.git.BanCommitResult
The outcome of the 
BanCommit operation.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidcommitAlreadyBanned(org.eclipse.jgit.lib.ObjectId commitId) voidcommitBanned(org.eclipse.jgit.lib.ObjectId commitId) List<org.eclipse.jgit.lib.ObjectId> List<org.eclipse.jgit.lib.ObjectId> List<org.eclipse.jgit.lib.ObjectId> voidnotACommit(org.eclipse.jgit.lib.ObjectId id) 
- 
Constructor Details- 
BanCommitResultpublic BanCommitResult()
 
- 
- 
Method Details- 
commitBannedpublic void commitBanned(org.eclipse.jgit.lib.ObjectId commitId) 
- 
commitAlreadyBannedpublic void commitAlreadyBanned(org.eclipse.jgit.lib.ObjectId commitId) 
- 
notACommitpublic void notACommit(org.eclipse.jgit.lib.ObjectId id) 
- 
getNewlyBannedCommits
- 
getAlreadyBannedCommits
- 
getIgnoredObjectIds
 
-