Uses of Class
org.jenkinsci.plugins.github.pullrequest.GitHubPRLabel
-
-
Uses of GitHubPRLabel in org.jenkinsci.plugins.github.pullrequest.events.impl
Methods in org.jenkinsci.plugins.github.pullrequest.events.impl that return GitHubPRLabel Modifier and Type Method Description GitHubPRLabel
GitHubPRLabelAddedEvent. getLabel()
GitHubPRLabel
GitHubPRLabelExistsEvent. getLabel()
GitHubPRLabel
GitHubPRLabelNotExistsEvent. getLabel()
GitHubPRLabel
GitHubPRLabelPatternExistsEvent. getLabel()
GitHubPRLabel
GitHubPRLabelRemovedEvent. getLabel()
Constructors in org.jenkinsci.plugins.github.pullrequest.events.impl with parameters of type GitHubPRLabel Constructor Description GitHubPRLabelAddedEvent(GitHubPRLabel label)
GitHubPRLabelExistsEvent(GitHubPRLabel label, boolean skip)
GitHubPRLabelNotExistsEvent(GitHubPRLabel label, boolean skip)
GitHubPRLabelPatternExistsEvent(GitHubPRLabel label, boolean skip)
GitHubPRLabelRemovedEvent(GitHubPRLabel label)
-
Uses of GitHubPRLabel in org.jenkinsci.plugins.github.pullrequest.extra
Methods in org.jenkinsci.plugins.github.pullrequest.extra that return GitHubPRLabel Modifier and Type Method Description GitHubPRLabel
GitHubPRLabelUnblockQueueCondition. getLabel()
Constructors in org.jenkinsci.plugins.github.pullrequest.extra with parameters of type GitHubPRLabel Constructor Description GitHubPRLabelUnblockQueueCondition(GitHubPRLabel label)
-
Uses of GitHubPRLabel in org.jenkinsci.plugins.github.pullrequest.publishers.impl
Methods in org.jenkinsci.plugins.github.pullrequest.publishers.impl that return GitHubPRLabel Modifier and Type Method Description GitHubPRLabel
GitHubPRLabelAddPublisher. getLabelProperty()
GitHubPRLabel
GitHubPRLabelRemovePublisher. getLabelProperty()
Methods in org.jenkinsci.plugins.github.pullrequest.publishers.impl with parameters of type GitHubPRLabel Modifier and Type Method Description void
GitHubPRLabelAddPublisher. setLabelProperty(GitHubPRLabel labelProperty)
void
GitHubPRLabelRemovePublisher. setLabelProperty(GitHubPRLabel labelProperty)
Constructors in org.jenkinsci.plugins.github.pullrequest.publishers.impl with parameters of type GitHubPRLabel Constructor Description GitHubPRLabelAddPublisher(GitHubPRLabel labelProperty, StatusVerifier statusVerifier, PublisherErrorHandler errorHandler)
GitHubPRLabelRemovePublisher(GitHubPRLabel labelProperty, StatusVerifier statusVerifier, PublisherErrorHandler errorHandler)
-