Interface IRun4
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseField
,IBaseFieldEx
,IObjectLockingSupport
,IRun
,IRun2
,IRun3
- All Known Subinterfaces:
IRun5
public interface IRun4 extends IRun3
Represents a test run.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
createBptRunSteps(boolean shouldCreateComponentDesignSteps)
Copies design steps into the test run of an executed test.-
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.v16.otaclient.IBaseField
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
-
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseFieldEx
attachments, hasAttachment, history
-
Methods inherited from interface step.repository.alm.v16.otaclient.IObjectLockingSupport
isLocked, lockObject, unLockObject
-
Methods inherited from interface step.repository.alm.v16.otaclient.IRun
cancelRun, copyDesignSteps, copyStepsToTest, extendedStorage, name, name, params, resolveStepsParameters, resultLocation, status, status, stepFactory, testId, testInstance, testSetID
-
Methods inherited from interface step.repository.alm.v16.otaclient.IRun2
bpStepParamFactory, testInstanceID
-
Methods inherited from interface step.repository.alm.v16.otaclient.IRun3
runCriterionFactory, runIterationFactory, runIterationsParamsValues, runIterationsParamsValues
-
-