IBuildInformation Members
Include Protected Members
Include Inherited Members
This interface represents a collection of information about a build.
The IBuildInformation type exposes the following members.
Methods
Name
Description
Adds an information node to the collection.
Deletes the collection of information nodes from the server.
Gets the information nodes in nodes (non-recursive) with the specified type.
Gets a sorted list of the information nodes in Nodes and all subtrees (recursive) with the specified type. Sorting is performed first by hierarchy and then by the specified comparer.
Saves any changes to the collection of information nodes (and all subtrees) to the build server.
Top
Properties
Name
Description
Gets the information nodes in the collection.
Top