Uses of Interface
step.repository.alm.v16.otaclient.IComparisonNode
-
Packages that use IComparisonNode Package Description step.repository.alm.v16.otaclient -
-
Uses of IComparisonNode in step.repository.alm.v16.otaclient
Methods in step.repository.alm.v16.otaclient that return IComparisonNode Modifier and Type Method Description IComparisonNode
IComparison. leftRoot()
The left root of the comparison.IComparisonNode
IComparisonNode. nextChange()
Get next change from server.IComparisonNode
IComparisonNode. prevChange()
Get previous change from server.IComparisonNode
IComparison. rightRoot()
The right root of the comparison.Method parameters in step.repository.alm.v16.otaclient with type arguments of type IComparisonNode Modifier and Type Method Description void
IComparison. compareBaselines(int oldBaselineId, int newBaselineId, IList comparisonSettingsList, com4j.Holder<IComparisonNode> pLeftRoot, com4j.Holder<IComparisonNode> pRightRoot)
Compare between two Baselines.void
IComparison. compareLibraries(ILibraryInfo lv, int lComparedBaselineId, ILibraryInfo rv, int rComparedBaselineId, IList comparisonSettingsList, com4j.Holder<IComparisonNode> pLeftRoot, com4j.Holder<IComparisonNode> pRightRoot)
Compare between two Libraries.
-