org.jenkinsci.plugins.ghprb
Class GhprbGitHubAuth
java.lang.Object
hudson.model.AbstractDescribableImpl<GhprbGitHubAuth>
org.jenkinsci.plugins.ghprb.GhprbGitHubAuth
- All Implemented Interfaces:
- hudson.model.Describable<GhprbGitHubAuth>
public class GhprbGitHubAuth
- extends hudson.model.AbstractDescribableImpl<GhprbGitHubAuth>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DESCRIPTOR
@Extension
public static final GhprbGitHubAuth.DescriptorImpl DESCRIPTOR
GhprbGitHubAuth
@DataBoundConstructor
public GhprbGitHubAuth(String serverAPIUrl,
String credentialsId,
String description,
String id,
String secret)
getServerAPIUrl
@Exported
public String getServerAPIUrl()
getCredentialsId
@Exported
public String getCredentialsId()
getDescription
@Exported
public String getDescription()
getId
@Exported
public String getId()
getSecret
@Exported
public String getSecret()
getConnection
public org.kohsuke.github.GitHub getConnection(hudson.model.Item context)
throws IOException
- Throws:
IOException
getDescriptor
public GhprbGitHubAuth.DescriptorImpl getDescriptor()
- Specified by:
getDescriptor
in interface hudson.model.Describable<GhprbGitHubAuth>
- Overrides:
getDescriptor
in class hudson.model.AbstractDescribableImpl<GhprbGitHubAuth>
Copyright © 2004-2015. All Rights Reserved.