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) voidTestRailParametersImpl.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 voidRailflowJenkinsCli.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 newProxySettingsobject from JenkinsProxyConfiguration.