@Extension public static class GitStatus.JenkinsAbstractProjectListener extends GitStatus.Listener
SCMTriggerItem instances with a standard SCMTrigger.ExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
JenkinsAbstractProjectListener() |
| Modifier and Type | Method and Description |
|---|---|
List<GitStatus.ResponseContributor> |
onNotifyCommit(String origin,
org.eclipse.jgit.transport.URIish uri,
String sha1,
List<ParameterValue> buildParameters,
String... branches)
Called when there is a change notification on a specific repository url.
|
onNotifyCommit, onNotifyCommit, onNotifyCommitpublic List<GitStatus.ResponseContributor> onNotifyCommit(String origin, org.eclipse.jgit.transport.URIish uri, String sha1, List<ParameterValue> buildParameters, String... branches)
onNotifyCommit in class GitStatus.Listenerorigin - the origin of the notification (use SCMEvent.originOf(HttpServletRequest) if in
doubt) or null if the origin is unknown.uri - the repository uri.sha1 - SHA1 hash of commit to buildbuildParameters - parameters to be passed to the build.
Ignored unless build parameter flag is set
due to security risk of accepting parameters from
unauthenticated sourcesbranches - the (optional) branch information.Copyright © 2007–2021. All rights reserved.