Uses of Enum Class
org.apache.maven.execution.ExecutionEvent.Type
Packages that use ExecutionEvent.Type
-
Uses of ExecutionEvent.Type in org.apache.maven.execution
Methods in org.apache.maven.execution that return ExecutionEvent.TypeModifier and TypeMethodDescriptionExecutionEvent.getType()Gets the type of the event.static ExecutionEvent.TypeReturns the enum constant of this class with the specified name.static ExecutionEvent.Type[]ExecutionEvent.Type.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ExecutionEvent.Type in org.apache.maven.lifecycle.internal
Methods in org.apache.maven.lifecycle.internal with parameters of type ExecutionEvent.TypeModifier and TypeMethodDescriptionvoidDefaultExecutionEventCatapult.fire(ExecutionEvent.Type eventType, MavenSession session, MojoExecution mojoExecution) voidDefaultExecutionEventCatapult.fire(ExecutionEvent.Type eventType, MavenSession session, MojoExecution mojoExecution, Exception exception) voidExecutionEventCatapult.fire(ExecutionEvent.Type eventType, MavenSession session, MojoExecution mojoExecution) voidExecutionEventCatapult.fire(ExecutionEvent.Type eventType, MavenSession session, MojoExecution mojoExecution, Exception exception)