Uses of Class
hudson.plugins.git.GitStatus.ResponseContributor
-
Packages that use GitStatus.ResponseContributor Package Description hudson.plugins.git jenkins.plugins.git -
-
Uses of GitStatus.ResponseContributor in hudson.plugins.git
Subclasses of GitStatus.ResponseContributor in hudson.plugins.git Modifier and Type Class Description static classGitStatus.MessageResponseContributorA response contributor that just adds a simple message to the body.Methods in hudson.plugins.git that return types with arguments of type GitStatus.ResponseContributor Modifier and Type Method Description 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(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, String... branches)List<GitStatus.ResponseContributor>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.ResponseContributor Modifier and Type Method Description List<GitStatus.ResponseContributor>GitSCMSource.ListenerImpl. onNotifyCommit(String origin, org.eclipse.jgit.transport.URIish uri, String sha1, List<ParameterValue> buildParameters, String... branches)
-