Uses of Class
org.jenkinsci.plugins.github.pullrequest.utils.StatusVerifier
-
Packages that use StatusVerifier Package Description org.jenkinsci.plugins.github.pullrequest.publishers org.jenkinsci.plugins.github.pullrequest.publishers.impl -
-
Uses of StatusVerifier in org.jenkinsci.plugins.github.pullrequest.publishers
Methods in org.jenkinsci.plugins.github.pullrequest.publishers that return StatusVerifier Modifier and Type Method Description StatusVerifier
GitHubPRAbstractPublisher. getStatusVerifier()
Constructors in org.jenkinsci.plugins.github.pullrequest.publishers with parameters of type StatusVerifier Constructor Description GitHubPRAbstractPublisher(StatusVerifier statusVerifier, PublisherErrorHandler errorHandler)
-
Uses of StatusVerifier in org.jenkinsci.plugins.github.pullrequest.publishers.impl
Constructors in org.jenkinsci.plugins.github.pullrequest.publishers.impl with parameters of type StatusVerifier 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)
-