public abstract class SubversionCredentialProvider extends Object implements hudson.ExtensionPoint
Put Extension on your implementation to have it registered.
| Constructor and Description |
|---|
SubversionCredentialProvider() |
| Modifier and Type | Method and Description |
|---|---|
static hudson.ExtensionList<SubversionCredentialProvider> |
all()
All regsitered instances.
|
abstract SubversionSCM.DescriptorImpl.Credential |
getCredential(org.tmatesoft.svn.core.SVNURL url,
String realm)
Called whenever Hudson needs to connect to an authenticated subversion repository,
to obtain a credential.
|
public abstract SubversionSCM.DescriptorImpl.Credential getCredential(org.tmatesoft.svn.core.SVNURL url, String realm)
realm - This is a non-null string that represents the realm of authentication.url - URL that is being accessed. Never null.public static hudson.ExtensionList<SubversionCredentialProvider> all()
Copyright © 2004–2015. All rights reserved.