Package | Description |
---|---|
org.adroitlogic.x.management.rest.service |
This package contains the management REST services that are exposed by the Project-X runtime server.
|
org.adroitlogic.x.management.tbsr.execution |
This package contains the troubleshooting related management API execution classes
|
org.adroitlogic.x.model.rest.tbsr |
This package contains the trouble shooting diagnostic task views which are used to instruct the runtime about the
diagnostic task configurations and its execution meta information for monitoring purposes
|
org.adroitlogic.x.terminal.proxies |
The proxy classes for the REST management controllers, that are used by the individual commands to invoke the
management api of the Project-X via the commandline terminal
|
Modifier and Type | Method and Description |
---|---|
TaskResultView |
TroubleshootService.getCurrentTaskStatus() |
Modifier and Type | Method and Description |
---|---|
TaskResultView |
ExecutionContext.getCurrentTaskProgress()
Returns the
TaskResultView for the latest run task |
Modifier and Type | Method and Description |
---|---|
List<TaskResultView> |
ExecutionSummaryView.getResults() |
Modifier and Type | Method and Description |
---|---|
void |
ExecutionSummaryView.setResults(List<TaskResultView> results) |
Modifier and Type | Method and Description |
---|---|
TaskResultView |
TroubleshootProxy.getCurrentTaskStatus() |
Copyright © 2016–2019 AdroitLogic. All rights reserved.