This documentation is archived and is not being maintained.
IBuildServer::GetAffectedBuildDefinitions Method (array<String>, ContinuousIntegrationType)
Visual Studio 2013
Note: This API is now obsolete.
Gets an array of all build definitions affected by the specified Version Control server paths and are configured to have a trigger supplied in the filter.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
[ObsoleteAttribute(L"This method has been deprecated. Use IBuildDefinition[] IBuildServer.GetAffectedBuildDefinitions(String[], DefinitionTriggerType) instead.", false)] array<IBuildDefinition^>^ GetAffectedBuildDefinitions( array<String^>^ serverItems, ContinuousIntegrationType continuousIntegrationType )
Parameters
- serverItems
- Type: array<System::String>
An array of Version Control server paths.
- continuousIntegrationType
- Type: Microsoft.TeamFoundation.Build.Client::ContinuousIntegrationType
The type of triggers to query.
Return Value
Type: array<Microsoft.TeamFoundation.Build.Client::IBuildDefinition>An array of build definitions.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: