public class TroubleshootManagerImpl extends AbstractRestManager implements TroubleshootManager
AbstractRestManager.ThrowableSupplier<T,E extends Throwable>
logger
Constructor and Description |
---|
TroubleshootManagerImpl(APIConnector apiConnector) |
Modifier and Type | Method and Description |
---|---|
InputStream |
downloadReport() |
void |
executeTaskQueue(ExecutionConfigView parameters) |
List<TaskView> |
getAvailableTasks() |
ExecutionSummaryView |
getTaskExecutionSummary() |
Status |
getTaskQueueStatus() |
void |
launchTaskQueue(ExecutionConfigView parameters) |
delete, get, get, getApiConnector, invoke, invokeForMsg, parseMsg, parseResponseClass, parseResponseGeneric, post, post
public TroubleshootManagerImpl(APIConnector apiConnector)
public List<TaskView> getAvailableTasks() throws ManagementException
getAvailableTasks
in interface TroubleshootManager
ManagementException
public void executeTaskQueue(ExecutionConfigView parameters) throws ManagementException
executeTaskQueue
in interface TroubleshootManager
ManagementException
public void launchTaskQueue(ExecutionConfigView parameters) throws ManagementException
launchTaskQueue
in interface TroubleshootManager
ManagementException
public Status getTaskQueueStatus() throws ManagementException
getTaskQueueStatus
in interface TroubleshootManager
ManagementException
public ExecutionSummaryView getTaskExecutionSummary() throws ManagementException
getTaskExecutionSummary
in interface TroubleshootManager
ManagementException
public InputStream downloadReport() throws ManagementException
downloadReport
in interface TroubleshootManager
ManagementException
Copyright © 2016–2019 AdroitLogic. All rights reserved.