This documentation is archived and is not being maintained.
IBuildServer.GetAffectedBuildDefinitions Method (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)
function GetAffectedBuildDefinitions(
serverItems : String[],
continuousIntegrationType : ContinuousIntegrationType
) : IBuildDefinition[]
Parameters
- serverItems
- Type: 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: 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: