public class ScmResult extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
PASSWORD_PLACE_HOLDER |
public static final String PASSWORD_PLACE_HOLDER
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–2018 The Apache Software Foundation. All rights reserved.