Uses of Class
org.jenkinsci.plugins.github.pullrequest.GitHubPRRepository
-
-
Uses of GitHubPRRepository in com.github.kostyasha.github.integration.branch.utils
Methods in com.github.kostyasha.github.integration.branch.utils that return GitHubPRRepository Modifier and Type Method Description static 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 GitHubPRRepository Modifier and Type Method Description GitHubPRRepository
GitHubPRDecisionContext. getLocalRepo()
Methods in com.github.kostyasha.github.integration.generic with parameters of type GitHubPRRepository Modifier and Type Method Description GitHubPRDecisionContext.Builder
GitHubPRDecisionContext.Builder. withLocalRepo(GitHubPRRepository localRepo)
Constructors in com.github.kostyasha.github.integration.generic with parameters of type GitHubPRRepository Constructor Description 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 GitHubPRRepository Modifier and Type Method Description GitHubPRRepository
GitHubRepo. getPrRepository()
Constructors in com.github.kostyasha.github.integration.multibranch.action with parameters of type GitHubPRRepository Constructor Description GitHubRepo(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 GitHubPRRepository Constructor Description GitHubPRCause(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 GitHubPRRepository Modifier and Type Method Description static 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 GitHubPRRepository Constructor Description PullRequestToCauseConverter(GitHubPRRepository localRepo, TaskListener listener, GitHubSCMSource source, GitHubPRHandler prHandler)
-