Uses of Class
org.jenkinsci.plugins.github.pullrequest.utils.PublisherErrorHandler
-
Packages that use PublisherErrorHandler Package Description org.jenkinsci.plugins.github.pullrequest.publishers org.jenkinsci.plugins.github.pullrequest.publishers.impl -
-
Uses of PublisherErrorHandler in org.jenkinsci.plugins.github.pullrequest.publishers
Methods in org.jenkinsci.plugins.github.pullrequest.publishers that return PublisherErrorHandler Modifier and Type Method Description PublisherErrorHandler
GitHubPRAbstractPublisher. getErrorHandler()
Constructors in org.jenkinsci.plugins.github.pullrequest.publishers with parameters of type PublisherErrorHandler Constructor Description GitHubPRAbstractPublisher(StatusVerifier statusVerifier, PublisherErrorHandler errorHandler)
-
Uses of PublisherErrorHandler in org.jenkinsci.plugins.github.pullrequest.publishers.impl
Constructors in org.jenkinsci.plugins.github.pullrequest.publishers.impl with parameters of type PublisherErrorHandler Constructor Description GitHubPRBuildStatusPublisher(GitHubPRMessage statusMsg, org.kohsuke.github.GHCommitState unstableAs, GitHubPRBuildStatusPublisher.BuildMessage buildMessage, StatusVerifier statusVerifier, PublisherErrorHandler errorHandler)
GitHubPRClosePublisher(StatusVerifier statusVerifier, PublisherErrorHandler errorHandler)
GitHubPRCommentPublisher(GitHubPRMessage comment, StatusVerifier statusVerifier, PublisherErrorHandler errorHandler)
GitHubPRLabelAddPublisher(GitHubPRLabel labelProperty, StatusVerifier statusVerifier, PublisherErrorHandler errorHandler)
GitHubPRLabelRemovePublisher(GitHubPRLabel labelProperty, StatusVerifier statusVerifier, PublisherErrorHandler errorHandler)
-