@Extension
@Symbol(value="globalCachetConfiguration")
public final class GlobalCachetConfiguration
extends jenkins.model.GlobalConfiguration
| Constructor and Description |
|---|
GlobalCachetConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json) |
hudson.util.FormValidation |
doCheckCachetUrl(String cachetUrl) |
static GlobalCachetConfiguration |
get() |
String |
getCachetUrl() |
String |
getDisplayName() |
String |
getLabel() |
List<SourceTemplate> |
getSources() |
boolean |
isIgnoreSSL() |
void |
setCachetUrl(String cachetUrl) |
void |
setIgnoreSSL(boolean ignoreSSL) |
void |
setLabel(String label) |
void |
setSources(List<SourceTemplate> sources) |
all, getDescriptor, getGlobalConfigPageaddHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, 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, toMap@DataBoundConstructor public GlobalCachetConfiguration()
public String getCachetUrl()
@DataBoundSetter public void setCachetUrl(String cachetUrl)
public String getLabel()
@DataBoundSetter public void setLabel(String label)
public boolean isIgnoreSSL()
@DataBoundSetter public void setIgnoreSSL(boolean ignoreSSL)
public List<SourceTemplate> getSources()
@DataBoundSetter public void setSources(List<SourceTemplate> sources)
@Nonnull public String getDisplayName()
getDisplayName in class hudson.model.Descriptor<jenkins.model.GlobalConfiguration>public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json)
configure in class jenkins.model.GlobalConfiguration@Nonnull public static GlobalCachetConfiguration get()
@Restricted(value=org.kohsuke.accmod.restrictions.DoNotUse.class)
public hudson.util.FormValidation doCheckCachetUrl(@QueryParameter
String cachetUrl)
Copyright © 2016–2020. All rights reserved.