Class MergeValidators
- java.lang.Object
-
- com.google.gerrit.server.git.validators.MergeValidators
-
public class MergeValidators extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMergeValidators.AccountMergeValidatorstatic interfaceMergeValidators.Factorystatic classMergeValidators.PluginMergeValidationListenerExecute merge validation plug-insstatic classMergeValidators.ProjectConfigValidator
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidatePreMerge(org.eclipse.jgit.lib.Repository repo, CodeReviewCommit commit, ProjectState destProject, Branch.NameKey destBranch, PatchSet.Id patchSetId, IdentifiedUser caller)
-
-
-
Method Detail
-
validatePreMerge
public void validatePreMerge(org.eclipse.jgit.lib.Repository repo, CodeReviewCommit commit, ProjectState destProject, Branch.NameKey destBranch, PatchSet.Id patchSetId, IdentifiedUser caller) throws MergeValidationException- Throws:
MergeValidationException
-
-