@Extension public class ViolationsToGitLabGlobalConfiguration extends jenkins.model.GlobalConfiguration implements Serializable
| Constructor and Description |
|---|
ViolationsToGitLabGlobalConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json) |
hudson.util.ListBoxModel |
doFillApiTokenCredentialsIdItems() |
boolean |
equals(Object obj) |
static ViolationsToGitLabGlobalConfiguration |
get()
Returns this singleton instance.
|
String |
getApiToken() |
String |
getApiTokenCredentialsId() |
String |
getGitLabUrl() |
se.bjurr.violations.lib.model.SEVERITY |
getMinSeverity() |
static long |
getSerialversionuid() |
int |
hashCode() |
Boolean |
isApiTokenPrivate() |
Boolean |
isAuthMethodHeader() |
Boolean |
isIgnoreCertificateErrors() |
void |
setApiToken(String apiToken) |
void |
setApiTokenCredentialsId(String apiTokenCredentialsId) |
void |
setApiTokenPrivate(boolean apiTokenPrivate) |
void |
setAuthMethodHeader(boolean authMethodHeader) |
void |
setGitLabUrl(String gitLabUrl) |
void |
setIgnoreCertificateErrors(boolean ignoreCertificateErrors) |
void |
setMinSeverity(se.bjurr.violations.lib.model.SEVERITY minSeverity) |
String |
toString() |
all, getDescriptor, getGlobalConfigPageaddHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, 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 ViolationsToGitLabGlobalConfiguration()
public static ViolationsToGitLabGlobalConfiguration 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 hudson.util.ListBoxModel doFillApiTokenCredentialsIdItems()
public String getGitLabUrl()
public Boolean isIgnoreCertificateErrors()
@DataBoundSetter public void setIgnoreCertificateErrors(boolean ignoreCertificateErrors)
public String getApiToken()
@DataBoundSetter public void setApiToken(String apiToken)
public String getApiTokenCredentialsId()
@DataBoundSetter public void setMinSeverity(se.bjurr.violations.lib.model.SEVERITY minSeverity)
public se.bjurr.violations.lib.model.SEVERITY getMinSeverity()
@DataBoundSetter public void setApiTokenCredentialsId(String apiTokenCredentialsId)
public static long getSerialversionuid()
@DataBoundSetter public void setGitLabUrl(String gitLabUrl)
public Boolean isApiTokenPrivate()
@DataBoundSetter public void setApiTokenPrivate(boolean apiTokenPrivate)
public Boolean isAuthMethodHeader()
@DataBoundSetter public void setAuthMethodHeader(boolean authMethodHeader)
Copyright © 2016–2017. All rights reserved.