Package step.repository.alm.otaclient
Interface IStep2
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseField
,IBaseFieldEx
,IObjectLockingSupport
,IStep
public interface IStep2 extends IStep
Represents a test step in a test run.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com4j.Com4jObject
bpStepParamFactory()
The BPStepParamFactory for the current step.com4j.Com4jObject
run()
Gets the Run object handling this step.-
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.IStep
creationMode, designStepSource, name, name, status, status, testSource
-
-
-
-
Method Detail
-
bpStepParamFactory
com4j.Com4jObject bpStepParamFactory()
The BPStepParamFactory for the current step.
Getter method for the COM property "BPStepParamFactory"
- Returns:
- Returns a value of type com4j.Com4jObject
-
run
com4j.Com4jObject run()
Gets the Run object handling this step.
Getter method for the COM property "Run"
- Returns:
- Returns a value of type com4j.Com4jObject
-
-