Uses of Class
org.jenkinsci.plugins.github.pullrequest.events.GitHubPREvent
Packages that use GitHubPREvent
Package
Description
-
Uses of GitHubPREvent in com.github.kostyasha.github.integration.generic
Methods in com.github.kostyasha.github.integration.generic with parameters of type GitHubPREvent -
Uses of GitHubPREvent in com.github.kostyasha.github.integration.multibranch.handler
Methods in com.github.kostyasha.github.integration.multibranch.handler that return types with arguments of type GitHubPREventMethod parameters in com.github.kostyasha.github.integration.multibranch.handler with type arguments of type GitHubPREvent -
Uses of GitHubPREvent in org.jenkinsci.plugins.github.pullrequest
Methods in org.jenkinsci.plugins.github.pullrequest that return types with arguments of type GitHubPREventConstructor parameters in org.jenkinsci.plugins.github.pullrequest with type arguments of type GitHubPREventModifierConstructorDescriptionGitHubPRTrigger
(String spec, GitHubPRTriggerMode triggerMode, List<GitHubPREvent> events) -
Uses of GitHubPREvent in org.jenkinsci.plugins.github.pullrequest.dsl.context
Methods in org.jenkinsci.plugins.github.pullrequest.dsl.context that return types with arguments of type GitHubPREvent -
Uses of GitHubPREvent in org.jenkinsci.plugins.github.pullrequest.dsl.context.events
Methods in org.jenkinsci.plugins.github.pullrequest.dsl.context.events that return types with arguments of type GitHubPREvent -
Uses of GitHubPREvent in org.jenkinsci.plugins.github.pullrequest.events
Methods in org.jenkinsci.plugins.github.pullrequest.events that return types with arguments of type GitHubPREvent -
Uses of GitHubPREvent in org.jenkinsci.plugins.github.pullrequest.events.impl
Subclasses of GitHubPREvent in org.jenkinsci.plugins.github.pullrequest.events.implModifier and TypeClassDescriptionclass
When PR closedclass
Trigger PR based on comment pattern.class
Triggers build when commit hash changedclass
Used to skip PR builder.class
When label is added to pull request.class
Trigger run when label exists.class
Trigger run when label doesn't exist.class
Used to skip PR builder.class
When label is removed from GitHub issue(== pull request).class
Event to skip PRs that can't be merged.class
Check that PR number #isMatch() to event configured number.class
When PR opened or commits changed in it -
Uses of GitHubPREvent in org.jenkinsci.plugins.github.pullrequest.trigger.check
Methods in org.jenkinsci.plugins.github.pullrequest.trigger.check that return types with arguments of type GitHubPREvent