@Extension public class Config extends GlobalConfiguration
Descriptor.FormException, Descriptor.PropertyType, Descriptor.SelfExtensionPoint.LegacyInstancesAreScopedToHudsonclazz| Constructor and Description |
|---|
Config() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json) |
static Config |
get() |
String |
getDisplayName() |
int |
getFreestyleFrequency() |
int |
getMatrixFrequency() |
int |
getMatrixMultiplier() |
int |
getPipelineFrequency() |
void |
setFreestyleFrequency(int freestyleFrequency) |
void |
setMatrixFrequency(int matrixFrequency) |
void |
setMatrixMultiplier(int matrixMultiplier) |
void |
setPipelineFrequency(int pipelineFrequency) |
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, toMappublic static Config get()
public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json)
throws Descriptor.FormException
configure in class GlobalConfigurationDescriptor.FormExceptionpublic int getFreestyleFrequency()
@DataBoundSetter public void setFreestyleFrequency(int freestyleFrequency)
public int getPipelineFrequency()
@DataBoundSetter public void setPipelineFrequency(int pipelineFrequency)
public int getMatrixFrequency()
@DataBoundSetter public void setMatrixFrequency(int matrixFrequency)
public int getMatrixMultiplier()
@DataBoundSetter public void setMatrixMultiplier(int matrixMultiplier)
@Nonnull public String getDisplayName()
getDisplayName in class Descriptor<GlobalConfiguration>Copyright © 2016–2020. All rights reserved.