Package jenkins
Class InitReactorRunner
java.lang.Object
jenkins.InitReactorRunner
Executes the
Reactor
for the purpose of bootup.- Author:
- Kohsuke Kawaguchi
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getDisplayName
(org.jvnet.hudson.reactor.Task t) LikeTask.getDisplayName()
but more robust.protected void
onInitMilestoneAttained
(InitMilestone milestone) Called when the init milestone is attained.void
run
(org.jvnet.hudson.reactor.Reactor reactor)
-
Constructor Details
-
InitReactorRunner
public InitReactorRunner()
-
-
Method Details
-
run
public void run(org.jvnet.hudson.reactor.Reactor reactor) throws InterruptedException, org.jvnet.hudson.reactor.ReactorException, IOException - Throws:
InterruptedException
org.jvnet.hudson.reactor.ReactorException
IOException
-
getDisplayName
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public static String getDisplayName(org.jvnet.hudson.reactor.Task t) LikeTask.getDisplayName()
but more robust. -
onInitMilestoneAttained
Called when the init milestone is attained.
-