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 GitHubPRRepositoryItemHelpers.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 GitHubPRRepositoryModifierConstructorDescriptionprotectedGitHubPRDecisionContext(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 SkipPRInBadStateSkipPRInBadState.badState(GitHubPRRepository localRepo, TaskListener logger) static NotUpdatedPRFilterNotUpdatedPRFilter.notUpdated(GitHubPRRepository localRepo, TaskListener logger) static PullRequestToCauseConverterPullRequestToCauseConverter.toGitHubPRCause(GitHubPRRepository localRepo, TaskListener listener, GitHubPRHandler prHandler, GitHubSCMSource source) static PullRequestToCauseConverterPullRequestToCauseConverter.toGitHubPRCause(GitHubPRRepository localRepo, TaskListener listener, GitHubPRTrigger trigger) static LocalRepoUpdaterLocalRepoUpdater.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)