Package | Description |
---|---|
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
hudson.model.listeners |
Listener interfaces for various events that occur inside the server.
|
hudson.tasks |
Modifier and Type | Method and Description |
---|---|
protected abstract Result |
AbstractBuild.AbstractBuildExecution.doRun(BuildListener listener)
The portion of a build that is specific to a subclass of
AbstractBuild
goes here. |
abstract Result |
Run.RunExecution.run(BuildListener listener)
Performs the main build and returns the status code.
|
Modifier and Type | Method and Description |
---|---|
Environment |
RunListener.setUpEnvironment(AbstractBuild build,
Launcher launcher,
BuildListener listener)
Runs before the
SCM.checkout(AbstractBuild, Launcher, FilePath, BuildListener, File) runs, and performs a set up. |
Modifier and Type | Method and Description |
---|---|
Launcher |
BuildWrapper.decorateLauncher(AbstractBuild build,
Launcher launcher,
BuildListener listener)
Provides an opportunity for a
BuildWrapper to decorate a Launcher to be used in the build. |
OutputStream |
BuildWrapper.decorateLogger(AbstractBuild build,
OutputStream logger)
Provides an opportunity for a
BuildWrapper to decorate the BuildListener logger to be used by the build. |
Copyright © 2014. All rights reserved.