@Extension public class QueueItemAuthenticatorConfiguration extends GlobalConfiguration
QueueItemAuthenticator
configurations on the system config page.Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
ExtensionPoint.LegacyInstancesAreScopedToHudson
clazz
Constructor and Description |
---|
QueueItemAuthenticatorConfiguration() |
Modifier and Type | Method and Description |
---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json)
Invoked when the global configuration page is submitted.
|
static QueueItemAuthenticatorConfiguration |
get() |
DescribableList<QueueItemAuthenticator,QueueItemAuthenticatorDescriptor> |
getAuthenticators() |
GlobalConfigurationCategory |
getCategory()
Every
GlobalConfiguration belongs to a specific category. |
all, getDescriptor, getDisplayName, getGlobalConfigPage
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
public GlobalConfigurationCategory getCategory()
GlobalConfiguration
GlobalConfiguration
belongs to a specific category.getCategory
in class GlobalConfiguration
GlobalConfiguration
.public DescribableList<QueueItemAuthenticator,QueueItemAuthenticatorDescriptor> getAuthenticators()
public boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json) throws Descriptor.FormException
Descriptor
configure
in class Descriptor<GlobalConfiguration>
json
- The JSON object that captures the configuration data for this Descriptor
.
See http://wiki.jenkins-ci.org/display/JENKINS/Structured+Form+SubmissionDescriptor.FormException
public static QueueItemAuthenticatorConfiguration get()
Copyright © 2014. All rights reserved.