org.apache.maven.scm
public class ScmResult extends Object
Version: $Id: ScmResult.java 381352 2006-02-27 15:00:06Z evenisse $
Constructor Summary | |
---|---|
ScmResult(ScmResult scmResult)
Copy constructor.
| |
ScmResult(String commandLine, String providerMessage, String commandOutput, boolean success) |
Method Summary | |
---|---|
String | getCommandLine() |
String | getCommandOutput() |
String | getProviderMessage() |
boolean | isSuccess() |
Returns: The actual provider specific command that resulted in this
Returns: Output from Std.Out from the provider during execution of the command that resulted in this
Returns: A message from the provider. On success this would typically be null or an empty string. On failure it would be the error message from the provider