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


public interface IQueuedBuildSpec


Method Summary
 int getCompletedAge()
          Gets or sets the window used to query for completed builds.
 IBuildControllerSpec getControllerSpec()
          Gets the controller spec for this build queue specification.
 IBuildDefinitionSpec getDefinitionSpec()
          Gets the definition spec for this build queue specification.
 java.lang.String[] getDefinitionURIs()
          Gets the definitioin URIs for this build queue specification.
 QueryOptions getQueryOptions()
          Gets or sets the query options used for this queue query.
 java.lang.String getRequestedFor()
          The user for whom the build was requested.
 QueueStatus getStatus()
          Gets or sets the status filter used for this queue query.
 void setCompletedAge(int value)
           
 void setQueryOptions(QueryOptions value)
           
 void setRequestedFor(java.lang.String value)
           
 void setStatus(QueueStatus value)
           
 

Method Detail

getControllerSpec

IBuildControllerSpec getControllerSpec()
Gets the controller spec for this build queue specification.

Returns:

getDefinitionSpec

IBuildDefinitionSpec getDefinitionSpec()
Gets the definition spec for this build queue specification.

Returns:

getDefinitionURIs

java.lang.String[] getDefinitionURIs()
Gets the definitioin URIs for this build queue specification.

Returns:

getQueryOptions

QueryOptions getQueryOptions()
Gets or sets the query options used for this queue query.

Returns:

setQueryOptions

void setQueryOptions(QueryOptions value)

getRequestedFor

java.lang.String getRequestedFor()
The user for whom the build was requested.

Returns:

setRequestedFor

void setRequestedFor(java.lang.String value)

getStatus

QueueStatus getStatus()
Gets or sets the status filter used for this queue query.

Returns:

setStatus

void setStatus(QueueStatus value)

getCompletedAge

int getCompletedAge()
Gets or sets the window used to query for completed builds. Queued builds that have been completed for a greater duration than the window specified will not be included in the query results.

Returns:

setCompletedAge

void setCompletedAge(int value)


© 2015 Microsoft. All rights reserved.