Package jetbrains.buildServer.https
Interface HttpsConfigurationUpdateNotificationListener
-
public interface HttpsConfigurationUpdateNotificationListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
certificateUpdated(boolean fetchedFromAcme)
void
serverUrlChanged(String serverUrl)
-
-
-
Method Detail
-
certificateUpdated
void certificateUpdated(boolean fetchedFromAcme)
-
serverUrlChanged
void serverUrlChanged(@NotNull String serverUrl)
-
-