Interface WebHookTriggerHandler<H extends WebHook>
-
- All Known Subinterfaces:
NoteHookTriggerHandler
,PipelineHookTriggerHandler
,PullRequestHookTriggerHandler
,PushHookTriggerHandler
- All Known Implementing Classes:
AbstractWebHookTriggerHandler
public interface WebHookTriggerHandler<H extends WebHook>
- Author:
- Robin Müller
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handle(Job<?,?> job, H hook, BuildInstructionFilter buildInstructionFilter, boolean skipLastCommitHasBeenBuild, BranchFilter branchFilter, PullRequestLabelFilter pullRequestLabelFilter)
-
-
-
Method Detail
-
handle
void handle(Job<?,?> job, H hook, BuildInstructionFilter buildInstructionFilter, boolean skipLastCommitHasBeenBuild, BranchFilter branchFilter, PullRequestLabelFilter pullRequestLabelFilter)
-
-