| Package | Description |
|---|---|
| hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
| hudson.search |
QuickSilver-like
search/jump capability for better navigation around the website.
|
| hudson.security |
Security-related code.
|
| hudson.slaves |
Code related to slaves.
|
| hudson.tools | |
| jenkins.model | |
| jenkins.security |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ReconfigurableDescribable<T extends ReconfigurableDescribable<T>>
Marks modern
Describables that allow the current instances to pass information down to the next
instance when the configuration is submitted. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCIBase |
class |
Hudson |
class |
JobProperty<J extends Job<?,?>>
Extensible property of
Job. |
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 |
PaneStatusProperties |
class |
ParametersDefinitionProperty
Keeps a list of the parameters defined for a project.
|
class |
Slave
Information about a Hudson slave node.
|
class |
UserProperty
Extensible property of
User. |
class |
ViewProperty
Extensible property of
View. |
| Modifier and Type | Class and Description |
|---|---|
class |
UserSearchProperty |
| Modifier and Type | Class and Description |
|---|---|
class |
FederatedLoginServiceUserProperty
Remembers identifiers given by
FederatedLoginService to this user. |
static class |
HudsonPrivateSecurityRealm.Details
UserProperty that provides the UserDetails view of the User object. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCloudSlave
Partial implementation of
Slave to be used by AbstractCloudImpl. |
class |
DumbSlave
Default
Slave implementation for computers that do not belong to a higher level structure,
like grid or cloud. |
class |
EnvironmentVariablesNodeProperty
NodeProperty that sets additional environment variables. |
class |
NodeProperty<N extends Node>
Extensible property of
Node. |
| Modifier and Type | Class and Description |
|---|---|
class |
ToolLocationNodeProperty
NodeProperty that allows users to specify different locations for ToolInstallations. |
| Modifier and Type | Class and Description |
|---|---|
class |
BuildDiscarderProperty
Defines a
BuildDiscarder. |
class |
Jenkins
Root object of the system.
|
class |
OptionalJobProperty<J extends Job<?,?>>
Job property which may or may not be present.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ApiTokenProperty
Remembers the API token for this user, that can be used like a password to login.
|
class |
LastGrantedAuthoritiesProperty
Remembers the set of
GrantedAuthoritys that was obtained the last time the user has logged in. |
Copyright © 2019. All rights reserved.