@Extension public static class GitStatus.JenkinsAbstractProjectListener extends GitStatus.Listener
SCMTriggerItem 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 sha1,
List<hudson.model.ParameterValue> buildParameters,
String... branches)
Called when there is a change notification on a specific repository url.
|
onNotifyCommit, onNotifyCommitpublic GitStatus.JenkinsAbstractProjectListener()
public List<GitStatus.ResponseContributor> onNotifyCommit(org.eclipse.jgit.transport.URIish uri, String sha1, List<hudson.model.ParameterValue> buildParameters, String... branches)
onNotifyCommit in class GitStatus.Listeneruri - the repository uri.sha1 - ?buildParameters - ?branches - the (optional) branch information.Copyright © 2007–2016. All rights reserved.