com.cloudbees.plugins.flow
Class FlowRun.BuildWithWorkspaceRunnerImpl

java.lang.Object
  extended by hudson.model.Run.RunExecution
      extended by hudson.model.AbstractBuild.AbstractBuildExecution
          extended by hudson.model.AbstractBuild.AbstractRunner
              extended by com.cloudbees.plugins.flow.FlowRun.BuildWithWorkspaceRunnerImpl
Enclosing class:
FlowRun

protected class FlowRun.BuildWithWorkspaceRunnerImpl
extends hudson.model.AbstractBuild.AbstractRunner


Field Summary
 
Fields inherited from class hudson.model.AbstractBuild.AbstractBuildExecution
launcher, listener
 
Constructor Summary
FlowRun.BuildWithWorkspaceRunnerImpl(String dsl)
           
 
Method Summary
 void cleanUp(hudson.model.BuildListener listener)
           
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

FlowRun.BuildWithWorkspaceRunnerImpl

public FlowRun.BuildWithWorkspaceRunnerImpl(String dsl)
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 IOException,
                  InterruptedException
Specified by:
post2 in class hudson.model.AbstractBuild.AbstractBuildExecution
Throws:
IOException
InterruptedException

cleanUp

public void cleanUp(hudson.model.BuildListener listener)
             throws Exception
Overrides:
cleanUp in class hudson.model.AbstractBuild.AbstractBuildExecution
Throws:
Exception


Copyright © 2004-2014. All Rights Reserved.