Class UserCredentialsProvider.UserCredentialsProperty.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<UserProperty>
hudson.model.UserPropertyDescriptor
com.cloudbees.plugins.credentials.UserCredentialsProvider.UserCredentialsProperty.DescriptorImpl
- Enclosing class:
UserCredentialsProvider.UserCredentialsProperty
@Extension
public static class UserCredentialsProvider.UserCredentialsProperty.DescriptorImpl
extends UserPropertyDescriptor
Our user property descriptor.
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self -
Field Summary
Fields inherited from class hudson.model.Descriptor
clazz -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets all the credentials descriptors.Gets all theDomainSpecificationdescriptors.booleannewInstance(User user) Methods inherited from class hudson.model.UserPropertyDescriptor
getDescription, getUserPropertyCategory, getUserPropertyCategoryAsStringMethods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, configure, configure, doHelp, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getStaticHelpUrl, getStaticHelpUrl, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Constructor Details
-
DescriptorImpl
public DescriptorImpl()
-
-
Method Details
-
newInstance
- Specified by:
newInstancein classUserPropertyDescriptor
-
isEnabled
public boolean isEnabled()- Overrides:
isEnabledin classUserPropertyDescriptor
-
getDisplayName
- Overrides:
getDisplayNamein classDescriptor<UserProperty>
-
getCredentialDescriptors
Gets all the credentials descriptors.- Returns:
- all the credentials descriptors.
- Since:
- 1.5
-
getSpecificationDescriptors
public DescriptorExtensionList<DomainSpecification,Descriptor<DomainSpecification>> getSpecificationDescriptors()Gets all theDomainSpecificationdescriptors.- Returns:
- all the
DomainSpecificationdescriptors. - Since:
- 1.5
-