Class ScheduleBuildGlobalConfiguration
java.lang.Object
hudson.model.Descriptor<GlobalConfiguration>
jenkins.model.GlobalConfiguration
org.jenkinsci.plugins.schedulebuild.ScheduleBuildGlobalConfiguration
- All Implemented Interfaces:
- ExtensionPoint,- Describable<GlobalConfiguration>,- Saveable,- Loadable,- OnMaster
@Extension
@Symbol("scheduleBuild")
public class ScheduleBuildGlobalConfiguration
extends GlobalConfiguration
- 
Nested Class SummaryNested classes/interfaces inherited from class hudson.model.DescriptorDescriptor.FormException, Descriptor.PropertyType, Descriptor.SelfNested classes/interfaces inherited from interface hudson.ExtensionPointExtensionPoint.LegacyInstancesAreScopedToHudson
- 
Field SummaryFields inherited from class hudson.model.Descriptorclazz
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiondoCheckDefaultStartTime(String value) doCheckTimeZone(String value) Returns a ZonedDateTime object on the current date in the configured timezone.voidload()voidsetDefaultScheduleTime(String defaultScheduleTime) voidsetDefaultStartTime(String defaultStartTime) voidsetTimeZone(String timeZone) Methods inherited from class jenkins.model.GlobalConfigurationall, configure, configure, getDescriptor, getGlobalConfigPageMethods inherited from class hudson.model.DescriptoraddHelpFileRedirect, bindJSON, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, 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, getRequiredGlobalConfigPagePermission, getStaticHelpUrl, getStaticHelpUrl, getT, getViewPage, isInstance, isSubTypeOf, newInstance, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
- 
Constructor Details- 
ScheduleBuildGlobalConfiguration@DataBoundConstructor public ScheduleBuildGlobalConfiguration()
 
- 
- 
Method Details- 
loadpublic void load()- Specified by:
- loadin interface- Loadable
- Overrides:
- loadin class- Descriptor<GlobalConfiguration>
 
- 
getDefaultScheduleTime
- 
getDefaultStartTime
- 
setDefaultStartTime
- 
setDefaultScheduleTime@DataBoundSetter public void setDefaultScheduleTime(String defaultScheduleTime) throws ParseException - Throws:
- ParseException
 
- 
getTimeZone
- 
setTimeZone
- 
getZoneId
- 
getDefaultScheduleTimeObjectReturns a ZonedDateTime object on the current date in the configured timezone.- Returns:
- scheduletime
 
- 
doCheckDefaultStartTime
- 
doCheckTimeZone
- 
doFillTimeZoneItems
 
-