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

java.lang.Object
  extended by org.apache.maven.continuum.xmlrpc.project.ProjectGroupSummary
      extended by org.apache.maven.continuum.xmlrpc.project.ProjectGroup
All Implemented Interfaces:
Serializable

public class ProjectGroup
extends ProjectGroupSummary
implements Serializable

Class ProjectGroup.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
ProjectGroup()
           
 
Method Summary
 void addBuildDefinition(BuildDefinition buildDefinition)
          Method addBuildDefinition.
 void addNotifier(ProjectNotifier projectNotifier)
          Method addNotifier.
 void addProject(ProjectSummary projectSummary)
          Method addProject.
 List<BuildDefinition> getBuildDefinitions()
          Method getBuildDefinitions.
 List<ProjectNotifier> getNotifiers()
          Method getNotifiers.
 List<ProjectSummary> getProjects()
          Method getProjects.
 void removeBuildDefinition(BuildDefinition buildDefinition)
          Method removeBuildDefinition.
 void removeNotifier(ProjectNotifier projectNotifier)
          Method removeNotifier.
 void removeProject(ProjectSummary projectSummary)
          Method removeProject.
 void setBuildDefinitions(List<BuildDefinition> buildDefinitions)
          Set the buildDefinitions field.
 void setNotifiers(List<ProjectNotifier> notifiers)
          Set the notifiers field.
 void setProjects(List<ProjectSummary> projects)
          Set the projects field.
 
Methods inherited from class org.apache.maven.continuum.xmlrpc.project.ProjectGroupSummary
equals, getDescription, getGroupId, getId, getLocalRepository, getName, hashCode, setDescription, setGroupId, setId, setLocalRepository, setName, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProjectGroup

public ProjectGroup()
Method Detail

addBuildDefinition

public void addBuildDefinition(BuildDefinition buildDefinition)
Method addBuildDefinition.

Parameters:
buildDefinition -

addNotifier

public void addNotifier(ProjectNotifier projectNotifier)
Method addNotifier.

Parameters:
projectNotifier -

addProject

public void addProject(ProjectSummary projectSummary)
Method addProject.

Parameters:
projectSummary -

getBuildDefinitions

public List<BuildDefinition> getBuildDefinitions()
Method getBuildDefinitions.

Returns:
List

getNotifiers

public List<ProjectNotifier> getNotifiers()
Method getNotifiers.

Returns:
List

getProjects

public List<ProjectSummary> getProjects()
Method getProjects.

Returns:
List

removeBuildDefinition

public void removeBuildDefinition(BuildDefinition buildDefinition)
Method removeBuildDefinition.

Parameters:
buildDefinition -

removeNotifier

public void removeNotifier(ProjectNotifier projectNotifier)
Method removeNotifier.

Parameters:
projectNotifier -

removeProject

public void removeProject(ProjectSummary projectSummary)
Method removeProject.

Parameters:
projectSummary -

setBuildDefinitions

public void setBuildDefinitions(List<BuildDefinition> buildDefinitions)
Set the buildDefinitions field.

Parameters:
buildDefinitions -

setNotifiers

public void setNotifiers(List<ProjectNotifier> notifiers)
Set the notifiers field.

Parameters:
notifiers -

setProjects

public void setProjects(List<ProjectSummary> projects)
Set the projects field.

Parameters:
projects -


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