Package | Description |
---|---|
com.uc4.communication.requests |
This package contains request classes that can be sent using the
Connection class. |
Modifier and Type | Method and Description |
---|---|
ExecuteTestOptions |
GetRestartInformation.getExecuteTestOption()
Returns Execute Test Options.
|
ExecuteTestOptions |
RestartTask.getTestOptions()
Returns the
TestOptions which are used when restarting
the task or null if the TestOptions are not set. |
ExecuteTestOptions |
GetExecuteOnce.getTestOptions()
Returns the
TestOptions which are used when restarting
the task or null if the TestOptions are not set. |
Modifier and Type | Method and 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.
|
Copyright © 2019. All rights reserved.