Enum Class ExecutionEvent.Type

java.lang.Object
java.lang.Enum<ExecutionEvent.Type>
org.apache.maven.execution.ExecutionEvent.Type
All Implemented Interfaces:
Serializable, Comparable<ExecutionEvent.Type>, Constable
Enclosing interface:
ExecutionEvent

public static enum ExecutionEvent.Type extends Enum<ExecutionEvent.Type>
The possible types of execution events. Note: do not modify this enum, or, make sure that this enum and EventType have same elements in same order.