public abstract static class GitStatus.Listener extends Object implements hudson.ExtensionPoint
| Constructor and Description |
|---|
GitStatus.Listener() |
| Modifier and Type | Method and Description |
|---|---|
abstract List<GitStatus.ResponseContributor> |
onNotifyCommit(org.eclipse.jgit.transport.URIish uri,
String... branches)
Called when there is a change notification on a specific repository
url.
|
public abstract List<GitStatus.ResponseContributor> onNotifyCommit(org.eclipse.jgit.transport.URIish uri, String... branches)
uri - the repository uri.branches - the (optional) branch information.Copyright © 2004-2015 Hudson. All Rights Reserved.