@Extension @Symbol(value="googleStorageDownload") public static class DownloadStep.DescriptorImpl extends BuildStepDescriptor<Builder>
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
clazz
Constructor and Description |
---|
DescriptorImpl()
Constructor for
DownloadStep 's DescriptorImpl. |
Modifier and Type | Method and Description |
---|---|
FormValidation |
doCheckBucketUri(String bucketUri)
This callback validates the
bucketNameWithVars input field's values. |
String |
getDisplayName() |
UploadModule |
getModule() |
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 DescriptorImpl()
DownloadStep
's DescriptorImpl.public UploadModule getModule()
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 doCheckBucketUri(@QueryParameter String bucketUri)
bucketNameWithVars
input field's values.bucketUri
- Name of the GCS bucket. e.g. gs://MY_BUCKET_NAMECopyright © 2016–2019. All rights reserved.