@Extension public static class SubversionSCMSource.ListenerImpl extends SubversionRepositoryStatus.Listener
| Modifier and Type | Field and Description |
|---|---|
static int |
RECENT_SIZE
Maximum number of repositories to retain...
|
| Constructor and Description |
|---|
ListenerImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
onNotify(UUID uuid,
long revision,
Set<String> paths)
Called when a post-commit hook notification has been received.
|
public static final int RECENT_SIZE
public boolean onNotify(UUID uuid, long revision, Set<String> paths)
onNotify in class SubversionRepositoryStatus.Listeneruuid - the UUID of the repository against which the hook was received.revision - 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.