public static final class BlobStorePublisher.DescriptorImpl extends BuildStepDescriptor<Publisher>
Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
clazz
Constructor and Description |
---|
DescriptorImpl() |
DescriptorImpl(Class<? extends Publisher> clazz) |
Modifier and Type | Method and Description |
---|---|
boolean |
configure(StaplerRequest req,
net.sf.json.JSONObject formData) |
ListBoxModel |
doFillProfileNameItems() |
String |
getDisplayName() |
BlobStoreProfile[] |
getProfiles() |
boolean |
isApplicable(Class<? extends AbstractProject> aClass) |
void |
setProfiles(List<BlobStoreProfile> newProfiles)
Set profiles.
|
filter
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, 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, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
public String getDisplayName()
getDisplayName
in class Descriptor<Publisher>
public boolean configure(StaplerRequest req, net.sf.json.JSONObject formData) throws Descriptor.FormException
configure
in class Descriptor<Publisher>
Descriptor.FormException
public void setProfiles(List<BlobStoreProfile> newProfiles)
// Get credentials from somewhere and build a list of profiles... BlobStorePublisher.DESCRIPTOR.setProfiles(profiles) BlobStorePublisher.DESCRIPTOR.save()
newProfiles
- A list of BlobStoreProfile.public BlobStoreProfile[] getProfiles()
public boolean isApplicable(Class<? extends AbstractProject> aClass)
isApplicable
in class BuildStepDescriptor<Publisher>
public ListBoxModel doFillProfileNameItems()
Copyright © 2016–2021. All rights reserved.