| Package | Description |
|---|---|
| org.apache.maven.execution | |
| org.apache.maven.lifecycle.internal |
| Modifier and Type | Method | Description |
|---|---|---|
ExecutionEvent.Type |
ExecutionEvent.getType() |
Gets the type of the event.
|
static ExecutionEvent.Type |
ExecutionEvent.Type.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ExecutionEvent.Type[] |
ExecutionEvent.Type.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
DefaultExecutionEventCatapult.fire(ExecutionEvent.Type eventType,
MavenSession session,
MojoExecution mojoExecution) |
|
void |
DefaultExecutionEventCatapult.fire(ExecutionEvent.Type eventType,
MavenSession session,
MojoExecution mojoExecution,
java.lang.Exception exception) |
|
void |
ExecutionEventCatapult.fire(ExecutionEvent.Type eventType,
MavenSession session,
MojoExecution mojoExecution) |
|
void |
ExecutionEventCatapult.fire(ExecutionEvent.Type eventType,
MavenSession session,
MojoExecution mojoExecution,
java.lang.Exception exception) |