public static enum ExecutionEvent.Type extends Enum<ExecutionEvent.Type>
Modifier and Type | Method and Description |
---|---|
static ExecutionEvent.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecutionEvent.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExecutionEvent.Type ProjectDiscoveryStarted
public static final ExecutionEvent.Type SessionStarted
public static final ExecutionEvent.Type SessionEnded
public static final ExecutionEvent.Type ProjectSkipped
public static final ExecutionEvent.Type ProjectStarted
public static final ExecutionEvent.Type ProjectSucceeded
public static final ExecutionEvent.Type ProjectFailed
public static final ExecutionEvent.Type MojoSkipped
public static final ExecutionEvent.Type MojoStarted
public static final ExecutionEvent.Type MojoSucceeded
public static final ExecutionEvent.Type MojoFailed
public static final ExecutionEvent.Type ForkStarted
public static final ExecutionEvent.Type ForkSucceeded
public static final ExecutionEvent.Type ForkFailed
public static final ExecutionEvent.Type ForkedProjectStarted
public static final ExecutionEvent.Type ForkedProjectSucceeded
public static final ExecutionEvent.Type ForkedProjectFailed
public static ExecutionEvent.Type[] values()
for (ExecutionEvent.Type c : ExecutionEvent.Type.values()) System.out.println(c);
public static ExecutionEvent.Type valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullCopyright © 2001–2015 The Apache Software Foundation. All rights reserved.