Uses of Class
org.jenkinsci.plugins.github.pullrequest.GitHubPRRepository
Packages that use GitHubPRRepository
Package
Description
-
Uses of GitHubPRRepository in com.github.kostyasha.github.integration.branch.utils
Methods in com.github.kostyasha.github.integration.branch.utils that return GitHubPRRepositoryModifier and TypeMethodDescriptionstatic GitHubPRRepository
ItemHelpers.getPRRepositoryFor
(Item item) -
Uses of GitHubPRRepository in com.github.kostyasha.github.integration.generic
Methods in com.github.kostyasha.github.integration.generic that return GitHubPRRepositoryMethods in com.github.kostyasha.github.integration.generic with parameters of type GitHubPRRepositoryModifier and TypeMethodDescriptionGitHubPRDecisionContext.Builder.withLocalRepo
(GitHubPRRepository localRepo) Constructors in com.github.kostyasha.github.integration.generic with parameters of type GitHubPRRepositoryModifierConstructorDescriptionprotected
GitHubPRDecisionContext
(org.kohsuke.github.GHPullRequest remotePR, GitHubPRPullRequest localPR, GitHubPRRepository localRepo, GitHubPRUserRestriction prUserRestriction, GitHubSCMSource source, GitHubPRHandler prHandler, GitHubPRTrigger prTrigger, TaskListener listener) -
Uses of GitHubPRRepository in com.github.kostyasha.github.integration.multibranch.action
Methods in com.github.kostyasha.github.integration.multibranch.action that return GitHubPRRepositoryConstructors in com.github.kostyasha.github.integration.multibranch.action with parameters of type GitHubPRRepositoryModifierConstructorDescriptionGitHubRepo
(GitHubBranchRepository branchRepository, GitHubTagRepository tagRepository, GitHubPRRepository prRepository) -
Uses of GitHubPRRepository in org.jenkinsci.plugins.github.pullrequest
Constructors in org.jenkinsci.plugins.github.pullrequest with parameters of type GitHubPRRepositoryModifierConstructorDescriptionGitHubPRCause
(GitHubPRPullRequest pr, org.kohsuke.github.GHUser triggerSender, GitHubPRRepository localRepo, boolean skip, String reason) GitHubPRCause
(org.kohsuke.github.GHPullRequest remotePr, GitHubPRRepository localRepo, String reason, boolean skip) -
Uses of GitHubPRRepository in org.jenkinsci.plugins.github.pullrequest.trigger.check
Methods in org.jenkinsci.plugins.github.pullrequest.trigger.check with parameters of type GitHubPRRepositoryModifier and TypeMethodDescriptionstatic SkipPRInBadState
SkipPRInBadState.badState
(GitHubPRRepository localRepo, TaskListener logger) static NotUpdatedPRFilter
NotUpdatedPRFilter.notUpdated
(GitHubPRRepository localRepo, TaskListener logger) static PullRequestToCauseConverter
PullRequestToCauseConverter.toGitHubPRCause
(GitHubPRRepository localRepo, TaskListener listener, GitHubPRHandler prHandler, GitHubSCMSource source) static PullRequestToCauseConverter
PullRequestToCauseConverter.toGitHubPRCause
(GitHubPRRepository localRepo, TaskListener listener, GitHubPRTrigger trigger) static LocalRepoUpdater
LocalRepoUpdater.updateLocalRepo
(GitHubPRRepository localRepo) Constructors in org.jenkinsci.plugins.github.pullrequest.trigger.check with parameters of type GitHubPRRepositoryModifierConstructorDescriptionPullRequestToCauseConverter
(GitHubPRRepository localRepo, TaskListener listener, GitHubSCMSource source, GitHubPRHandler prHandler)