com.pmease.quickbuild.stepsupport
Class StepInfo

java.lang.Object
  extended by com.pmease.quickbuild.stepsupport.StepInfo

public class StepInfo
extends java.lang.Object


Constructor Summary
StepInfo()
           
 
Method Summary
 java.lang.Long getBuildId()
           
 StepPath getStepPath()
           
 java.util.Map<java.lang.String,VariableWrapper> getVars()
           
 void setBuildId(java.lang.Long buildId)
           
 void setStepPath(StepPath stepPath)
           
 void setVars(java.util.Map<java.lang.String,VariableWrapper> vars)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StepInfo

public StepInfo()
Method Detail

getBuildId

public java.lang.Long getBuildId()

setBuildId

public void setBuildId(java.lang.Long buildId)

getVars

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

setVars

public void setVars(java.util.Map<java.lang.String,VariableWrapper> vars)

getStepPath

public StepPath getStepPath()

setStepPath

public void setStepPath(StepPath stepPath)


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