public interface ExecutionEvent
| Modifier and Type | Interface | Description |
|---|---|---|
static class |
ExecutionEvent.Type |
The possible types of execution events.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Exception |
getException() |
Gets the exception that caused the event (if any).
|
MojoExecution |
getMojoExecution() |
Gets the current mojo execution (if any).
|
MavenProject |
getProject() |
Gets the current project (if any).
|
MavenSession |
getSession() |
Gets the session from which this event originates.
|
ExecutionEvent.Type |
getType() |
Gets the type of the event.
|
ExecutionEvent.Type getType()
null.MavenSession getSession()
null.MavenProject getProject()
null if not applicable.MojoExecution getMojoExecution()
null if not applicable.java.lang.Exception getException()
null if none.