Uses of Class
jetbrains.buildServer.serverSide.connections.credentials.ConnectionCredentialsException
-
Packages that use ConnectionCredentialsException Package Description jetbrains.buildServer.serverSide.connections.credentials -
-
Uses of ConnectionCredentialsException in jetbrains.buildServer.serverSide.connections.credentials
Methods in jetbrains.buildServer.serverSide.connections.credentials that throw ConnectionCredentialsException Modifier and Type Method Description ConnectionCredentials
ProjectConnectionCredentialsManager. requestConnectionCredentials(SProject project, String connectionId)
Finds corresponding Connection project feature by ID and createsConnectionCredentials
specific to the Connection Provider type.ConnectionCredentials
ProjectConnectionCredentialsManager. requestConnectionCredentials(SProject project, String connectionId, Map<String,String> additionalParams)
Finds corresponding Connection project feature by ID and createsConnectionCredentials
specific to the Connection Provider type using additional parameters (See corresponding Connection Provider for more details)ConnectionCredentials
ConnectionCredentialsFactory. requestCredentials(ConnectionDescriptor connectionDescriptor)
Deprecated.pls useinstead
default ConnectionCredentials
ConnectionCredentialsFactory. requestCredentials(SProject project, ConnectionDescriptor connectionDescriptor)
CreatesConnectionCredentials
using connection properties.
-