public class GhprbGitHubAuth extends hudson.model.AbstractDescribableImpl<GhprbGitHubAuth>
Modifier and Type | Class and Description |
---|---|
static class |
GhprbGitHubAuth.DescriptorImpl |
Modifier and Type | Field and Description |
---|---|
static GhprbGitHubAuth.DescriptorImpl |
DESCRIPTOR |
Constructor and Description |
---|
GhprbGitHubAuth(String serverAPIUrl,
String jenkinsUrl,
String credentialsId,
String description,
String id,
hudson.util.Secret secret) |
Modifier and Type | Method and Description |
---|---|
boolean |
checkSignature(String body,
String signature) |
org.kohsuke.github.GitHub |
getConnection(hudson.model.Item context) |
String |
getCredentialsId() |
String |
getDescription() |
GhprbGitHubAuth.DescriptorImpl |
getDescriptor() |
String |
getId() |
String |
getJenkinsUrl() |
hudson.util.Secret |
getSecret() |
String |
getServerAPIUrl() |
@Extension public static final GhprbGitHubAuth.DescriptorImpl DESCRIPTOR
@Exported public String getServerAPIUrl()
@Exported public String getJenkinsUrl()
@Exported public String getCredentialsId()
@Exported public String getDescription()
@Exported public String getId()
@Exported public hudson.util.Secret getSecret()
public org.kohsuke.github.GitHub getConnection(hudson.model.Item context) throws IOException
IOException
public GhprbGitHubAuth.DescriptorImpl getDescriptor()
getDescriptor
in interface hudson.model.Describable<GhprbGitHubAuth>
getDescriptor
in class hudson.model.AbstractDescribableImpl<GhprbGitHubAuth>
Copyright © 2016–2017. All rights reserved.