Package jetbrains.buildServer.https
Interface HttpsConnectorManager
-
- All Known Implementing Classes:
HttpsConnectorManagerImpl
public interface HttpsConnectorManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
clear()
void
disable()
void
enable()
void
init(String keyStore, String keyStorePass)
void
setFuturePort(int newPort)
-
-
-
Method Detail
-
enable
void enable() throws HttpsConfigurationException
- Throws:
HttpsConfigurationException
-
disable
void disable() throws HttpsConfigurationException
- Throws:
HttpsConfigurationException
-
setFuturePort
void setFuturePort(int newPort)
-
clear
void clear()
-
-