@Extension @Symbol(value="scheduleBuild") public class ScheduleBuildGlobalConfiguration extends GlobalConfiguration
Descriptor.FormException, Descriptor.PropertyType, Descriptor.SelfExtensionPoint.LegacyInstancesAreScopedToHudsonclazz| Constructor and Description |
|---|
ScheduleBuildGlobalConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json) |
FormValidation |
doCheckDefaultScheduleTime(String value) |
FormValidation |
doCheckTimeZone(String value) |
String |
getDefaultScheduleTime() |
Date |
getDefaultScheduleTimeObject() |
String |
getTimeZone() |
TimeZone |
getTimeZoneObject() |
void |
setDefaultScheduleTime(String defaultScheduleTime) |
void |
setTimeZone(String timeZone) |
all, getDescriptor, getGlobalConfigPageaddHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, 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 ScheduleBuildGlobalConfiguration()
public String getDefaultScheduleTime()
@DataBoundSetter public void setDefaultScheduleTime(String defaultScheduleTime) throws ParseException
ParseExceptionpublic String getTimeZone()
@DataBoundSetter public void setTimeZone(String timeZone)
public TimeZone getTimeZoneObject()
public Date getDefaultScheduleTimeObject()
public FormValidation doCheckDefaultScheduleTime(@QueryParameter String value)
public FormValidation doCheckTimeZone(@QueryParameter String value)
public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json)
throws Descriptor.FormException
configure in class GlobalConfigurationDescriptor.FormExceptionCopyright © 2016–2019. All rights reserved.