|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IQueuedBuildsView
Method Summary | |
---|---|
int |
getCompletedWindow()
The time span for which completed builds remain in the queue during polling. |
IBuildControllerSpec |
getControllerFilter()
The build controller whose queued builds are included in the QueuedBuilds property. |
IBuildDefinitionSpec |
getDefinitionFilter()
The specification of the build definition(s) whose queued builds are included in the QueuedBuilds property. |
QueryOptions |
getQueryOptions()
The query options to use when querying the server. |
IQueuedBuild[] |
getQueuedBuilds()
The queued builds in the team project which match the specified AgentFilter, DefinitionFilter, and StatusFilter. |
java.lang.String |
getRequestedForFilter()
The requestor for which queued builds are included in the QueuedBuilds property. |
QueueStatus |
getStatusFilter()
The queue status(es) for which queued builds are included in the QueuedBuilds property. |
java.lang.String |
getTeamProjectFilter()
The team project whose queued builds are included in the QueuedBuilds property. |
void |
setCompletedWindow(int value)
|
void |
setQueryOptions(QueryOptions value)
|
void |
setRequestedForFilter(java.lang.String value)
|
void |
setStatusFilter(QueueStatus value)
|
Method Detail |
---|
IBuildControllerSpec getControllerFilter()
int getCompletedWindow()
void setCompletedWindow(int value)
IBuildDefinitionSpec getDefinitionFilter()
QueryOptions getQueryOptions()
void setQueryOptions(QueryOptions value)
java.lang.String getRequestedForFilter()
void setRequestedForFilter(java.lang.String value)
QueueStatus getStatusFilter()
void setStatusFilter(QueueStatus value)
java.lang.String getTeamProjectFilter()
IQueuedBuild[] getQueuedBuilds()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |