org.hudsonci.utils.tasks
Class PerformOperation<T extends BuildStep>
java.lang.Object
org.hudsonci.utils.tasks.OperationSupport<T>
org.hudsonci.utils.tasks.PerformOperation<T>
public abstract class PerformOperation<T extends BuildStep>
- extends OperationSupport<T>
Support for BuildStep.perform(hudson.model.AbstractBuild, ?>, hudson.Launcher, hudson.model.BuildListener) operation.
- Since:
- 2.1.0
- Author:
- Jason Dillon
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
launcher
protected final Launcher launcher
PerformOperation
public PerformOperation(T owner,
AbstractBuild<?,?> build,
Launcher launcher,
BuildListener listener)
execute
public boolean execute()
throws InterruptedException,
IOException
- Throws:
InterruptedException
IOException
Copyright © 2004-2011 Hudson. All Rights Reserved.