Uses of Class
hudson.model.AbstractDescribableImpl

Packages that use AbstractDescribableImpl
hudson   
hudson.markup   
hudson.matrix Matrix project 
hudson.maven.local_repo   
hudson.model Core object model that are bound to URLs via stapler, rooted at Hudson
hudson.model.labels Boolean expression over labels. 
hudson.os.windows   
hudson.scm Hudson's interface with source code management systems. 
hudson.security Security-related code. 
hudson.security.captcha   
hudson.slaves Code related to slaves. 
hudson.tasks Built-in Builders and Publishers that perform the actual heavy-lifting of a build. 
hudson.tasks.junit Model objects that represent JUnit test reports. 
hudson.tools   
hudson.views   
jenkins.model   
jenkins.mvn   
jenkins.plugins.ui_samples   
jenkins.scm   
org.jvnet.hudson.test Test harness for Jenkins and its plugins. 
 

Uses of AbstractDescribableImpl in hudson
 

Subclasses of AbstractDescribableImpl in hudson
 class ProxyConfiguration
          HTTP proxy configuration.
 

Uses of AbstractDescribableImpl in hudson.markup
 

Subclasses of AbstractDescribableImpl in hudson.markup
 class MarkupFormatter
          Generalization of a function that takes text with some markup and converts that to HTML.
 class RawHtmlMarkupFormatter
          MarkupFormatter that treats the input as the raw html.
 

Uses of AbstractDescribableImpl in hudson.matrix
 

Subclasses of AbstractDescribableImpl in hudson.matrix
 class Axis
          Configuration axis.
 class DefaultMatrixExecutionStrategyImpl
          MatrixExecutionStrategy that captures historical behavior.
 class JDKAxis
          Axis that selects available JDKs.
 class LabelAxis
          Axis that selects label expressions.
 class LabelExpAxis
          Axis that selects label expressions.
 class MatrixConfigurationSorter
          Add sorting for configurations MatrixConfigurations of matrix job MatrixProject
 class MatrixExecutionStrategy
          Controls the execution sequence of MatrixConfiguration when MatrixProject builds, including what degree it gets serialized/parallelled, how the whole build is abandoned when some fails, etc.
 class NoopMatrixConfigurationSorter
          Place holder for default "do not sort" MatrixConfigurationSorter.
 class TextAxis
          User-defined plain text axis.
 

Uses of AbstractDescribableImpl in hudson.maven.local_repo
 

Subclasses of AbstractDescribableImpl in hudson.maven.local_repo
 class DefaultLocalRepositoryLocator
          Uses Maven's default local repository, which is actually ~/.m2/repository
 class LocalRepositoryLocator
          Strategy pattern that decides the location of the Maven local repository for a build.
 class PerExecutorLocalRepositoryLocator
           
 class PerJobLocalRepositoryLocator
          Uses a local repository isolated per job.
 

Uses of AbstractDescribableImpl in hudson.model
 

Classes in hudson.model with type parameters of type AbstractDescribableImpl
 class AbstractDescribableImpl<T extends AbstractDescribableImpl<T>>
          Partial default implementation of Describable.
 

Subclasses of AbstractDescribableImpl in hudson.model
 class JDK
          Information about JDK installation.
static class User.CanonicalIdResolver
           
static class User.FullNameIdResolver
          Resolve user ID from full name
 

Uses of AbstractDescribableImpl in hudson.model.labels
 

Subclasses of AbstractDescribableImpl in hudson.model.labels
 class LabelAtomProperty
          Extensible property of LabelAtom.
 

Uses of AbstractDescribableImpl in hudson.os.windows
 

Subclasses of AbstractDescribableImpl in hudson.os.windows
 class ManagedWindowsServiceAccount
          Encapsulates how to login (a part of ManagedWindowsServiceLauncher).
static class ManagedWindowsServiceAccount.Administrator
          Logs in with the administrator user account supplied in ManagedWindowsServiceLauncher.
static class ManagedWindowsServiceAccount.AnotherUser
          Logs in with a separate user.
static class ManagedWindowsServiceAccount.LocalSystem
          Logs in with the local system user.
 class ManagedWindowsServiceConnector
          ComputerConnector that delegates to ManagedWindowsServiceLauncher.
 class ManagedWindowsServiceLauncher
          Windows slave installed/managed as a service entirely remotely
static class ManagedWindowsServiceLauncher.AccountInfo
           
 

Uses of AbstractDescribableImpl in hudson.scm
 

Subclasses of AbstractDescribableImpl in hudson.scm
 class RepositoryBrowser<E extends ChangeLogSet.Entry>
          Connects Hudson to repository browsers like ViewCVS or FishEye, so that Hudson can generate links to them.
 

Uses of AbstractDescribableImpl in hudson.security
 

Subclasses of AbstractDescribableImpl in hudson.security
 class AbstractPasswordBasedSecurityRealm
          Partial implementation of SecurityRealm for username/password based authentication.
 class AuthorizationStrategy
          Controls authorization throughout Hudson.
static class AuthorizationStrategy.Unsecured
           
 class FullControlOnceLoggedInAuthorizationStrategy
          AuthorizationStrategy that grants full-control to authenticated user (other than anonymous users.)
 class GlobalMatrixAuthorizationStrategy
          Role-based authorization via a matrix.
 class HudsonPrivateSecurityRealm
          SecurityRealm that performs authentication by looking up User.
 class LegacyAuthorizationStrategy
          AuthorizationStrategy implementation that emulates the legacy behavior.
 class LegacySecurityRealm
          SecurityRealm that accepts ContainerAuthentication object without any check (that is, by assuming that the such token is already authenticated by the container.)
 class ProjectMatrixAuthorizationStrategy
          GlobalMatrixAuthorizationStrategy plus per-project ACL.
 class SecurityRealm
          Pluggable security realm that connects external user database to Hudson.
 

Uses of AbstractDescribableImpl in hudson.security.captcha
 

Subclasses of AbstractDescribableImpl in hudson.security.captcha
 class CaptchaSupport
          Extension point for adding Captcha Support to User Registration Page CaptchaSupport.
 

Uses of AbstractDescribableImpl in hudson.slaves
 

Subclasses of AbstractDescribableImpl in hudson.slaves
 class CloudRetentionStrategy
          RetentionStrategy implementation for AbstractCloudComputer that terminates it if it remains idle for X minutes.
 class CloudSlaveRetentionStrategy<T extends Computer>
          Default convenience implementation of RetentionStrategy for slaves provisioned from Cloud.
 class CommandConnector
          Executes a program on the master and expect that script to connect.
 class CommandLauncher
          ComputerLauncher through a remote login mechanism like ssh/rsh.
 class ComputerConnector
          Factory of ComputerLauncher.
 class ComputerLauncher
          Extension point to allow control over how Computers are "launched", meaning how they get connected to their slave agent program.
 class ComputerLauncherFilter
          ComputerLauncher filter that can be used as a base class for decorators.
 class DelegatingComputerLauncher
          Convenient base implementation of ComputerLauncher that allows subtypes to perform some initialization (typically something cloud/v12n related to power up the machine), then to delegate to another ComputerLauncher to connect.
 class JNLPLauncher
          ComputerLauncher via JNLP.
 class RetentionStrategy<T extends Computer>
          Controls when to take Computer offline, bring it back online, or even to destroy it.
static class RetentionStrategy.Always
          RetentionStrategy that tries to keep the node online all the time.
static class RetentionStrategy.Demand
          RetentionStrategy that tries to keep the node offline when not in use.
 class SimpleScheduledRetentionStrategy
          RetentionStrategy that controls the slave based on a schedule.
 

Uses of AbstractDescribableImpl in hudson.tasks
 

Subclasses of AbstractDescribableImpl in hudson.tasks
 class BuildWrapper
          Pluggability point for performing pre/post actions for the build process.
 class LogRotator
          Default implementation of BuildDiscarder.
static class Maven.MavenInstallation
          Represents a Maven installation in a system.
 

Uses of AbstractDescribableImpl in hudson.tasks.junit
 

Subclasses of AbstractDescribableImpl in hudson.tasks.junit
 class TestDataPublisher
          Contributes TestActions to test results.
 

Uses of AbstractDescribableImpl in hudson.tools
 

Subclasses of AbstractDescribableImpl in hudson.tools
 class ToolInstallation
          Formalization of a tool installed in nodes used for builds.
 

Uses of AbstractDescribableImpl in hudson.views
 

Subclasses of AbstractDescribableImpl in hudson.views
 class DefaultMyViewsTabBar
          The Default MyViewsTabBar Extension for MyViewsTabBar.
 class DefaultViewsTabBar
          The Default ViewsTabBar Extension for ViewsTabBar.
 class MyViewsTabBar
          Extension point for adding a MyViewsTabBar header to Projects MyViewsProperty.
 class ViewsTabBar
          Extension point for adding a ViewsTabBar header to Projects ListView.
 

Uses of AbstractDescribableImpl in jenkins.model
 

Subclasses of AbstractDescribableImpl in jenkins.model
 class BuildDiscarder
          Implementation of "Discard old build records" feature.
 class DefaultUserCanonicalIdResolver
          Default User.CanonicalIdResolver to escape unsupported characters and generate user ID.
 

Uses of AbstractDescribableImpl in jenkins.mvn
 

Subclasses of AbstractDescribableImpl in jenkins.mvn
 class DefaultGlobalSettingsProvider
           
 class DefaultSettingsProvider
           
 class FilePathGlobalSettingsProvider
           
 class FilePathSettingsProvider
           
 class GlobalSettingsProvider
           
 class SettingsProvider
           
 

Uses of AbstractDescribableImpl in jenkins.plugins.ui_samples
 

Subclasses of AbstractDescribableImpl in jenkins.plugins.ui_samples
static class FormFieldValidationWithContext.City
           
static class FormFieldValidationWithContext.State
           
 

Uses of AbstractDescribableImpl in jenkins.scm
 

Subclasses of AbstractDescribableImpl in jenkins.scm
 class DefaultSCMCheckoutStrategyImpl
          Default SCMCheckoutStrategy implementation.
 class SCMCheckoutStrategy
          Controls the check out behavior in the matrix project.
 

Uses of AbstractDescribableImpl in org.jvnet.hudson.test
 

Subclasses of AbstractDescribableImpl in org.jvnet.hudson.test
 class ComputerConnectorTester
          Test bed to verify the configuration roundtripness of the ComputerConnector.
static class HudsonTestCase.TestBuildWrapper
           
 class JenkinsComputerConnectorTester
          Test bed to verify the configuration roundtripness of the ComputerConnector.
static class JenkinsRule.DummySecurityRealm
           
static class JenkinsRule.TestBuildWrapper
           
 



Copyright © 2004-2013. All Rights Reserved.