Modifier and Type | Method and Description |
---|---|
InvocationRequest.ReactorFailureBehavior |
InvocationRequest.getReactorFailureBehavior()
Gets the failure mode of the Maven invocation.
|
InvocationRequest.ReactorFailureBehavior |
DefaultInvocationRequest.getReactorFailureBehavior() |
static InvocationRequest.ReactorFailureBehavior |
InvocationRequest.ReactorFailureBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InvocationRequest.ReactorFailureBehavior |
InvocationRequest.ReactorFailureBehavior.valueOfByLongOption(String longOption)
Returns the enumeration type which is related to the given long option.
|
static InvocationRequest.ReactorFailureBehavior[] |
InvocationRequest.ReactorFailureBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
InvocationRequest |
InvocationRequest.setReactorFailureBehavior(InvocationRequest.ReactorFailureBehavior failureBehavior)
Sets the failure mode of the Maven invocation.
|
InvocationRequest |
DefaultInvocationRequest.setReactorFailureBehavior(InvocationRequest.ReactorFailureBehavior failureBehavior) |
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.