InformationNodeConverters.AddAssociatedChangesets Method
Include Protected Members
Include Inherited Members
Adds an array of changesets to the specified build information.
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 | |
---|---|---|
AddAssociatedChangesets(IBuildDetail, array<Changeset[]) | Associates summaries of changesets with a build. | |
AddAssociatedChangesets(IBuildInformation, array<Changeset[]) | Adds an array of changesets to the specified build information. Saves the modified build information to the server. |
Top