org.jenkinsci.plugins.ghprb.jobdsl
Class GhprbContextExtensionPoint
java.lang.Object
javaposse.jobdsl.plugin.ContextExtensionPoint
org.jenkinsci.plugins.ghprb.jobdsl.GhprbContextExtensionPoint
- All Implemented Interfaces:
- hudson.ExtensionPoint
@Extension(optional=true)
public class GhprbContextExtensionPoint
- extends javaposse.jobdsl.plugin.ContextExtensionPoint
Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
Methods inherited from class javaposse.jobdsl.plugin.ContextExtensionPoint |
all, executeInContext, notifyItemCreated, notifyItemUpdated |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GhprbContextExtensionPoint
public GhprbContextExtensionPoint()
githubPullRequest
@DslExtensionMethod(context=javaposse.jobdsl.dsl.helpers.triggers.TriggerContext.class)
public Object githubPullRequest(Runnable closure)
throws antlr.ANTLRException
- Throws:
antlr.ANTLRException
mergeGithubPullRequest
@DslExtensionMethod(context=javaposse.jobdsl.dsl.helpers.publisher.PublisherContext.class)
public Object mergeGithubPullRequest(Runnable closure)
downstreamCommitStatus
@DslExtensionMethod(context=javaposse.jobdsl.dsl.helpers.wrapper.WrapperContext.class)
public Object downstreamCommitStatus(Runnable closure)
Copyright © 2004-2016. All Rights Reserved.