@Extension
public static final class BuildTimestampWrapper.DescriptorImpl
extends hudson.tasks.BuildWrapperDescriptor
| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
hudson.util.FormValidation |
doCheckKey(String key) |
hudson.util.FormValidation |
doCheckPattern(String patternParam,
String timezoneParam) |
hudson.util.FormValidation |
doCheckShiftExpression(String shiftExpression) |
hudson.util.FormValidation |
doCheckValue(String value) |
hudson.util.ComboBoxModel |
doFillTimezoneItems() |
String |
getDisplayName()
This human readable name is used in the configuration screen.
|
Set<Tuple> |
getExtraProperties() |
String |
getPattern() |
String |
getTimezone() |
boolean |
isApplicable(hudson.model.AbstractProject<?,?> abstractProject) |
boolean |
isEnableBuildTimestamp() |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, 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 boolean isApplicable(hudson.model.AbstractProject<?,?> abstractProject)
isApplicable in class hudson.tasks.BuildWrapperDescriptorpublic String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tasks.BuildWrapper>public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
throws hudson.model.Descriptor.FormException
configure in class hudson.model.Descriptor<hudson.tasks.BuildWrapper>hudson.model.Descriptor.FormExceptionpublic hudson.util.FormValidation doCheckPattern(@QueryParameter(value="pattern")
String patternParam,
@QueryParameter(value="timezone")
String timezoneParam)
public hudson.util.FormValidation doCheckKey(@QueryParameter(value="key")
String key)
public hudson.util.FormValidation doCheckValue(@QueryParameter(value="value")
String value)
public hudson.util.FormValidation doCheckShiftExpression(@QueryParameter(value="shiftExpression")
String shiftExpression)
public hudson.util.ComboBoxModel doFillTimezoneItems()
public boolean isEnableBuildTimestamp()
public String getPattern()
public String getTimezone()
Copyright © 2004-2018. All Rights Reserved.