|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProjectGroup | |
|---|---|
| org.apache.maven.continuum.xmlrpc | |
| org.apache.maven.continuum.xmlrpc.client | |
| org.apache.maven.continuum.xmlrpc.server | |
| 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()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||