Uses of Class
com.uc4.api.ExecuteTestOptions
- 
Packages that use ExecuteTestOptions Package Description com.uc4.communication.requests  - 
- 
Uses of ExecuteTestOptions in com.uc4.communication.requests
Methods in com.uc4.communication.requests that return ExecuteTestOptions Modifier and Type Method Description ExecuteTestOptionsGetRestartInformation. getExecuteTestOption()Returns Execute Test Options.ExecuteTestOptionsGetExecuteOnce. getTestOptions()Returns theTestOptionswhich are used when restarting the task ornullif theTestOptionsare not set.ExecuteTestOptionsRestartTask. getTestOptions()Returns theTestOptionswhich are used when restarting the task ornullif theTestOptionsare not set.Methods in com.uc4.communication.requests with parameters of type ExecuteTestOptions Modifier and Type Method Description voidExecuteObject. executeOnce(DateTime startDate, DateTime logicalDate, UC4TimezoneName tz, boolean waitForManualRelease, ExecuteTestOptions options)Executes a task only once.voidExecuteObject. executeOnce(DateTime startDate, DateTime logicalDate, UC4TimezoneName tz, boolean waitForManualRelease, ExecuteTestOptions options, UC4ObjectName queue)Executes a task only once.voidExecuteObject. executeOnce(DateTime startDate, DateTime logicalDate, UC4TimezoneName tz, boolean waitForManualRelease, ExecuteTestOptions options, UC4ObjectName queue, UC4Alias aliasName)Executes a task only once.voidRestartTask. setTestOptions(ExecuteTestOptions testOptions)Sets the test options when restarting this task. 
 -