| Package | Description |
|---|---|
| hudson | |
| hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
| hudson.security |
Security-related code.
|
| hudson.slaves |
Code related to slaves.
|
| hudson.util |
Other miscellaneous utility code
|
| jenkins.model | |
| jenkins.slaves |
| Modifier and Type | Method and Description |
|---|---|
static void |
Functions.checkPermission(AccessControlled object,
Permission permission) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BuildableItem
Item that can be "built", for
whatever meaning of "build". |
interface |
BuildableItemWithBuildWrappers
AbstractProject that has associated BuildWrappers. |
interface |
Item
Basic configuration unit in Hudson.
|
interface |
ModifiableViewGroup
ViewGroup that can be modified. |
interface |
SCMedItem
Deprecated.
Implement
SCMTriggerItem instead. |
interface |
TopLevelItem
|
interface |
ViewGroup
Container of
Views. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBuild<P extends AbstractProject<P,R>,R extends AbstractBuild<P,R>>
Base implementation of
Runs 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
Jobs that build software. |
class |
AllView
View that contains everything. |
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
Executors. |
class |
FreeStyleBuild |
class |
FreeStyleProject
Free-style software project.
|
class |
Hudson |
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 |
ListView
Displays
Jobs in a flat list view. |
class |
MyView
View that only contains projects for which the current user has access to. |
class |
MyViewsProperty
A UserProperty that remembers user-private views.
|
class |
Node
Base type of Jenkins slaves (although in practice, you probably extend
Slave to define a new slave type). |
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 |
Slave
Information about a Hudson slave node.
|
class |
TreeView
EXPERIMENTAL
|
class |
User
Represents a user.
|
class |
View
Encapsulates the rendering of the list of
TopLevelItems
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. |
| Constructor and Description |
|---|
ItemGroupMixIn(ItemGroup parent,
AccessControlled acl) |
| Modifier and Type | Class and Description |
|---|---|
class |
HudsonPrivateSecurityRealm
SecurityRealm that performs authentication by looking up User. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCloudComputer<T extends AbstractCloudSlave>
Partial implementation of
Computer to be used in conjunction with
AbstractCloudSlave. |
class |
AbstractCloudImpl
|
class |
AbstractCloudSlave
Partial implementation of
Slave to be used by AbstractCloudImpl. |
class |
Cloud
Creates
Nodes to dynamically expand/shrink the slaves attached to Hudson. |
class |
DumbSlave
Default
Slave implementation for computers that do not belong to a higher level structure,
like grid or cloud. |
class |
SlaveComputer
|
| Modifier and Type | Field and Description |
|---|---|
protected AccessControlled |
FormFieldValidator.subject
Deprecated.
The object to which the permission is checked against.
|
| Constructor and Description |
|---|
FormFieldValidator(AccessControlled subject,
Permission permission)
Deprecated.
|
FormFieldValidator(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response,
AccessControlled subject,
Permission permission)
Deprecated.
Use
FormFieldValidator.FormFieldValidator(AccessControlled,Permission) and remove StaplerRequest and StaplerResponse
from your "doCheck..." method parameter |
HeapDump(AccessControlled owner,
hudson.remoting.VirtualChannel channel) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ParameterizedJobMixIn.ParameterizedJob
Marker for job using this mixin.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTopLevelItem
Default base implementation of
TopLevelItem. |
class |
Jenkins
Root object of the system.
|
static class |
Jenkins.MasterComputer |
| Constructor and Description |
|---|
EncryptedSlaveAgentJnlpFile(AccessControlled it,
String viewName,
String slaveName,
Permission connectPermission) |
Copyright © 2019. All rights reserved.