org.hudsonci.utils.tasks
Class PreBuildOperation<T extends BuildStep>
java.lang.Object
org.hudsonci.utils.tasks.OperationSupport<T>
org.hudsonci.utils.tasks.PreBuildOperation<T>
public abstract class PreBuildOperation<T extends BuildStep>
- extends OperationSupport<T>
Support for BuildStep.prebuild(hudson.model.AbstractBuild, ?>, 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 |
PreBuildOperation
public PreBuildOperation(T owner,
AbstractBuild<?,?> build,
BuildListener listener)
execute
public boolean execute()
Copyright © 2004-2011 Hudson. All Rights Reserved.