Package jenkins

Class InitReactorRunner

java.lang.Object
jenkins.InitReactorRunner

public class InitReactorRunner extends Object
Executes the Reactor for the purpose of bootup.
Author:
Kohsuke Kawaguchi
  • 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)
      Like Task.getDisplayName() but more robust.
    • onInitMilestoneAttained

      protected void onInitMilestoneAttained(InitMilestone milestone)
      Called when the init milestone is attained.