public class AbstractExecutionListener extends Object implements ExecutionListener
| Constructor and Description |
|---|
AbstractExecutionListener() |
| 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) |
public void projectDiscoveryStarted(ExecutionEvent event)
projectDiscoveryStarted in interface ExecutionListenerpublic void sessionStarted(ExecutionEvent event)
sessionStarted in interface ExecutionListenerpublic void sessionEnded(ExecutionEvent event)
sessionEnded in interface ExecutionListenerpublic void projectSkipped(ExecutionEvent event)
projectSkipped in interface ExecutionListenerpublic void projectStarted(ExecutionEvent event)
projectStarted in interface ExecutionListenerpublic void projectSucceeded(ExecutionEvent event)
projectSucceeded in interface ExecutionListenerpublic void projectFailed(ExecutionEvent event)
projectFailed in interface ExecutionListenerpublic void forkStarted(ExecutionEvent event)
forkStarted in interface ExecutionListenerpublic void forkSucceeded(ExecutionEvent event)
forkSucceeded in interface ExecutionListenerpublic void forkFailed(ExecutionEvent event)
forkFailed in interface ExecutionListenerpublic void mojoSkipped(ExecutionEvent event)
mojoSkipped in interface ExecutionListenerpublic void mojoStarted(ExecutionEvent event)
mojoStarted in interface ExecutionListenerpublic void mojoSucceeded(ExecutionEvent event)
mojoSucceeded in interface ExecutionListenerpublic void mojoFailed(ExecutionEvent event)
mojoFailed in interface ExecutionListenerpublic void forkedProjectStarted(ExecutionEvent event)
forkedProjectStarted in interface ExecutionListenerpublic void forkedProjectSucceeded(ExecutionEvent event)
forkedProjectSucceeded in interface ExecutionListenerpublic void forkedProjectFailed(ExecutionEvent event)
forkedProjectFailed in interface ExecutionListenerCopyright © 2001–2021 The Apache Software Foundation. All rights reserved.