Uses of Class
com.github.kostyasha.github.integration.branch.GitHubBranchRepository
Packages that use GitHubBranchRepository
Package
Description
-
Uses of GitHubBranchRepository in com.github.kostyasha.github.integration.branch
Methods in com.github.kostyasha.github.integration.branch with parameters of type GitHubBranchRepositoryModifier and TypeMethodDescriptionstatic voidGitHubBranchTrigger.updateLocalRepository(String requestedBranch, Set<org.kohsuke.github.GHBranch> remoteBranches, GitHubBranchRepository localRepository) Constructors in com.github.kostyasha.github.integration.branch with parameters of type GitHubBranchRepositoryModifierConstructorDescriptionGitHubBranchCause(GitHubBranch localBranch, GitHubBranchRepository localRepo, String reason, boolean skip) GitHubBranchCause(org.kohsuke.github.GHBranch remoteBranch, GitHubBranchRepository localRepo, String reason, boolean skip) -
Uses of GitHubBranchRepository in com.github.kostyasha.github.integration.branch.events.impl.commitchecks
Methods in com.github.kostyasha.github.integration.branch.events.impl.commitchecks with parameters of type GitHubBranchRepositoryModifier and TypeMethodDescriptionGitHubBranchCommitCheck.check(org.kohsuke.github.GHBranch remoteBranch, GitHubBranchRepository localRepo, org.kohsuke.github.GHCommit commit) Check used to determine if some associated commit property, such as the commit message, should prevent a build from being triggered.abstract GitHubBranchCauseGitHubBranchCommitCheck.check(org.kohsuke.github.GHBranch remoteBranch, GitHubBranchRepository localRepo, org.kohsuke.github.GHCompare.Commit[] commits) Check used to determine if some associated commit property, such as the commit message, should prevent a build from being triggered.protected abstract GitHubBranchCauseGitHubBranchCommitCheck.doCheck(org.kohsuke.github.GHBranch remoteBranch, GitHubBranchRepository localRepo, org.kohsuke.github.GHCommit commit) -
Uses of GitHubBranchRepository in com.github.kostyasha.github.integration.branch.events.impl.commitchecks.impl
Methods in com.github.kostyasha.github.integration.branch.events.impl.commitchecks.impl with parameters of type GitHubBranchRepositoryModifier and TypeMethodDescriptionGitHubBranchCommitMessageCheck.check(org.kohsuke.github.GHBranch remoteBranch, GitHubBranchRepository localRepo, org.kohsuke.github.GHCompare.Commit[] commits) GitHubBranchCommitMessageCheck.doCheck(org.kohsuke.github.GHBranch remoteBranch, GitHubBranchRepository localRepo, org.kohsuke.github.GHCommit commit) -
Uses of GitHubBranchRepository in com.github.kostyasha.github.integration.branch.trigger.check
Methods in com.github.kostyasha.github.integration.branch.trigger.check with parameters of type GitHubBranchRepositoryModifier and TypeMethodDescriptionstatic BranchToCauseConverterBranchToCauseConverter.toGitHubBranchCause(GitHubBranchRepository localRepo, TaskListener listener, GitHubBranchTrigger trigger) static BranchToCauseConverterBranchToCauseConverter.toGitHubBranchCause(GitHubBranchRepository localRepo, TaskListener listener, GitHubBranchHandler handler, GitHubSCMSource source) static LocalRepoUpdaterLocalRepoUpdater.updateLocalRepo(GitHubBranchRepository localRepo) Constructors in com.github.kostyasha.github.integration.branch.trigger.check with parameters of type GitHubBranchRepositoryModifierConstructorDescriptionBranchToCauseConverter(GitHubBranchRepository localBranches, TaskListener listener, GitHubBranchHandler handler, GitHubSCMSource source) -
Uses of GitHubBranchRepository in com.github.kostyasha.github.integration.branch.utils
Methods in com.github.kostyasha.github.integration.branch.utils that return GitHubBranchRepositoryModifier and TypeMethodDescriptionstatic GitHubBranchRepositoryItemHelpers.getBranchRepositoryFor(Item item) -
Uses of GitHubBranchRepository in com.github.kostyasha.github.integration.generic
Methods in com.github.kostyasha.github.integration.generic that return GitHubBranchRepositoryMethods in com.github.kostyasha.github.integration.generic with parameters of type GitHubBranchRepositoryModifier and TypeMethodDescriptionGitHubBranchDecisionContext.Builder.withLocalRepo(GitHubBranchRepository localRepo) Constructors in com.github.kostyasha.github.integration.generic with parameters of type GitHubBranchRepositoryModifierConstructorDescriptionGitHubBranchDecisionContext(org.kohsuke.github.GHBranch remoteBranch, GitHubBranch localBranch, GitHubBranchRepository localRepo, GitHubBranchHandler branchHandler, GitHubSCMSource scmSource, GitHubBranchTrigger branchTrigger, TaskListener listener) -
Uses of GitHubBranchRepository in com.github.kostyasha.github.integration.multibranch.action
Methods in com.github.kostyasha.github.integration.multibranch.action that return GitHubBranchRepositoryConstructors in com.github.kostyasha.github.integration.multibranch.action with parameters of type GitHubBranchRepositoryModifierConstructorDescriptionGitHubRepo(GitHubBranchRepository branchRepository, GitHubTagRepository tagRepository, GitHubPRRepository prRepository)