public class TroubleshootProxy extends AbstractRestProxy
AbstractRestProxy.ThrowableSupplier<T,E extends Throwable>
logger
Constructor and Description |
---|
TroubleshootProxy() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
downloadReport() |
void |
executeTaskQueue(ExecutionConfigView parameters) |
List<TaskView> |
getAvailableTasks() |
TaskResultView |
getCurrentTaskStatus() |
static TroubleshootProxy |
getInstance() |
ExecutionSummaryView |
getTaskExecutionSummary() |
Status |
getTaskQueueStatus() |
void |
launchTaskQueue(ExecutionConfigView parameters) |
delete, get, get, parseMsg, parseResponseClass, parseResponseGeneric, post, post
public static TroubleshootProxy getInstance()
public List<TaskView> getAvailableTasks() throws TerminalException
TerminalException
public void executeTaskQueue(ExecutionConfigView parameters) throws TerminalException
TerminalException
public void launchTaskQueue(ExecutionConfigView parameters) throws TerminalException
TerminalException
public Status getTaskQueueStatus() throws TerminalException
TerminalException
public TaskResultView getCurrentTaskStatus() throws TerminalException
TerminalException
public ExecutionSummaryView getTaskExecutionSummary() throws TerminalException
TerminalException
public javax.ws.rs.core.Response downloadReport() throws TerminalException
TerminalException
Copyright © 2016–2019 AdroitLogic. All rights reserved.