Uses of Class
hudson.plugins.git.GitStatus.ResponseContributor
Packages that use GitStatus.ResponseContributor
-
Uses of GitStatus.ResponseContributor in hudson.plugins.git
Subclasses of GitStatus.ResponseContributor in hudson.plugins.gitModifier and TypeClassDescriptionstatic classA response contributor that just adds a simple message to the body.Methods in hudson.plugins.git that return types with arguments of type GitStatus.ResponseContributorModifier and TypeMethodDescriptionGitStatus.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.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.GitStatus.Listener.onNotifyCommit(org.eclipse.jgit.transport.URIish uri, String[] branches) Deprecated.GitStatus.Listener.onNotifyCommit(org.eclipse.jgit.transport.URIish uri, String sha1, String... branches) GitStatus.Listener.onNotifyCommit(org.eclipse.jgit.transport.URIish uri, String sha1, List<ParameterValue> buildParameters, String... branches) -
Uses of GitStatus.ResponseContributor in jenkins.plugins.git
Methods in jenkins.plugins.git that return types with arguments of type GitStatus.ResponseContributorModifier and TypeMethodDescriptionGitSCMSource.ListenerImpl.onNotifyCommit(String origin, org.eclipse.jgit.transport.URIish uri, String sha1, List<ParameterValue> buildParameters, String... branches)
GitStatus.Listener.onNotifyCommit(org.eclipse.jgit.transport.URIish, String, List, String...)