Package step.repository.alm.otaclient
Interface IRunFactory
- 
- All Superinterfaces:
- com4j.Com4jObject,- IBaseFactory
 
 public interface IRunFactory extends IBaseFactory Services for managing test runs.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddeleteDuplicateRuns(java.lang.String runName)Removes duplicate runs for the current test set.java.lang.StringuniqueRunName()Gets the run name.- 
Methods inherited from interface com4j.Com4jObjectadvise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
 - 
Methods inherited from interface step.repository.alm.otaclient.IBaseFactoryaddItem, fetchLevel, fetchLevel, fields, fields, filter, history, item, newList, removeItem
 
- 
 
- 
- 
- 
Method Detail- 
uniqueRunNamejava.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
 
 - 
deleteDuplicateRunsvoid 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.
 
 
- 
 
-