@Extension
public static class ProjectQueueItemAuthenticator.DescriptorImpl
extends jenkins.security.QueueItemAuthenticatorDescriptor
| コンストラクタと説明 |
|---|
ProjectQueueItemAuthenticator.DescriptorImpl() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
List<AuthorizeProjectStrategyDescriptor> |
getDescriptorsForGlobalSecurityConfigPage() |
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, 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 クラス内 hudson.model.Descriptor<jenkins.security.QueueItemAuthenticator>Descriptor.getDisplayName()public List<AuthorizeProjectStrategyDescriptor> getDescriptorsForGlobalSecurityConfigPage()
public 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 クラス内 hudson.model.Descriptor<jenkins.security.QueueItemAuthenticator>req - formData - hudson.model.Descriptor.FormExceptionDescriptor.newInstance(org.kohsuke.stapler.StaplerRequest, net.sf.json.JSONObject)Copyright © 2004-2014. All Rights Reserved.