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.
implement #onNotifyCommit(org.eclipse.jgit.transport.URIish, String, String...)
|
List<GitStatus.ResponseContributor> |
onNotifyCommit(org.eclipse.jgit.transport.URIish uri,
String sha1,
List<hudson.model.ParameterValue> buildParameters,
String... branches) |
List<GitStatus.ResponseContributor> |
onNotifyCommit(org.eclipse.jgit.transport.URIish uri,
String sha1,
String... branches) |
public List<GitStatus.ResponseContributor> onNotifyCommit(org.eclipse.jgit.transport.URIish uri, String[] branches)
uri - the repository uri.branches - the (optional) branch information.public List<GitStatus.ResponseContributor> onNotifyCommit(org.eclipse.jgit.transport.URIish uri, @Nullable String sha1, String... branches)
public List<GitStatus.ResponseContributor> onNotifyCommit(org.eclipse.jgit.transport.URIish uri, @Nullable String sha1, List<hudson.model.ParameterValue> buildParameters, String... branches)
Copyright © 2004-2015. All Rights Reserved.