Uses of Enum
org.apache.maven.execution.ExecutionEvent.Type
Packages that use ExecutionEvent.Type
-
Uses of ExecutionEvent.Type in org.apache.maven.execution
Subclasses with type arguments of type ExecutionEvent.Type in org.apache.maven.executionModifier and TypeClassDescriptionstatic enumThe possible types of execution events.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 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. -
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)