Interface IComparison1
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseField
,IBaseFieldEx
,IComparison
,IObjectLockingSupport
public interface IComparison1 extends IComparison
For HP use. Represents a Comparison.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IList
getCSVReportOnLastComparison(IList comparisonSettingsList)
Get a Comparison detailed report as a CSV String - this string can be saved by the UI/OTA Script to a file-
Methods inherited from interface com4j.Com4jObject
advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
-
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseField
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
-
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseFieldEx
attachments, hasAttachment, history
-
Methods inherited from interface step.repository.alm.v16.otaclient.IComparison
compareBaselines, compareEntities, compareLibraries, compareVersionedEntities, creationDate, creatorUser, getComparisonSettings, getComparisonStatistics, leftEntityId, leftRoot, name, name, rightEntityId, rightRoot, state
-
Methods inherited from interface step.repository.alm.v16.otaclient.IObjectLockingSupport
isLocked, lockObject, unLockObject
-
-
-
-
Method Detail
-
getCSVReportOnLastComparison
IList getCSVReportOnLastComparison(IList comparisonSettingsList)
Get a Comparison detailed report as a CSV String - this string can be saved by the UI/OTA Script to a file
- Parameters:
comparisonSettingsList
- Mandatory step.repository.alm.v16.otaclient.IList parameter.- Returns:
- Returns a value of type step.repository.alm.v16.otaclient.IList
-
-