public static final class Configuration.ConfigurationDescriptor extends Descriptor<Configuration>
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Selfclazz| Constructor and Description |
|---|
ConfigurationDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
Map<String,Float> |
getCoverageByRepo() |
String |
getDisplayName() |
String |
getGitHubApiUrl() |
int |
getGreenThreshold() |
String |
getJenkinsUrl() |
String |
getPersonalAccessToken() |
String |
getSonarLogin() |
String |
getSonarPassword() |
String |
getSonarToken() |
String |
getSonarUrl() |
int |
getYellowThreshold() |
boolean |
isDisableSimpleCov() |
boolean |
isPrivateJenkinsPublicGitHub() |
boolean |
isUseSonarForMasterCoverage() |
void |
set(String repo,
float coverage) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic String getDisplayName()
getDisplayName in class Descriptor<Configuration>public void set(String repo, float coverage)
public String getGitHubApiUrl()
public String getPersonalAccessToken()
public int getYellowThreshold()
public int getGreenThreshold()
public boolean isPrivateJenkinsPublicGitHub()
public boolean isUseSonarForMasterCoverage()
public boolean isDisableSimpleCov()
public String getSonarUrl()
public String getSonarToken()
public String getJenkinsUrl()
public String getSonarLogin()
public String getSonarPassword()
public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
throws Descriptor.FormException
configure in class Descriptor<Configuration>Descriptor.FormExceptionCopyright © 2016–2022. All rights reserved.