|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.model.Descriptor<AuthorizeProjectStrategy>
org.jenkinsci.plugins.authorizeproject.AuthorizeProjectStrategyDescriptor
public abstract class AuthorizeProjectStrategyDescriptor
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class hudson.model.Descriptor |
|---|
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType, hudson.model.Descriptor.Self |
| Field Summary |
|---|
| Fields inherited from class hudson.model.Descriptor |
|---|
clazz |
| Fields inherited from interface hudson.model.Saveable |
|---|
NOOP |
| Constructor Summary | |
|---|---|
protected |
AuthorizeProjectStrategyDescriptor()
|
protected |
AuthorizeProjectStrategyDescriptor(Class<? extends AuthorizeProjectStrategy> clazz)
|
| Method Summary | |
|---|---|
void |
configureFromGlobalSecurity(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject js)
Invoked when configuration is submitted from "Configure Global Security" as a child of ProjectQueueItemAuthenticator. |
protected hudson.XmlFile |
getConfigFile()
|
static List<AuthorizeProjectStrategyDescriptor> |
getDescriptorsForGlobalSecurityConfigPage()
|
String |
getGlobalSecurityConfigPage()
|
boolean |
isEnabledByDefault()
|
| Methods inherited from class hudson.model.Descriptor |
|---|
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckMethod, getCheckUrl, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, getGlobalConfigPage, 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected AuthorizeProjectStrategyDescriptor()
protected AuthorizeProjectStrategyDescriptor(Class<? extends AuthorizeProjectStrategy> clazz)
clazz - | Method Detail |
|---|
protected final hudson.XmlFile getConfigFile()
getConfigFile in class hudson.model.Descriptor<AuthorizeProjectStrategy>public String getGlobalSecurityConfigPage()
ProjectQueueItemAuthenticator.public static List<AuthorizeProjectStrategyDescriptor> getDescriptorsForGlobalSecurityConfigPage()
ProjectQueueItemAuthenticator.
public void configureFromGlobalSecurity(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject js)
throws hudson.model.Descriptor.FormException
ProjectQueueItemAuthenticator.
You should call save() by yourself.
req - js -
FormException
hudson.model.Descriptor.FormExceptionpublic boolean isEnabledByDefault()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||