IBuildServer.CreateBuildAgentSpec Method
Include Protected Members
Include Inherited Members
Creates an IBuildAgentSpec.
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 | |
---|---|---|
CreateBuildAgentSpec() | Creates a new build agent specification that can be used to query build agents. | |
CreateBuildAgentSpec(IBuildAgent) | Creates a new build agent specification that can be used to query build agents. | |
CreateBuildAgentSpec(String, String, List<String>) | Creates a new build agent specification that can be used to query build agents. | |
CreateBuildAgentSpec(String, String, array<String[], List<String>) | Creates a new build agent specification that can be used to query build agents. |
Top