Interface ITSScheduler3
-
- All Superinterfaces:
com4j.Com4jObject
,ITSScheduler
,ITSScheduler2
public interface ITSScheduler3 extends ITSScheduler2
Responsible for executing selected automated tests.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
offlineExecution()
Indicates whether to execute the test in offline mode.void
offlineExecution(boolean pVal)
Indicates whether to execute the test in offline mode.-
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.ITSScheduler
executionLog, executionStatus, hostTimeOut, hostTimeOut, logEnabled, logEnabled, run, runAllLocally, runAllLocally, runOnHost, runOnHost, stop, tdHostName, tdHostName, vM_Config, vM_Config
-
Methods inherited from interface step.repository.alm.v16.otaclient.ITSScheduler2
changeDetectEnabled, changeDetectEnabled, skipNonChangeDetectableComponentsEnabled, skipNonChangeDetectableComponentsEnabled
-
-
-
-
Method Detail
-
offlineExecution
boolean offlineExecution()
Indicates whether to execute the test in offline mode.
Getter method for the COM property "OfflineExecution"
- Returns:
- Returns a value of type boolean
-
offlineExecution
void offlineExecution(boolean pVal)
Indicates whether to execute the test in offline mode.
Setter method for the COM property "OfflineExecution"
- Parameters:
pVal
- Mandatory boolean parameter.
-
-