class EventSpyExecutionListener extends AbstractExecutionListener
| Modifier and Type | Field and Description |
|---|---|
private ExecutionListener |
delegate |
private EventSpyDispatcher |
dispatcher |
| Constructor and Description |
|---|
EventSpyExecutionListener(EventSpyDispatcher dispatcher,
ExecutionListener delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
forkedProjectFailed(ExecutionEvent event) |
void |
forkedProjectStarted(ExecutionEvent event) |
void |
forkedProjectSucceeded(ExecutionEvent event) |
void |
forkFailed(ExecutionEvent event) |
void |
forkStarted(ExecutionEvent event) |
void |
forkSucceeded(ExecutionEvent event) |
void |
mojoFailed(ExecutionEvent event) |
void |
mojoSkipped(ExecutionEvent event) |
void |
mojoStarted(ExecutionEvent event) |
void |
mojoSucceeded(ExecutionEvent event) |
void |
projectDiscoveryStarted(ExecutionEvent event) |
void |
projectFailed(ExecutionEvent event) |
void |
projectSkipped(ExecutionEvent event) |
void |
projectStarted(ExecutionEvent event) |
void |
projectSucceeded(ExecutionEvent event) |
void |
sessionEnded(ExecutionEvent event) |
void |
sessionStarted(ExecutionEvent event) |
private final EventSpyDispatcher dispatcher
private final ExecutionListener delegate
EventSpyExecutionListener(EventSpyDispatcher dispatcher, ExecutionListener delegate)
public void projectDiscoveryStarted(ExecutionEvent event)
projectDiscoveryStarted in interface ExecutionListenerprojectDiscoveryStarted in class AbstractExecutionListenerpublic void sessionStarted(ExecutionEvent event)
sessionStarted in interface ExecutionListenersessionStarted in class AbstractExecutionListenerpublic void sessionEnded(ExecutionEvent event)
sessionEnded in interface ExecutionListenersessionEnded in class AbstractExecutionListenerpublic void projectSkipped(ExecutionEvent event)
projectSkipped in interface ExecutionListenerprojectSkipped in class AbstractExecutionListenerpublic void projectStarted(ExecutionEvent event)
projectStarted in interface ExecutionListenerprojectStarted in class AbstractExecutionListenerpublic void projectSucceeded(ExecutionEvent event)
projectSucceeded in interface ExecutionListenerprojectSucceeded in class AbstractExecutionListenerpublic void projectFailed(ExecutionEvent event)
projectFailed in interface ExecutionListenerprojectFailed in class AbstractExecutionListenerpublic void forkStarted(ExecutionEvent event)
forkStarted in interface ExecutionListenerforkStarted in class AbstractExecutionListenerpublic void forkSucceeded(ExecutionEvent event)
forkSucceeded in interface ExecutionListenerforkSucceeded in class AbstractExecutionListenerpublic void forkFailed(ExecutionEvent event)
forkFailed in interface ExecutionListenerforkFailed in class AbstractExecutionListenerpublic void mojoSkipped(ExecutionEvent event)
mojoSkipped in interface ExecutionListenermojoSkipped in class AbstractExecutionListenerpublic void mojoStarted(ExecutionEvent event)
mojoStarted in interface ExecutionListenermojoStarted in class AbstractExecutionListenerpublic void mojoSucceeded(ExecutionEvent event)
mojoSucceeded in interface ExecutionListenermojoSucceeded in class AbstractExecutionListenerpublic void mojoFailed(ExecutionEvent event)
mojoFailed in interface ExecutionListenermojoFailed in class AbstractExecutionListenerpublic void forkedProjectStarted(ExecutionEvent event)
forkedProjectStarted in interface ExecutionListenerforkedProjectStarted in class AbstractExecutionListenerpublic void forkedProjectSucceeded(ExecutionEvent event)
forkedProjectSucceeded in interface ExecutionListenerforkedProjectSucceeded in class AbstractExecutionListenerpublic void forkedProjectFailed(ExecutionEvent event)
forkedProjectFailed in interface ExecutionListenerforkedProjectFailed in class AbstractExecutionListener