| Package | Description |
|---|---|
| hudson.plugins.git | |
| jenkins.plugins.git |
| Modifier and Type | Class and Description |
|---|---|
static class |
GitStatus.MessageResponseContributor
A response contributor that just adds a simple message to the body.
|
| Modifier and Type | Method and Description |
|---|---|
List<GitStatus.ResponseContributor> |
GitStatus.Listener.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.
|
List<GitStatus.ResponseContributor> |
GitStatus.JenkinsAbstractProjectListener.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.
|
List<GitStatus.ResponseContributor> |
GitStatus.Listener.onNotifyCommit(org.eclipse.jgit.transport.URIish uri,
String[] branches)
|
List<GitStatus.ResponseContributor> |
GitStatus.Listener.onNotifyCommit(org.eclipse.jgit.transport.URIish uri,
String sha1,
List<ParameterValue> buildParameters,
String... branches)
|
List<GitStatus.ResponseContributor> |
GitStatus.Listener.onNotifyCommit(org.eclipse.jgit.transport.URIish uri,
String sha1,
String... branches)
|
| Modifier and Type | Method and Description |
|---|---|
List<GitStatus.ResponseContributor> |
GitSCMSource.ListenerImpl.onNotifyCommit(String origin,
org.eclipse.jgit.transport.URIish uri,
String sha1,
List<ParameterValue> buildParameters,
String... branches) |
Copyright © 2007–2021. All rights reserved.