public static final class LogfilesizecheckerWrapper.DescriptorImpl extends BuildWrapperDescriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Selfclazz| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
int |
getCheckPeriod()
Returns the period, in seconds, between successive checks.
|
int |
getDefaultLogSize()
Returns maximum log size set in global configuration.
|
String |
getDisplayName()
Returns caption for our part of the config page.
|
boolean |
isApplicable(AbstractProject<?,?> item)
Certainly does something.
|
void |
setDefaultLogSize(int size)
Allows changing the global log file size - used for testing only.
|
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, 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 getDisplayName()
getDisplayName in class Descriptor<BuildWrapper>public boolean isApplicable(AbstractProject<?,?> item)
isApplicable in class BuildWrapperDescriptoritem - Some item, I guesspublic int getDefaultLogSize()
public void setDefaultLogSize(int size)
size - new default max log sizepublic int getCheckPeriod()
public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
throws Descriptor.FormException
configure in class Descriptor<BuildWrapper>Descriptor.FormExceptionCopyright © 2016–2018. All rights reserved.