public class BaseExecutionListener extends Object implements org.apache.maven.execution.ExecutionListener
| Constructor and Description |
|---|
BaseExecutionListener(org.apache.maven.execution.ExecutionListener base) |
| Modifier and Type | Method and Description |
|---|---|
void |
forkedProjectFailed(org.apache.maven.execution.ExecutionEvent event) |
void |
forkedProjectStarted(org.apache.maven.execution.ExecutionEvent event) |
void |
forkedProjectSucceeded(org.apache.maven.execution.ExecutionEvent event) |
void |
forkFailed(org.apache.maven.execution.ExecutionEvent event) |
void |
forkStarted(org.apache.maven.execution.ExecutionEvent event) |
void |
forkSucceeded(org.apache.maven.execution.ExecutionEvent event) |
void |
mojoFailed(org.apache.maven.execution.ExecutionEvent event) |
void |
mojoSkipped(org.apache.maven.execution.ExecutionEvent event) |
void |
mojoStarted(org.apache.maven.execution.ExecutionEvent event) |
void |
mojoSucceeded(org.apache.maven.execution.ExecutionEvent event) |
void |
projectDiscoveryStarted(org.apache.maven.execution.ExecutionEvent event) |
void |
projectFailed(org.apache.maven.execution.ExecutionEvent event) |
void |
projectSkipped(org.apache.maven.execution.ExecutionEvent event) |
void |
projectStarted(org.apache.maven.execution.ExecutionEvent event) |
void |
projectSucceeded(org.apache.maven.execution.ExecutionEvent event) |
void |
sessionEnded(org.apache.maven.execution.ExecutionEvent event) |
void |
sessionStarted(org.apache.maven.execution.ExecutionEvent event) |
public BaseExecutionListener(org.apache.maven.execution.ExecutionListener base)
public void projectDiscoveryStarted(org.apache.maven.execution.ExecutionEvent event)
projectDiscoveryStarted in interface org.apache.maven.execution.ExecutionListenerpublic void sessionStarted(org.apache.maven.execution.ExecutionEvent event)
sessionStarted in interface org.apache.maven.execution.ExecutionListenerpublic void sessionEnded(org.apache.maven.execution.ExecutionEvent event)
sessionEnded in interface org.apache.maven.execution.ExecutionListenerpublic void projectSkipped(org.apache.maven.execution.ExecutionEvent event)
projectSkipped in interface org.apache.maven.execution.ExecutionListenerpublic void projectStarted(org.apache.maven.execution.ExecutionEvent event)
projectStarted in interface org.apache.maven.execution.ExecutionListenerpublic void projectSucceeded(org.apache.maven.execution.ExecutionEvent event)
projectSucceeded in interface org.apache.maven.execution.ExecutionListenerpublic void projectFailed(org.apache.maven.execution.ExecutionEvent event)
projectFailed in interface org.apache.maven.execution.ExecutionListenerpublic void mojoSkipped(org.apache.maven.execution.ExecutionEvent event)
mojoSkipped in interface org.apache.maven.execution.ExecutionListenerpublic void mojoStarted(org.apache.maven.execution.ExecutionEvent event)
mojoStarted in interface org.apache.maven.execution.ExecutionListenerpublic void mojoSucceeded(org.apache.maven.execution.ExecutionEvent event)
mojoSucceeded in interface org.apache.maven.execution.ExecutionListenerpublic void mojoFailed(org.apache.maven.execution.ExecutionEvent event)
mojoFailed in interface org.apache.maven.execution.ExecutionListenerpublic void forkStarted(org.apache.maven.execution.ExecutionEvent event)
forkStarted in interface org.apache.maven.execution.ExecutionListenerpublic void forkSucceeded(org.apache.maven.execution.ExecutionEvent event)
forkSucceeded in interface org.apache.maven.execution.ExecutionListenerpublic void forkFailed(org.apache.maven.execution.ExecutionEvent event)
forkFailed in interface org.apache.maven.execution.ExecutionListenerpublic void forkedProjectStarted(org.apache.maven.execution.ExecutionEvent event)
forkedProjectStarted in interface org.apache.maven.execution.ExecutionListenerpublic void forkedProjectSucceeded(org.apache.maven.execution.ExecutionEvent event)
forkedProjectSucceeded in interface org.apache.maven.execution.ExecutionListenerpublic void forkedProjectFailed(org.apache.maven.execution.ExecutionEvent event)
forkedProjectFailed in interface org.apache.maven.execution.ExecutionListenerCopyright © 2012-2014 1&1. All Rights Reserved.