|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.continuum.web.model.GroupSummary
public class GroupSummary
Class GroupSummary.
Constructor Summary | |
---|---|
GroupSummary()
|
Method Summary | |
---|---|
void |
addProject(ProjectSummary projectSummary)
Method addProject. |
String |
getDescription()
Get description of the project group. |
String |
getGroupId()
Get maven groupId of the project group. |
int |
getId()
Get internal continuum group id. |
String |
getName()
Get name of the project group. |
String |
getNextScheduledBuild()
Get timestamp for the next scheduled build. |
int |
getNumErrors()
Get number of errored builds in the project group. |
int |
getNumFailures()
Get number of failed builds in the project group. |
int |
getNumProjects()
Get the number of projects in the project group. |
int |
getNumSuccesses()
Get number of successful builds in the project group. |
List<ProjectSummary> |
getProjects()
Method getProjects. |
String |
getProjectType()
Get the type of project, maven2/maven1/ant/shell. |
int |
getRepositoryId()
Get local repository id of the project group. |
String |
getRepositoryName()
Get local repository name of the project group. |
String |
getStatusMessage()
Get a status message like, (building project X). |
void |
removeProject(ProjectSummary projectSummary)
Method removeProject. |
void |
setDescription(String description)
Set description of the project group. |
void |
setGroupId(String groupId)
Set maven groupId of the project group. |
void |
setId(int id)
Set internal continuum group id. |
void |
setName(String name)
Set name of the project group. |
void |
setNextScheduledBuild(String nextScheduledBuild)
Set timestamp for the next scheduled build. |
void |
setNumErrors(int numErrors)
Set number of errored builds in the project group. |
void |
setNumFailures(int numFailures)
Set number of failed builds in the project group. |
void |
setNumProjects(int numProjects)
Set the number of projects in the project group. |
void |
setNumSuccesses(int numSuccesses)
Set number of successful builds in the project group. |
void |
setProjects(List<ProjectSummary> projects)
Set the projects field. |
void |
setProjectType(String projectType)
Set the type of project, maven2/maven1/ant/shell. |
void |
setRepositoryId(int repositoryId)
Set local repository id of the project group. |
void |
setRepositoryName(String repositoryName)
Set local repository name of the project group. |
void |
setStatusMessage(String statusMessage)
Set a status message like, (building project X). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GroupSummary()
Method Detail |
---|
public void addProject(ProjectSummary projectSummary)
projectSummary
- public String getDescription()
public String getGroupId()
public int getId()
public String getName()
public String getNextScheduledBuild()
public int getNumErrors()
public int getNumFailures()
public int getNumProjects()
public int getNumSuccesses()
public String getProjectType()
public List<ProjectSummary> getProjects()
public int getRepositoryId()
public String getRepositoryName()
public String getStatusMessage()
public void removeProject(ProjectSummary projectSummary)
projectSummary
- public void setDescription(String description)
description
- public void setGroupId(String groupId)
groupId
- public void setId(int id)
id
- public void setName(String name)
name
- public void setNextScheduledBuild(String nextScheduledBuild)
nextScheduledBuild
- public void setNumErrors(int numErrors)
numErrors
- public void setNumFailures(int numFailures)
numFailures
- public void setNumProjects(int numProjects)
numProjects
- public void setNumSuccesses(int numSuccesses)
numSuccesses
- public void setProjectType(String projectType)
projectType
- public void setProjects(List<ProjectSummary> projects)
projects
- public void setRepositoryId(int repositoryId)
repositoryId
- public void setRepositoryName(String repositoryName)
repositoryName
- public void setStatusMessage(String statusMessage)
statusMessage
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |