Uses of Class
jenkins.model.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
Modifier and TypeMethodDescriptionprotected IdStrategy
UserIdMapper.getIdStrategy()
static IdStrategy
User.idStrategy()
Returns theIdStrategy
for use withUser
instances. -
Uses of IdStrategy in hudson.security
Modifier 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
Modifier and TypeClassDescriptionstatic class
The default case insensitiveIdStrategy
static class
A case sensitiveIdStrategy
static class
A case sensitive email addressIdStrategy
.Modifier and TypeFieldDescriptionstatic IdStrategy
IdStrategy.CASE_INSENSITIVE
The default case insensitive strategy.Modifier and TypeMethodDescriptionIdStrategy.all()
Returns all the registeredIdStrategy
descriptors.