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 AbstractExecutionListener()
public void projectDiscoveryStarted(ExecutionEvent event)
projectDiscoveryStarted
in interface ExecutionListener
public void sessionStarted(ExecutionEvent event)
sessionStarted
in interface ExecutionListener
public void sessionEnded(ExecutionEvent event)
sessionEnded
in interface ExecutionListener
public void projectSkipped(ExecutionEvent event)
projectSkipped
in interface ExecutionListener
public void projectStarted(ExecutionEvent event)
projectStarted
in interface ExecutionListener
public void projectSucceeded(ExecutionEvent event)
projectSucceeded
in interface ExecutionListener
public void projectFailed(ExecutionEvent event)
projectFailed
in interface ExecutionListener
public void forkStarted(ExecutionEvent event)
forkStarted
in interface ExecutionListener
public void forkSucceeded(ExecutionEvent event)
forkSucceeded
in interface ExecutionListener
public void forkFailed(ExecutionEvent event)
forkFailed
in interface ExecutionListener
public void mojoSkipped(ExecutionEvent event)
mojoSkipped
in interface ExecutionListener
public void mojoStarted(ExecutionEvent event)
mojoStarted
in interface ExecutionListener
public void mojoSucceeded(ExecutionEvent event)
mojoSucceeded
in interface ExecutionListener
public void mojoFailed(ExecutionEvent event)
mojoFailed
in interface ExecutionListener
public void forkedProjectStarted(ExecutionEvent event)
forkedProjectStarted
in interface ExecutionListener
public void forkedProjectSucceeded(ExecutionEvent event)
forkedProjectSucceeded
in interface ExecutionListener
public void forkedProjectFailed(ExecutionEvent event)
forkedProjectFailed
in interface ExecutionListener
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.