public abstract class CredentialsTypeFilterDescriptor extends hudson.model.Descriptor<CredentialsTypeFilter>
Descriptor class for all CredentialsTypeFilter instances.| Constructor and Description |
|---|
CredentialsTypeFilterDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
filter(CredentialsDescriptor type)
Helper method that returns the current
CredentialsTypeFilter effective state for the supplied
CredentialsDescriptor. |
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(CredentialsDescriptor type)
CredentialsTypeFilter effective state for the supplied
CredentialsDescriptor. Used to ensure that when changing implementation the initial config is equivalent to
the current.type - the CredentialsDescriptor to check.true if and only if the current CredentialsTypeFilter returns true for the
supplied CredentialsDescriptor.Copyright © 2016–2017. All rights reserved.