Interface TestRailParametersFactory
- All Known Implementing Classes:
TestRailParametersFactoryImpl
public interface TestRailParametersFactory
Produces
TestRailParameters objects.- Author:
- Sergey Oplavin
-
Method Summary
Modifier and TypeMethodDescriptioncreate(GlobalConfig globalConfig, String testRailServerName, String userName, Secret password) Create newTestRailParametersobject.
-
Method Details
-
create
TestRailParameters create(GlobalConfig globalConfig, String testRailServerName, String userName, Secret password) Create newTestRailParametersobject.- Parameters:
globalConfig- global configuration.testRailServerName- name of a TR server.userName- usernamepassword- password- Returns:
- an instance of
TestRailParameters, implementations must never return null.
-