|
||||||||||
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.ProjectSummary
public class ProjectSummary
Class ProjectSummary.
Constructor Summary | |
---|---|
ProjectSummary()
|
Method Summary | |
---|---|
int |
getBuildInSuccessId()
Get the buildInSuccessId field. |
int |
getBuildNumber()
Get the buildNumber field. |
int |
getId()
Get project id of the project. |
long |
getLastBuildDateTime()
Get last build dateTime of the project. |
String |
getLastBuildDuration()
Get last build duration of the project. |
int |
getLatestBuildId()
Get latest build id of the project. |
String |
getName()
Get name of the project. |
int |
getProjectGroupId()
Get id of the project group this project is a member of. |
String |
getProjectGroupName()
Get name of the project group this project is a member of. |
String |
getProjectType()
Get type of the project. |
int |
getState()
Get lifecycle state of the project. |
String |
getVersion()
Get version of the project. |
boolean |
isInBuildingQueue()
Get true/false depending on if the project is in the build queue or not. |
boolean |
isInCheckoutQueue()
Get true/false depending on if the project is in the checkout queue or not. |
void |
setBuildInSuccessId(int buildInSuccessId)
Set the buildInSuccessId field. |
void |
setBuildNumber(int buildNumber)
Set the buildNumber field. |
void |
setId(int id)
Set project id of the project. |
void |
setInBuildingQueue(boolean inBuildingQueue)
Set true/false depending on if the project is in the build queue or not. |
void |
setInCheckoutQueue(boolean inCheckoutQueue)
Set true/false depending on if the project is in the checkout queue or not. |
void |
setLastBuildDateTime(long lastBuildDateTime)
Set last build dateTime of the project. |
void |
setLastBuildDuration(String lastBuildDuration)
Set last build duration of the project. |
void |
setLatestBuildId(int latestBuildId)
Set latest build id of the project. |
void |
setName(String name)
Set name of the project. |
void |
setProjectGroupId(int projectGroupId)
Set id of the project group this project is a member of. |
void |
setProjectGroupName(String projectGroupName)
Set name of the project group this project is a member of. |
void |
setProjectType(String projectType)
Set type of the project. |
void |
setState(int state)
Set lifecycle state of the project. |
void |
setVersion(String version)
Set version of the project. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProjectSummary()
Method Detail |
---|
public int getBuildInSuccessId()
public int getBuildNumber()
public int getId()
public long getLastBuildDateTime()
public String getLastBuildDuration()
public int getLatestBuildId()
public String getName()
public int getProjectGroupId()
public String getProjectGroupName()
public String getProjectType()
public int getState()
public String getVersion()
public boolean isInBuildingQueue()
public boolean isInCheckoutQueue()
public void setBuildInSuccessId(int buildInSuccessId)
buildInSuccessId
- public void setBuildNumber(int buildNumber)
buildNumber
- public void setId(int id)
id
- public void setInBuildingQueue(boolean inBuildingQueue)
inBuildingQueue
- public void setInCheckoutQueue(boolean inCheckoutQueue)
inCheckoutQueue
- public void setLastBuildDateTime(long lastBuildDateTime)
lastBuildDateTime
- public void setLastBuildDuration(String lastBuildDuration)
lastBuildDuration
- public void setLatestBuildId(int latestBuildId)
latestBuildId
- public void setName(String name)
name
- public void setProjectGroupId(int projectGroupId)
projectGroupId
- public void setProjectGroupName(String projectGroupName)
projectGroupName
- public void setProjectType(String projectType)
projectType
- public void setState(int state)
state
- public void setVersion(String version)
version
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |