public abstract static class SubversionRepositoryStatus.Listener extends Object implements hudson.ExtensionPoint
| Constructor and Description |
|---|
Listener() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
onNotify(UUID uuid,
long revision,
Set<String> affectedPaths)
Called when a post-commit hook notification has been received.
|
public abstract boolean onNotify(UUID uuid, long revision, Set<String> affectedPaths)
uuid - 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.