Package com.google.gerrit.server.git
Class BanCommitResult
- java.lang.Object
- 
- com.google.gerrit.server.git.BanCommitResult
 
- 
- 
Constructor SummaryConstructors Constructor Description BanCommitResult()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcommitAlreadyBanned(org.eclipse.jgit.lib.ObjectId commitId)voidcommitBanned(org.eclipse.jgit.lib.ObjectId commitId)List<org.eclipse.jgit.lib.ObjectId>getAlreadyBannedCommits()List<org.eclipse.jgit.lib.ObjectId>getIgnoredObjectIds()List<org.eclipse.jgit.lib.ObjectId>getNewlyBannedCommits()voidnotACommit(org.eclipse.jgit.lib.ObjectId id)
 
- 
- 
- 
Method Detail- 
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) 
 - 
getNewlyBannedCommitspublic List<org.eclipse.jgit.lib.ObjectId> getNewlyBannedCommits() 
 - 
getAlreadyBannedCommitspublic List<org.eclipse.jgit.lib.ObjectId> getAlreadyBannedCommits() 
 - 
getIgnoredObjectIdspublic List<org.eclipse.jgit.lib.ObjectId> getIgnoredObjectIds() 
 
- 
 
-