com.xebialabs.deployit.cli.api.legacy
Class StepInfo
java.lang.Object
com.xebialabs.deployit.cli.api.legacy.StepInfo
public class StepInfo
- extends java.lang.Object
Translates the new StepState object to the legacy Deployit 3.7 StepInfo API.
|
Constructor Summary |
StepInfo(com.xebialabs.deployit.engine.api.execution.StepState step,
int stepNr)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
StepInfo
public StepInfo(com.xebialabs.deployit.engine.api.execution.StepState step,
int stepNr)
asList
public static java.util.List<StepInfo> asList(java.util.List<com.xebialabs.deployit.engine.api.execution.StepState> steps)
getDescription
public java.lang.String getDescription()
getState
public java.lang.String getState()
getStartDate
public java.util.Calendar getStartDate()
getCompletionDate
public java.util.Calendar getCompletionDate()
getLog
public java.lang.String getLog()
getFailureCount
public int getFailureCount()
getNr
public int getNr()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object