QueueBuild Properties

TFS Build Extensions

Collapse imageExpand ImageCopy imageCopyHover image

The QueueBuild type exposes the following members.

Properties

  NameDescription
Public propertyBuildController
The IBuildController object to use to queue a new build if different from the default build controller as specified in the build definition.
Public propertyBuildDefinition
The IBuildDefinition object to use to queue a new build.
Public propertyBuildServer
The IBuildServer object for the Team Foundation Server and Team Project Collection to use that contains the build definition.
Public propertyPriority
The build priority to use when placing the new build request on the queue.
Public propertyProcessParameters
The process parameters to use whenever queuing a new build if you would like to change any of the parameters from their default values specified in the build definition or in the process template file.

See Also