public abstract class CredentialsProviderFilterDescriptor extends hudson.model.Descriptor<CredentialsProviderFilter>
Descriptor class for all CredentialsProviderFilter instances.| Constructor and Description |
|---|
CredentialsProviderFilterDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
filter(CredentialsProvider provider)
Helper method that returns the current
CredentialsProviderFilter effective state for the supplied
CredentialsProvider. |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCheckMethod, getCheckUrl, getConfigFile, 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, toMappublic boolean filter(CredentialsProvider provider)
CredentialsProviderFilter effective state for the supplied
CredentialsProvider. Used to ensure that when changing implementation the initial config is equivalent to
the current.provider - the CredentialsProvider to check.true if and only if the current CredentialsProviderFilter returns true for the
supplied CredentialsProvider.Copyright © 2016–2017. All rights reserved.