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 HttpsRedirectStrategy
HttpsConfiguration. getRedirectStrategy()
HttpsRedirectStrategy
HttpsConfigurator. getRedirectStrategy()
HttpsRedirectStrategy
HttpsConfiguratorImpl. getRedirectStrategy()
static HttpsRedirectStrategy
HttpsRedirectStrategy. 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 void
HttpsRedirectFilter. setStrategy(HttpsRedirectStrategy newStrategy)
HttpsConfiguration
HttpsConfiguration. 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 HttpsRedirectStrategy
FakeHttpsConfigurator. getRedirectStrategy()
Methods in jetbrains.buildServer.serverSide.fakes with parameters of type HttpsRedirectStrategy Modifier and Type Method Description Optional<String>
FakeHttpsConfigurator. setRedirectStrategy(HttpsRedirectStrategy newStrategy)
-