class |
AbstractBuild<P extends AbstractProject<P,R>,R extends AbstractBuild<P,R>> |
Base implementation of Run s that build software.
|
class |
AbstractCIBase |
|
class |
AbstractItem |
Partial default implementation of Item .
|
class |
AbstractProject<P extends AbstractProject<P,R>,R extends AbstractBuild<P,R>> |
Base implementation of Job s that build software.
|
class |
AllView |
View that contains everything.
|
class |
Build<P extends Project<P,B>,B extends Build<P,B>> |
|
class |
Computer |
Represents the running state of a remote computer that holds Executor s.
|
class |
FreeStyleBuild |
|
class |
FreeStyleProject |
Free-style software project.
|
class |
Hudson |
|
static class |
Hudson.MasterComputer |
Deprecated.
|
class |
Job<JobT extends Job<JobT,RunT>,RunT extends Run<JobT,RunT>> |
A job is an runnable entity under the monitoring of Hudson.
|
class |
ListView |
Displays Job s in a flat list view.
|
class |
MyView |
View that only contains projects for which the current user has access to.
|
class |
Project<P extends Project<P,B>,B extends Build<P,B>> |
Buildable software project.
|
class |
ProxyView |
A view that delegates to another.
|
class |
Run<JobT extends Job<JobT,RunT>,RunT extends Run<JobT,RunT>> |
A particular execution of Job .
|
class |
User |
Represents a user.
|
class |
View |
|
class |
ViewJob<JobT extends ViewJob<JobT,RunT>,RunT extends Run<JobT,RunT>> |
Job that monitors activities that happen outside Hudson,
which requires occasional batch reload activity to obtain the up-to-date information.
|