Uses of Class
org.jenkinsci.plugins.gitclient.jgit.SmartCredentialsProvider
-
Packages that use SmartCredentialsProvider Package Description org.jenkinsci.plugins.gitclient Core classes for git client API implementation.org.jenkinsci.plugins.gitclient.jgit Git client API implementation with JGit.org.jenkinsci.plugins.gitclient.trilead -
-
Uses of SmartCredentialsProvider in org.jenkinsci.plugins.gitclient
Methods in org.jenkinsci.plugins.gitclient that return SmartCredentialsProvider Modifier and Type Method Description SmartCredentialsProviderJGitAPIImpl. getProvider() -
Uses of SmartCredentialsProvider in org.jenkinsci.plugins.gitclient.jgit
Constructors in org.jenkinsci.plugins.gitclient.jgit with parameters of type SmartCredentialsProvider Constructor Description PreemptiveAuthHttpClientConnection(SmartCredentialsProvider credentialsProvider, String urlStr)PreemptiveAuthHttpClientConnection(SmartCredentialsProvider credentialsProvider, String urlStr, Proxy proxy)PreemptiveAuthHttpClientConnection(SmartCredentialsProvider credentialsProvider, String urlStr, Proxy proxy, org.apache.http.client.HttpClient cl)PreemptiveAuthHttpClientConnectionFactory(SmartCredentialsProvider provider) -
Uses of SmartCredentialsProvider in org.jenkinsci.plugins.gitclient.trilead
Subclasses of SmartCredentialsProvider in org.jenkinsci.plugins.gitclient.trilead Modifier and Type Class Description classSmartCredentialsProviderDeprecated, for removal: This API element is subject to removal in a future version.just use the one with a better package nameSmartCredentialsProvider
-