Uses of Interface
hudson.model.ReconfigurableDescribable
Package
Description
Core object model that are bound to URLs via stapler, rooted at
Jenkins
.Code that monitors the health of agents
QuickSilver-like search/jump capability for better navigation around Jenkins.
Security-related code.
Code related to agents.
-
Uses of ReconfigurableDescribable in hudson.model
Modifier and TypeInterfaceDescriptioninterface
ReconfigurableDescribable<T extends ReconfigurableDescribable<T>>
Marks modernDescribable
s that allow the current instances to pass information down to the next instance when the configuration is submitted.Modifier and TypeClassDescriptionclass
class
class
JobProperty<J extends Job<?,
?>> Extensible property ofJob
.class
A UserProperty that remembers user-private views.class
Base type of Jenkins agents (although in practice, you probably extendSlave
to define a new agent type).class
class
Keeps a list of the parameters defined for a project.class
Information about a Hudson agent node.class
A UserProperty that allows a user to specify a time zone for displaying time.class
Extensible property ofUser
.class
Extensible property ofView
. -
Uses of ReconfigurableDescribable in hudson.node_monitors
Modifier and TypeClassDescriptionclass
NodeProperty
that allows users to set agent specific disk space thresholds. -
Uses of ReconfigurableDescribable in hudson.search
-
Uses of ReconfigurableDescribable in hudson.security
Modifier and TypeClassDescriptionclass
Remembers identifiers given byFederatedLoginService
to this user.static final class
UserProperty
that provides theUserDetails
view of the User object. -
Uses of ReconfigurableDescribable in hudson.slaves
Modifier and TypeClassDescriptionclass
Partial implementation ofSlave
to be used byAbstractCloudImpl
.final class
DefaultSlave
implementation for computers that do not belong to a higher level structure, like grid or cloud.class
NodeProperty
that sets additional environment variables.class
NodeProperty<N extends Node>
Extensible property ofNode
. -
Uses of ReconfigurableDescribable in hudson.tools
Modifier and TypeClassDescriptionclass
NodeProperty
that allows users to specify different locations forToolInstallation
s. -
Uses of ReconfigurableDescribable in jenkins.console
Modifier and TypeClassDescriptionclass
Allows users to activate and sortConsoleUrlProvider
extensions based on their preferences. -
Uses of ReconfigurableDescribable in jenkins.model
Modifier and TypeClassDescriptionclass
Defines aBuildDiscarder
.class
Root object of the system.class
OptionalJobProperty<J extends Job<?,
?>> Job property which may or may not be present. -
Uses of ReconfigurableDescribable in jenkins.model.experimentalflags
Modifier and TypeClassDescriptionclass
Per user experimental flags to enable features that still not completely ready to be active by default. -
Uses of ReconfigurableDescribable in jenkins.security
Modifier and TypeClassDescriptionclass
Remembers the API token for this user, that can be used like a password to login.class
Remembers the set ofGrantedAuthority
s that was obtained the last time the user has logged in. -
Uses of ReconfigurableDescribable in jenkins.security.seed
Modifier and TypeClassDescriptionclass
The seed stored in this property is used to have a revoke feature on the session without having to hack the session management that depends on the application server used to run the instance.