com.pmease.quickbuild
Class RunningStepInfo

java.lang.Object
  extended by com.pmease.quickbuild.RunningStepInfo
All Implemented Interfaces:
java.io.Serializable

public class RunningStepInfo
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
RunningStepInfo()
           
 
Method Summary
 java.lang.Long getBuildId()
           
 java.lang.Long getConfigurationId()
           
 java.lang.String getRequestId()
           
 java.lang.String getStepPath()
           
 StepRuntime getStepRuntime()
           
 void setBuildId(java.lang.Long buildId)
           
 void setConfigurationId(java.lang.Long configurationId)
           
 void setRequestId(java.lang.String requestId)
           
 void setStepPath(java.lang.String stepPath)
           
 void setStepRuntime(StepRuntime stepRuntime)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunningStepInfo

public RunningStepInfo()
Method Detail

getRequestId

public java.lang.String getRequestId()

setRequestId

public void setRequestId(java.lang.String requestId)

getConfigurationId

public java.lang.Long getConfigurationId()

setConfigurationId

public void setConfigurationId(java.lang.Long configurationId)

getBuildId

public java.lang.Long getBuildId()

setBuildId

public void setBuildId(java.lang.Long buildId)

getStepPath

public java.lang.String getStepPath()

setStepPath

public void setStepPath(java.lang.String stepPath)

getStepRuntime

public StepRuntime getStepRuntime()

setStepRuntime

public void setStepRuntime(StepRuntime stepRuntime)


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