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

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

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

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

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

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

Methods in org.apache.maven.continuum.xmlrpc that return ProjectGroupSummary
 ProjectGroupSummary ContinuumService.addProjectGroup(String groupName, String groupId, String description)
          Add a project Group.
 ProjectGroupSummary ContinuumService.getProjectGroupSummary(int projectGroupId)
          Get a project group.
 ProjectGroupSummary ContinuumService.updateProjectGroup(ProjectGroupSummary projectGroup)
          Update a project Group.
 

Methods in org.apache.maven.continuum.xmlrpc that return types with arguments of type ProjectGroupSummary
 List<ProjectGroupSummary> ContinuumService.getAllProjectGroups()
          Get all project groups.
 

Methods in org.apache.maven.continuum.xmlrpc with parameters of type ProjectGroupSummary
 ProjectGroupSummary ContinuumService.updateProjectGroup(ProjectGroupSummary projectGroup)
          Update a project Group.
 

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

Methods in org.apache.maven.continuum.xmlrpc.client that return ProjectGroupSummary
 ProjectGroupSummary ContinuumXmlRpcClient.addProjectGroup(ProjectGroupSummary pg)
           
 ProjectGroupSummary ContinuumXmlRpcClient.addProjectGroup(String groupName, String groupId, String description)
           
 ProjectGroupSummary ContinuumXmlRpcClient.getProjectGroupSummary(int projectGroupId)
           
 ProjectGroupSummary ContinuumXmlRpcClient.refreshProjectGroupSummary(ProjectGroupSummary projectGroup)
           
 ProjectGroupSummary ContinuumXmlRpcClient.updateProjectGroup(ProjectGroupSummary projectGroup)
           
 

Methods in org.apache.maven.continuum.xmlrpc.client that return types with arguments of type ProjectGroupSummary
 List<ProjectGroupSummary> ContinuumXmlRpcClient.getAllProjectGroups()
           
 

Methods in org.apache.maven.continuum.xmlrpc.client with parameters of type ProjectGroupSummary
 ProjectGroupSummary ContinuumXmlRpcClient.addProjectGroup(ProjectGroupSummary pg)
           
static void SampleClient.printProjectGroupSummary(ProjectGroupSummary pg)
           
 ProjectGroupSummary ContinuumXmlRpcClient.refreshProjectGroupSummary(ProjectGroupSummary projectGroup)
           
 ProjectGroup ContinuumXmlRpcClient.refreshProjectGroupSummaryWithProjects(ProjectGroupSummary projectGroup)
           
 ProjectGroupSummary ContinuumXmlRpcClient.updateProjectGroup(ProjectGroupSummary projectGroup)
           
 

Uses of ProjectGroupSummary in org.apache.maven.continuum.xmlrpc.project
 

Subclasses of ProjectGroupSummary in org.apache.maven.continuum.xmlrpc.project
 class ProjectGroup
          Class ProjectGroup.
 

Methods in org.apache.maven.continuum.xmlrpc.project that return ProjectGroupSummary
 ProjectGroupSummary ProjectSummary.getProjectGroup()
          Get the projectGroup field.
 

Methods in org.apache.maven.continuum.xmlrpc.project that return types with arguments of type ProjectGroupSummary
 List<ProjectGroupSummary> AddingResult.getProjectGroups()
          Method getProjectGroups.
 

Methods in org.apache.maven.continuum.xmlrpc.project with parameters of type ProjectGroupSummary
 void AddingResult.addProjectGroup(ProjectGroupSummary projectGroupSummary)
          Method addProjectGroup.
 void AddingResult.removeProjectGroup(ProjectGroupSummary projectGroupSummary)
          Method removeProjectGroup.
 void ProjectSummary.setProjectGroup(ProjectGroupSummary projectGroup)
          Set the projectGroup field.
 

Method parameters in org.apache.maven.continuum.xmlrpc.project with type arguments of type ProjectGroupSummary
 void AddingResult.setProjectGroups(List<ProjectGroupSummary> projectGroups)
          Set the projectGroups field.
 

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

Methods in org.apache.maven.continuum.xmlrpc.server that return ProjectGroupSummary
 ProjectGroupSummary ContinuumServiceImpl.addProjectGroup(String groupName, String groupId, String description)
           
 ProjectGroupSummary ContinuumServiceImpl.getProjectGroupSummary(int projectGroupId)
           
 ProjectGroupSummary ContinuumServiceImpl.updateProjectGroup(ProjectGroupSummary projectGroup)
           
 

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

Methods in org.apache.maven.continuum.xmlrpc.server with parameters of type ProjectGroupSummary
 ProjectGroupSummary ContinuumServiceImpl.updateProjectGroup(ProjectGroupSummary projectGroup)
           
 



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