Package | Description |
---|---|
org.apache.maven.execution | |
org.apache.maven.lifecycle.internal |
Modifier and Type | Method and 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 | Field and Description |
---|---|
private ExecutionEvent.Type |
DefaultExecutionEvent.type |
Modifier and Type | Method and Description |
---|---|
ExecutionEvent.Type |
DefaultExecutionEvent.getType() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultExecutionEventCatapult.fire(ExecutionEvent.Type eventType,
MavenSession session,
MojoExecution mojoExecution) |
void |
ExecutionEventCatapult.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,
java.lang.Exception exception) |
Constructor and Description |
---|
DefaultExecutionEvent(ExecutionEvent.Type type,
MavenSession session,
MojoExecution mojoExecution,
java.lang.Exception exception) |