com.microsoft.tfs.core.clients.build
Interface IQueuedBuildsView


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

getControllerFilter

IBuildControllerSpec getControllerFilter()
The build controller whose queued builds are included in the QueuedBuilds property.

Returns:

getCompletedWindow

int getCompletedWindow()
The time span for which completed builds remain in the queue during polling.

Returns:

setCompletedWindow

void setCompletedWindow(int value)

getDefinitionFilter

IBuildDefinitionSpec getDefinitionFilter()
The specification of the build definition(s) whose queued builds are included in the QueuedBuilds property.

Returns:

getQueryOptions

QueryOptions getQueryOptions()
The query options to use when querying the server.

Returns:

setQueryOptions

void setQueryOptions(QueryOptions value)

getRequestedForFilter

java.lang.String getRequestedForFilter()
The requestor for which queued builds are included in the QueuedBuilds property.

Returns:

setRequestedForFilter

void setRequestedForFilter(java.lang.String value)

getStatusFilter

QueueStatus getStatusFilter()
The queue status(es) for which queued builds are included in the QueuedBuilds property.

Returns:

setStatusFilter

void setStatusFilter(QueueStatus value)

getTeamProjectFilter

java.lang.String getTeamProjectFilter()
The team project whose queued builds are included in the QueuedBuilds property.

Returns:

getQueuedBuilds

IQueuedBuild[] getQueuedBuilds()
The queued builds in the team project which match the specified AgentFilter, DefinitionFilter, and StatusFilter. Both the array and the individual IQueuedBuild items are updated in place during polling and during manual refreshes.

Returns:


© 2015 Microsoft. All rights reserved.