IBuildServer.GetAffectedBuildDefinitions Method
Include Protected Members
Include Inherited Members
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 | |
---|---|---|
GetAffectedBuildDefinitions(array<String[]) | Gets an array of all build definitions affected by the specified Version Control server paths. | |
GetAffectedBuildDefinitions(array<String[], ContinuousIntegrationType) | 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. | |
GetAffectedBuildDefinitions(array<String[], DefinitionTriggerType) | Gets a list of all build definitions which are affected by the provided TFS Version Control server paths and are configured to have a trigger supplied in the filter. |
Top