Uses of Interface
hudson.model.ReconfigurableDescribable
-
Packages that use ReconfigurableDescribable Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.search QuickSilver-like search/jump capability for better navigation around Jenkins.hudson.security Security-related code.hudson.slaves Code related to agents.hudson.tools jenkins.model jenkins.model.experimentalflags jenkins.security jenkins.security.seed -
-
Uses of ReconfigurableDescribable in hudson.model
Classes in hudson.model with type parameters of type ReconfigurableDescribable Modifier and Type Interface Description interface
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 ReconfigurableDescribable Modifier and Type Class Description class
AbstractCIBase
class
Hudson
class
JobProperty<J extends Job<?,?>>
Extensible property ofJob
.class
MyViewsProperty
A UserProperty that remembers user-private views.class
Node
Base type of Jenkins agents (although in practice, you probably extendSlave
to define a new agent type).class
PaneStatusProperties
class
ParametersDefinitionProperty
Keeps a list of the parameters defined for a project.class
Slave
Information about a Hudson agent node.class
TimeZoneProperty
A UserProperty that allows a user to specify a time zone for displaying time.class
UserProperty
Extensible property ofUser
.class
ViewProperty
Extensible property ofView
. -
Uses of ReconfigurableDescribable in hudson.search
Classes in hudson.search that implement ReconfigurableDescribable Modifier and Type Class Description class
UserSearchProperty
-
Uses of ReconfigurableDescribable in hudson.security
Classes in hudson.security that implement ReconfigurableDescribable Modifier and Type Class Description class
FederatedLoginServiceUserProperty
Remembers identifiers given byFederatedLoginService
to this user.static class
HudsonPrivateSecurityRealm.Details
UserProperty
that provides theUserDetails
view of the User object. -
Uses of ReconfigurableDescribable in hudson.slaves
Classes in hudson.slaves that implement ReconfigurableDescribable Modifier and Type Class Description class
AbstractCloudSlave
Partial implementation ofSlave
to be used byAbstractCloudImpl
.class
DumbSlave
DefaultSlave
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 ofNode
. -
Uses of ReconfigurableDescribable in hudson.tools
Classes in hudson.tools that implement ReconfigurableDescribable Modifier and Type Class Description class
ToolLocationNodeProperty
NodeProperty
that allows users to specify different locations forToolInstallation
s. -
Uses of ReconfigurableDescribable in jenkins.model
Classes in jenkins.model that implement ReconfigurableDescribable Modifier and Type Class Description class
BuildDiscarderProperty
Defines aBuildDiscarder
.class
Jenkins
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 ReconfigurableDescribable Modifier and Type Class Description class
UserExperimentalFlagsProperty
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 ReconfigurableDescribable Modifier and Type Class Description class
ApiTokenProperty
Remembers the API token for this user, that can be used like a password to login.class
LastGrantedAuthoritiesProperty
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 ReconfigurableDescribable Modifier and Type Class Description class
UserSeedProperty
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.
-