Interface IExecutionSettings
-
- All Superinterfaces:
com4j.Com4jObject
public interface IExecutionSettings extends com4j.Com4jObject
Information on the execution of a test set.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.java.lang.Object
plannedExecutionDate()
The planned test execution date.void
plannedExecutionDate(java.lang.Object vVal)
The planned test execution date.java.lang.Object
plannedExecutionTime()
The planned test execution time.void
plannedExecutionTime(java.lang.Object vVal)
The planned test execution time.java.lang.Object
plannedRunDuration()
The planned test run duration.void
plannedRunDuration(java.lang.Object vVal)
The planned test run duration.
-
-
-
Method Detail
-
plannedExecutionTime
void plannedExecutionTime(java.lang.Object vVal)
The planned test execution time.
Setter method for the COM property "PlannedExecutionTime"
- Parameters:
vVal
- Mandatory java.lang.Object parameter.
-
plannedExecutionTime
java.lang.Object plannedExecutionTime()
The planned test execution time.
Getter method for the COM property "PlannedExecutionTime"
- Returns:
- Returns a value of type java.lang.Object
-
plannedExecutionDate
void plannedExecutionDate(java.lang.Object vVal)
The planned test execution date.
Setter method for the COM property "PlannedExecutionDate"
- Parameters:
vVal
- Mandatory java.lang.Object parameter.
-
plannedExecutionDate
java.lang.Object plannedExecutionDate()
The planned test execution date.
Getter method for the COM property "PlannedExecutionDate"
- Returns:
- Returns a value of type java.lang.Object
-
plannedRunDuration
void plannedRunDuration(java.lang.Object vVal)
The planned test run duration.
Setter method for the COM property "PlannedRunDuration"
- Parameters:
vVal
- Mandatory java.lang.Object parameter.
-
plannedRunDuration
java.lang.Object plannedRunDuration()
The planned test run duration.
Getter method for the COM property "PlannedRunDuration"
- Returns:
- Returns a value of type java.lang.Object
-
onExecEventSchedulerActionType
int onExecEventSchedulerActionType(int eventType)
The action type of the execution event.
Getter method for the COM property "OnExecEventSchedulerActionType"
- Parameters:
eventType
- Mandatory int parameter.- Returns:
- Returns a value of type int
-
onExecEventSchedulerActionType
void onExecEventSchedulerActionType(int eventType, int pVal)
The action type of the execution event.
Setter method for the COM property "OnExecEventSchedulerActionType"
- Parameters:
eventType
- Mandatory int parameter.pVal
- Mandatory int parameter.
-
onExecEventSchedulerActionParams
com4j.Com4jObject onExecEventSchedulerActionParams(int eventType)
The restart action parameters.
Getter method for the COM property "OnExecEventSchedulerActionParams"
- Parameters:
eventType
- Mandatory int parameter.- Returns:
- Returns a value of type com4j.Com4jObject
-
-