Uses of Class
hudson.model.Run.Runner

Packages that use Run.Runner
hudson.matrix Matrix project 
hudson.model Core object model that are bound to URLs via stapler, rooted at Hudson
 

Uses of Run.Runner in hudson.matrix
 

Subclasses of Run.Runner in hudson.matrix
 class MatrixBuild.MatrixBuildExecution
          Object that lives from the start of MatrixBuild execution to its end.
 

Uses of Run.Runner in hudson.model
 

Subclasses of Run.Runner in hudson.model
 class AbstractBuild.AbstractBuildExecution
           
 class AbstractBuild.AbstractRunner
          Deprecated. as of 1.467 Please use RunExecution
protected  class Build.BuildExecution
           
protected  class Build.RunnerImpl
          Deprecated. as of 1.467 Please use Build.BuildExecution
 

Methods in hudson.model that return Run.Runner
protected  Run.Runner Build.createRunner()
          Deprecated. as of 1.467 Override the Build.run() method by calling Run.execute(RunExecution) with proper execution object.
 

Methods in hudson.model with parameters of type Run.Runner
protected  void Run.run(Run.Runner job)
          Deprecated. as of 1.467 Use Run.execute(RunExecution)
 



Copyright © 2004-2013. All Rights Reserved.