com.pmease.quickbuild.resource
Class ResourceAllocateJob

java.lang.Object
  extended by com.pmease.quickbuild.grid.GridJob
      extended by com.pmease.quickbuild.resource.ResourceAllocateJob
All Implemented Interfaces:
java.io.Serializable, java.lang.Runnable

public class ResourceAllocateJob
extends GridJob

See Also:
Serialized Form

Constructor Summary
ResourceAllocateJob(java.util.UUID taskId, java.lang.Long buildId, java.util.Map<java.lang.String,VariableWrapper> vars, StepPath stepPath)
           
 
Method Summary
protected  void execute()
           
 java.lang.Long getBuildId()
           
 ResourceAllocation getResourceAllocation()
           
 java.util.Map<java.lang.String,VariableWrapper> getVars()
           
 
Methods inherited from class com.pmease.quickbuild.grid.GridJob
cleanup, 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

ResourceAllocateJob

public ResourceAllocateJob(java.util.UUID taskId,
                           java.lang.Long buildId,
                           java.util.Map<java.lang.String,VariableWrapper> vars,
                           StepPath stepPath)
Method Detail

execute

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

getBuildId

public java.lang.Long getBuildId()

getVars

public java.util.Map<java.lang.String,VariableWrapper> getVars()

getResourceAllocation

public ResourceAllocation getResourceAllocation()


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