Interface IRun3
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseField
,IBaseFieldEx
,IObjectLockingSupport
,IRun
,IRun2
public interface IRun3 extends IRun2
Represents a test run.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com4j.Com4jObject
runCriterionFactory()
The run criterion factory for the current run.com4j.Com4jObject
runIterationFactory()
The run iterations factory for the current run.java.lang.String
runIterationsParamsValues()
The run iterations parameters values.void
runIterationsParamsValues(java.lang.String pVal)
The run iterations parameters values.-
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
-
-
-
-
Method Detail
-
runCriterionFactory
com4j.Com4jObject runCriterionFactory()
The run criterion factory for the current run.
Getter method for the COM property "RunCriterionFactory"
- Returns:
- Returns a value of type com4j.Com4jObject
-
runIterationFactory
com4j.Com4jObject runIterationFactory()
The run iterations factory for the current run.
Getter method for the COM property "RunIterationFactory"
- Returns:
- Returns a value of type com4j.Com4jObject
-
runIterationsParamsValues
void runIterationsParamsValues(java.lang.String pVal)
The run iterations parameters values.
Setter method for the COM property "RunIterationsParamsValues"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
runIterationsParamsValues
java.lang.String runIterationsParamsValues()
The run iterations parameters values.
Getter method for the COM property "RunIterationsParamsValues"
- Returns:
- Returns a value of type java.lang.String
-
-