com.pmease.quickbuild.stepsupport
Class StepExecutionJob

java.lang.Object
  extended by com.pmease.quickbuild.grid.GridJob
      extended by com.pmease.quickbuild.BuildAwareJob
          extended by com.pmease.quickbuild.stepsupport.StepAwareJob
              extended by com.pmease.quickbuild.stepsupport.StepExecutionJob
All Implemented Interfaces:
java.io.Serializable, java.lang.Runnable

public class StepExecutionJob
extends StepAwareJob

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.pmease.quickbuild.BuildAwareJob
BUILDVERSION_ATTRNAME
 
Constructor Summary
StepExecutionJob(java.util.UUID taskId, Build build, StepPath stepPath)
           
 
Method Summary
protected  void executeStepAwareJob()
           
 
Methods inherited from class com.pmease.quickbuild.stepsupport.StepAwareJob
executeBuildAwareJob, getStep, getStepPath
 
Methods inherited from class com.pmease.quickbuild.BuildAwareJob
buildVersionChanged, cleanup, execute, fetchInputFiles, getBuild, getLogDir, getLogName, sendOutputFiles
 
Methods inherited from class com.pmease.quickbuild.grid.GridJob
equals, getException, getFuture, getId, getTaskId, getTaskNode, hashCode, isStarted, run, setException, setFuture, setTaskAttribute, setTaskId, setTaskNode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StepExecutionJob

public StepExecutionJob(java.util.UUID taskId,
                        Build build,
                        StepPath stepPath)
Method Detail

executeStepAwareJob

protected void executeStepAwareJob()
Specified by:
executeStepAwareJob in class StepAwareJob


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.