|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.continuum.model.project.v1_0_9.ContinuumDatabase
public class ContinuumDatabase
Class ContinuumDatabase.
| Constructor Summary | |
|---|---|
ContinuumDatabase()
|
|
| Method Summary | |
|---|---|
void |
addProjectGroup(ProjectGroup projectGroup)
Method addProjectGroup. |
void |
addSchedule(Schedule schedule)
Method addSchedule. |
String |
getModelEncoding()
Get the modelEncoding field. |
List<ProjectGroup> |
getProjectGroups()
Method getProjectGroups. |
List<Schedule> |
getSchedules()
Method getSchedules. |
SystemConfiguration |
getSystemConfiguration()
Get the systemConfiguration field. |
void |
removeProjectGroup(ProjectGroup projectGroup)
Method removeProjectGroup. |
void |
removeSchedule(Schedule schedule)
Method removeSchedule. |
void |
setModelEncoding(String modelEncoding)
Set the modelEncoding field. |
void |
setProjectGroups(List<ProjectGroup> projectGroups)
Set the projectGroups field. |
void |
setSchedules(List<Schedule> schedules)
Set the schedules field. |
void |
setSystemConfiguration(SystemConfiguration systemConfiguration)
Set the systemConfiguration field. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ContinuumDatabase()
| Method Detail |
|---|
public void addProjectGroup(ProjectGroup projectGroup)
projectGroup - public void addSchedule(Schedule schedule)
schedule - public String getModelEncoding()
public List<ProjectGroup> getProjectGroups()
public List<Schedule> getSchedules()
public SystemConfiguration getSystemConfiguration()
public void removeProjectGroup(ProjectGroup projectGroup)
projectGroup - public void removeSchedule(Schedule schedule)
schedule - public void setModelEncoding(String modelEncoding)
modelEncoding - public void setProjectGroups(List<ProjectGroup> projectGroups)
projectGroups - public void setSchedules(List<Schedule> schedules)
schedules - public void setSystemConfiguration(SystemConfiguration systemConfiguration)
systemConfiguration -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||