Uses of Class
org.jenkinsci.plugins.github.pullrequest.GitHubPRLabel
Packages that use GitHubPRLabel
Package
Description
-
Uses of GitHubPRLabel in org.jenkinsci.plugins.github.pullrequest.events.impl
Methods in org.jenkinsci.plugins.github.pullrequest.events.impl that return GitHubPRLabelModifier and TypeMethodDescriptionGitHubPRLabelAddedEvent.getLabel()
GitHubPRLabelExistsEvent.getLabel()
GitHubPRLabelNotExistsEvent.getLabel()
GitHubPRLabelPatternExistsEvent.getLabel()
GitHubPRLabelRemovedEvent.getLabel()
Constructors in org.jenkinsci.plugins.github.pullrequest.events.impl with parameters of type GitHubPRLabelModifierConstructorDescriptionGitHubPRLabelExistsEvent
(GitHubPRLabel label, boolean skip) GitHubPRLabelNotExistsEvent
(GitHubPRLabel label, boolean skip) GitHubPRLabelPatternExistsEvent
(GitHubPRLabel label, boolean skip) -
Uses of GitHubPRLabel in org.jenkinsci.plugins.github.pullrequest.extra
Methods in org.jenkinsci.plugins.github.pullrequest.extra that return GitHubPRLabelConstructors in org.jenkinsci.plugins.github.pullrequest.extra with parameters of type GitHubPRLabel -
Uses of GitHubPRLabel in org.jenkinsci.plugins.github.pullrequest.publishers.impl
Methods in org.jenkinsci.plugins.github.pullrequest.publishers.impl that return GitHubPRLabelModifier and TypeMethodDescriptionGitHubPRLabelAddPublisher.getLabelProperty()
GitHubPRLabelRemovePublisher.getLabelProperty()
Methods in org.jenkinsci.plugins.github.pullrequest.publishers.impl with parameters of type GitHubPRLabelModifier and TypeMethodDescriptionvoid
GitHubPRLabelAddPublisher.setLabelProperty
(GitHubPRLabel labelProperty) void
GitHubPRLabelRemovePublisher.setLabelProperty
(GitHubPRLabel labelProperty) Constructors in org.jenkinsci.plugins.github.pullrequest.publishers.impl with parameters of type GitHubPRLabelModifierConstructorDescriptionGitHubPRLabelAddPublisher
(GitHubPRLabel labelProperty, StatusVerifier statusVerifier, PublisherErrorHandler errorHandler) GitHubPRLabelRemovePublisher
(GitHubPRLabel labelProperty, StatusVerifier statusVerifier, PublisherErrorHandler errorHandler)