Class GitHubBranchJobDslExtenstion
java.lang.Object
javaposse.jobdsl.plugin.ContextExtensionPoint
com.github.kostyasha.github.integration.branch.dsl.GitHubBranchJobDslExtenstion
- All Implemented Interfaces:
ExtensionPoint
@Extension(optional=true)
public class GitHubBranchJobDslExtenstion
extends javaposse.jobdsl.plugin.ContextExtensionPoint
- Author:
- Kanstantsin Shautsou
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javaposse.jobdsl.plugin.ContextExtensionPoint
all, executeInContext, notifyItemCreated, notifyItemUpdated
-
Constructor Details
-
GitHubBranchJobDslExtenstion
public GitHubBranchJobDslExtenstion()
-
-
Method Details
-
onBranch
@DslExtensionMethod(context=javaposse.jobdsl.dsl.helpers.triggers.TriggerContext.class) public Object onBranch(Runnable closure) throws ANTLRException - Throws:
ANTLRException
-