Uses of Class
jetbrains.buildServer.https.HttpsRedirectStrategy
-
Packages that use HttpsRedirectStrategy Package Description jetbrains.buildServer.https jetbrains.buildServer.serverSide.fakes -
-
Uses of HttpsRedirectStrategy in jetbrains.buildServer.https
Methods in jetbrains.buildServer.https that return HttpsRedirectStrategy Modifier and Type Method Description HttpsRedirectStrategyHttpsConfiguration. getRedirectStrategy()HttpsRedirectStrategyHttpsConfigurator. getRedirectStrategy()HttpsRedirectStrategyHttpsConfiguratorImpl. getRedirectStrategy()static HttpsRedirectStrategyHttpsRedirectStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpsRedirectStrategy[]HttpsRedirectStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jetbrains.buildServer.https with parameters of type HttpsRedirectStrategy Modifier and Type Method Description Optional<String>HttpsConfigurator. setRedirectStrategy(HttpsRedirectStrategy newStrategy)Optional<String>HttpsConfiguratorImpl. setRedirectStrategy(HttpsRedirectStrategy newStrategy)static voidHttpsRedirectFilter. setStrategy(HttpsRedirectStrategy newStrategy)HttpsConfigurationHttpsConfiguration. withRedirectStrategy(HttpsRedirectStrategy newValue)Constructors in jetbrains.buildServer.https with parameters of type HttpsRedirectStrategy Constructor Description HttpsConfiguration(boolean enabled, HttpsRedirectStrategy redirectStrategy, String encryptedPassword, int port, boolean fetchedFromAcme) -
Uses of HttpsRedirectStrategy in jetbrains.buildServer.serverSide.fakes
Methods in jetbrains.buildServer.serverSide.fakes that return HttpsRedirectStrategy Modifier and Type Method Description HttpsRedirectStrategyFakeHttpsConfigurator. getRedirectStrategy()Methods in jetbrains.buildServer.serverSide.fakes with parameters of type HttpsRedirectStrategy Modifier and Type Method Description Optional<String>FakeHttpsConfigurator. setRedirectStrategy(HttpsRedirectStrategy newStrategy)
-