Package | Description |
---|---|
hudson.logging | |
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
hudson.model.labels |
Boolean expression over labels.
|
jenkins.model |
Modifier and Type | Class and Description |
---|---|
class |
LogRecorderManager
Owner of
LogRecorder s, bound to "/log". |
Modifier and Type | Class and Description |
---|---|
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 |
ComputerSet
Serves as the top of
Computer s in the URL hierarchy. |
class |
FreeStyleProject
Free-style software project.
|
class |
Hudson |
class |
Job<JobT extends Job<JobT,RunT>,RunT extends Run<JobT,RunT>>
A job is an runnable entity under the monitoring of Hudson.
|
class |
Label
Group of
Node s. |
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 |
TreeView
EXPERIMENTAL
|
class |
View
Encapsulates the rendering of the list of
TopLevelItem s
that Jenkins owns. |
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. |
Modifier and Type | Class and Description |
---|---|
class |
LabelAtom
Atomic single token label, like "foo" or "bar".
|
class |
LabelExpression
Boolean expression of labels.
|
static class |
LabelExpression.And |
static class |
LabelExpression.Binary |
static class |
LabelExpression.Iff |
static class |
LabelExpression.Implies |
static class |
LabelExpression.Not |
static class |
LabelExpression.Or |
static class |
LabelExpression.Paren
No-op but useful for preserving the parenthesis in the user input.
|
Modifier and Type | Class and Description |
---|---|
class |
Jenkins
Root object of the system.
|
Copyright © 2016. All rights reserved.