com.pmease.quickbuild
Class BuildAwareJob

java.lang.Object
  extended by com.pmease.quickbuild.grid.GridJob
      extended by com.pmease.quickbuild.BuildAwareJob
All Implemented Interfaces:
java.io.Serializable, java.lang.Runnable
Direct Known Subclasses:
ProofBuildFinishJob, StepAwareJob

public abstract class BuildAwareJob
extends GridJob

See Also:
Serialized Form

Field Summary
static java.lang.String BUILDVERSION_ATTRNAME
           
 
Constructor Summary
BuildAwareJob(java.util.UUID taskId, Build build)
           
 
Method Summary
 void buildVersionChanged()
           
protected  void cleanup()
           
protected  void execute()
           
protected abstract  void executeBuildAwareJob()
           
 void fetchInputFiles(FileTransferOption option)
           
 Build getBuild()
           
 java.lang.String getLogDir()
           
 java.lang.String getLogName()
           
 void sendOutputFiles(FileTransferOption option)
           
 
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
 

Field Detail

BUILDVERSION_ATTRNAME

public static final java.lang.String BUILDVERSION_ATTRNAME
See Also:
Constant Field Values
Constructor Detail

BuildAwareJob

public BuildAwareJob(java.util.UUID taskId,
                     Build build)
Method Detail

getBuild

public Build getBuild()

getLogName

public java.lang.String getLogName()

execute

protected void execute()
Specified by:
execute in class GridJob

cleanup

protected void cleanup()
Overrides:
cleanup in class GridJob

fetchInputFiles

public void fetchInputFiles(FileTransferOption option)

sendOutputFiles

public void sendOutputFiles(FileTransferOption option)

getLogDir

public java.lang.String getLogDir()

executeBuildAwareJob

protected abstract void executeBuildAwareJob()

buildVersionChanged

public void buildVersionChanged()


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