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 TypeMethodDescriptionvoid
commitAlreadyBanned
(org.eclipse.jgit.lib.ObjectId commitId) void
commitBanned
(org.eclipse.jgit.lib.ObjectId commitId) List<org.eclipse.jgit.lib.ObjectId>
List<org.eclipse.jgit.lib.ObjectId>
List<org.eclipse.jgit.lib.ObjectId>
void
notACommit
(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
-