public class BanCommitResult
extends java.lang.Object
| Constructor and Description | 
|---|
BanCommitResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
commitAlreadyBanned(org.eclipse.jgit.lib.ObjectId commitId)  | 
void | 
commitBanned(org.eclipse.jgit.lib.ObjectId commitId)  | 
java.util.List<org.eclipse.jgit.lib.ObjectId> | 
getAlreadyBannedCommits()  | 
java.util.List<org.eclipse.jgit.lib.ObjectId> | 
getIgnoredObjectIds()  | 
java.util.List<org.eclipse.jgit.lib.ObjectId> | 
getNewlyBannedCommits()  | 
void | 
notACommit(org.eclipse.jgit.lib.ObjectId id)  | 
public void commitBanned(org.eclipse.jgit.lib.ObjectId commitId)
public void commitAlreadyBanned(org.eclipse.jgit.lib.ObjectId commitId)
public void notACommit(org.eclipse.jgit.lib.ObjectId id)
public java.util.List<org.eclipse.jgit.lib.ObjectId> getNewlyBannedCommits()
public java.util.List<org.eclipse.jgit.lib.ObjectId> getAlreadyBannedCommits()
public java.util.List<org.eclipse.jgit.lib.ObjectId> getIgnoredObjectIds()