Package step.repository.alm.otaclient
Interface ITSScheduler2
-
- All Superinterfaces:
com4j.Com4jObject
,ITSScheduler
public interface ITSScheduler2 extends ITSScheduler
Responsible for executing selected automated tests.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
changeDetectEnabled()
Indicates whether change detection mode is enabled.void
changeDetectEnabled(boolean pVal)
Indicates whether change detection mode is enabled.boolean
skipNonChangeDetectableComponentsEnabled()
Indicates whether to skip components that are not change detectable.void
skipNonChangeDetectableComponentsEnabled(boolean pVal)
Indicates whether to skip components that are not change detectable.-
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.ITSScheduler
executionLog, executionStatus, hostTimeOut, hostTimeOut, logEnabled, logEnabled, run, runAllLocally, runAllLocally, runOnHost, runOnHost, stop, tdHostName, tdHostName, vM_Config, vM_Config
-
-
-
-
Method Detail
-
changeDetectEnabled
boolean changeDetectEnabled()
Indicates whether change detection mode is enabled.
Getter method for the COM property "ChangeDetectEnabled"
- Returns:
- Returns a value of type boolean
-
changeDetectEnabled
void changeDetectEnabled(boolean pVal)
Indicates whether change detection mode is enabled.
Setter method for the COM property "ChangeDetectEnabled"
- Parameters:
pVal
- Mandatory boolean parameter.
-
skipNonChangeDetectableComponentsEnabled
boolean skipNonChangeDetectableComponentsEnabled()
Indicates whether to skip components that are not change detectable.
Getter method for the COM property "SkipNonChangeDetectableComponentsEnabled"
- Returns:
- Returns a value of type boolean
-
skipNonChangeDetectableComponentsEnabled
void skipNonChangeDetectableComponentsEnabled(boolean pVal)
Indicates whether to skip components that are not change detectable.
Setter method for the COM property "SkipNonChangeDetectableComponentsEnabled"
- Parameters:
pVal
- Mandatory boolean parameter.
-
-