com.pmease.quickbuild.stepsupport
Class StepAwareJob
java.lang.Object
com.pmease.quickbuild.grid.GridJob
com.pmease.quickbuild.BuildAwareJob
com.pmease.quickbuild.stepsupport.StepAwareJob
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Runnable
- Direct Known Subclasses:
- StepExecutionJob, StepProcessJob
public abstract class StepAwareJob
- extends BuildAwareJob
- See Also:
- Serialized Form
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 |
StepAwareJob
public StepAwareJob(java.util.UUID taskId,
Build build,
StepPath stepPath)
StepAwareJob
public StepAwareJob(java.util.UUID taskId,
Build build)
getStepPath
public StepPath getStepPath()
getStep
public Step getStep()
- Get step associated with this job.
- Returns:
executeStepAwareJob
protected abstract void executeStepAwareJob()
executeBuildAwareJob
protected void executeBuildAwareJob()
- Specified by:
executeBuildAwareJob
in class BuildAwareJob
Copyright © 2005-2010 PMEase Inc. All Rights Reserved.