Uses of Class
org.jenkinsci.plugins.github.pullrequest.events.GitHubPREvent
Package
Description
-
Uses of GitHubPREvent in com.github.kostyasha.github.integration.generic
-
Uses of GitHubPREvent in com.github.kostyasha.github.integration.multibranch.handler
-
Uses of GitHubPREvent in org.jenkinsci.plugins.github.pullrequest
ModifierConstructorDescriptionGitHubPRTrigger
(String spec, GitHubPRTriggerMode triggerMode, List<GitHubPREvent> events) -
Uses of GitHubPREvent in org.jenkinsci.plugins.github.pullrequest.dsl.context
-
Uses of GitHubPREvent in org.jenkinsci.plugins.github.pullrequest.dsl.context.events
-
Uses of GitHubPREvent in org.jenkinsci.plugins.github.pullrequest.events
-
Uses of GitHubPREvent in org.jenkinsci.plugins.github.pullrequest.events.impl
Modifier 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