Uses of Class
org.apache.maven.continuum.xmlrpc.project.ProjectScmRoot

Packages that use ProjectScmRoot
org.apache.maven.continuum.xmlrpc   
org.apache.maven.continuum.xmlrpc.client   
org.apache.maven.continuum.xmlrpc.server   
 

Uses of ProjectScmRoot in org.apache.maven.continuum.xmlrpc
 

Methods in org.apache.maven.continuum.xmlrpc that return ProjectScmRoot
 ProjectScmRoot ContinuumService.getProjectScmRootByProject(int projectId)
          Get the SCM root for a specific project
 

Methods in org.apache.maven.continuum.xmlrpc that return types with arguments of type ProjectScmRoot
 List<ProjectScmRoot> ContinuumService.getProjectScmRootByProjectGroup(int projectGroupId)
          Get the SCM roots for all projects in a project group
 

Uses of ProjectScmRoot in org.apache.maven.continuum.xmlrpc.client
 

Methods in org.apache.maven.continuum.xmlrpc.client that return ProjectScmRoot
 ProjectScmRoot ContinuumXmlRpcClient.getProjectScmRootByProject(int projectId)
           
 

Methods in org.apache.maven.continuum.xmlrpc.client that return types with arguments of type ProjectScmRoot
 List<ProjectScmRoot> ContinuumXmlRpcClient.getProjectScmRootByProjectGroup(int projectGroupId)
           
 

Uses of ProjectScmRoot in org.apache.maven.continuum.xmlrpc.server
 

Methods in org.apache.maven.continuum.xmlrpc.server that return ProjectScmRoot
 ProjectScmRoot ContinuumServiceImpl.getProjectScmRootByProject(int projectId)
           
 

Methods in org.apache.maven.continuum.xmlrpc.server that return types with arguments of type ProjectScmRoot
 List<ProjectScmRoot> ContinuumServiceImpl.getProjectScmRootByProjectGroup(int projectGroupId)
           
 



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