public static class CommitValidators.ConfigValidator extends java.lang.Object implements CommitValidationListener
| Constructor and Description |
|---|
ConfigValidator(RefControl refControl,
org.eclipse.jgit.lib.Repository repo) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CommitValidationMessage> |
onCommitReceived(CommitReceivedEvent receiveEvent)
Commit validation.
|
public ConfigValidator(RefControl refControl, org.eclipse.jgit.lib.Repository repo)
public java.util.List<CommitValidationMessage> onCommitReceived(CommitReceivedEvent receiveEvent) throws CommitValidationException
CommitValidationListeneronCommitReceived in interface CommitValidationListenerreceiveEvent - commit event detailsCommitValidationException - if validation fails