|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

java.lang.Objectorg.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. |
java.util.List |
getBuildDefinitions()
Method getBuildDefinitions. |
java.lang.String |
getModelEncoding()
|
java.util.List |
getNotifiers()
Method getNotifiers. |
java.util.List |
getProjects()
Method getProjects. |
void |
removeBuildDefinition(BuildDefinition buildDefinition)
Method removeBuildDefinition. |
void |
removeNotifier(ProjectNotifier projectNotifier)
Method removeNotifier. |
void |
removeProject(ProjectSummary projectSummary)
Method removeProject. |
void |
setBuildDefinitions(java.util.List buildDefinitions)
Set the buildDefinitions field. |
void |
setModelEncoding(java.lang.String modelEncoding)
Set an encoding used for reading/writing the model. |
void |
setNotifiers(java.util.List notifiers)
Set the notifiers field. |
void |
setProjects(java.util.List 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 java.util.List getBuildDefinitions()
public java.util.List getNotifiers()
public java.util.List getProjects()
public void removeBuildDefinition(BuildDefinition buildDefinition)
buildDefinition - public void removeNotifier(ProjectNotifier projectNotifier)
projectNotifier - public void removeProject(ProjectSummary projectSummary)
projectSummary - public void setBuildDefinitions(java.util.List buildDefinitions)
buildDefinitions - public void setNotifiers(java.util.List notifiers)
notifiers - public void setProjects(java.util.List projects)
projects - public void setModelEncoding(java.lang.String modelEncoding)
setModelEncoding in class ProjectGroupSummarymodelEncoding - the encoding used when reading/writing the model.public java.lang.String getModelEncoding()
getModelEncoding in class ProjectGroupSummary
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||