Uses of Interface
com.gitee.jenkins.trigger.filter.PullRequestLabelFilter
Packages that use PullRequestLabelFilter
-
Uses of PullRequestLabelFilter in com.gitee.jenkins.trigger.filter
Methods in com.gitee.jenkins.trigger.filter that return PullRequestLabelFilterModifier and TypeMethodDescriptionstatic PullRequestLabelFilter
PullRequestLabelFilterFactory.newPullRequestLabelFilter
(PullRequestLabelFilterConfig config) -
Uses of PullRequestLabelFilter in com.gitee.jenkins.trigger.handler
Methods in com.gitee.jenkins.trigger.handler with parameters of type PullRequestLabelFilterModifier 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)