Package | Description |
---|---|
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
hudson.model.labels |
Boolean expression over labels.
|
hudson.slaves |
Code related to slaves.
|
jenkins.model |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBuild<P extends AbstractProject<P,R>,R extends AbstractBuild<P,R>>
Base implementation of
Run s that build software. |
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 |
Build<P extends Project<P,B>,B extends Build<P,B>>
A build of a
Project . |
class |
Computer
Represents the running state of a remote computer that holds
Executor s. |
class |
FreeStyleBuild |
class |
FreeStyleProject
Free-style software project.
|
static class |
Hudson.MasterComputer
Deprecated.
only here for backward comp
|
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 |
Project<P extends Project<P,B>,B extends Build<P,B>>
Buildable software project.
|
class |
Queue.BlockedItem
Item in the Queue.blockedProjects stage. |
static class |
Queue.BuildableItem
Item in the Queue.buildables stage. |
static class |
Queue.Item
Item in a queue.
|
static class |
Queue.LeftItem
Item in the Queue.leftItems stage. |
static class |
Queue.NotWaitingItem
Common part between
Queue.BlockedItem and BuildableItem . |
static class |
Queue.WaitingItem
Item in the Queue.waitingList stage. |
class |
Run<JobT extends Job<JobT,RunT>,RunT extends Run<JobT,RunT>>
A particular execution of
Job . |
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 |
AbstractCloudComputer<T extends AbstractCloudSlave>
Partial implementation of
Computer to be used in conjunction with
AbstractCloudSlave . |
class |
SlaveComputer
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTopLevelItem
Default base implementation of
TopLevelItem . |
static class |
Jenkins.MasterComputer |
Copyright © 2014. All rights reserved.