Package | Description |
---|---|
org.apache.maven.cli.event | |
org.apache.maven.eventspy.internal | |
org.apache.maven.execution | |
org.apache.maven.lifecycle.internal |
Modifier and Type | Method and Description |
---|---|
void |
ExecutionEventLogger.forkedProjectStarted(ExecutionEvent event) |
void |
ExecutionEventLogger.forkStarted(ExecutionEvent event)
>>> mojo-artifactId:version:goal (mojo-executionId) > :forked-goal @ project-artifactId >>>
|
void |
ExecutionEventLogger.forkSucceeded(ExecutionEvent event)
<<< mojo-artifactId:version:goal (mojo-executionId) < :forked-goal @ project-artifactId <<<
|
void |
ExecutionEventLogger.mojoSkipped(ExecutionEvent event) |
void |
ExecutionEventLogger.mojoStarted(ExecutionEvent event)
--- mojo-artifactId:version:goal (mojo-executionId) @ project-artifactId ---
|
void |
ExecutionEventLogger.projectDiscoveryStarted(ExecutionEvent event) |
void |
ExecutionEventLogger.projectSkipped(ExecutionEvent event) |
void |
ExecutionEventLogger.projectStarted(ExecutionEvent event) |
void |
ExecutionEventLogger.sessionEnded(ExecutionEvent event) |
void |
ExecutionEventLogger.sessionStarted(ExecutionEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
EventSpyExecutionListener.forkedProjectFailed(ExecutionEvent event) |
void |
EventSpyExecutionListener.forkedProjectStarted(ExecutionEvent event) |
void |
EventSpyExecutionListener.forkedProjectSucceeded(ExecutionEvent event) |
void |
EventSpyExecutionListener.forkFailed(ExecutionEvent event) |
void |
EventSpyExecutionListener.forkStarted(ExecutionEvent event) |
void |
EventSpyExecutionListener.forkSucceeded(ExecutionEvent event) |
void |
EventSpyExecutionListener.mojoFailed(ExecutionEvent event) |
void |
EventSpyExecutionListener.mojoSkipped(ExecutionEvent event) |
void |
EventSpyExecutionListener.mojoStarted(ExecutionEvent event) |
void |
EventSpyExecutionListener.mojoSucceeded(ExecutionEvent event) |
void |
EventSpyExecutionListener.projectDiscoveryStarted(ExecutionEvent event) |
void |
EventSpyExecutionListener.projectFailed(ExecutionEvent event) |
void |
EventSpyExecutionListener.projectSkipped(ExecutionEvent event) |
void |
EventSpyExecutionListener.projectStarted(ExecutionEvent event) |
void |
EventSpyExecutionListener.projectSucceeded(ExecutionEvent event) |
void |
EventSpyExecutionListener.sessionEnded(ExecutionEvent event) |
void |
EventSpyExecutionListener.sessionStarted(ExecutionEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
ExecutionListener.forkedProjectFailed(ExecutionEvent event) |
void |
AbstractExecutionListener.forkedProjectFailed(ExecutionEvent event) |
void |
ExecutionListener.forkedProjectStarted(ExecutionEvent event) |
void |
AbstractExecutionListener.forkedProjectStarted(ExecutionEvent event) |
void |
ExecutionListener.forkedProjectSucceeded(ExecutionEvent event) |
void |
AbstractExecutionListener.forkedProjectSucceeded(ExecutionEvent event) |
void |
ExecutionListener.forkFailed(ExecutionEvent event) |
void |
AbstractExecutionListener.forkFailed(ExecutionEvent event) |
void |
ExecutionListener.forkStarted(ExecutionEvent event) |
void |
AbstractExecutionListener.forkStarted(ExecutionEvent event) |
void |
ExecutionListener.forkSucceeded(ExecutionEvent event) |
void |
AbstractExecutionListener.forkSucceeded(ExecutionEvent event) |
void |
ExecutionListener.mojoFailed(ExecutionEvent event) |
void |
AbstractExecutionListener.mojoFailed(ExecutionEvent event) |
void |
ExecutionListener.mojoSkipped(ExecutionEvent event) |
void |
AbstractExecutionListener.mojoSkipped(ExecutionEvent event) |
void |
ExecutionListener.mojoStarted(ExecutionEvent event) |
void |
AbstractExecutionListener.mojoStarted(ExecutionEvent event) |
void |
ExecutionListener.mojoSucceeded(ExecutionEvent event) |
void |
AbstractExecutionListener.mojoSucceeded(ExecutionEvent event) |
void |
ExecutionListener.projectDiscoveryStarted(ExecutionEvent event) |
void |
AbstractExecutionListener.projectDiscoveryStarted(ExecutionEvent event) |
void |
ExecutionListener.projectFailed(ExecutionEvent event) |
void |
AbstractExecutionListener.projectFailed(ExecutionEvent event) |
void |
ExecutionListener.projectSkipped(ExecutionEvent event) |
void |
AbstractExecutionListener.projectSkipped(ExecutionEvent event) |
void |
ExecutionListener.projectStarted(ExecutionEvent event) |
void |
AbstractExecutionListener.projectStarted(ExecutionEvent event) |
void |
ExecutionListener.projectSucceeded(ExecutionEvent event) |
void |
AbstractExecutionListener.projectSucceeded(ExecutionEvent event) |
void |
ExecutionListener.sessionEnded(ExecutionEvent event) |
void |
AbstractExecutionListener.sessionEnded(ExecutionEvent event) |
void |
ExecutionListener.sessionStarted(ExecutionEvent event) |
void |
AbstractExecutionListener.sessionStarted(ExecutionEvent event) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
DefaultExecutionEvent
Holds data relevant for an execution event.
|