public class RemoteInfoScmResult extends ScmResult
PASSWORD_PLACE_HOLDER| Constructor and Description |
|---|
RemoteInfoScmResult(String commandLine,
Map<String,String> branches,
Map<String,String> tags) |
RemoteInfoScmResult(String commandLine,
String providerMessage,
String commandOutput,
boolean success) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getBranches() |
Map<String,String> |
getTags() |
void |
setBranches(Map<String,String> branches) |
void |
setTags(Map<String,String> tags) |
String |
toString() |
getCommandLine, getCommandOutput, getProviderMessage, isSuccesspublic RemoteInfoScmResult(String commandLine, String providerMessage, String commandOutput, boolean success)
Copyright © 2003–2018 The Apache Software Foundation. All rights reserved.