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 ExecuteTestOptions
GetRestartInformation. getExecuteTestOption()
Returns Execute Test Options.ExecuteTestOptions
GetExecuteOnce. getTestOptions()
Returns theTestOptions
which are used when restarting the task ornull
if theTestOptions
are not set.ExecuteTestOptions
RestartTask. getTestOptions()
Returns theTestOptions
which are used when restarting the task ornull
if theTestOptions
are not set.Methods in com.uc4.communication.requests with parameters of type ExecuteTestOptions Modifier and Type Method Description void
ExecuteObject. executeOnce(DateTime startDate, DateTime logicalDate, UC4TimezoneName tz, boolean waitForManualRelease, ExecuteTestOptions options)
Executes a task only once.void
ExecuteObject. executeOnce(DateTime startDate, DateTime logicalDate, UC4TimezoneName tz, boolean waitForManualRelease, ExecuteTestOptions options, UC4ObjectName queue)
Executes a task only once.void
ExecuteObject. executeOnce(DateTime startDate, DateTime logicalDate, UC4TimezoneName tz, boolean waitForManualRelease, ExecuteTestOptions options, UC4ObjectName queue, UC4Alias aliasName)
Executes a task only once.void
RestartTask. setTestOptions(ExecuteTestOptions testOptions)
Sets the test options when restarting this task.
-