public class ChainedExecutionListener
extends org.apache.maven.execution.AbstractExecutionListener
Constructor and Description |
---|
ChainedExecutionListener(org.apache.maven.execution.ExecutionListener executionListener) |
Modifier and Type | Method and Description |
---|---|
void |
addListener(org.apache.maven.execution.ExecutionListener listener) |
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 ChainedExecutionListener(org.apache.maven.execution.ExecutionListener executionListener)
public void addListener(org.apache.maven.execution.ExecutionListener listener)
public void projectDiscoveryStarted(org.apache.maven.execution.ExecutionEvent event)
projectDiscoveryStarted
in interface org.apache.maven.execution.ExecutionListener
projectDiscoveryStarted
in class org.apache.maven.execution.AbstractExecutionListener
public void sessionStarted(org.apache.maven.execution.ExecutionEvent event)
sessionStarted
in interface org.apache.maven.execution.ExecutionListener
sessionStarted
in class org.apache.maven.execution.AbstractExecutionListener
public void sessionEnded(org.apache.maven.execution.ExecutionEvent event)
sessionEnded
in interface org.apache.maven.execution.ExecutionListener
sessionEnded
in class org.apache.maven.execution.AbstractExecutionListener
public void projectSkipped(org.apache.maven.execution.ExecutionEvent event)
projectSkipped
in interface org.apache.maven.execution.ExecutionListener
projectSkipped
in class org.apache.maven.execution.AbstractExecutionListener
public void projectStarted(org.apache.maven.execution.ExecutionEvent event)
projectStarted
in interface org.apache.maven.execution.ExecutionListener
projectStarted
in class org.apache.maven.execution.AbstractExecutionListener
public void projectSucceeded(org.apache.maven.execution.ExecutionEvent event)
projectSucceeded
in interface org.apache.maven.execution.ExecutionListener
projectSucceeded
in class org.apache.maven.execution.AbstractExecutionListener
public void projectFailed(org.apache.maven.execution.ExecutionEvent event)
projectFailed
in interface org.apache.maven.execution.ExecutionListener
projectFailed
in class org.apache.maven.execution.AbstractExecutionListener
public void forkStarted(org.apache.maven.execution.ExecutionEvent event)
forkStarted
in interface org.apache.maven.execution.ExecutionListener
forkStarted
in class org.apache.maven.execution.AbstractExecutionListener
public void forkSucceeded(org.apache.maven.execution.ExecutionEvent event)
forkSucceeded
in interface org.apache.maven.execution.ExecutionListener
forkSucceeded
in class org.apache.maven.execution.AbstractExecutionListener
public void forkFailed(org.apache.maven.execution.ExecutionEvent event)
forkFailed
in interface org.apache.maven.execution.ExecutionListener
forkFailed
in class org.apache.maven.execution.AbstractExecutionListener
public void mojoSkipped(org.apache.maven.execution.ExecutionEvent event)
mojoSkipped
in interface org.apache.maven.execution.ExecutionListener
mojoSkipped
in class org.apache.maven.execution.AbstractExecutionListener
public void mojoStarted(org.apache.maven.execution.ExecutionEvent event)
mojoStarted
in interface org.apache.maven.execution.ExecutionListener
mojoStarted
in class org.apache.maven.execution.AbstractExecutionListener
public void mojoSucceeded(org.apache.maven.execution.ExecutionEvent event)
mojoSucceeded
in interface org.apache.maven.execution.ExecutionListener
mojoSucceeded
in class org.apache.maven.execution.AbstractExecutionListener
public void mojoFailed(org.apache.maven.execution.ExecutionEvent event)
mojoFailed
in interface org.apache.maven.execution.ExecutionListener
mojoFailed
in class org.apache.maven.execution.AbstractExecutionListener
public void forkedProjectStarted(org.apache.maven.execution.ExecutionEvent event)
forkedProjectStarted
in interface org.apache.maven.execution.ExecutionListener
forkedProjectStarted
in class org.apache.maven.execution.AbstractExecutionListener
public void forkedProjectSucceeded(org.apache.maven.execution.ExecutionEvent event)
forkedProjectSucceeded
in interface org.apache.maven.execution.ExecutionListener
forkedProjectSucceeded
in class org.apache.maven.execution.AbstractExecutionListener
public void forkedProjectFailed(org.apache.maven.execution.ExecutionEvent event)
forkedProjectFailed
in interface org.apache.maven.execution.ExecutionListener
forkedProjectFailed
in class org.apache.maven.execution.AbstractExecutionListener
Copyright © 2008–2013 Eclipse Foundation. All rights reserved.