public class RemoteInfoScmResult extends ScmResult
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, isSuccess
public RemoteInfoScmResult(String commandLine, String providerMessage, String commandOutput, boolean success)
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.