Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Queues a build.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
![]() |
QueueBuild(IBuildDefinition) | Queues a build for the specified build definition with all default options. |
![]() |
QueueBuild(IBuildRequest) | Queues a build for the specified build request with default QueueOptions. |
![]() |
QueueBuild(IBuildRequest, QueueOptions) | Queues a build for the specified build request. |
![]() |
QueueBuild(IEnumerable<IBuildRequest>, QueueOptions) | Queues builds for the given build requests. |
Top