Interface ITestParameterFactory2
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseFactory
,ITestParameterFactory
public interface ITestParameterFactory2 extends ITestParameterFactory
Services for managing Component parameters.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
removeFlowItemAndAutoDeleteFromTestLevel(java.lang.Object itemKey)
Cancels the download of the test component's pictures.-
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.IBaseFactory
addItem, fetchLevel, fetchLevel, fields, fields, filter, history, item, newList, removeItem
-
-
-
-
Method Detail
-
removeFlowItemAndAutoDeleteFromTestLevel
java.lang.String removeFlowItemAndAutoDeleteFromTestLevel(java.lang.Object itemKey)
Cancels the download of the test component's pictures.
- Parameters:
itemKey
- Mandatory java.lang.Object parameter.- Returns:
- Returns a value of type java.lang.String
-
-