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 boolean
isSupportedConnection(ConnectionDescriptor connection)
boolean
isSupportedConnectionId(String connectionId)
-
-
-
Method Detail
-
isSupportedConnectionId
boolean isSupportedConnectionId(@NotNull String connectionId)
-
isSupportedConnection
boolean isSupportedConnection(@NotNull ConnectionDescriptor connection)
-
-