Package step.repository.alm.otaclient
Interface IRunFactory
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseFactory
public interface IRunFactory extends IBaseFactory
Services for managing test runs.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
deleteDuplicateRuns(java.lang.String runName)
Removes duplicate runs for the current test set.java.lang.String
uniqueRunName()
Gets the run name.-
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.otaclient.IBaseFactory
addItem, fetchLevel, fetchLevel, fields, fields, filter, history, item, newList, removeItem
-
-
-
-
Method Detail
-
uniqueRunName
java.lang.String uniqueRunName()
Gets the run name. The name is unique in the current test and test set.
Getter method for the COM property "UniqueRunName"
- Returns:
- Returns a value of type java.lang.String
-
deleteDuplicateRuns
void deleteDuplicateRuns(java.lang.String runName)
Removes duplicate runs for the current test set. Removal is immediate without Post.
- Parameters:
runName
- Mandatory java.lang.String parameter.
-
-