Class RemoteInfoScmResult

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

public class RemoteInfoScmResult extends ScmResult
Since:
1.6
See Also:
  • Field Details

    • branches

      private Map<String,String> branches
      depending on scm informations can be different svn: branch name / remote url
    • tags

      private Map<String,String> tags
      depending on scm informations can be different svn: branch name / remote url
  • Constructor Details

  • Method Details