Uses of Enum
org.apache.maven.shared.invoker.InvocationRequest.ReactorFailureBehavior
- 
Uses of InvocationRequest.ReactorFailureBehavior in org.apache.maven.shared.invokerMethods in org.apache.maven.shared.invoker that return InvocationRequest.ReactorFailureBehaviorModifier 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.Methods in org.apache.maven.shared.invoker with parameters of type InvocationRequest.ReactorFailureBehaviorModifier and TypeMethodDescriptionDefaultInvocationRequest.setReactorFailureBehavior(InvocationRequest.ReactorFailureBehavior failureBehavior) setReactorFailureBehavior.InvocationRequest.setReactorFailureBehavior(InvocationRequest.ReactorFailureBehavior failureBehavior) Sets the failure mode of the Maven invocation.