Package io.jenkins.plugins.railflow
Class TestRailParametersImpl
java.lang.Object
io.jenkins.plugins.railflow.TestRailParametersImpl
- All Implemented Interfaces:
TestRailParameters,Serializable
Default implementation of
TestRailParameters.- Author:
- Liu Yang
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.jenkins.plugins.railflow.TestRailParameters
TestRailParameters.Builder -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the password of the TestRail user.Gets the proxy settings.intGets the connection timeout to the TestRail service.getUrl()Gets the TestRail url.Gets the TestRail username.voidsetPassword(String password) voidsetProxySettings(ProxySettings proxySettings) voidsetTimeout(int connectionTimeout) voidvoidsetUsername(String username)
-
Constructor Details
-
TestRailParametersImpl
-
-
Method Details
-
getUrl
Description copied from interface:TestRailParametersGets the TestRail url.- Specified by:
getUrlin interfaceTestRailParameters- Returns:
- the TestRail URL
-
setUrl
-
getUsername
Description copied from interface:TestRailParametersGets the TestRail username.- Specified by:
getUsernamein interfaceTestRailParameters- Returns:
- the TestRail username
-
setUsername
-
getPassword
Description copied from interface:TestRailParametersGets the password of the TestRail user.- Specified by:
getPasswordin interfaceTestRailParameters- Returns:
- the password of the TestRail user
-
setPassword
-
getTimeout
public int getTimeout()Description copied from interface:TestRailParametersGets the connection timeout to the TestRail service.- Specified by:
getTimeoutin interfaceTestRailParameters- Returns:
- the connection timeout in seconds
-
setTimeout
public void setTimeout(int connectionTimeout) -
getProxySettings
Description copied from interface:TestRailParametersGets the proxy settings.- Specified by:
getProxySettingsin interfaceTestRailParameters- Returns:
- the proxy settings
-
setProxySettings
-