Package com.google.gerrit.server.git
Class BanCommitResult
java.lang.Object
com.google.gerrit.server.git.BanCommitResult
The outcome of the 
BanCommit operation.- 
Constructor Summary
Constructors - 
Method Summary
Modifier 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
- 
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
 - 
getAlreadyBannedCommits
 - 
getIgnoredObjectIds
 
 -