@Extension @Symbol(value="googleStorageUpload") public static class ClassicUploadStep.DescriptorImpl extends BuildStepDescriptor<Builder>
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
clazz
Constructor and Description |
---|
DescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
FormValidation |
doCheckBucket(String bucket)
This callback validates the
bucket input field's values. |
static FormValidation |
doCheckPattern(String pattern)
This callback validates the
pattern input field's values. |
String |
getDisplayName() |
boolean |
isApplicable(Class<? extends AbstractProject> jobType) |
Builder |
newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
filter
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 String getDisplayName()
getDisplayName
in class Descriptor<Builder>
public boolean isApplicable(Class<? extends AbstractProject> jobType)
isApplicable
in class BuildStepDescriptor<Builder>
public Builder newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) throws Descriptor.FormException
newInstance
in class Descriptor<Builder>
Descriptor.FormException
public FormValidation doCheckBucket(@QueryParameter String bucket)
bucket
input field's values.bucket
- GCS bucket to upload files to.public static FormValidation doCheckPattern(@QueryParameter String pattern)
pattern
input field's values.pattern
- GCS bucket to upload files to.Copyright © 2016–2019. All rights reserved.