com.base2services.jenkins
Class Credential
java.lang.Object
hudson.model.AbstractDescribableImpl<Credential>
com.base2services.jenkins.Credential
- All Implemented Interfaces:
- hudson.model.Describable<Credential>
public class Credential
- extends hudson.model.AbstractDescribableImpl<Credential>
Credential to access GitHub.
- Author:
- aaronwalker
|
Method Summary |
org.kohsuke.github.GitHub |
login()
|
| Methods inherited from class hudson.model.AbstractDescribableImpl |
getDescriptor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
username
public final String username
password
public final hudson.util.Secret password
Credential
@DataBoundConstructor
public Credential(String username,
hudson.util.Secret password)
login
public org.kohsuke.github.GitHub login()
throws IOException
- Throws:
IOException
Copyright © 2004-2013. All Rights Reserved.