@Extension public static class GlobalQueueItemAuthenticator.DescriptorImpl extends QueueItemAuthenticatorDescriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Selfclazz| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
AuthorizeProjectStrategy |
getDefaultStrategy() |
String |
getDisplayName() |
Iterable<Descriptor<AuthorizeProjectStrategy>> |
getStrategyDescriptors() |
GlobalQueueItemAuthenticator |
newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
Creates new
GlobalQueueItemAuthenticator 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>public Iterable<Descriptor<AuthorizeProjectStrategy>> getStrategyDescriptors()
AuthorizeProjectStrategy applicable to GlobalQueueItemAuthenticator.public AuthorizeProjectStrategy getDefaultStrategy()
public GlobalQueueItemAuthenticator newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) throws Descriptor.FormException
GlobalQueueItemAuthenticator from inputs.
This is required to call Descriptor.newInstance(StaplerRequest, JSONObject)
of AuthorizeProjectProperty.newInstance in class Descriptor<QueueItemAuthenticator>req - formData - Descriptor.FormExceptionDescriptor.newInstance(org.kohsuke.stapler.StaplerRequest, net.sf.json.JSONObject)Copyright © 2016–2021. All rights reserved.