@Extension public static class GitStatus.JenkinsAbstractProjectListener extends GitStatus.Listener
AbstractProject instances with a standard SCMTrigger.| Constructor and Description |
|---|
GitStatus.JenkinsAbstractProjectListener() |
| 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 GitStatus.JenkinsAbstractProjectListener()
public List<GitStatus.ResponseContributor> onNotifyCommit(org.eclipse.jgit.transport.URIish uri, String... branches)
onNotifyCommit in class GitStatus.Listeneruri - the repository uri.branches - the (optional) branch information.Copyright © 2004-2013. All Rights Reserved.