|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IBuildInformationNode | |
---|---|
com.microsoft.tfs.core.clients.build |
Uses of IBuildInformationNode in com.microsoft.tfs.core.clients.build |
---|
Methods in com.microsoft.tfs.core.clients.build that return IBuildInformationNode | |
---|---|
IBuildInformationNode |
IBuildInformation.createNode()
Adds an information node to the collection. |
IBuildInformationNode |
IBuildInformation.getNode(int id)
Returns the information node with the given Id. |
IBuildInformationNode[] |
IBuildInformation.getNodes()
The information nodes in the collection. |
IBuildInformationNode[] |
IBuildInformation.getNodesByType(java.lang.String type)
Returns the information nodes in Nodes (non-recursive) with the given type. |
IBuildInformationNode[] |
IBuildInformation.getNodesByType(java.lang.String type,
boolean recursive)
Returns the information nodes in Nodes with the given type and recursion type. |
IBuildInformationNode[] |
IBuildInformation.getNodesByTypes(java.lang.String[] types)
Returns the information nodes in Nodes (non-recursive) with the given type(s). |
IBuildInformationNode[] |
IBuildInformation.getNodesByTypes(java.lang.String[] types,
boolean recursive)
Returns the information nodes in Nodes with the given type(s) and recursion type. |
IBuildInformationNode |
IBuildInformationNode.getParent()
The parent of the information node. |
IBuildInformationNode[] |
IBuildInformation.getSortedNodes(java.util.Comparator<IBuildInformationNode> comparer)
Returns a sorted list of the information nodes in Nodes and all subtrees (recursive). |
IBuildInformationNode[] |
IBuildInformation.getSortedNodesByType(java.lang.String type,
java.util.Comparator<IBuildInformationNode> comparer)
Returns a sorted list of the information nodes in Nodes and all subtrees (recursive) with the given type. |
IBuildInformationNode[] |
IBuildInformation.getSortedNodesByTypes(java.lang.String[] types,
java.util.Comparator<IBuildInformationNode> comparer)
Returns a sorted list of the information nodes in Nodes and all subtrees (recursive) with the given type(s). |
Method parameters in com.microsoft.tfs.core.clients.build with type arguments of type IBuildInformationNode | |
---|---|
IBuildInformationNode[] |
IBuildInformation.getSortedNodes(java.util.Comparator<IBuildInformationNode> comparer)
Returns a sorted list of the information nodes in Nodes and all subtrees (recursive). |
IBuildInformationNode[] |
IBuildInformation.getSortedNodesByType(java.lang.String type,
java.util.Comparator<IBuildInformationNode> comparer)
Returns a sorted list of the information nodes in Nodes and all subtrees (recursive) with the given type. |
IBuildInformationNode[] |
IBuildInformation.getSortedNodesByTypes(java.lang.String[] types,
java.util.Comparator<IBuildInformationNode> comparer)
Returns a sorted list of the information nodes in Nodes and all subtrees (recursive) with the given type(s). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |