Uses of Class
jenkins.model.IdStrategy
Packages that use IdStrategy
Package
Description
Core object model that are bound to URLs via stapler, rooted at
Jenkins
.Security-related code.
-
Uses of IdStrategy in hudson.model
Methods in hudson.model that return IdStrategyModifier and TypeMethodDescriptionprotected IdStrategy
UserIdMapper.getIdStrategy()
static IdStrategy
User.idStrategy()
Returns theIdStrategy
for use withUser
instances. -
Uses of IdStrategy in hudson.security
Methods in hudson.security that return IdStrategyModifier and TypeMethodDescriptionSecurityRealm.getGroupIdStrategy()
Returns theIdStrategy
that should be used for turningGroupDetails.getName()
into an ID.SecurityRealm.getUserIdStrategy()
Returns theIdStrategy
that should be used for turningUserDetails.getUsername()
into an ID. -
Uses of IdStrategy in jenkins.model
Subclasses of IdStrategy in jenkins.modelModifier and TypeClassDescriptionstatic class
The default case insensitiveIdStrategy
static class
A case sensitiveIdStrategy
static class
A case sensitive email addressIdStrategy
.Fields in jenkins.model declared as IdStrategyModifier and TypeFieldDescriptionstatic IdStrategy
IdStrategy.CASE_INSENSITIVE
The default case insensitive strategy.Methods in jenkins.model that return types with arguments of type IdStrategyModifier and TypeMethodDescriptionIdStrategy.all()
Returns all the registeredIdStrategy
descriptors.