public class GetRestartInformation extends XMLRequest
| Constructor and Description |
|---|
GetRestartInformation(int runID)
Creates a new
GetRestartInformation request. |
GetRestartInformation(UC4Object obj)
Creates a new
GetRestartInformation request. |
GetRestartInformation(UC4ObjectName uc4ObjectName)
Creates a new
GetRestartInformation request. |
| Modifier and Type | Method and Description |
|---|---|
ExecuteTestOptions |
getExecuteTestOption()
Returns Execute Test Options.
|
RestartTask.FileTransferRestart |
getFileTransferSetting()
Returns File Transfer Restart.
|
String |
getLastRestartPoint()
Returns the last restart point.
|
String |
getQueue()
Returns Queue Name.
|
int |
getReferenceRunID()
Returns the original RunID of the task.
|
boolean |
isAbortedOnly()
Returns the Aborted Only.
|
boolean |
isKeepStartType()
Returns the Keep Start Type.
|
boolean |
isWaitForRelease()
Returns the wait For Release.
|
getAllMessageBoxes, getMessageBox, getRequestID, handleResponse, send, showQuarantineNotificationpublic GetRestartInformation(int runID)
GetRestartInformation request.runID - RunID of the taskpublic GetRestartInformation(UC4Object obj)
GetRestartInformation request.obj - UC4 Objectpublic GetRestartInformation(UC4ObjectName uc4ObjectName)
GetRestartInformation request.uc4ObjectName - name of the Object.public int getReferenceRunID()
public String getLastRestartPoint()
public boolean isKeepStartType()
public boolean isWaitForRelease()
public boolean isAbortedOnly()
public String getQueue()
public ExecuteTestOptions getExecuteTestOption()
public RestartTask.FileTransferRestart getFileTransferSetting()
Copyright © 2021. All rights reserved.