Uses of Class
org.jenkinsci.plugins.github.pullrequest.events.GitHubPREvent
-
-
Uses of GitHubPREvent in com.github.kostyasha.github.integration.generic
Methods in com.github.kostyasha.github.integration.generic with parameters of type GitHubPREvent Modifier and Type Method Description GitHubPRCause
GitHubPRDecisionContext. checkEvent(GitHubPREvent event)
-
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 GitHubPREvent Modifier and Type Method Description List<GitHubPREvent>
GitHubPRHandler. getEvents()
Method parameters in com.github.kostyasha.github.integration.multibranch.handler with type arguments of type GitHubPREvent Modifier and Type Method Description GitHubPRHandler
GitHubPRHandler. setEvents(List<GitHubPREvent> events)
-
Uses of GitHubPREvent in org.jenkinsci.plugins.github.pullrequest
Methods in org.jenkinsci.plugins.github.pullrequest that return types with arguments of type GitHubPREvent Modifier and Type Method Description List<GitHubPREvent>
GitHubPRTrigger. getEvents()
Constructor parameters in org.jenkinsci.plugins.github.pullrequest with type arguments of type GitHubPREvent Constructor Description GitHubPRTrigger(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 Modifier and Type Method Description List<GitHubPREvent>
GitHubPRTriggerDslContext. events()
-
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 Modifier and Type Method Description List<GitHubPREvent>
GitHubPREventsDslContext. events()
-
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 Modifier and Type Method Description static DescriptorExtensionList<GitHubPREvent,GitHubPREventDescriptor>
GitHubPREventDescriptor. all()
-
Uses of GitHubPREvent in org.jenkinsci.plugins.github.pullrequest.events.impl
Subclasses of GitHubPREvent in org.jenkinsci.plugins.github.pullrequest.events.impl Modifier and Type Class Description class
GitHubPRCloseEvent
When PR closedclass
GitHubPRCommentEvent
Trigger PR based on comment pattern.class
GitHubPRCommitEvent
Triggers build when commit hash changedclass
GitHubPRDescriptionEvent
Used to skip PR builder.class
GitHubPRLabelAddedEvent
When label is added to pull request.class
GitHubPRLabelExistsEvent
Trigger run when label exists.class
GitHubPRLabelNotExistsEvent
Trigger run when label doesn't exist.class
GitHubPRLabelPatternExistsEvent
Used to skip PR builder.class
GitHubPRLabelRemovedEvent
When label is removed from GitHub issue(== pull request).class
GitHubPRNonMergeableEvent
Event to skip PRs that can't be merged.class
GitHubPRNumber
Check that PR number #isMatch() to event configured number.class
GitHubPROpenEvent
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 Modifier and Type Method Description List<GitHubPREvent>
PullRequestToCauseConverter. getEvents()
-