Uses of Interface
jetbrains.buildServer.https.HttpsConfigurator
-
-
Uses of HttpsConfigurator in jetbrains.buildServer.controllers.admin.https
Constructors in jetbrains.buildServer.controllers.admin.https with parameters of type HttpsConfigurator Constructor Description HttpsToggleController(PagePlaces pagePlaces, HttpsConfigurator httpsConfigurator, ExecutorServices executorServices, AuthorizationInterceptor authInterceptor, SBuildServer buildServer)
-
Uses of HttpsConfigurator in jetbrains.buildServer.controllers.https
Constructors in jetbrains.buildServer.controllers.https with parameters of type HttpsConfigurator Constructor Description HttpsCertificateSettingsController(HttpsConfigurator httpsConfigurator, AcmeService acmeService, AcmeAccountStorage acmeAccountStorage, SecurityContextEx securityContext, AuditLogFactory auditLogFactory, ServerSettings serverSettings, Http01ChallengeFileServer http01ChallengeFileServer, Http01ChallengeController http01ChallengeController)
-
Uses of HttpsConfigurator in jetbrains.buildServer.https
Classes in jetbrains.buildServer.https that implement HttpsConfigurator Modifier and Type Class Description class
HttpsConfiguratorImpl
Methods in jetbrains.buildServer.https with parameters of type HttpsConfigurator Modifier and Type Method Description static void
HttpsRedirectFilter. setHttpsConfigurator(HttpsConfigurator httpsConfigurator)
-
Uses of HttpsConfigurator in jetbrains.buildServer.https.diagnostic
Constructors in jetbrains.buildServer.https.diagnostic with parameters of type HttpsConfigurator Constructor Description AgentsStillNotUsingHttpsReport(BuildAgentManager buildAgentManager, HttpsConfigurator httpsConfigurator)
HttpsCertificateExpirationStatusReport(HttpsConfigurator configurator, AcmeAccountStorage acmeAccountStorage, AcmeService acmeService, ServerSettings serverSettings, Http01ChallengeFileServer challengeFileServer, Http01ChallengeController http01ChallengeController, EventDispatcher<BuildServerListener> eventDispatcher, PagePlaces pagePlaces)
-
Uses of HttpsConfigurator in jetbrains.buildServer.maintenance
Methods in jetbrains.buildServer.maintenance that return HttpsConfigurator Modifier and Type Method Description HttpsConfigurator
StartupContext. getHttpsConfigurator()
Methods in jetbrains.buildServer.maintenance with parameters of type HttpsConfigurator Modifier and Type Method Description void
StartupContext. setHttpsConfigurator(HttpsConfigurator configurator)
-
Uses of HttpsConfigurator in jetbrains.buildServer.serverSide.fakes
Classes in jetbrains.buildServer.serverSide.fakes that implement HttpsConfigurator Modifier and Type Class Description class
FakeHttpsConfigurator
-
Uses of HttpsConfigurator in jetbrains.buildServer.serverSide.healthStatus.reports
Constructors in jetbrains.buildServer.serverSide.healthStatus.reports with parameters of type HttpsConfigurator Constructor Description ArtifactsUrlStillHttpReport(HttpsConfigurator httpsConfigurator, ServerSettings serverSettings)
ServerRootUrlStillHttpReport(HttpsConfigurator httpsConfigurator, ServerSettings serverSettings)
-