com.xebialabs.deployit.engine.api.execution
Interface StepState


public interface StepState


Method Summary
 org.joda.time.DateTime getCompletionDate()
           
 java.lang.String getDescription()
           
 int getFailureCount()
           
 java.lang.String getLog()
           
 org.joda.time.DateTime getStartDate()
           
 StepExecutionState getState()
           
 

Method Detail

getDescription

java.lang.String getDescription()

getState

StepExecutionState getState()

getLog

java.lang.String getLog()

getStartDate

org.joda.time.DateTime getStartDate()

getCompletionDate

org.joda.time.DateTime getCompletionDate()

getFailureCount

int getFailureCount()