|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.scm.ScmResult
org.apache.maven.scm.command.remoteinfo.RemoteInfoScmResult
public class RemoteInfoScmResult
| Constructor Summary | |
|---|---|
RemoteInfoScmResult(String commandLine,
Map<String,String> branches,
Map<String,String> tags)
|
|
RemoteInfoScmResult(String commandLine,
String providerMessage,
String commandOutput,
boolean success)
|
|
| Method Summary | |
|---|---|
Map<String,String> |
getBranches()
|
Map<String,String> |
getTags()
|
void |
setBranches(Map<String,String> branches)
|
void |
setTags(Map<String,String> tags)
|
String |
toString()
|
| Methods inherited from class org.apache.maven.scm.ScmResult |
|---|
getCommandLine, getCommandOutput, getProviderMessage, isSuccess |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RemoteInfoScmResult(String commandLine,
String providerMessage,
String commandOutput,
boolean success)
public RemoteInfoScmResult(String commandLine,
Map<String,String> branches,
Map<String,String> tags)
| Method Detail |
|---|
public Map<String,String> getBranches()
public void setBranches(Map<String,String> branches)
public Map<String,String> getTags()
public void setTags(Map<String,String> tags)
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||