Class GitHubDecisionContext<E,C extends GitHubCause<C>>
java.lang.Object
com.github.kostyasha.github.integration.generic.GitHubDecisionContext<E,C>
- Direct Known Subclasses:
GitHubBranchDecisionContext,GitHubPRDecisionContext,GitHubTagDecisionContext
- Author:
- Kanstantsin Shautsou
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedGitHubDecisionContext(TaskListener listener, GitHubTrigger<?> trigger, GitHubSCMSource scmSource, GitHubHandler handler) -
Method Summary
Modifier and TypeMethodDescriptionabstract CcheckEvent(E event) org.kohsuke.github.GHRepositoryabstract C
-
Constructor Details
-
GitHubDecisionContext
protected GitHubDecisionContext(@NonNull TaskListener listener, GitHubTrigger<?> trigger, GitHubSCMSource scmSource, GitHubHandler handler)
-
-
Method Details
-
getListener
-
getRemoteRepository
- Throws:
IOException
-
getScmSource
-
getHandler
-
getTrigger
-
checkEvent
- Throws:
IOException
-
newCause
-