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 enum
The 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.Type
Returns 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 EventType
EventSpyImpl.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 TypeMethodDescriptionvoid
DefaultExecutionEventCatapult.fire
(ExecutionEvent.Type eventType, MavenSession session, MojoExecution mojoExecution) void
DefaultExecutionEventCatapult.fire
(ExecutionEvent.Type eventType, MavenSession session, MojoExecution mojoExecution, Exception exception) void
ExecutionEventCatapult.fire
(ExecutionEvent.Type eventType, MavenSession session, MojoExecution mojoExecution) void
ExecutionEventCatapult.fire
(ExecutionEvent.Type eventType, MavenSession session, MojoExecution mojoExecution, Exception exception)