|
||||||||||
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.ProjectBuildsSummary
public class ProjectBuildsSummary
Class ProjectBuildsSummary.
Constructor Summary | |
---|---|
ProjectBuildsSummary()
|
Method Summary | |
---|---|
long |
getBuildDate()
Get the buildDate field. |
int |
getBuildState()
Get the buildState field. |
String |
getBuildTriggeredBy()
Get the buildTriggeredBy field. |
String |
getProjectGroupName()
Get the projectGroupName field. |
String |
getProjectName()
Get the projectName field. |
void |
setBuildDate(long buildDate)
Set the buildDate field. |
void |
setBuildState(int buildState)
Set the buildState field. |
void |
setBuildTriggeredBy(String buildTriggeredBy)
Set the buildTriggeredBy field. |
void |
setProjectGroupName(String projectGroupName)
Set the projectGroupName field. |
void |
setProjectName(String projectName)
Set the projectName field. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProjectBuildsSummary()
Method Detail |
---|
public long getBuildDate()
public int getBuildState()
public String getBuildTriggeredBy()
public String getProjectGroupName()
public String getProjectName()
public void setBuildDate(long buildDate)
buildDate
- public void setBuildState(int buildState)
buildState
- public void setBuildTriggeredBy(String buildTriggeredBy)
buildTriggeredBy
- public void setProjectGroupName(String projectGroupName)
projectGroupName
- public void setProjectName(String projectName)
projectName
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |