Uses of Interface
hudson.model.ReconfigurableDescribable
Packages that use 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
Classes in hudson.model with type parameters of type ReconfigurableDescribableModifier 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.Classes in hudson.model that implement ReconfigurableDescribableModifier 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
Classes in hudson.node_monitors that implement ReconfigurableDescribableModifier and TypeClassDescriptionclass
NodeProperty
that allows users to set agent specific disk space thresholds. -
Uses of ReconfigurableDescribable in hudson.search
Classes in hudson.search that implement ReconfigurableDescribable -
Uses of ReconfigurableDescribable in hudson.security
Classes in hudson.security that implement ReconfigurableDescribableModifier 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
Classes in hudson.slaves that implement ReconfigurableDescribableModifier 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
Classes in hudson.tools that implement ReconfigurableDescribableModifier and TypeClassDescriptionclass
NodeProperty
that allows users to specify different locations forToolInstallation
s. -
Uses of ReconfigurableDescribable in jenkins.console
Classes in jenkins.console that implement ReconfigurableDescribableModifier and TypeClassDescriptionclass
Allows users to activate and sortConsoleUrlProvider
extensions based on their preferences. -
Uses of ReconfigurableDescribable in jenkins.model
Classes in jenkins.model that implement ReconfigurableDescribableModifier 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
Classes in jenkins.model.experimentalflags that implement ReconfigurableDescribableModifier 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
Classes in jenkins.security that implement ReconfigurableDescribableModifier 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
Classes in jenkins.security.seed that implement ReconfigurableDescribableModifier 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.