public static class StepEvent.Finished extends StepEvent
StepEvent.Finished, StepEvent.Started
STEP_FINISHED, STEP_STARTED
Modifier | Constructor and Description |
---|---|
protected |
Finished(StepEvent.Started started,
int exitCode) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
The default implementation of equals checks to see if two events are related, are on the same
thread, and are the same concrete class.
|
String |
getEventName() |
int |
getExitCode() |
int |
hashCode() |
finished, getCategory, getDescription, getShortStepName, getUuid, getValueString, started
configure, getBuildId, getEventKey, getNanoTime, getThreadId, getThreadUserNanoTime, getTimestampMillis, isConfigured, isRelatedTo, toLogMessage, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
configure, getBuildId, getEventKey, getNanoTime, getThreadId, getThreadUserNanoTime, isConfigured, isRelatedTo, toLogMessage
protected Finished(StepEvent.Started started, int exitCode)
public int getExitCode()
public String getEventName()
public boolean equals(Object o)
AbstractBuckEvent
equals
in class AbstractBuckEvent
public int hashCode()
hashCode
in class AbstractBuckEvent