Uses of Interface
io.jenkins.plugins.railflow.commons.http.ProxySettings
Packages that use ProxySettings
Package
Description
-
Uses of ProxySettings in io.jenkins.plugins.railflow
Methods in io.jenkins.plugins.railflow that return types with arguments of type ProxySettingsModifier and TypeMethodDescriptionTestRailParameters.getProxySettings()
Gets the proxy settings.TestRailParametersImpl.getProxySettings()
Methods in io.jenkins.plugins.railflow with parameters of type ProxySettingsModifier and TypeMethodDescriptionTestRailParameters.Builder.proxySettings
(ProxySettings proxySettings) void
TestRailParametersImpl.setProxySettings
(ProxySettings proxySettings) -
Uses of ProxySettings in io.jenkins.plugins.railflow.commons.http
Classes in io.jenkins.plugins.railflow.commons.http that implement ProxySettings -
Uses of ProxySettings in io.jenkins.plugins.railflow.jenkins.cli
Methods in io.jenkins.plugins.railflow.jenkins.cli with parameters of type ProxySettingsModifier 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
Methods in io.jenkins.plugins.railflow.jenkins.util that return ProxySettingsModifier and TypeMethodDescriptionRailflowProxySettingsFactory.create
(ProxyConfiguration proxyConfig) Create newProxySettings
object from JenkinsProxyConfiguration
.