public class InitReactorRunner extends Object
Reactor
for the purpose of bootup.Constructor and Description |
---|
InitReactorRunner() |
Modifier and Type | Method and Description |
---|---|
static String |
getDisplayName(org.jvnet.hudson.reactor.Task t)
Like
Task.getDisplayName() but more robust. |
protected void |
onInitMilestoneAttained(InitMilestone milestone)
Called when the init milestone is attained.
|
void |
run(org.jvnet.hudson.reactor.Reactor reactor) |
public void run(org.jvnet.hudson.reactor.Reactor reactor) throws InterruptedException, org.jvnet.hudson.reactor.ReactorException, IOException
InterruptedException
org.jvnet.hudson.reactor.ReactorException
IOException
@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public static String getDisplayName(org.jvnet.hudson.reactor.Task t)
Task.getDisplayName()
but more robust.protected void onInitMilestoneAttained(InitMilestone milestone)
Copyright © 2004–2021. All rights reserved.