Uses of Class
jetbrains.buildServer.https.HttpsConfiguration
-
Packages that use HttpsConfiguration Package Description jetbrains.buildServer.https jetbrains.buildServer.serverSide.fakes -
-
Uses of HttpsConfiguration in jetbrains.buildServer.https
Fields in jetbrains.buildServer.https declared as HttpsConfiguration Modifier and Type Field Description static HttpsConfiguration
HttpsConfiguration. EMPTY
Methods in jetbrains.buildServer.https that return HttpsConfiguration Modifier and Type Method Description HttpsConfiguration
HttpsConfigurator. getConfiguration()
HttpsConfiguration
HttpsConfiguratorImpl. getConfiguration()
static HttpsConfiguration
HttpsConfiguration. readFrom(org.jdom.Element rootElement)
HttpsConfiguration
HttpsConfiguration. withEnabled(boolean newValue)
HttpsConfiguration
HttpsConfiguration. withEncryptedPassword(String encryptedPassword)
HttpsConfiguration
HttpsConfiguration. withFetchedFromAcme(boolean newValue)
HttpsConfiguration
HttpsConfiguration. withPort(int port)
HttpsConfiguration
HttpsConfiguration. withRedirectStrategy(HttpsRedirectStrategy newValue)
-
Uses of HttpsConfiguration in jetbrains.buildServer.serverSide.fakes
Methods in jetbrains.buildServer.serverSide.fakes that return HttpsConfiguration Modifier and Type Method Description HttpsConfiguration
FakeHttpsConfigurator. getConfiguration()
-