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