Uses of Class
org.jenkinsci.plugins.github.pullrequest.publishers.GitHubPRAbstractPublisher
-
Packages that use GitHubPRAbstractPublisher Package Description org.jenkinsci.plugins.github.pullrequest.publishers.impl -
-
Uses of GitHubPRAbstractPublisher in org.jenkinsci.plugins.github.pullrequest.publishers.impl
Subclasses of GitHubPRAbstractPublisher in org.jenkinsci.plugins.github.pullrequest.publishers.impl Modifier and Type Class Description class
GitHubPRBuildStatusPublisher
Sets build status on GitHub.class
GitHubPRClosePublisher
Closes pull request after build.class
GitHubPRCommentPublisher
Adds specified text to comments after build.class
GitHubPRLabelAddPublisher
Implements addition of labels (one or many) to GitHub.class
GitHubPRLabelRemovePublisher
Implements removing of labels (one or many) from GitHub.
-