Class TestManagementSystemFactory
java.lang.Object
io.github.mov2day.unifiedtest.reporting.testmanagement.TestManagementSystemFactory
Factory class for creating and managing test management system instances.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet all configured test management systems.Get a test management system by type.voidinitialize(TestManagementExtension extension) Initialize test management systems from the extension configuration.
-
Constructor Details
-
TestManagementSystemFactory
public TestManagementSystemFactory()
-
-
Method Details
-
initialize
Initialize test management systems from the extension configuration.- Parameters:
extension- TestManagementExtension containing the configuration
-
getSystem
Get a test management system by type.- Parameters:
type- System type (e.g., "zephyr", "testrail")- Returns:
- TestManagementSystem instance or null if not found
-
getAllSystems
Get all configured test management systems.- Returns:
- List of configured test management systems
-