Package | Description |
---|---|
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBuild.AbstractBuildExecution |
class |
AbstractBuild.AbstractRunner
Deprecated.
as of 1.467
Please use
Run.RunExecution |
protected class |
Build.BuildExecution |
protected class |
Build.RunnerImpl
Deprecated.
as of 1.467
Please use
Build.BuildExecution |
Modifier and Type | Method and Description |
---|---|
protected Run.Runner |
Build.createRunner()
Deprecated.
as of 1.467
Override the
Build.run() method by calling Run.execute(RunExecution) with
proper execution object. |
Modifier and Type | Method and Description |
---|---|
protected void |
Run.run(Run.Runner job)
Deprecated.
as of 1.467
Use
Run.execute(RunExecution) |
Copyright © 2015. All rights reserved.