@Extension
public class ScheduleBuildGlobalConfiguration
extends jenkins.model.GlobalConfiguration
| Constructor and Description |
|---|
ScheduleBuildGlobalConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json) |
hudson.util.FormValidation |
doCheckDefaultScheduleTime(String value) |
hudson.util.FormValidation |
doCheckTimeZone(String value) |
jenkins.model.GlobalConfigurationCategory |
getCategory() |
String |
getDefaultScheduleTime() |
Date |
getDefaultScheduleTimeObject() |
String |
getTimeZone() |
TimeZone |
getTimeZoneObject() |
all, getDescriptor, getGlobalConfigPageaddHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, 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, toMappublic jenkins.model.GlobalConfigurationCategory getCategory()
getCategory in class hudson.model.Descriptor<jenkins.model.GlobalConfiguration>public String getDefaultScheduleTime()
public String getTimeZone()
public TimeZone getTimeZoneObject()
public Date getDefaultScheduleTimeObject()
public hudson.util.FormValidation doCheckDefaultScheduleTime(@QueryParameter
String value)
public hudson.util.FormValidation doCheckTimeZone(@QueryParameter
String value)
public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json)
throws hudson.model.Descriptor.FormException
configure in class jenkins.model.GlobalConfigurationhudson.model.Descriptor.FormExceptionCopyright © 2016–2017. All rights reserved.