Package hudson.scm

Class SubversionSCM.DescriptorImpl.Credential

    • Constructor Detail

      • Credential

        public Credential()
    • Method Detail

      • createSVNAuthentication

        public abstract org.tmatesoft.svn.core.auth.SVNAuthentication createSVNAuthentication​(String kind)
                                                                                       throws org.tmatesoft.svn.core.SVNException
        Parameters:
        kind - One of the constants defined in ISVNAuthenticationManager, indicating what subtype of SVNAuthentication is expected.
        Throws:
        org.tmatesoft.svn.core.SVNException
      • toCredentials

        public abstract com.cloudbees.plugins.credentials.common.StandardCredentials toCredentials​(String description)
                                                                                            throws IOException
        Throws:
        IOException