Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.1.1
-
Fix Version/s: 3.1.2
-
Component/s: controller
-
Labels:None
Description
Currently the plugins can not see the currently attaching agents.
This limits the plugins capability. Following changes are necessary.
- Add the IAgentManagerService as interface for dependency injection on plugin.
- Add the method in SingleConsole to extact the currently attaching agents.
- Move AgentInfo class to core.
Fixed