Interface SelectiveConnectionServerExtension
-
- All Superinterfaces:
ServerExtension,TeamCityExtension
- All Known Subinterfaces:
GitHubAppInstallationProviderExtension,OAuthRedirectUrlExtension,RefreshableTokenProviderExtension
public interface SelectiveConnectionServerExtension extends ServerExtension
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisSupportedConnection(ConnectionDescriptor connection)booleanisSupportedConnectionId(String connectionId)
-
-
-
Method Detail
-
isSupportedConnectionId
boolean isSupportedConnectionId(@NotNull String connectionId)
-
isSupportedConnection
boolean isSupportedConnection(@NotNull ConnectionDescriptor connection)
-
-