@Extension public class ViolationsToGitHubConfiguration extends jenkins.model.GlobalConfiguration implements Serializable
| Modifier and Type | Field and Description |
|---|---|
String |
gitHubUrl |
String |
oAuth2Token |
String |
password |
String |
repositoryOwner |
String |
username |
| Constructor and Description |
|---|
ViolationsToGitHubConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json) |
static ViolationsToGitHubConfiguration |
get()
Returns this singleton instance.
|
String |
getGitHubUrl() |
String |
getoAuth2Token() |
String |
getPassword() |
String |
getRepositoryOwner() |
String |
getUsername() |
void |
setGitHubUrl(String gitHubUrl) |
void |
setoAuth2Token(String oAuth2Token) |
void |
setPassword(String password) |
void |
setRepositoryOwner(String repositoryOwner) |
void |
setUsername(String username) |
all, getCategory, getDescriptor, getDisplayName, getGlobalConfigPageaddHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic String username
public String password
public String oAuth2Token
public String gitHubUrl
public String repositoryOwner
public static ViolationsToGitHubConfiguration get()
public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json)
throws hudson.model.Descriptor.FormException
configure in class hudson.model.Descriptor<jenkins.model.GlobalConfiguration>hudson.model.Descriptor.FormExceptionpublic String getUsername()
@DataBoundSetter public void setUsername(String username)
public String getPassword()
@DataBoundSetter public void setPassword(String password)
public String getoAuth2Token()
@DataBoundSetter public void setoAuth2Token(String oAuth2Token)
public String getGitHubUrl()
@DataBoundSetter public void setGitHubUrl(String gitHubUrl)
public String getRepositoryOwner()
@DataBoundSetter public void setRepositoryOwner(String repositoryOwner)
Copyright © 2004-2016. All Rights Reserved.