public abstract class AbstractUploadDescriptor extends hudson.model.Descriptor<AbstractUpload>
Modifier and Type | Field and Description |
---|---|
static String |
GCS_SCHEME
The URI "scheme" that prefixes GCS URIs
|
Modifier | Constructor and Description |
---|---|
protected |
AbstractUploadDescriptor(Class<? extends AbstractUpload> clazz)
Boilerplate, see:
https://wiki.jenkins-ci.org/display/JENKINS/Defining+a+new+extension+point
|
protected |
AbstractUploadDescriptor(Class<? extends AbstractUpload> clazz,
UploadModule module)
Create the descriptor of the Upload from it's type on associated module
for instantiating dependencies.
|
Modifier and Type | Method and Description |
---|---|
hudson.util.FormValidation |
doCheckBucketNameWithVars(String bucketNameWithVars)
This callback validates the
bucketNameWithVars input field's
values. |
UploadModule |
getModule()
Retrieve the module to use for instantiating dependencies
for instances described by this descriptor.
|
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, 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, toMap
public static final String GCS_SCHEME
protected AbstractUploadDescriptor(Class<? extends AbstractUpload> clazz, UploadModule module)
protected AbstractUploadDescriptor(Class<? extends AbstractUpload> clazz)
public UploadModule getModule()
public hudson.util.FormValidation doCheckBucketNameWithVars(@QueryParameter String bucketNameWithVars) throws IOException
bucketNameWithVars
input field's
values.IOException
Copyright © 2004-2014. All Rights Reserved.