@Extension
public static class ProjectQueueItemAuthenticator.DescriptorImpl
extends jenkins.security.QueueItemAuthenticatorDescriptor
| Constructor and Description |
|---|
ProjectQueueItemAuthenticator.DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<hudson.model.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. |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, 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, toMappublic ProjectQueueItemAuthenticator.DescriptorImpl()
public String getDisplayName()
getDisplayName in class hudson.model.Descriptor<jenkins.security.QueueItemAuthenticator>Descriptor.getDisplayName()@Deprecated public List<AuthorizeProjectStrategyDescriptor> getDescriptorsForGlobalSecurityConfigPage()
public List<hudson.model.Descriptor<AuthorizeProjectStrategy>> getAvailableDescriptorList()
AuthorizeProjectStrategypublic ProjectQueueItemAuthenticator newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) throws hudson.model.Descriptor.FormException
ProjectQueueItemAuthenticator from inputs.
Additional to that, configure global configurations of AuthorizeProjectStrategy.newInstance in class hudson.model.Descriptor<jenkins.security.QueueItemAuthenticator>req - formData - hudson.model.Descriptor.FormExceptionDescriptor.newInstance(org.kohsuke.stapler.StaplerRequest, net.sf.json.JSONObject)Copyright © 2004-2016. All Rights Reserved.