|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReconfigurableDescribable | |
|---|---|
| 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 | |
| org.jvnet.hudson.test | Test harness for Jenkins and its plugins. |
| Uses of ReconfigurableDescribable in hudson.model |
|---|
| Classes in hudson.model with type parameters of type ReconfigurableDescribable | |
|---|---|
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. |
| Classes in hudson.model that implement ReconfigurableDescribable | |
|---|---|
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 Hudson slaves (although in practice, you probably extend Slave to define a new slave type.) |
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. |
| Uses of ReconfigurableDescribable in hudson.search |
|---|
| Classes in hudson.search that implement ReconfigurableDescribable | |
|---|---|
class |
UserSearchProperty
|
| Uses of ReconfigurableDescribable in hudson.security |
|---|
| Classes in hudson.security that implement ReconfigurableDescribable | |
|---|---|
class |
AuthorizationMatrixProperty
JobProperty to associate ACL for each project. |
class |
FederatedLoginServiceUserProperty
Remembers identifiers given by FederatedLoginService to this user. |
static class |
HudsonPrivateSecurityRealm.Details
UserProperty that provides the UserDetails view of the User object. |
| Uses of ReconfigurableDescribable in hudson.slaves |
|---|
| Classes in hudson.slaves that implement ReconfigurableDescribable | |
|---|---|
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. |
| Uses of ReconfigurableDescribable in hudson.tools |
|---|
| Classes in hudson.tools that implement ReconfigurableDescribable | |
|---|---|
class |
ToolLocationNodeProperty
NodeProperty that allows users to specify different locations for ToolInstallations. |
| Uses of ReconfigurableDescribable in jenkins.model |
|---|
| Classes in jenkins.model that implement ReconfigurableDescribable | |
|---|---|
class |
Jenkins
Root object of the system. |
| Uses of ReconfigurableDescribable in jenkins.security |
|---|
| Classes in jenkins.security that implement ReconfigurableDescribable | |
|---|---|
class |
ApiTokenProperty
Remembers the API token for this user, that can be used like a password to login. |
| Uses of ReconfigurableDescribable in org.jvnet.hudson.test |
|---|
| Classes in org.jvnet.hudson.test that implement ReconfigurableDescribable | |
|---|---|
class |
PretendSlave
Slave that pretends to fork processes. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||