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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description com4j.Com4jObjectbpStepParamFactory()The BPStepParamFactory for the current step.com4j.Com4jObjectrun()Gets the Run object handling this step.- 
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
 - 
Methods inherited from interface step.repository.alm.otaclient.IStepcreationMode, designStepSource, name, name, status, status, testSource
 
- 
 
- 
- 
- 
Method Detail- 
bpStepParamFactorycom4j.Com4jObject bpStepParamFactory() The BPStepParamFactory for the current step. Getter method for the COM property "BPStepParamFactory" - Returns:
- Returns a value of type com4j.Com4jObject
 
 - 
runcom4j.Com4jObject run() Gets the Run object handling this step. Getter method for the COM property "Run" - Returns:
- Returns a value of type com4j.Com4jObject
 
 
- 
 
-