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