Package hudson.init
Class TerminatorFinder
java.lang.Object
org.jvnet.hudson.reactor.TaskBuilder
hudson.init.TerminatorFinder
public class TerminatorFinder
extends org.jvnet.hudson.reactor.TaskBuilder
- 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
Termination code is never fatal.protected boolean
Return true to ignore this method.protected String
getDisplayNameOf
(Method e, Terminator i) 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
-
TerminatorFinder
-
-
Method Details
-
displayNameOf
-
requiresOf
-
attainsOf
-
afterOf
-
beforeOf
-
fatalOf
Termination code is never fatal. -
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.
-