|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.continuum.xmlrpc.project.ProjectGroupSummary org.apache.maven.continuum.xmlrpc.project.ProjectGroup
public class ProjectGroup
Class ProjectGroup.
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 |
---|
public ProjectGroup()
Method Detail |
---|
public void addBuildDefinition(BuildDefinition buildDefinition)
buildDefinition
- public void addNotifier(ProjectNotifier projectNotifier)
projectNotifier
- public void addProject(ProjectSummary projectSummary)
projectSummary
- public List<BuildDefinition> getBuildDefinitions()
public List<ProjectNotifier> getNotifiers()
public List<ProjectSummary> getProjects()
public void removeBuildDefinition(BuildDefinition buildDefinition)
buildDefinition
- public void removeNotifier(ProjectNotifier projectNotifier)
projectNotifier
- public void removeProject(ProjectSummary projectSummary)
projectSummary
- public void setBuildDefinitions(List<BuildDefinition> buildDefinitions)
buildDefinitions
- public void setNotifiers(List<ProjectNotifier> notifiers)
notifiers
- public void setProjects(List<ProjectSummary> projects)
projects
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |