Interface IRun
- 
- All Superinterfaces:
- com4j.Com4jObject,- IBaseField,- IBaseFieldEx,- IObjectLockingSupport
 - All Known Subinterfaces:
- IRun2
 
 public interface IRun extends IBaseFieldEx Represents a test run.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcancelRun()Cancels the run.voidcopyDesignSteps()Copies design steps into the test run of an executed test.voidcopyStepsToTest()Copies all run execution steps, including new added steps, into the design steps of the corresponding planning test.com4j.Com4jObjectextendedStorage()The ExtendedStorage object for the current run.java.lang.Stringname()The run name.voidname(java.lang.String pVal)The run name.com4j.Com4jObjectparams(int sourceMode)Deprecated.voidresolveStepsParameters(boolean updateLocalCache)Updates the texts of the run's steps by resolving the parameter values at run time.java.lang.StringresultLocation()The run result location, a UNC path.java.lang.Stringstatus()The run status.voidstatus(java.lang.String pVal)The run status.com4j.Com4jObjectstepFactory()The Step Factory for the current run.inttestId()The test ID of the test that has been run.inttestInstance()The number of this instance of the design test in the test set.inttestSetID()The ID of the test set to which the run belongs.- 
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.IBaseFieldautoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
 - 
Methods inherited from interface step.repository.alm.otaclient.IBaseFieldExattachments, hasAttachment, history
 - 
Methods inherited from interface step.repository.alm.otaclient.IObjectLockingSupportisLocked, lockObject, unLockObject
 
- 
 
- 
- 
- 
Method Detail- 
resultLocationjava.lang.String resultLocation() The run result location, a UNC path. Getter method for the COM property "ResultLocation" - Returns:
- Returns a value of type java.lang.String
 
 - 
namejava.lang.String name() The run name. Getter method for the COM property "Name" - Returns:
- Returns a value of type java.lang.String
 
 - 
namevoid name(java.lang.String pVal) The run name. Setter method for the COM property "Name" - Parameters:
- pVal- Mandatory java.lang.String parameter.
 
 - 
statusjava.lang.String status() The run status. Getter method for the COM property "Status" - Returns:
- Returns a value of type java.lang.String
 
 - 
statusvoid status(java.lang.String pVal) The run status. Setter method for the COM property "Status" - Parameters:
- pVal- Mandatory java.lang.String parameter.
 
 - 
stepFactorycom4j.Com4jObject stepFactory() The Step Factory for the current run. Getter method for the COM property "StepFactory" - Returns:
- Returns a value of type com4j.Com4jObject
 
 - 
testIdint testId() The test ID of the test that has been run. Getter method for the COM property "TestId" - Returns:
- Returns a value of type int
 
 - 
extendedStoragecom4j.Com4jObject extendedStorage() The ExtendedStorage object for the current run. Getter method for the COM property "ExtendedStorage" - Returns:
- Returns a value of type com4j.Com4jObject
 
 - 
copyDesignStepsvoid copyDesignSteps() Copies design steps into the test run of an executed test. 
 - 
copyStepsToTestvoid copyStepsToTest() Copies all run execution steps, including new added steps, into the design steps of the corresponding planning test. 
 - 
testSetIDint testSetID() The ID of the test set to which the run belongs. Getter method for the COM property "TestSetID" - Returns:
- Returns a value of type int
 
 - 
paramscom4j.Com4jObject params(int sourceMode) Deprecated. Use ParameterValueFactory of ISupportParameterValues. The step parameters of this run. Getter method for the COM property "Params" - Parameters:
- sourceMode- Mandatory int parameter.
- Returns:
- Returns a value of type com4j.Com4jObject
 
 - 
resolveStepsParametersvoid resolveStepsParameters(@DefaultValue("-1") boolean updateLocalCache)Updates the texts of the run's steps by resolving the parameter values at run time. - Parameters:
- updateLocalCache- Optional parameter. Default value is false
 
 - 
testInstanceint testInstance() The number of this instance of the design test in the test set. Getter method for the COM property "TestInstance" - Returns:
- Returns a value of type int
 
 - 
cancelRunvoid cancelRun() Cancels the run. 
 
- 
 
-