Uses of Enum Class
org.apache.maven.execution.ExecutionEvent.Type
Packages that use ExecutionEvent.Type
Package
Description
-
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 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.internal.impl
Methods in org.apache.maven.internal.impl with parameters of type ExecutionEvent.TypeModifier and TypeMethodDescriptionprotected org.apache.maven.api.EventTypeEventSpyImpl.convert(ExecutionEvent.Type type) Simple "conversion" from Maven3 event type enum to Maven4 enum. -
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)