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
-
Method Summary
Modifier and TypeMethodDescriptionGets the password of the TestRail user.Gets the proxy settings.int
Gets the connection timeout to the TestRail service.getUrl()
Gets the TestRail url.Gets the TestRail username.void
setPassword
(String password) void
setProxySettings
(ProxySettings proxySettings) void
setTimeout
(int connectionTimeout) void
void
setUsername
(String username)
-
Constructor Details
-
TestRailParametersImpl
-
-
Method Details
-
getUrl
Description copied from interface:TestRailParameters
Gets the TestRail url.- Specified by:
getUrl
in interfaceTestRailParameters
- Returns:
- the TestRail URL
-
setUrl
-
getUsername
Description copied from interface:TestRailParameters
Gets the TestRail username.- Specified by:
getUsername
in interfaceTestRailParameters
- Returns:
- the TestRail username
-
setUsername
-
getPassword
Description copied from interface:TestRailParameters
Gets the password of the TestRail user.- Specified by:
getPassword
in interfaceTestRailParameters
- Returns:
- the password of the TestRail user
-
setPassword
-
getTimeout
public int getTimeout()Description copied from interface:TestRailParameters
Gets the connection timeout to the TestRail service.- Specified by:
getTimeout
in interfaceTestRailParameters
- Returns:
- the connection timeout in seconds
-
setTimeout
public void setTimeout(int connectionTimeout) -
getProxySettings
Description copied from interface:TestRailParameters
Gets the proxy settings.- Specified by:
getProxySettings
in interfaceTestRailParameters
- Returns:
- the proxy settings
-
setProxySettings
-