Uses of Class
org.apache.maven.execution.ExecutionEvent.Type
-
Packages that use ExecutionEvent.Type Package Description org.apache.maven.execution org.apache.maven.lifecycle.internal -
-
Uses of ExecutionEvent.Type in org.apache.maven.execution
Methods in org.apache.maven.execution that return ExecutionEvent.Type Modifier and Type Method Description ExecutionEvent.TypeExecutionEvent. getType()Gets the type of the event.static ExecutionEvent.TypeExecutionEvent.Type. valueOf(java.lang.String name)Returns 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.Type Modifier and Type Method Description voidDefaultExecutionEventCatapult. fire(ExecutionEvent.Type eventType, MavenSession session, MojoExecution mojoExecution)voidDefaultExecutionEventCatapult. fire(ExecutionEvent.Type eventType, MavenSession session, MojoExecution mojoExecution, java.lang.Exception exception)voidExecutionEventCatapult. fire(ExecutionEvent.Type eventType, MavenSession session, MojoExecution mojoExecution)voidExecutionEventCatapult. fire(ExecutionEvent.Type eventType, MavenSession session, MojoExecution mojoExecution, java.lang.Exception exception)
-