Uses of Class
org.jenkinsci.plugins.github.pullrequest.events.GitHubPREventDescriptor
-
Packages that use GitHubPREventDescriptor Package Description org.jenkinsci.plugins.github.pullrequest org.jenkinsci.plugins.github.pullrequest.events org.jenkinsci.plugins.github.pullrequest.events.impl -
-
Uses of GitHubPREventDescriptor in org.jenkinsci.plugins.github.pullrequest
Methods in org.jenkinsci.plugins.github.pullrequest that return types with arguments of type GitHubPREventDescriptor Modifier and Type Method Description static List<GitHubPREventDescriptor>
GitHubPRTrigger.DescriptorImpl. getEventDescriptors()
-
Uses of GitHubPREventDescriptor in org.jenkinsci.plugins.github.pullrequest.events
Methods in org.jenkinsci.plugins.github.pullrequest.events that return GitHubPREventDescriptor Modifier and Type Method Description GitHubPREventDescriptor
GitHubPREvent. getDescriptor()
Methods in org.jenkinsci.plugins.github.pullrequest.events that return types with arguments of type GitHubPREventDescriptor Modifier and Type Method Description static DescriptorExtensionList<GitHubPREvent,GitHubPREventDescriptor>
GitHubPREventDescriptor. all()
-
Uses of GitHubPREventDescriptor in org.jenkinsci.plugins.github.pullrequest.events.impl
Subclasses of GitHubPREventDescriptor in org.jenkinsci.plugins.github.pullrequest.events.impl Modifier and Type Class Description static class
GitHubPRCloseEvent.DescriptorImpl
static class
GitHubPRCommentEvent.DescriptorImpl
static class
GitHubPRCommitEvent.DescriptorImpl
static class
GitHubPRDescriptionEvent.DescriptorImpl
static class
GitHubPRLabelAddedEvent.DescriptorImpl
static class
GitHubPRLabelExistsEvent.DescriptorImpl
static class
GitHubPRLabelNotExistsEvent.DescriptorImpl
static class
GitHubPRLabelPatternExistsEvent.DescriptorImpl
static class
GitHubPRLabelRemovedEvent.DescriptorImpl
static class
GitHubPRNonMergeableEvent.DescriptorImpl
static class
GitHubPRNumber.DescriptorImpl
static class
GitHubPROpenEvent.DescriptorImpl
-