|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.luntsys.luntbuild.remoting.BuildFacade
Facade of a build in luntbuild system. Mainly used by web service client to operate on properties of a build object.
| Field Summary | |
static int |
FAILED
The build status is failed |
static int |
RUNNING
The build status is running |
static int |
SUCCESS
The build status is successful |
static int |
UNKNOWN
The build status is unknown |
| Constructor Summary | |
BuildFacade()
|
|
| Method Summary | |
java.lang.String |
getBuildLogUrl()
Get url of this build's buid log |
java.util.Date |
getEndDate()
Get end date of this build |
long |
getId()
Get id of this build. |
jva.lang.String |
getRevisionLogUrl()
Get url of this build's revision log |
java.util.Date |
getStartDate()
Get start date of this build |
int |
getStatus()
Get status of this build. |
java.lang.String |
getUrl()
Get url of this build |
java.lang.String |
getVersion()
Get version of this build |
boolean |
isCleanBuild()
Wheter or not this is a clean build |
boolean |
isHaveLabelOnHead()
Whether or not head revisions of this build has been labeled in the vcs repository |
boolean |
isRebuild()
Whether or not this is a rebuild |
void |
setBuildLogUrl(java.lang.String buildLogUrl)
Set url of this build's build log |
void |
setCleanBuild(boolean cleanBuild)
Set whether or not this is a clean build |
void |
setEndDate(java.util.Date endDate)
Set end date of this build |
void |
setHaveLabelOnHead(boolean haveLabelOnHead)
Set the value indicates whether or not head revisions of this build has been labeled in the vcs repository |
void |
setId(long id)
Set id of this build |
void |
setRebuild(boolean rebuild)
Set whether or not this is a rebuild |
void |
setRevisionLogUrl(java.lang.String revisionLogUrl)
Set url of this build's revision log |
void |
setStartDate(java.util.Date startDate)
Set start date of this build |
void |
setStatus(int status)
Set status of this build |
void |
setUrl(java.lang.String url)
Set url of this build |
void |
setVersion(java.lang.String version)
Set version of this build |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int UNKNOWN
public static final int SUCCESS
public static final int FAILED
public static final int RUNNING
| Constructor Detail |
public BuildFacade()
| Method Detail |
public long getId()
public void setId(long id)
id - public int getStatus()
UNKNOWN, SUCCESS,
FAILED, or RUNNINGpublic void setStatus(int status)
status - one value of UNKNOWN, SUCCESS,
FAILED, or RUNNINGpublic java.util.Date getStartDate()
public void setStartDate(java.util.Date startDate)
startDate - public java.util.Date getEndDate()
public void setEndDate(java.util.Date endDate)
endDate - public java.lang.String getVersion()
public void setVersion(java.lang.String version)
version - public boolean isHaveLabelOnHead()
public void setHaveLabelOnHead(boolean haveLabelOnHead)
haveLabelOnHead - public boolean isCleanBuild()
public void setCleanBuild(boolean cleanBuild)
cleanBuild - public boolean isRebuild()
public void setRebuild(boolean rebuild)
rebuild - public java.lang.String getUrl()
public void setUrl(java.lang.String url)
url - public java.lang.String getBuildLogUrl()
public void setBuildLogUrl(java.lang.String buildLogUrl)
buildLogUrl - public java.lang.String getRevisionLogUrl()
public void setRevisionLogUrl(java.lang.String revisionLogUrl)
revisionLogUrl -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||