@Extension public static class GitSCMSource.ListenerImpl extends GitStatus.Listener
| Constructor and Description |
|---|
GitSCMSource.ListenerImpl() |
| Modifier and Type | Method and Description |
|---|---|
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 List<GitStatus.ResponseContributor> onNotifyCommit(org.eclipse.jgit.transport.URIish uri, String... branches)
GitStatus.ListeneronNotifyCommit in class GitStatus.Listeneruri - the repository uri.branches - the (optional) branch information.Copyright © 2004-2013. All Rights Reserved.