Uses of Class
hudson.model.Run.Runner
-
Packages that use Run.Runner Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
. -
-
Uses of Run.Runner in hudson.model
Subclasses of Run.Runner in hudson.model Modifier and Type Class Description class
AbstractBuild.AbstractBuildExecution
class
AbstractBuild.AbstractRunner
Deprecated.as of 1.467 Please useRun.RunExecution
protected class
Build.BuildExecution
protected class
Build.RunnerImpl
Deprecated.as of 1.467 Please useBuild.BuildExecution
Methods in hudson.model that return Run.Runner Modifier and Type Method Description protected Run.Runner
Build. createRunner()
Deprecated.as of 1.467 Override theBuild.run()
method by callingRun.execute(hudson.model.Run.RunExecution)
with proper execution object.Methods in hudson.model with parameters of type Run.Runner Modifier and Type Method Description protected void
Run. run(Run.Runner job)
Deprecated.as of 1.467 UseRun.execute(hudson.model.Run.RunExecution)
-