public final class DefaultInvocationResult extends Object implements InvocationResult
| Modifier and Type | Method and Description |
|---|---|
org.apache.maven.shared.utils.cli.CommandLineException |
getExecutionException()
Getter for the field
executionException. |
int |
getExitCode()
Getter for the field
exitCode. |
public int getExitCode()
Getter for the field exitCode.
getExitCode in interface InvocationResultpublic org.apache.maven.shared.utils.cli.CommandLineException getExecutionException()
Getter for the field executionException.
getExecutionException in interface InvocationResultCommandLineException object.Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.