|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.luntsys.luntbuild.remoting.SearchCriteria
This class is used to stands for a search criteria when searching for builds
| Constructor Summary | |
SearchCriteria()
|
|
| Method Summary | |
long |
getBuildScheduleId()
Get build schedule id inside which to search builds |
java.util.Date |
getFrom()
Get start date to search builds on |
int |
getStatus()
Get build status to search |
java.util.Date |
getTo()
Get end date to search builds on |
java.lang.String |
getVersion()
Get version to search |
boolean |
isExactMatch()
Get whether or not perform exact match on version when searches build |
void |
setBuildScheduleId(long buildScheduleId)
Set build schedule id inside which to search builds |
void |
setExactMatch(boolean exactMatch)
Set whether or not perform exact match on version when searches build |
void |
setFrom(java.util.Date from)
Set start date to search builds on |
void |
setStatus(int status)
Set build status to search |
void |
setTo(java.util.Date to)
Set end date to search builds on |
void |
setVersion(java.lang.String version)
Set version to search |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SearchCriteria()
| Method Detail |
public java.lang.String getVersion()
public boolean isExactMatch()
public void setExactMatch(boolean exactMatch)
exactMatch - public void setVersion(java.lang.String version)
version - public java.util.Date getFrom()
public void setFrom(java.util.Date from)
from - public java.util.Date getTo()
public void setTo(java.util.Date to)
to - public long getBuildScheduleId()
public void setBuildScheduleId(long buildScheduleId)
buildScheduleId - public int getStatus()
BuildFacade.SUCCESS, BuildFacade.FAILED,
BuildFacade.RUNNING, BuildFacade.UNKNOWNpublic void setStatus(int status)
status -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||