com.cloudbees.plugins.flow
Class FlowRun.FlyweightTaskRunnerImpl
java.lang.Object
hudson.model.Run.RunExecution
com.cloudbees.plugins.flow.FlowRun.FlyweightTaskRunnerImpl
- Enclosing class:
- FlowRun
protected class FlowRun.FlyweightTaskRunnerImpl
- extends hudson.model.Run.RunExecution
|
Method Summary |
void |
cleanUp(hudson.model.BuildListener listener)
|
void |
post(hudson.model.BuildListener listener)
|
hudson.model.Result |
run(hudson.model.BuildListener listener)
|
| 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 |
FlowRun.FlyweightTaskRunnerImpl
public FlowRun.FlyweightTaskRunnerImpl(String dsl)
run
public hudson.model.Result run(hudson.model.BuildListener listener)
throws Exception,
hudson.model.Run.RunnerAbortedException
- Specified by:
run in class hudson.model.Run.RunExecution
- Throws:
Exception
hudson.model.Run.RunnerAbortedException
post
public void post(hudson.model.BuildListener listener)
throws Exception
- Specified by:
post in class hudson.model.Run.RunExecution
- Throws:
Exception
cleanUp
public void cleanUp(hudson.model.BuildListener listener)
throws Exception
- Specified by:
cleanUp in class hudson.model.Run.RunExecution
- Throws:
Exception
Copyright © 2004-2014. All Rights Reserved.