public class ScmResult extends Object implements Serializable
public ScmResult(ScmResult scmResult)
scmResult
- not nullpublic ScmResult(String commandLine, String providerMessage, String commandOutput, boolean success)
commandLine
- The provider specific command line usedproviderMessage
- The provider messagecommandOutput
- The command output of the scm toolsuccess
- True if the command is in successpublic boolean isSuccess()
public String getProviderMessage()
public String getCommandOutput()
public String getCommandLine()
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.