public interface IExecutionSettings
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
com4j.Com4jObject |
onExecEventSchedulerActionParams(int eventType)
The restart action parameters.
|
int |
onExecEventSchedulerActionType(int eventType)
The action type of the execution event.
|
void |
onExecEventSchedulerActionType(int eventType,
int pVal)
The action type of the execution event.
|
Object |
plannedExecutionDate()
The planned test execution date.
|
void |
plannedExecutionDate(Object vVal)
The planned test execution date.
|
Object |
plannedExecutionTime()
The planned test execution time.
|
void |
plannedExecutionTime(Object vVal)
The planned test execution time.
|
Object |
plannedRunDuration()
The planned test run duration.
|
void |
plannedRunDuration(Object vVal)
The planned test run duration.
|
void plannedExecutionTime(Object vVal)
The planned test execution time.
Setter method for the COM property "PlannedExecutionTime"
vVal
- Mandatory java.lang.Object parameter.Object plannedExecutionTime()
The planned test execution time.
Getter method for the COM property "PlannedExecutionTime"
void plannedExecutionDate(Object vVal)
The planned test execution date.
Setter method for the COM property "PlannedExecutionDate"
vVal
- Mandatory java.lang.Object parameter.Object plannedExecutionDate()
The planned test execution date.
Getter method for the COM property "PlannedExecutionDate"
void plannedRunDuration(Object vVal)
The planned test run duration.
Setter method for the COM property "PlannedRunDuration"
vVal
- Mandatory java.lang.Object parameter.Object plannedRunDuration()
The planned test run duration.
Getter method for the COM property "PlannedRunDuration"
int onExecEventSchedulerActionType(int eventType)
The action type of the execution event.
Getter method for the COM property "OnExecEventSchedulerActionType"
eventType
- Mandatory int parameter.void onExecEventSchedulerActionType(int eventType, int pVal)
The action type of the execution event.
Setter method for the COM property "OnExecEventSchedulerActionType"
eventType
- Mandatory int parameter.pVal
- Mandatory int parameter.com4j.Com4jObject onExecEventSchedulerActionParams(int eventType)
The restart action parameters.
Getter method for the COM property "OnExecEventSchedulerActionParams"
eventType
- Mandatory int parameter.Copyright © 2020. All rights reserved.