org.jenkinsci.plugins.jobgenerator
Class GeneratorRun.GeneratorImpl

java.lang.Object
  extended by hudson.model.Run.RunExecution
      extended by hudson.model.AbstractBuild.AbstractBuildExecution
          extended by org.jenkinsci.plugins.jobgenerator.GeneratorRun.GeneratorImpl
Enclosing class:
GeneratorRun

protected class GeneratorRun.GeneratorImpl
extends hudson.model.AbstractBuild.AbstractBuildExecution


Field Summary
 
Fields inherited from class hudson.model.AbstractBuild.AbstractBuildExecution
launcher, listener
 
Constructor Summary
GeneratorRun.GeneratorImpl()
           
 
Method Summary
 void cleanUp(hudson.model.BuildListener listener)
          Execute all downstream projects and pass template parameters to them.
protected  hudson.model.Result doRun(hudson.model.BuildListener listener)
           
 void post2(hudson.model.BuildListener listener)
           
 
Methods inherited from class hudson.model.AbstractBuild.AbstractBuildExecution
createLauncher, decideWorkspace, defaultCheckout, getCurrentNode, getLauncher, getListener, perform, performAllBuildStep, performAllBuildStep, performAllBuildSteps, performAllBuildSteps, post, preBuild, preBuild, preBuild, run
 
Methods inherited from class hudson.model.Run.RunExecution
getAttributes, getBuild, getProject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeneratorRun.GeneratorImpl

public GeneratorRun.GeneratorImpl()
Method Detail

doRun

protected hudson.model.Result doRun(hudson.model.BuildListener listener)
                             throws Exception
Specified by:
doRun in class hudson.model.AbstractBuild.AbstractBuildExecution
Throws:
Exception

post2

public void post2(hudson.model.BuildListener listener)
           throws Exception
Specified by:
post2 in class hudson.model.AbstractBuild.AbstractBuildExecution
Throws:
Exception

cleanUp

public void cleanUp(hudson.model.BuildListener listener)
             throws Exception
Execute all downstream projects and pass template parameters to them. Only the initiator of the build can schedule the build of the downstream project.

Overrides:
cleanUp in class hudson.model.AbstractBuild.AbstractBuildExecution
Throws:
Exception


Copyright © 2004-2012. All Rights Reserved.