Class JobRunnerForBranchCause
java.lang.Object
com.github.kostyasha.github.integration.branch.trigger.JobRunnerForBranchCause
- All Implemented Interfaces:
com.google.common.base.Predicate<GitHubBranchCause>
,Predicate<GitHubBranchCause>
public class JobRunnerForBranchCause
extends Object
implements com.google.common.base.Predicate<GitHubBranchCause>
- Author:
- Kanstantsin Shautsou
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
apply
(GitHubBranchCause cause) startJob
(GitHubBranchCause cause) startJob
(GitHubBranchCause cause, Cause additionalCause) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.common.base.Predicate
equals, test
-
Constructor Details
-
JobRunnerForBranchCause
-
-
Method Details
-
apply
- Specified by:
apply
in interfacecom.google.common.base.Predicate<GitHubBranchCause>
-
startJob
-
startJob
-