Uses of Enum
org.apache.maven.shared.invoker.InvocationRequest.ReactorFailureBehavior
-
Uses of InvocationRequest.ReactorFailureBehavior in org.apache.maven.shared.invoker
Modifier and TypeMethodDescriptionDefaultInvocationRequest.getReactorFailureBehavior()
getReactorFailureBehavior.InvocationRequest.getReactorFailureBehavior()
Gets the failure mode of the Maven invocation.Returns the enum constant of this type with the specified name.InvocationRequest.ReactorFailureBehavior.valueOfByLongOption
(String longOption) Returns the enumeration type which is related to the given long option.InvocationRequest.ReactorFailureBehavior.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionDefaultInvocationRequest.setReactorFailureBehavior
(InvocationRequest.ReactorFailureBehavior failureBehavior) setReactorFailureBehavior.InvocationRequest.setReactorFailureBehavior
(InvocationRequest.ReactorFailureBehavior failureBehavior) Sets the failure mode of the Maven invocation.