@Extension public static class SubversionRepositoryStatus.JobTriggerListenerImpl extends SubversionRepositoryStatus.Listener
| Constructor and Description |
|---|
JobTriggerListenerImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
onNotify(UUID uuid,
long rev,
Set<String> affectedPath)
Called when a post-commit hook notification has been received.
|
public boolean onNotify(UUID uuid, long rev, Set<String> affectedPath)
SubversionRepositoryStatus.ListeneronNotify in class SubversionRepositoryStatus.Listeneruuid - the UUID of the repository against which the hook was received.rev - the revision (if known) or -1 if unknown.true if a match for the UUID was found and something was scheduled as a result.Copyright © 2004–2015. All rights reserved.