Uses of Interface
io.jenkins.plugins.railflow.commons.http.ProxySettings
Package
Description
-
Uses of ProxySettings in io.jenkins.plugins.railflow
Modifier and TypeMethodDescriptionTestRailParameters.getProxySettings()
Gets the proxy settings.TestRailParametersImpl.getProxySettings()
Modifier and TypeMethodDescriptionTestRailParameters.Builder.proxySettings
(ProxySettings proxySettings) void
TestRailParametersImpl.setProxySettings
(ProxySettings proxySettings) -
Uses of ProxySettings in io.jenkins.plugins.railflow.commons.http
-
Uses of ProxySettings in io.jenkins.plugins.railflow.jenkins.cli
Modifier and TypeMethodDescriptionstatic void
RailflowJenkinsCli.collectConfigEvent
(ServerType serverType, String pluginVersion, String serverVersion, String licenseKeyOrContent, ProxySettings proxySettings) static Optional<LicenseInfo>
RailflowJenkinsCli.getLicense
(String licenseKeyOrContent, ProxySettings proxySettings) -
Uses of ProxySettings in io.jenkins.plugins.railflow.jenkins.util
Modifier and TypeMethodDescriptionRailflowProxySettingsFactory.create
(ProxyConfiguration proxyConfig) Create newProxySettings
object from JenkinsProxyConfiguration
.