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

Packages that use ProjectGroup
org.apache.continuum.xmlrpc.release   
org.apache.maven.continuum.xmlrpc   
org.apache.maven.continuum.xmlrpc.client   
org.apache.maven.continuum.xmlrpc.server   
 

Uses of ProjectGroup in org.apache.continuum.xmlrpc.release
 

Methods in org.apache.continuum.xmlrpc.release that return ProjectGroup
 ProjectGroup ContinuumReleaseResult.getProjectGroup()
          Get the projectGroup field.
 

Methods in org.apache.continuum.xmlrpc.release with parameters of type ProjectGroup
 void ContinuumReleaseResult.setProjectGroup(ProjectGroup projectGroup)
          Set the projectGroup field.
 

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

Methods in org.apache.maven.continuum.xmlrpc that return ProjectGroup
 ProjectGroup ContinuumService.getProjectGroup(int projectGroupId)
          Get a project groups.
 ProjectGroup ContinuumService.getProjectGroupWithProjects(int projectGroupId)
          Get a project group with all details.
 

Methods in org.apache.maven.continuum.xmlrpc that return types with arguments of type ProjectGroup
 List<ProjectGroup> ContinuumService.getAllProjectGroupsWithAllDetails()
          Get all project groups with all details (project summaries, notifiers, build definitions).
 List<ProjectGroup> ContinuumService.getAllProjectGroupsWithProjects()
          Deprecated.  
 

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

Methods in org.apache.maven.continuum.xmlrpc.client that return ProjectGroup
 ProjectGroup ContinuumXmlRpcClient.getProjectGroup(int projectGroupId)
           
 ProjectGroup ContinuumXmlRpcClient.getProjectGroupWithProjects(int projectGroupId)
           
 ProjectGroup ContinuumXmlRpcClient.refreshProjectGroupSummaryWithProjects(ProjectGroupSummary projectGroup)
           
 

Methods in org.apache.maven.continuum.xmlrpc.client that return types with arguments of type ProjectGroup
 List<ProjectGroup> ContinuumXmlRpcClient.getAllProjectGroupsWithAllDetails()
           
 List<ProjectGroup> ContinuumXmlRpcClient.getAllProjectGroupsWithProjects()
          Deprecated.  
 

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

Methods in org.apache.maven.continuum.xmlrpc.server that return ProjectGroup
 ProjectGroup ContinuumServiceImpl.getProjectGroup(int projectGroupId)
           
 ProjectGroup ContinuumServiceImpl.getProjectGroupWithProjects(int projectGroupId)
           
 

Methods in org.apache.maven.continuum.xmlrpc.server that return types with arguments of type ProjectGroup
 List<ProjectGroup> ContinuumServiceImpl.getAllProjectGroupsWithAllDetails()
           
 List<ProjectGroup> ContinuumServiceImpl.getAllProjectGroupsWithProjects()
           
 



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