Uses of Class
com.github.kostyasha.github.integration.branch.GitHubBranchCause
Packages that use GitHubBranchCause
Package
Description
-
Uses of GitHubBranchCause in com.github.kostyasha.github.integration.branch
Methods in com.github.kostyasha.github.integration.branch that return types with arguments of type GitHubBranchCauseConstructors in com.github.kostyasha.github.integration.branch with parameters of type GitHubBranchCauseModifierConstructorDescriptionCopy constructor -
Uses of GitHubBranchCause in com.github.kostyasha.github.integration.branch.data
Methods in com.github.kostyasha.github.integration.branch.data with parameters of type GitHubBranchCauseModifier and TypeMethodDescriptionvoid
GitHubBranchEnv.addParam
(GitHubBranchCause cause, List<ParameterValue> params) static void
GitHubBranchEnv.getParams
(GitHubBranchCause cause, List<ParameterValue> params) -
Uses of GitHubBranchCause in com.github.kostyasha.github.integration.branch.events
Methods in com.github.kostyasha.github.integration.branch.events that return GitHubBranchCauseModifier and TypeMethodDescriptionGitHubBranchEvent.check
(GitHubBranchDecisionContext context) indicates that branch was createdGitHubBranchEvent.checkHook
(GitHubBranchTrigger githubTrigger, org.kohsuke.github.GHEventPayload payload, TaskListener listener) Check that is used for lightweight hooks (pure GitHub hooks). -
Uses of GitHubBranchCause in com.github.kostyasha.github.integration.branch.events.impl
Methods in com.github.kostyasha.github.integration.branch.events.impl that return GitHubBranchCauseModifier and TypeMethodDescriptionGitHubBranchCommitEvent.check
(GitHubBranchDecisionContext context) GitHubBranchCreatedEvent.check
(GitHubBranchDecisionContext context) GitHubBranchDeletedEvent.check
(GitHubBranchDecisionContext context) GitHubBranchHashChangedEvent.check
(GitHubBranchDecisionContext context) GitHubBranchRestrictionFilter.check
(GitHubBranchDecisionContext context) -
Uses of GitHubBranchCause in com.github.kostyasha.github.integration.branch.events.impl.commitchecks
Methods in com.github.kostyasha.github.integration.branch.events.impl.commitchecks that return GitHubBranchCauseModifier 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 GitHubBranchCause
GitHubBranchCommitCheck.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 GitHubBranchCause
GitHubBranchCommitCheck.doCheck
(org.kohsuke.github.GHBranch remoteBranch, GitHubBranchRepository localRepo, org.kohsuke.github.GHCommit commit) -
Uses of GitHubBranchCause in com.github.kostyasha.github.integration.branch.events.impl.commitchecks.impl
Methods in com.github.kostyasha.github.integration.branch.events.impl.commitchecks.impl that return GitHubBranchCauseModifier 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 GitHubBranchCause in com.github.kostyasha.github.integration.branch.trigger
Methods in com.github.kostyasha.github.integration.branch.trigger with parameters of type GitHubBranchCauseModifier and TypeMethodDescriptionboolean
JobRunnerForBranchCause.apply
(GitHubBranchCause cause) JobRunnerForBranchCause.startJob
(GitHubBranchCause cause) JobRunnerForBranchCause.startJob
(GitHubBranchCause cause, Cause additionalCause) -
Uses of GitHubBranchCause in com.github.kostyasha.github.integration.branch.trigger.check
Methods in com.github.kostyasha.github.integration.branch.trigger.check that return GitHubBranchCauseModifier and TypeMethodDescriptionBranchToCauseConverter.apply
(org.kohsuke.github.GHBranch remoteBranch) -
Uses of GitHubBranchCause in com.github.kostyasha.github.integration.branch.utils
Methods in com.github.kostyasha.github.integration.branch.utils that return GitHubBranchCauseModifier and TypeMethodDescriptionstatic GitHubBranchCause
JobHelper.ghBranchCauseFromRun
(Run<?, ?> run) -
Uses of GitHubBranchCause in com.github.kostyasha.github.integration.generic
Methods in com.github.kostyasha.github.integration.generic that return GitHubBranchCauseModifier and TypeMethodDescriptionGitHubBranchDecisionContext.checkEvent
(GitHubBranchEvent event) -
Uses of GitHubBranchCause in com.github.kostyasha.github.integration.multibranch.head
Methods in com.github.kostyasha.github.integration.multibranch.head with parameters of type GitHubBranchCause