org.jenkinsci.plugins.ghprb.jobdsl
Class GhprbContextExtensionPoint

java.lang.Object
  extended by javaposse.jobdsl.plugin.ContextExtensionPoint
      extended by org.jenkinsci.plugins.ghprb.jobdsl.GhprbContextExtensionPoint
All Implemented Interfaces:
hudson.ExtensionPoint

@Extension(optional=true)
public class GhprbContextExtensionPoint
extends javaposse.jobdsl.plugin.ContextExtensionPoint


Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
GhprbContextExtensionPoint()
           
 
Method Summary
 Object downstreamCommitStatus(Runnable closure)
           
 Object githubPullRequest(Runnable closure)
           
 Object mergeGithubPullRequest(Runnable closure)
           
 
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
 

Constructor Detail

GhprbContextExtensionPoint

public GhprbContextExtensionPoint()
Method Detail

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.