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 TypeClassDescriptionclassWhen PR closedclassTrigger PR based on comment pattern.classTriggers build when commit hash changedclassUsed to skip PR builder.classWhen label is added to pull request.classTrigger run when label exists.classTrigger run when label doesn't exist.classUsed to skip PR builder.classWhen label is removed from GitHub issue(== pull request).classEvent to skip PRs that can't be merged.classCheck that PR number #isMatch() to event configured number.classWhen 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