Package hudson.model
Class UserIdMapper
- java.lang.Object
-
- hudson.model.UserIdMapper
-
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) @Extension public class UserIdMapper extends Object
-
-
Constructor Summary
Constructors Constructor Description UserIdMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected IdStrategy
getIdStrategy()
protected File
getUsersDirectory()
File
init()
-
-
-
Method Detail
-
init
@Initializer(after=PLUGINS_STARTED, before=JOB_LOADED) public File init() throws IOException
- Throws:
IOException
-
getIdStrategy
protected IdStrategy getIdStrategy()
-
getUsersDirectory
protected File getUsersDirectory()
-
-