Package hudson.init
Class InitializerFinder
java.lang.Object
org.jvnet.hudson.reactor.TaskBuilder
hudson.init.InitializerFinder
public class InitializerFinder
extends org.jvnet.hudson.reactor.TaskBuilder
Discovers initialization tasks from
Initializer
.- Author:
- Kohsuke Kawaguchi
-
Field Summary
Fields inherited from class org.jvnet.hudson.reactor.TaskBuilder
EMPTY_BUILDER
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected org.jvnet.hudson.reactor.Milestone
protected String[]
protected org.jvnet.hudson.reactor.Milestone
Collection<org.jvnet.hudson.reactor.Task>
discoverTasks
(org.jvnet.hudson.reactor.Reactor session) protected String
protected boolean
protected boolean
Return true to ignore this method.protected String
Obtains the display name of the given initialization taskprotected void
Invokes the given initialization method.protected String[]
Methods inherited from class org.jvnet.hudson.reactor.TaskBuilder
fromTasks, union, union
-
Field Details
-
cl
-
-
Constructor Details
-
InitializerFinder
-
InitializerFinder
public InitializerFinder()
-
-
Method Details
-
displayNameOf
-
requiresOf
-
attainsOf
-
afterOf
-
beforeOf
-
fatalOf
-
discoverTasks
public Collection<org.jvnet.hudson.reactor.Task> discoverTasks(org.jvnet.hudson.reactor.Reactor session) throws IOException - Specified by:
discoverTasks
in classorg.jvnet.hudson.reactor.TaskBuilder
- Throws:
IOException
-
filter
Return true to ignore this method. -
getDisplayNameOf
Obtains the display name of the given initialization task -
invoke
Invokes the given initialization method.
-