hudson.scm
クラス UserProvidedCredential

java.lang.Object
  上位を拡張 hudson.scm.UserProvidedCredential
すべての実装されたインタフェース:
java.io.Closeable

public class UserProvidedCredential
extends java.lang.Object
implements java.io.Closeable

Represents the SVN authentication credential given by the user via the <enterCredential> form fragment.

作成者:
Kohsuke Kawaguchi

入れ子のクラスの概要
 class UserProvidedCredential.AuthenticationManagerImpl
          ISVNAuthenticationManager that uses the user provided credential.
 
コンストラクタの概要
UserProvidedCredential(java.lang.String username, java.lang.String password, java.io.File keyFile)
           
 
メソッドの概要
 void close()
           
static UserProvidedCredential fromForm(org.kohsuke.stapler.StaplerRequest req, hudson.util.MultipartFormDataParser parser)
          Parses the credential information from a form submission.
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

UserProvidedCredential

public UserProvidedCredential(java.lang.String username,
                              java.lang.String password,
                              java.io.File keyFile)
メソッドの詳細

fromForm

public static UserProvidedCredential fromForm(org.kohsuke.stapler.StaplerRequest req,
                                              hudson.util.MultipartFormDataParser parser)
                                       throws java.io.IOException
Parses the credential information from a form submission.

例外:
java.io.IOException

close

public void close()
           throws java.io.IOException
定義:
インタフェース java.io.Closeable 内の close
例外:
java.io.IOException


Copyright © 2010. All Rights Reserved.