Package hudson.scm

Class UserProvidedCredential

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    public class UserProvidedCredential
    extends Object
    implements Closeable
    Represents the SVN authentication credential given by the user via the <enterCredential> form fragment. This is just a value object.
    Author:
    Kohsuke Kawaguchi