@Extension
public static class AuthorizeProjectProperty.DescriptorImpl
extends hudson.model.JobPropertyDescriptor
AuthorizeProjectProperty.
Provides functions for displaying.| Constructor and Description |
|---|
AuthorizeProjectProperty.DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
List<hudson.model.Descriptor<AuthorizeProjectStrategy>> |
getEnabledAuthorizeProjectStrategyDescriptorList() |
hudson.DescriptorExtensionList<AuthorizeProjectStrategy,hudson.model.Descriptor<AuthorizeProjectStrategy>> |
getStrategyList()
Deprecated.
|
boolean |
isApplicable(Class<? extends hudson.model.Job> jobType)
Enabled only when
ProjectQueueItemAuthenticator is configured. |
all, getPropertyDescriptors, newInstanceaddHelpFileRedirect, 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 AuthorizeProjectProperty.DescriptorImpl()
public String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.model.JobProperty<?>>Descriptor.getDisplayName()public boolean isApplicable(Class<? extends hudson.model.Job> jobType)
ProjectQueueItemAuthenticator is configured.isApplicable in class hudson.model.JobPropertyDescriptorjobType - the job type.true if enabled for the specified job type.JobPropertyDescriptor.isApplicable(java.lang.Class)@Deprecated public hudson.DescriptorExtensionList<AuthorizeProjectStrategy,hudson.model.Descriptor<AuthorizeProjectStrategy>> getStrategyList()
AuthorizeProjectStrategy.public List<hudson.model.Descriptor<AuthorizeProjectStrategy>> getEnabledAuthorizeProjectStrategyDescriptorList()
AuthorizeProjectStrategy, empty if authorize-project is not enabled.Copyright © 2016–2017. All rights reserved.