@Extension public static class ProjectQueueItemAuthenticator.DescriptorImpl extends QueueItemAuthenticatorDescriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Selfclazz| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<Descriptor<AuthorizeProjectStrategy>> |
getAvailableDescriptorList() |
List<AuthorizeProjectStrategyDescriptor> |
getDescriptorsForGlobalSecurityConfigPage()
Deprecated.
|
String |
getDisplayName() |
ProjectQueueItemAuthenticator |
newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
Creates new
ProjectQueueItemAuthenticator from inputs. |
alladdHelpFileRedirect, 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, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic String getDisplayName()
getDisplayName in class Descriptor<QueueItemAuthenticator>Descriptor.getDisplayName()@Deprecated public List<AuthorizeProjectStrategyDescriptor> getDescriptorsForGlobalSecurityConfigPage()
public List<Descriptor<AuthorizeProjectStrategy>> getAvailableDescriptorList()
AuthorizeProjectStrategypublic ProjectQueueItemAuthenticator newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) throws Descriptor.FormException
ProjectQueueItemAuthenticator from inputs.
Additional to that, configure global configurations of AuthorizeProjectStrategy.newInstance in class Descriptor<QueueItemAuthenticator>req - the request.formData - the form data.Descriptor.FormException - if the submitted form is invalid.Descriptor.newInstance(org.kohsuke.stapler.StaplerRequest, net.sf.json.JSONObject)Copyright © 2016–2021. All rights reserved.