Package hudson.plugins.nextexecutions
Class NextBuilds.DescriptorImpl
- Enclosing class:
- NextBuilds
@Extension
@Symbol("nextBuilds")
public static class NextBuilds.DescriptorImpl
extends Descriptor<NextBuilds>
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
-
Field Summary
Fields inherited from class hudson.model.Descriptor
clazz
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
configure
(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json) doCheckDateFormat
(String value) boolean
boolean
boolean
boolean
void
setDateFormat
(String dateFormat) void
setFilterByView
(boolean filterByView) void
setShowParameterizedWidget
(boolean showParameterizedWidget) void
setShowPossibleWidget
(boolean showPossibleWidget) Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, 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, getStaticHelpUrl, getStaticHelpUrl, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Constructor Details
-
DescriptorImpl
public DescriptorImpl()
-
-
Method Details
-
getDisplayName
- Overrides:
getDisplayName
in classDescriptor<NextBuilds>
-
getDateFormat
-
setDateFormat
-
getFilterByView
public boolean getFilterByView() -
setFilterByView
public void setFilterByView(boolean filterByView) -
getShowPossibleWidget
public boolean getShowPossibleWidget() -
setShowPossibleWidget
public void setShowPossibleWidget(boolean showPossibleWidget) -
getShowParameterizedWidget
public boolean getShowParameterizedWidget() -
setShowParameterizedWidget
public void setShowParameterizedWidget(boolean showParameterizedWidget) -
getDefault
-
getFilterByViewDefault
public boolean getFilterByViewDefault() -
configure
public boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json) throws Descriptor.FormException - Overrides:
configure
in classDescriptor<NextBuilds>
- Throws:
Descriptor.FormException
-
doCheckDateFormat
-