Interface ConnectionDescriptor
-
- All Superinterfaces:
ParametersDescriptor
,SProjectFeatureDescriptor
- All Known Implementing Classes:
OAuthConnectionDescriptor
public interface ConnectionDescriptor extends SProjectFeatureDescriptor
- Since:
- 2023.05
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConnectionProvider
getConnectionProvider()
String
getDisplayName()
-
Methods inherited from interface jetbrains.buildServer.serverSide.ParametersDescriptor
getParameters, getType
-
Methods inherited from interface jetbrains.buildServer.serverSide.SProjectFeatureDescriptor
getId, getProjectId
-
-
-
-
Method Detail
-
getDisplayName
@NotNull String getDisplayName()
- Returns:
- connection display name
-
getConnectionProvider
@NotNull ConnectionProvider getConnectionProvider()
- Returns:
- Connection provider which supports this type of connections
-
-