public interface ITSScheduler
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
String |
executionLog()
The execution error or log message sent by the remote agent.
|
com4j.Com4jObject |
executionStatus()
The execution status object for the scheduler execution.
|
int |
hostTimeOut()
The time to wait for response before either sending test to another host in group or failing.
|
void |
hostTimeOut(int pVal)
The time to wait for response before either sending test to another host in group or failing.
|
boolean |
logEnabled()
Indicates if logging is enabled.
|
void |
logEnabled(boolean pVal)
Indicates if logging is enabled.
|
void |
run(Object testData)
Starts execution the test set or of the specified tests.
|
boolean |
runAllLocally()
Indicates if all tests are to be run on the local host.
|
void |
runAllLocally(boolean pVal)
Indicates if all tests are to be run on the local host.
|
String |
runOnHost(Object tsTestId)
The host on which to execute the test instance.
|
void |
runOnHost(Object tsTestId,
String pVal)
The host on which to execute the test instance.
|
void |
stop(Object testData)
Stops execution of the test set or the specified tests.
|
String |
tdHostName()
The host on which to run all tests in the current scheduler execution.
|
void |
tdHostName(String pVal)
The host on which to run all tests in the current scheduler execution.
|
String |
vM_Config(Object tsTestId)
Obsolete.
|
void |
vM_Config(Object tsTestId,
String pVal)
Obsolete.
|
void run(Object testData)
Starts execution the test set or of the specified tests.
testData
- Optional parameter. Default value is com4j.Variant.getMissing()void stop(Object testData)
Stops execution of the test set or the specified tests.
testData
- Optional parameter. Default value is com4j.Variant.getMissing()boolean logEnabled()
Indicates if logging is enabled.
Getter method for the COM property "LogEnabled"
void logEnabled(boolean pVal)
Indicates if logging is enabled.
Setter method for the COM property "LogEnabled"
pVal
- Mandatory boolean parameter.String tdHostName()
The host on which to run all tests in the current scheduler execution.
Getter method for the COM property "TdHostName"
void tdHostName(String pVal)
The host on which to run all tests in the current scheduler execution.
Setter method for the COM property "TdHostName"
pVal
- Mandatory java.lang.String parameter.int hostTimeOut()
The time to wait for response before either sending test to another host in group or failing.
Getter method for the COM property "HostTimeOut"
void hostTimeOut(int pVal)
The time to wait for response before either sending test to another host in group or failing.
Setter method for the COM property "HostTimeOut"
pVal
- Mandatory int parameter.boolean runAllLocally()
Indicates if all tests are to be run on the local host.
Getter method for the COM property "RunAllLocally"
void runAllLocally(boolean pVal)
Indicates if all tests are to be run on the local host.
Setter method for the COM property "RunAllLocally"
pVal
- Mandatory boolean parameter.com4j.Com4jObject executionStatus()
The execution status object for the scheduler execution.
Getter method for the COM property "ExecutionStatus"
String executionLog()
The execution error or log message sent by the remote agent.
Getter method for the COM property "ExecutionLog"
String runOnHost(Object tsTestId)
The host on which to execute the test instance.
Getter method for the COM property "RunOnHost"
tsTestId
- Mandatory java.lang.Object parameter.void runOnHost(Object tsTestId, String pVal)
The host on which to execute the test instance.
Setter method for the COM property "RunOnHost"
tsTestId
- Mandatory java.lang.Object parameter.pVal
- Mandatory java.lang.String parameter.String vM_Config(Object tsTestId)
Obsolete. Gets VM Ware Configuration.
Getter method for the COM property "VM_Config"
tsTestId
- Mandatory java.lang.Object parameter.Copyright © 2020. All rights reserved.