Uses of Interface
com.gitee.jenkins.trigger.filter.PullRequestLabelFilter
-
Packages that use PullRequestLabelFilter Package Description com.gitee.jenkins.trigger.filter com.gitee.jenkins.trigger.handler -
-
Uses of PullRequestLabelFilter in com.gitee.jenkins.trigger.filter
Methods in com.gitee.jenkins.trigger.filter that return PullRequestLabelFilter Modifier and Type Method Description static 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 PullRequestLabelFilter Modifier and Type Method Description void
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)
-