Uses of Class
hudson.init.InitStrategy
-
Packages that use InitStrategy Package Description hudson hudson.init Logic for Hudson startup. -
-
Uses of InitStrategy in hudson
Methods in hudson with parameters of type InitStrategy Modifier and Type Method Description org.jvnet.hudson.reactor.TaskBuilder
PluginManager. initTasks(InitStrategy initStrategy)
Called immediately after the construction. -
Uses of InitStrategy in hudson.init
Methods in hudson.init that return InitStrategy Modifier and Type Method Description static InitStrategy
InitStrategy. get(ClassLoader cl)
Obtains the instance to be used.
-