@Extension public static class ClassicUpload.DescriptorImpl extends AbstractUploadDescriptor
AbstractUpload
pluginDescriptor.FormException, Descriptor.PropertyType, Descriptor.Self
GCS_SCHEME
clazz
Constructor and Description |
---|
DescriptorImpl() |
DescriptorImpl(Class<? extends ClassicUpload> clazz) |
Modifier and Type | Method and Description |
---|---|
FormValidation |
doCheckPattern(String pattern)
This callback validates the
pattern input field's values. |
String |
getDisplayName() |
static FormValidation |
staticDoCheckPattern(String pattern)
This callback validates the
pattern input field's values. |
doCheckBucket, doCheckBucketNameWithVars, getModule, newInstance, staticDoCheckBucket
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, 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, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
public DescriptorImpl()
public DescriptorImpl(Class<? extends ClassicUpload> clazz)
public String getDisplayName()
getDisplayName
in class Descriptor<AbstractUpload>
public static FormValidation staticDoCheckPattern(@QueryParameter String pattern)
pattern
input field's values.pattern
- The glob of files to upload, which potentially contains unresolved symbols,
such as $JOB_NAME and $BUILD_NUMBER.public FormValidation doCheckPattern(@QueryParameter String pattern)
pattern
input field's values.pattern
- The glob of files to upload, which potentially contains unresolved symbols,
such as $JOB_NAME and $BUILD_NUMBER.Copyright © 2016–2019. All rights reserved.