| Package | Description |
|---|---|
| hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
| hudson.tasks |
| Modifier and Type | Class and Description |
|---|---|
class |
Build<P extends Project<P,B>,B extends Build<P,B>>
A build of a
Project. |
class |
Project<P extends Project<P,B>,B extends Build<P,B>>
Buildable software project.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FreeStyleBuild |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BuildStepCompatibilityLayer.perform(Build<?,?> build,
Launcher launcher,
BuildListener listener)
Deprecated.
|
boolean |
BuildStepCompatibilityLayer.prebuild(Build<?,?> build,
BuildListener listener)
Deprecated.
|
boolean |
Builder.prebuild(Build build,
BuildListener listener)
Default implementation that does nothing.
|
boolean |
Publisher.prebuild(Build build,
BuildListener listener)
Deprecated.
since 1.150
|
BuildWrapper.Environment |
BuildWrapper.setUp(Build build,
Launcher launcher,
BuildListener listener)
Deprecated.
since 2007-10-28.
Use
BuildWrapper.setUp(AbstractBuild, Launcher, BuildListener) instead. |
boolean |
BuildWrapper.Environment.tearDown(Build build,
BuildListener listener)
Deprecated.
since 2007-10-28.
Use
BuildWrapper.Environment.tearDown(AbstractBuild, BuildListener) instead. |
Copyright © 2019. All rights reserved.