public interface SshCredentialProvider
Modifier and Type | Field and Description |
---|---|
static ExtensionPointName<SshCredentialProvider> |
EP_NAME |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<RemoteCredentials> |
getCredentialsList(Project project)
provides a list of
RemoteCredentials provided by the concrete provider |
static final ExtensionPointName<SshCredentialProvider> EP_NAME
java.util.Collection<RemoteCredentials> getCredentialsList(Project project) throws ExecutionException
RemoteCredentials
provided by the concrete providerExecutionException
- if obtaining RemoteCredentials
collections failed