Package de.qytera.qtaf.testrail.config
Class TestRailConfigHelper
java.lang.Object
de.qytera.qtaf.testrail.config.TestRailConfigHelper
TestRail configuration parameters.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe selector for accessing the key used to decrypt encrypted configuration values.static final StringThe selector for accessing the TestRail client ID.static final StringThe selector for accessing the TestRail client secret.static final StringThe selector for accessing the key used to enable and disable the TestRail plugin.static final StringThe selector for accessing the TestRail URL. -
Method Summary
-
Field Details
-
SECURITY_KEY
The selector for accessing the key used to decrypt encrypted configuration values.- See Also:
-
TESTRAIL_ENABLED
The selector for accessing the key used to enable and disable the TestRail plugin.- See Also:
-
TESTRAIL_URL
The selector for accessing the TestRail URL.- See Also:
-
TESTRAIL_AUTHENTICATION_CLIENT_ID
The selector for accessing the TestRail client ID.- See Also:
-
TESTRAIL_AUTHENTICATION_CLIENT_SECRET
The selector for accessing the TestRail client secret.- See Also:
-