public abstract static class GitStatus.Listener extends Object implements hudson.ExtensionPoint
| Constructor and Description |
|---|
GitStatus.Listener() |
| Modifier and Type | Method and Description |
|---|---|
List<GitStatus.ResponseContributor> |
onNotifyCommit(org.eclipse.jgit.transport.URIish uri,
String[] branches)
Deprecated.
|
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.
|
List<GitStatus.ResponseContributor> |
onNotifyCommit(org.eclipse.jgit.transport.URIish uri,
String sha1,
String... branches)
Deprecated.
|
public List<GitStatus.ResponseContributor> onNotifyCommit(org.eclipse.jgit.transport.URIish uri, String[] branches)
onNotifyCommit(org.eclipse.jgit.transport.URIish, String, List, String...)uri - URI of git repositorybranches - names of branches to be checkedpublic List<GitStatus.ResponseContributor> onNotifyCommit(org.eclipse.jgit.transport.URIish uri, @Nullable String sha1, String... branches)
onNotifyCommit(org.eclipse.jgit.transport.URIish, String, List, String...)uri - URI of git repositorysha1 - SHA1 hash of commit to be checkedbranches - names of branches to be checkedpublic List<GitStatus.ResponseContributor> onNotifyCommit(org.eclipse.jgit.transport.URIish uri, @Nullable String sha1, List<hudson.model.ParameterValue> buildParameters, String... branches)
uri - the repository uri.sha1 - ?buildParameters - ?branches - the (optional) branch information.Copyright © 2007–2016. All rights reserved.