@Extension public static class CredentialsProviderTypeRestriction.Excludes.DescriptorImpl extends CredentialsProviderTypeRestrictionDescriptor
| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.ListBoxModel |
doFillProviderItems()
Returns the list box for provider selection.
|
hudson.util.ListBoxModel |
doFillTypeItems()
Returns the list box for type selection.
|
boolean |
filter(List<CredentialsProviderTypeRestriction> restrictions,
CredentialsProvider provider,
CredentialsDescriptor type)
Computes the effective
CredentialsProviderTypeRestriction.filter(CredentialsProvider, CredentialsDescriptor) result from the
sublist of all CredentialsProviderTypeRestriction instances that use this
instance. |
String |
getDisplayName() |
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, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic boolean filter(List<CredentialsProviderTypeRestriction> restrictions, CredentialsProvider provider, CredentialsDescriptor type)
CredentialsProviderTypeRestriction.filter(CredentialsProvider, CredentialsDescriptor) result from the
sublist of all CredentialsProviderTypeRestriction instances that use this
instance. Each implementation can determine the policy to
follow, typically implementations will from two styles:
CredentialsProviderTypeRestriction.filter(CredentialsProvider, CredentialsDescriptor) returning
trueCredentialsProviderTypeRestriction.filter(CredentialsProvider, CredentialsDescriptor) returning
falsefilter in class CredentialsProviderTypeRestrictionDescriptorrestrictions - the sublist of CredentialsProviderManager.getRestrictions() that return this
from CredentialsProviderTypeRestriction.getDescriptor()provider - the CredentialsProvider to check.type - the CredentialsDescriptor to check.true if and only if the supplied CredentialsDescriptor is permitted in the scope of
the supplied CredentialsProviderpublic String getDisplayName()
getDisplayName in class hudson.model.Descriptor<CredentialsProviderTypeRestriction>@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public hudson.util.ListBoxModel doFillProviderItems()
@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public hudson.util.ListBoxModel doFillTypeItems()
Copyright © 2016–2018. All rights reserved.