Uses of Interface
org.apache.maven.shared.invoker.InvocationResult
-
-
Uses of InvocationResult in org.apache.maven.shared.invoker
Classes in org.apache.maven.shared.invoker that implement InvocationResult Modifier and Type Class Description classDefaultInvocationResultDescribes the result of a Maven invocation.Methods in org.apache.maven.shared.invoker that return InvocationResult Modifier and Type Method Description InvocationResultDefaultInvoker. execute(InvocationRequest request)InvocationResultInvoker. execute(InvocationRequest request)Executes Maven using the parameters specified by the given invocation request.
-