Uses of Interface
com.gitee.jenkins.trigger.filter.BranchFilter
Packages that use BranchFilter
-
Uses of BranchFilter in com.gitee.jenkins.trigger.filter
Methods in com.gitee.jenkins.trigger.filter that return BranchFilterModifier and TypeMethodDescriptionstatic BranchFilter
BranchFilterFactory.newBranchFilter
(BranchFilterConfig config) -
Uses of BranchFilter in com.gitee.jenkins.trigger.handler
Methods in com.gitee.jenkins.trigger.handler with parameters of type BranchFilterModifier and TypeMethodDescriptionvoid
AbstractWebHookTriggerHandler.handle
(Job<?, ?> job, H hook, BuildInstructionFilter buildInstructionFilter, boolean skipLastCommitHasBeenBuild, BranchFilter branchFilter, PullRequestLabelFilter pullRequestLabelFilter) void
WebHookTriggerHandler.handle
(Job<?, ?> job, H hook, BuildInstructionFilter buildInstructionFilter, boolean skipLastCommitHasBeenBuild, BranchFilter branchFilter, PullRequestLabelFilter pullRequestLabelFilter)