org.hudsonci.utils.tasks
Class PreBuildOperation<T extends BuildStep>

java.lang.Object
  extended by org.hudsonci.utils.tasks.OperationSupport<T>
      extended by 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

Field Summary
 
Fields inherited from class org.hudsonci.utils.tasks.OperationSupport
build, listener, log, logger, muxlog, owner
 
Constructor Summary
PreBuildOperation(T owner, AbstractBuild<?,?> build, BuildListener listener)
           
 
Method Summary
 boolean execute()
           
 
Methods inherited from class org.hudsonci.utils.tasks.OperationSupport
doExecute, onFailure
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreBuildOperation

public PreBuildOperation(T owner,
                         AbstractBuild<?,?> build,
                         BuildListener listener)
Method Detail

execute

public boolean execute()


Copyright © 2004-2011 Hudson. All Rights Reserved.