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
|
メソッドの概要 |
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.