Package step.repository.alm.otaclient
Interface IRun2
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseField
,IBaseFieldEx
,IObjectLockingSupport
,IRun
public interface IRun2 extends IRun
Represents a test run.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com4j.Com4jObject
bpStepParamFactory()
The BPStepParamFactory for the current run.int
testInstanceID()
The ID of the test instance for the current run.-
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.IBaseField
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
-
Methods inherited from interface step.repository.alm.otaclient.IBaseFieldEx
attachments, hasAttachment, history
-
Methods inherited from interface step.repository.alm.otaclient.IObjectLockingSupport
isLocked, lockObject, unLockObject
-
Methods inherited from interface step.repository.alm.otaclient.IRun
cancelRun, copyDesignSteps, copyStepsToTest, extendedStorage, name, name, params, resolveStepsParameters, resultLocation, status, status, stepFactory, testId, testInstance, testSetID
-
-
-
-
Method Detail
-
bpStepParamFactory
com4j.Com4jObject bpStepParamFactory()
The BPStepParamFactory for the current run.
Getter method for the COM property "BPStepParamFactory"
- Returns:
- Returns a value of type com4j.Com4jObject
-
testInstanceID
int testInstanceID()
The ID of the test instance for the current run.
Getter method for the COM property "TestInstanceID"
- Returns:
- Returns a value of type int
-
-