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