Uses of Class
hudson.model.Run.RunExecution
-
Packages that use Run.RunExecution Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
. -
-
Uses of Run.RunExecution in hudson.model
Subclasses of Run.RunExecution 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
protected class
Run.Runner
Deprecated.as of 1.467 Please useRun.RunExecution
Methods in hudson.model with parameters of type Run.RunExecution Modifier and Type Method Description protected void
Run. execute(Run.RunExecution job)
-