org.apache.maven.scm.command.remoteinfo
Class RemoteInfoScmResult

java.lang.Object
  extended by org.apache.maven.scm.ScmResult
      extended by org.apache.maven.scm.command.remoteinfo.RemoteInfoScmResult
All Implemented Interfaces:
Serializable

public class RemoteInfoScmResult
extends ScmResult

Since:
1.6
Author:
Olivier Lamy
See Also:
Serialized Form

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

RemoteInfoScmResult

public RemoteInfoScmResult(String commandLine,
                           String providerMessage,
                           String commandOutput,
                           boolean success)

RemoteInfoScmResult

public RemoteInfoScmResult(String commandLine,
                           Map<String,String> branches,
                           Map<String,String> tags)
Method Detail

getBranches

public Map<String,String> getBranches()

setBranches

public void setBranches(Map<String,String> branches)

getTags

public Map<String,String> getTags()

setTags

public void setTags(Map<String,String> tags)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.