Uses of Class
hudson.model.Descriptor

Packages that use Descriptor
hudson   
hudson.console Beef up the plain text console output by adding HTML markup. 
hudson.diagnosis   
hudson.markup   
hudson.matrix Matrix project 
hudson.maven Maven support. 
hudson.maven.local_repo   
hudson.maven.reporters   
hudson.model Core object model that are bound to URLs via stapler, rooted at Hudson
hudson.model.labels Boolean expression over labels. 
hudson.node_monitors Code that monitors the health of slaves 
hudson.os.solaris Solaris specific features of Hudson. 
hudson.os.windows   
hudson.scm Hudson's interface with source code management systems. 
hudson.search QuickSilver-like search/jump capability for better navigation around the website. 
hudson.security Security-related code. 
hudson.security.captcha   
hudson.security.csrf   
hudson.slaves Code related to slaves. 
hudson.tasks Built-in Builders and Publishers that perform the actual heavy-lifting of a build. 
hudson.tasks._maven   
hudson.tasks.junit Model objects that represent JUnit test reports. 
hudson.tasks.test Defines contracts that need to be implemented by a test reporting action (such as the built-in JUnit one). 
hudson.tools   
hudson.triggers Built-in Triggers that run periodically to kick a new build. 
hudson.util Other miscellaneous utility code 
hudson.views   
jenkins.model   
jenkins.mvn   
jenkins.plugins.ui_samples   
jenkins.scm   
jenkins.security   
org.jvnet.hudson.test Test harness for Jenkins and its plugins. 
 

Uses of Descriptor in hudson
 

Classes in hudson with type parameters of type Descriptor
 class DescriptorExtensionList<T extends Describable<T>,D extends Descriptor<T>>
          ExtensionList for holding a set of Descriptors, which is a group of descriptors for the same extension point.
 

Subclasses of Descriptor in hudson
static class FileSystemProvisioner.Default.DescriptorImpl
           
 class FileSystemProvisionerDescriptor
          Descriptor for FileSystemProvisioner.
static class ProxyConfiguration.DescriptorImpl
           
 

Methods in hudson with type parameters of type Descriptor
static
<T extends Describable<T>,D extends Descriptor<T>>
DescriptorExtensionList<T,D>
DescriptorExtensionList.createDescriptorList(Hudson hudson, Class<T> describableType)
          Deprecated. as of 1.416 Use ExtensionList.create(Jenkins, Class)
static
<T extends Describable<T>,D extends Descriptor<T>>
DescriptorExtensionList<T,D>
DescriptorExtensionList.createDescriptorList(Jenkins jenkins, Class<T> describableType)
          Creates a new instance.
 

Methods in hudson that return Descriptor
 Descriptor<ProxyConfiguration> PluginManager.getProxyDescriptor()
           
 

Methods in hudson that return types with arguments of type Descriptor
static List<Descriptor<AuthorizationStrategy>> Functions.getAuthorizationStrategyDescriptors()
           
static List<Descriptor<Builder>> Functions.getBuilderDescriptors(AbstractProject<?,?> project)
           
static List<Descriptor<BuildWrapper>> Functions.getBuildWrapperDescriptors(AbstractProject<?,?> project)
           
static List<Descriptor<CaptchaSupport>> Functions.getCaptchaSupportDescriptors()
           
static List<Descriptor<Cloud>> Functions.getCloudDescriptors()
           
static List<Descriptor<ComputerLauncher>> Functions.getComputerLauncherDescriptors()
           
static List<Descriptor<CrumbIssuer>> Functions.getCrumbIssuerDescriptors()
           
static List<Descriptor<MyViewsTabBar>> Functions.getMyViewsTabBarDescriptors()
           
static List<Descriptor<Publisher>> Functions.getPublisherDescriptors(AbstractProject<?,?> project)
           
static List<Descriptor<RetentionStrategy<?>>> Functions.getRetentionStrategyDescriptors()
           
static List<Descriptor<SecurityRealm>> Functions.getSecurityRealmDescriptors()
           
static Collection<Descriptor> Functions.getSortedDescriptorsForGlobalConfig()
          Like Functions.getSortedDescriptorsForGlobalConfig(Predicate) but with a constant truth predicate, to include all descriptors.
static Collection<Descriptor> Functions.getSortedDescriptorsForGlobalConfig(com.google.common.base.Predicate<GlobalConfigurationCategory> predicate)
          Gets all the descriptors sorted by their inheritance tree of Describable so that descriptors of similar types come nearby.
static Collection<Descriptor> Functions.getSortedDescriptorsForGlobalConfigNoSecurity()
          Deprecated. This is rather meaningless.
static Collection<Descriptor> Functions.getSortedDescriptorsForGlobalConfigUnclassified()
          Like Functions.getSortedDescriptorsForGlobalConfig(Predicate) but for unclassified descriptors only.
static List<Descriptor<ViewsTabBar>> Functions.getViewsTabBarDescriptors()
           
static Iterable<Descriptor> DescriptorExtensionList.listLegacyInstances()
          List up all the legacy instances currently in use.
 

Uses of Descriptor in hudson.console
 

Subclasses of Descriptor in hudson.console
 class ConsoleAnnotationDescriptor
          Descriptor for ConsoleNote.
static class ExpandableDetailsNote.DescriptorImpl
           
static class HudsonExceptionNote.DescriptorImpl
           
static class HyperlinkNote.DescriptorImpl
           
static class ModelHyperlinkNote.DescriptorImpl
           
 

Uses of Descriptor in hudson.diagnosis
 

Methods in hudson.diagnosis that return types with arguments of type Descriptor
 List<Descriptor> NullIdDescriptorMonitor.getProblems()
           
 

Uses of Descriptor in hudson.markup
 

Subclasses of Descriptor in hudson.markup
 class MarkupFormatterDescriptor
          Descriptor for MarkupFormatter.
static class RawHtmlMarkupFormatter.DescriptorImpl
           
 

Uses of Descriptor in hudson.matrix
 

Subclasses of Descriptor in hudson.matrix
 class AxisDescriptor
          Descriptor for Axis
 class DefaultAxisDescriptor
          AxisDescriptor for manually entered default axis.
static class DefaultMatrixExecutionStrategyImpl.DescriptorImpl
           
static class JDKAxis.DescriptorImpl
           
static class LabelAxis.DescriptorImpl
           
static class LabelExpAxis.DescriptorImpl
           
 class MatrixConfigurationSorterDescriptor
          Descriptor for MatrixConfigurationSorter.
 class MatrixExecutionStrategyDescriptor
           
static class MatrixProject.DescriptorImpl
           
static class NoopMatrixConfigurationSorter.DescriptorImpl
           
static class TextAxis.DescriptorImpl
           
 

Methods in hudson.matrix that return types with arguments of type Descriptor
 DescribableList<Builder,Descriptor<Builder>> MatrixConfiguration.getBuildersList()
           
 DescribableList<Builder,Descriptor<Builder>> MatrixProject.getBuildersList()
           
 Map<Descriptor<BuildWrapper>,BuildWrapper> MatrixConfiguration.getBuildWrappers()
           
 Map<Descriptor<BuildWrapper>,BuildWrapper> MatrixProject.getBuildWrappers()
           
 DescribableList<BuildWrapper,Descriptor<BuildWrapper>> MatrixConfiguration.getBuildWrappersList()
           
 DescribableList<BuildWrapper,Descriptor<BuildWrapper>> MatrixProject.getBuildWrappersList()
           
 Map<Descriptor<Publisher>,Publisher> MatrixConfiguration.getPublishers()
           
 Map<Descriptor<Publisher>,Publisher> MatrixProject.getPublishers()
           
 DescribableList<Publisher,Descriptor<Publisher>> MatrixConfiguration.getPublishersList()
           
 DescribableList<Publisher,Descriptor<Publisher>> MatrixProject.getPublishersList()
           
 

Methods in hudson.matrix with parameters of type Descriptor
 Publisher MatrixConfiguration.getPublisher(Descriptor<Publisher> descriptor)
           
 Publisher MatrixProject.getPublisher(Descriptor<Publisher> descriptor)
           
 

Uses of Descriptor in hudson.maven
 

Subclasses of Descriptor in hudson.maven
static class MavenModuleSet.DescriptorImpl
           
 class MavenReporterDescriptor
          Descriptor for MavenReporter.
static class MavenTestDataPublisher.DescriptorImpl
           
static class RedeployPublisher.DescriptorImpl
           
 

Methods in hudson.maven that return types with arguments of type Descriptor
 DescribableList<BuildWrapper,Descriptor<BuildWrapper>> MavenModuleSet.getBuildWrappers()
          Deprecated. as of 1.335 Use MavenModuleSet.getBuildWrappersList() to be consistent with other subtypes of AbstractProject.
 DescribableList<BuildWrapper,Descriptor<BuildWrapper>> MavenModuleSet.getBuildWrappersList()
           
 DescribableList<Builder,Descriptor<Builder>> MavenModuleSet.getPostbuilders()
          Builders that are run after the main Maven execution.
 DescribableList<Builder,Descriptor<Builder>> MavenModuleSet.getPrebuilders()
          Builders that are run before the main Maven execution.
 DescribableList<Publisher,Descriptor<Publisher>> MavenModuleSet.getPublishers()
          List of active Publishers.
 DescribableList<Publisher,Descriptor<Publisher>> MavenModule.getPublishersList()
           
 DescribableList<Publisher,Descriptor<Publisher>> MavenModuleSet.getPublishersList()
           
 DescribableList<MavenReporter,Descriptor<MavenReporter>> MavenModule.getReporters()
          List of active MavenReporters configured for this module.
 DescribableList<MavenReporter,Descriptor<MavenReporter>> MavenModuleSet.getReporters()
          List of active MavenReporters that should be applied to all module builds.
 DescribableList<TestDataPublisher,Descriptor<TestDataPublisher>> MavenTestDataPublisher.getTestDataPublishers()
           
 

Methods in hudson.maven with parameters of type Descriptor
 boolean MavenModuleSet.DescriptorImpl.isApplicable(Descriptor descriptor)
           
 

Constructor parameters in hudson.maven with type arguments of type Descriptor
MavenTestDataPublisher(DescribableList<TestDataPublisher,Descriptor<TestDataPublisher>> testDataPublishers)
           
 

Uses of Descriptor in hudson.maven.local_repo
 

Subclasses of Descriptor in hudson.maven.local_repo
static class DefaultLocalRepositoryLocator.DescriptorImpl
           
 class LocalRepositoryLocatorDescriptor
           
static class PerExecutorLocalRepositoryLocator.DescriptorImpl
           
static class PerJobLocalRepositoryLocator.DescriptorImpl
           
 

Uses of Descriptor in hudson.maven.reporters
 

Subclasses of Descriptor in hudson.maven.reporters
static class BuildInfoRecorder.DescriptorImpl
           
static class MavenArtifactArchiver.DescriptorImpl
           
static class MavenFingerprinter.DescriptorImpl
           
static class MavenJavadocArchiver.DescriptorImpl
           
static class MavenMailer.DescriptorImpl
           
static class MavenSiteArchiver.DescriptorImpl
           
static class MavenTestJavadocArchiver.DescriptorImpl
           
static class ReportCollector.DescriptorImpl
           
static class SurefireArchiver.DescriptorImpl
           
 

Uses of Descriptor in hudson.model
 

Subclasses of Descriptor in hudson.model
static class AbstractProject.AbstractProjectDescriptor
          AbstractProject subtypes should implement this base class as a descriptor.
static class AllView.DescriptorImpl
           
static class BooleanParameterDefinition.DescriptorImpl
           
static class ChoiceParameterDefinition.DescriptorImpl
           
static class ComputerSet.DescriptorImpl
           
 class DownloadService
          Service for plugins to periodically retrieve update data files (like the one in the update center) through browsers.
static class FileParameterDefinition.DescriptorImpl
           
static class FreeStyleProject.DescriptorImpl
           
static class JDK.DescriptorImpl
           
static class JobParameterDefinition.DescriptorImpl
           
 class JobPropertyDescriptor
          Descriptor for JobProperty.
static class ListView.DescriptorImpl
           
static class MyView.DescriptorImpl
           
static class MyViewsProperty.DescriptorImpl
           
 class PageDecorator
          Participates in the rendering of HTML pages for all pages of Hudson.
static class ParameterDefinition.ParameterDescriptor
           
static class ParametersDefinitionProperty.DescriptorImpl
           
static class PasswordParameterDefinition.ParameterDescriptorImpl
           
static class ProxyView.DescriptorImpl
           
static class RunParameterDefinition.DescriptorImpl
           
static class Slave.SlaveDescriptor
           
static class StringParameterDefinition.DescriptorImpl
           
static class TextParameterDefinition.DescriptorImpl
           
 class TopLevelItemDescriptor
          Descriptor for TopLevelItems.
static class TreeView.DescriptorImpl
           
static class UpdateCenter.PageDecoratorImpl
          Adds the update center data retriever to HTML.
 class UsageStatistics
           
 class UserPropertyDescriptor
          Descriptor for UserProperty.
 class ViewDescriptor
          Descriptor for View.
 class ViewPropertyDescriptor
          Descriptor for ViewProperty
 

Methods in hudson.model with type parameters of type Descriptor
static
<T extends Descriptor>
List<T>
DescriptorVisibilityFilter.apply(Object context, Iterable<T> source)
           
static
<T extends Descriptor>
T
Descriptor.find(Collection<? extends T> list, String className)
          Finds a descriptor from a collection by its class name.
 

Methods in hudson.model that return Descriptor
static Descriptor Descriptor.find(String className)
           
 Descriptor<T> Describable.getDescriptor()
          Gets the descriptor for this instance.
 Descriptor<ComputerSet> ComputerSet.getDescriptor()
           
 Descriptor<PageDecorator> PageDecorator.getDescriptor()
           
 Descriptor<T> AbstractDescribableImpl.getDescriptor()
           
 Descriptor User.getDescriptorByName(String className)
           
 Descriptor DescriptorByNameOwner.getDescriptorByName(String id)
          Exposes all Descriptors by its name to URL.
 Descriptor Run.getDescriptorByName(String className)
           
 Descriptor AbstractItem.getDescriptorByName(String className)
           
 Descriptor Descriptor.PropertyType.getItemTypeDescriptor()
          Returns Descriptor whose 'clazz' is the same as the item type.
 Descriptor Descriptor.PropertyType.getItemTypeDescriptorOrDie()
           
 

Methods in hudson.model that return types with arguments of type Descriptor
 List<? extends Descriptor> Descriptor.PropertyType.getApplicableDescriptors()
          Returns all the descriptors that produce types assignable to the property type.
 List<? extends Descriptor> Descriptor.PropertyType.getApplicableItemDescriptors()
          Returns all the descriptors that produce types assignable to the item type for a collection property.
 DescribableList<Builder,Descriptor<Builder>> Project.getBuildersList()
           
 Map<Descriptor<BuildWrapper>,BuildWrapper> Project.getBuildWrappers()
           
 DescribableList<BuildWrapper,Descriptor<BuildWrapper>> Project.getBuildWrappersList()
           
 DescribableList<BuildWrapper,Descriptor<BuildWrapper>> BuildableItemWithBuildWrappers.getBuildWrappersList()
          BuildWrappers associated with this AbstractProject.
 DescribableList<ListViewColumn,Descriptor<ListViewColumn>> ListView.getColumns()
           
 List<Descriptor<ListViewColumn>> ViewDescriptor.getColumnsDescriptors()
          Possible ListViewColumnDescriptors that can be used with this view.
 DescribableList<ViewJobFilter,Descriptor<ViewJobFilter>> ListView.getJobFilters()
           
 List<Descriptor<ViewJobFilter>> ViewDescriptor.getJobFiltersDescriptors()
          Possible ViewJobFilter types that can be used with this view.
static DescribableList<NodeMonitor,Descriptor<NodeMonitor>> ComputerSet.getMonitors()
           
 DescriptorExtensionList<NodeMonitor,Descriptor<NodeMonitor>> ComputerSet.getNodeMonitorDescriptors()
          Exposing NodeMonitor.all() for Jelly binding.
static Map<Descriptor<NodeMonitor>,NodeMonitor> ComputerSet.getNonIgnoredMonitors()
          Returns a subset pf ComputerSet.getMonitors() that are not ignored.
 Map<Descriptor<UserProperty>,UserProperty> User.getProperties()
          Gets the user properties configured for this user.
 Map<Descriptor<Publisher>,Publisher> Project.getPublishers()
          Deprecated. as of 1.463 We will be soon removing the restriction that only one instance of publisher is allowed per type. Use Project.getPublishersList() instead.
 DescribableList<Publisher,Descriptor<Publisher>> Project.getPublishersList()
           
abstract  DescribableList<Publisher,Descriptor<Publisher>> AbstractProject.getPublishersList()
          Returns the live list of all Publishers configured for this project.
static
<T extends Describable<T>>
Map<Descriptor<T>,T>
Descriptor.toMap(Iterable<T> describables)
           
 

Methods in hudson.model with parameters of type Descriptor
abstract  boolean DescriptorVisibilityFilter.filter(Object context, Descriptor descriptor)
          Decides if the given descriptor should be visible to the user.
 Publisher Project.getPublisher(Descriptor<Publisher> descriptor)
           
 boolean TopLevelItemDescriptor.isApplicable(Descriptor descriptor)
          TopLevelItemDescriptors often uses other descriptors to decorate itself.
 boolean AbstractProject.AbstractProjectDescriptor.isApplicable(Descriptor descriptor)
          AbstractProject subtypes can override this method to veto some Descriptors from showing up on their configuration screen.
protected
<T extends Describable<T>>
void
AbstractProject.removeFromList(Descriptor<T> item, List<T> collection)
           
 void Project.removePublisher(Descriptor<Publisher> descriptor)
          Deprecated. as of 1.290 Use getPublishersList().remove(x)
 

Method parameters in hudson.model with type arguments of type Descriptor
protected
<T extends Describable<T>>
List<T>
AbstractProject.buildDescribable(org.kohsuke.stapler.StaplerRequest req, List<? extends Descriptor<T>> descriptors)
           
protected
<T extends Describable<T>>
List<T>
AbstractProject.buildDescribable(org.kohsuke.stapler.StaplerRequest req, List<? extends Descriptor<T>> descriptors, String prefix)
          Deprecated. As of 1.261. Use AbstractProject.buildDescribable(StaplerRequest, List) instead.
static
<T extends Describable<T>>
List<T>
Descriptor.newInstancesFromHeteroList(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData, String key, Collection<? extends Descriptor<T>> descriptors)
          Used to build Describable instance list from <f:hetero-list> tag.
static
<T extends Describable<T>>
List<T>
Descriptor.newInstancesFromHeteroList(org.kohsuke.stapler.StaplerRequest req, Object formData, Collection<? extends Descriptor<T>> descriptors)
           
 

Uses of Descriptor in hudson.model.labels
 

Subclasses of Descriptor in hudson.model.labels
 class LabelAtomPropertyDescriptor
          Descriptor for LabelAtom.
 

Uses of Descriptor in hudson.node_monitors
 

Subclasses of Descriptor in hudson.node_monitors
 class AbstractNodeMonitorDescriptor<T>
          Convenient base class for common NodeMonitor implementation where the "monitoring" consists of executing something periodically on every node and taking some action based on its result.
static class ArchitectureMonitor.DescriptorImpl
           
 

Methods in hudson.node_monitors that return types with arguments of type Descriptor
static DescriptorExtensionList<NodeMonitor,Descriptor<NodeMonitor>> NodeMonitor.all()
          Returns all the registered NodeMonitor descriptors.
 

Uses of Descriptor in hudson.os.solaris
 

Subclasses of Descriptor in hudson.os.solaris
static class ZFSProvisioner.DescriptorImpl
           
 

Uses of Descriptor in hudson.os.windows
 

Subclasses of Descriptor in hudson.os.windows
static class ManagedWindowsServiceAccount.Administrator.DescriptorImpl
           
static class ManagedWindowsServiceAccount.AnotherUser.DescriptorImpl
           
static class ManagedWindowsServiceAccount.LocalSystem.DescriptorImpl
           
static class ManagedWindowsServiceConnector.DescriptorImpl
           
static class ManagedWindowsServiceLauncher.AccountInfo.DescriptorImpl
           
static class ManagedWindowsServiceLauncher.DescriptorImpl
           
 

Uses of Descriptor in hudson.scm
 

Subclasses of Descriptor in hudson.scm
static class NullSCM.DescriptorImpl
           
 class SCMDescriptor<T extends SCM>
          Descriptor for SCM.
 

Fields in hudson.scm with type parameters of type Descriptor
static List<Descriptor<RepositoryBrowser<?>>> RepositoryBrowsers.LIST
          Deprecated. as of 1.286. Use RepositoryBrowser.all() for read access and Extension for registration.
 

Methods in hudson.scm that return types with arguments of type Descriptor
static DescriptorExtensionList<RepositoryBrowser<?>,Descriptor<RepositoryBrowser<?>>> RepositoryBrowser.all()
          Returns all the registered RepositoryBrowser descriptors.
static List<Descriptor<RepositoryBrowser<?>>> RepositoryBrowsers.filter(Class<? extends RepositoryBrowser> t)
          Only returns those RepositoryBrowser descriptors that extend from the given type.
 List<Descriptor<RepositoryBrowser<?>>> SCMDescriptor.getBrowserDescriptors()
          Returns the list of RepositoryBrowser Descriptor that can be used with this SCM.
 

Uses of Descriptor in hudson.search
 

Subclasses of Descriptor in hudson.search
static class UserSearchProperty.DescriptorImpl
           
 

Uses of Descriptor in hudson.security
 

Subclasses of Descriptor in hudson.security
static class AuthorizationMatrixProperty.DescriptorImpl
           
static class AuthorizationStrategy.Unsecured.DescriptorImpl
           
static class GlobalMatrixAuthorizationStrategy.DescriptorImpl
           
static class HudsonPrivateSecurityRealm.DescriptorImpl
           
static class HudsonPrivateSecurityRealm.Details.DescriptorImpl
           
static class LegacyAuthorizationStrategy.DescriptorImpl
           
 

Fields in hudson.security declared as Descriptor
static Descriptor<AuthorizationStrategy> FullControlOnceLoggedInAuthorizationStrategy.DESCRIPTOR
           
static Descriptor<SecurityRealm> LegacySecurityRealm.DESCRIPTOR
           
static Descriptor<AuthorizationStrategy> ProjectMatrixAuthorizationStrategy.DESCRIPTOR
           
 

Methods in hudson.security that return Descriptor
 Descriptor<SecurityRealm> SecurityRealm.getDescriptor()
          Gets the descriptor for this instance.
 

Methods in hudson.security that return types with arguments of type Descriptor
static DescriptorExtensionList<AuthorizationStrategy,Descriptor<AuthorizationStrategy>> AuthorizationStrategy.all()
          Returns all the registered AuthorizationStrategy descriptors.
static DescriptorExtensionList<SecurityRealm,Descriptor<SecurityRealm>> SecurityRealm.all()
          Returns all the registered SecurityRealm descriptors.
 List<Descriptor<CaptchaSupport>> SecurityRealm.getCaptchaSupportDescriptors()
           
 

Uses of Descriptor in hudson.security.captcha
 

Subclasses of Descriptor in hudson.security.captcha
 class CaptchaSupportDescriptor
          Descriptor for CaptchaSupport.
 

Methods in hudson.security.captcha that return types with arguments of type Descriptor
static DescriptorExtensionList<CaptchaSupport,Descriptor<CaptchaSupport>> CaptchaSupport.all()
          Returns all the registered CaptchaSupport descriptors.
 

Uses of Descriptor in hudson.security.csrf
 

Subclasses of Descriptor in hudson.security.csrf
 class CrumbIssuerDescriptor<T extends CrumbIssuer>
          Describes global configuration for crumb issuers.
static class DefaultCrumbIssuer.DescriptorImpl
           
 class GlobalCrumbIssuerConfiguration
          Show the crumb configuration to the system config page.
 

Methods in hudson.security.csrf that return types with arguments of type Descriptor
static DescriptorExtensionList<CrumbIssuer,Descriptor<CrumbIssuer>> CrumbIssuer.all()
          Returns all the registered CrumbIssuer descriptors.
 

Uses of Descriptor in hudson.slaves
 

Subclasses of Descriptor in hudson.slaves
static class CommandConnector.DescriptorImpl
           
static class CommandLauncher.DescriptorImpl
           
 class ComputerConnectorDescriptor
          Descriptor for ComputerConnector.
static class DelegatingComputerLauncher.DescriptorImpl
           
static class DumbSlave.DescriptorImpl
           
static class EnvironmentVariablesNodeProperty.DescriptorImpl
           
 class NodeDescriptor
          Descriptor for Slave.
 class NodePropertyDescriptor
          Descriptor for NodeProperty.
static class RetentionStrategy.Always.DescriptorImpl
           
static class RetentionStrategy.Demand.DescriptorImpl
           
static class SimpleScheduledRetentionStrategy.DescriptorImpl
           
 

Fields in hudson.slaves declared as Descriptor
static Descriptor<ComputerLauncher> JNLPLauncher.DESCRIPTOR
           
 

Methods in hudson.slaves that return Descriptor
 Descriptor<Cloud> Cloud.getDescriptor()
           
 Descriptor<ComputerLauncher> ComputerLauncherFilter.getDescriptor()
           
 

Methods in hudson.slaves that return types with arguments of type Descriptor
static DescriptorExtensionList<Cloud,Descriptor<Cloud>> Cloud.all()
          Returns all the registered Cloud descriptors.
static DescriptorExtensionList<RetentionStrategy<?>,Descriptor<RetentionStrategy<?>>> RetentionStrategy.all()
          Returns all the registered RetentionStrategy descriptors.
 List<Descriptor<ComputerLauncher>> DelegatingComputerLauncher.DescriptorImpl.getApplicableDescriptors()
          Returns the applicable nested computer launcher types.
 

Uses of Descriptor in hudson.tasks
 

Subclasses of Descriptor in hudson.tasks
static class ArtifactArchiver.DescriptorImpl
           
static class BatchFile.DescriptorImpl
           
 class BuildStepDescriptor<T extends BuildStep & Describable<T>>
          Descriptor for Builder and Publisher.
static class BuildTrigger.DescriptorImpl
           
 class BuildWrapperDescriptor
          Descriptor for BuildWrapper.
static class Fingerprinter.DescriptorImpl
           
static class LogRotator.LRDescriptor
           
static class Maven.DescriptorImpl
           
static class Maven.MavenInstallation.DescriptorImpl
           
static class Maven.MavenInstaller.DescriptorImpl
           
static class Shell.DescriptorImpl
           
 

Fields in hudson.tasks with type parameters of type Descriptor
static List<Descriptor<Builder>> BuildStep.BUILDERS
          Deprecated. as of 1.286. Use Builder.all() for read access, and use Extension for registration.
static List<Descriptor<BuildWrapper>> BuildWrappers.WRAPPERS
          Deprecated. as of 1.281. Use Extension for registration, and use BuildWrapper.all() for listing them.
 

Methods in hudson.tasks that return Descriptor
 Descriptor<Publisher> BuildStep.PublisherList.get(int index)
           
 Descriptor<Builder> Builder.getDescriptor()
           
 Descriptor<Publisher> Publisher.getDescriptor()
           
 

Methods in hudson.tasks that return types with arguments of type Descriptor
static DescriptorExtensionList<BuildWrapper,Descriptor<BuildWrapper>> BuildWrapper.all()
          Returns all the registered BuildWrapper descriptors.
static DescriptorExtensionList<Builder,Descriptor<Builder>> Builder.all()
          Returns all the registered Builder descriptors.
static DescriptorExtensionList<Publisher,Descriptor<Publisher>> Publisher.all()
          Returns all the registered Publisher descriptors.
static
<T extends BuildStep & Describable<T>>
List<Descriptor<T>>
BuildStepDescriptor.filter(List<Descriptor<T>> base, Class<? extends AbstractProject> type)
          Filters a descriptor for BuildSteps by using BuildStepDescriptor.isApplicable(Class).
static List<Descriptor<BuildWrapper>> BuildWrappers.getFor(AbstractProject<?,?> project)
          List up all BuildWrapperDescriptors that are applicable for the given project.
 Iterator<Descriptor<Publisher>> BuildStep.PublisherList.iterator()
           
protected  List<ExtensionComponent<Descriptor<Publisher>>> Publisher.DescriptorExtensionListImpl.sort(List<ExtensionComponent<Descriptor<Publisher>>> r)
           
 

Methods in hudson.tasks with parameters of type Descriptor
 boolean BuildStep.PublisherList.add(Descriptor<Publisher> d)
           
 void BuildStep.PublisherList.add(int index, Descriptor<Publisher> d)
           
 void BuildStep.PublisherList.addNotifier(Descriptor<Publisher> d)
          Adds a new publisher descriptor, which (generally speaking) shouldn't alter the build result, but just report the build result by some means, such as e-mail, IRC, etc.
 void BuildStep.PublisherList.addRecorder(Descriptor<Publisher> d)
          Adds a new publisher descriptor, which (generally speaking) alter the build result based on some artifacts of the build.
 

Method parameters in hudson.tasks with type arguments of type Descriptor
 int Publisher.DescriptorExtensionListImpl.compare(ExtensionComponent<Descriptor<Publisher>> lhs, ExtensionComponent<Descriptor<Publisher>> rhs)
           
 int Publisher.DescriptorExtensionListImpl.compare(ExtensionComponent<Descriptor<Publisher>> lhs, ExtensionComponent<Descriptor<Publisher>> rhs)
           
static
<T extends BuildStep & Describable<T>>
List<Descriptor<T>>
BuildStepDescriptor.filter(List<Descriptor<T>> base, Class<? extends AbstractProject> type)
          Filters a descriptor for BuildSteps by using BuildStepDescriptor.isApplicable(Class).
protected  List<ExtensionComponent<Descriptor<Publisher>>> Publisher.DescriptorExtensionListImpl.sort(List<ExtensionComponent<Descriptor<Publisher>>> r)
           
 

Uses of Descriptor in hudson.tasks._maven
 

Subclasses of Descriptor in hudson.tasks._maven
static class Maven3MojoNote.DescriptorImpl
           
static class MavenErrorNote.DescriptorImpl
           
static class MavenMojoNote.DescriptorImpl
           
static class MavenWarningNote.DescriptorImpl
           
 

Uses of Descriptor in hudson.tasks.junit
 

Subclasses of Descriptor in hudson.tasks.junit
static class JUnitResultArchiver.DescriptorImpl
           
 

Methods in hudson.tasks.junit that return types with arguments of type Descriptor
static DescriptorExtensionList<TestDataPublisher,Descriptor<TestDataPublisher>> TestDataPublisher.all()
           
 DescribableList<TestDataPublisher,Descriptor<TestDataPublisher>> JUnitResultArchiver.getTestDataPublishers()
           
 

Constructor parameters in hudson.tasks.junit with type arguments of type Descriptor
JUnitResultArchiver(String testResults, boolean keepLongStdio, DescribableList<TestDataPublisher,Descriptor<TestDataPublisher>> testDataPublishers)
           
JUnitResultArchiver(String testResults, DescribableList<TestDataPublisher,Descriptor<TestDataPublisher>> testDataPublishers)
          Deprecated. 
 

Uses of Descriptor in hudson.tasks.test
 

Subclasses of Descriptor in hudson.tasks.test
static class AggregatedTestResultPublisher.DescriptorImpl
           
 

Uses of Descriptor in hudson.tools
 

Subclasses of Descriptor in hudson.tools
static class CommandInstaller.DescriptorImpl
           
static class DownloadFromUrlInstaller.DescriptorImpl<T extends DownloadFromUrlInstaller>
           
static class InstallSourceProperty.DescriptorImpl
           
static class JDKInstaller.DescriptorImpl
           
 class PropertyDescriptor<P extends Describable<P>,T>
          Base Descriptor type used for XyzProperty classes.
 class ToolDescriptor<T extends ToolInstallation>
          Descriptor for ToolInstallation.
 class ToolInstallerDescriptor<T extends ToolInstaller>
          Descriptor for a ToolInstaller.
static class ToolLocationNodeProperty.DescriptorImpl
           
 class ToolPropertyDescriptor
          Descriptor for ToolProperty.
static class ZipExtractionInstaller.DescriptorImpl
           
 

Fields in hudson.tools with type parameters of type Descriptor
 DescribableList<ToolInstaller,Descriptor<ToolInstaller>> InstallSourceProperty.installers
           
 

Uses of Descriptor in hudson.triggers
 

Subclasses of Descriptor in hudson.triggers
static class SCMTrigger.DescriptorImpl
           
static class TimerTrigger.DescriptorImpl
           
 class TriggerDescriptor
          Descriptor for Trigger.
 

Uses of Descriptor in hudson.util
 

Classes in hudson.util with type parameters of type Descriptor
 class DescribableList<T extends Describable<T>,D extends Descriptor<T>>
          Persisted list of Describables with some operations specific to Descriptors.
 

Methods in hudson.util that return Descriptor
 Descriptor<T> DescriptorList.find(String fqcn)
          Finds the descriptor that has the matching fully-qualified class name.
 Descriptor<T> DescriptorList.findByName(String id)
          Finds a descriptor by their getId().
 Descriptor<T> DescriptorList.get(int index)
           
 

Methods in hudson.util that return types with arguments of type Descriptor
 Iterator<Descriptor<T>> DescriptorList.iterator()
           
 

Methods in hudson.util with parameters of type Descriptor
 boolean DescriptorList.add(Descriptor<T> d)
          Deprecated. As of 1.286. Put Extension on your descriptor to have it auto-registered, instead of registering a descriptor manually.
 void DescriptorList.add(int index, Descriptor<T> element)
          Deprecated. As of 1.286. Put Extension on your descriptor to have it auto-registered, instead of registering a descriptor manually.
 

Method parameters in hudson.util with type arguments of type Descriptor
 void DescribableList.rebuild(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json, List<? extends Descriptor<T>> descriptors)
          Rebuilds the list by creating a fresh instances from the submitted form.
 void DescribableList.rebuild(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json, List<? extends Descriptor<T>> descriptors, String prefix)
          Deprecated. as of 1.271 Use DescribableList.rebuild(StaplerRequest, JSONObject, List) instead.
 void DescribableList.rebuildHetero(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData, Collection<? extends Descriptor<T>> descriptors, String key)
          Rebuilds the list by creating a fresh instances from the submitted form.
 

Constructors in hudson.util with parameters of type Descriptor
DescriptorList(Descriptor<T>... descriptors)
          Deprecated. As of 1.286. Use DescriptorList.DescriptorList(Class) instead.
 

Uses of Descriptor in hudson.views
 

Subclasses of Descriptor in hudson.views
static class BuildButtonColumn.DescriptorImpl
           
static class DefaultMyViewsTabBar.DescriptorImpl
           
static class DefaultViewsTabBar.DescriptorImpl
           
 class GlobalDefaultViewConfiguration
          Adds the default view configuration to the system config page.
static class JobColumn.DescriptorImpl
           
static class LastDurationColumn.DescriptorImpl
           
static class LastFailureColumn.DescriptorImpl
           
static class LastStableColumn.DescriptorImpl
           
static class LastSuccessColumn.DescriptorImpl
           
 class ListViewColumnDescriptor
          Descriptor for ListViewColumn.
static class MyViewsTabBar.GlobalConfigurationImpl
          Configures ViewsTabBar in the system configuration.
 class MyViewsTabBarDescriptor
          Descriptor for MyViewsTabBar.
static class StatusColumn.DescriptorImpl
           
static class ViewsTabBar.GlobalConfigurationImpl
          Configures ViewsTabBar in the system configuration.
 class ViewsTabBarDescriptor
          Descriptor for ViewsTabBar.
static class WeatherColumn.DescriptorImpl
           
 

Methods in hudson.views that return Descriptor
 Descriptor<ListViewColumn> ListViewColumn.getDescriptor()
          For compatibility reason, this method may not return a ListViewColumnDescriptor and instead return a plain Descriptor instance.
 Descriptor<ViewJobFilter> ViewJobFilter.getDescriptor()
           
 

Methods in hudson.views that return types with arguments of type Descriptor
static DescriptorExtensionList<ViewsTabBar,Descriptor<ViewsTabBar>> ViewsTabBar.all()
          Returns all the registered ViewsTabBar descriptors.
static DescriptorExtensionList<MyViewsTabBar,Descriptor<MyViewsTabBar>> MyViewsTabBar.all()
          Returns all the registered ListViewColumn descriptors.
static DescriptorExtensionList<ListViewColumn,Descriptor<ListViewColumn>> ListViewColumn.all()
          Returns all the registered ListViewColumn descriptors.
static DescriptorExtensionList<ViewJobFilter,Descriptor<ViewJobFilter>> ViewJobFilter.all()
          Returns all the registered ViewJobFilter descriptors.
 

Uses of Descriptor in jenkins.model
 

Subclasses of Descriptor in jenkins.model
 class BuildDiscarderDescriptor
          Descriptor for BuildDiscarder.
 class GlobalCloudConfiguration
          Adds the Cloud configuration to the system config page.
 class GlobalConfiguration
          Convenient base class for extensions that contributes to the system configuration page but nothing else.
 class GlobalNodePropertiesConfiguration
          Include NodePropertyDescriptor configurations.
 class GlobalPluginConfiguration
          Include config.jelly defined for Plugins.
 class GlobalProjectNamingStrategyConfiguration
          Configures the project naming strategy.
 class GlobalQuietPeriodConfiguration
          Configures the system-default quiet period.
 class GlobalSCMRetryCountConfiguration
          Configures global SCM retry count default.
static class Jenkins.DescriptorImpl
           
 class JenkinsLocationConfiguration
          Stores the location of Jenkins (e-mail address and the HTTP URL.)
 class MasterBuildConfiguration
          Adds the configuration regarding building on master.
static class ProjectNamingStrategy.DefaultProjectNamingStrategy.DescriptorImpl
           
static class ProjectNamingStrategy.PatternProjectNamingStrategy.DescriptorImpl
           
static class ProjectNamingStrategy.ProjectNamingStrategyDescriptor
           
 

Fields in jenkins.model declared as Descriptor
static Descriptor<User.CanonicalIdResolver> DefaultUserCanonicalIdResolver.DESCRIPTOR
           
 

Methods in jenkins.model with type parameters of type Descriptor
<T extends Descriptor>
T
Jenkins.getDescriptorByType(Class<T> type)
          Gets the Descriptor instance in the current Hudson by its type.
<T extends Describable<T>,D extends Descriptor<T>>
DescriptorExtensionList<T,D>
Jenkins.getDescriptorList(Class<T> type)
          Returns ExtensionList that retains the discovered Descriptor instances for the given kind of Describable.
 

Methods in jenkins.model that return Descriptor
 Descriptor<Builder> Jenkins.getBuilder(String shortClassName)
          Gets the builder descriptor by name.
 Descriptor<BuildWrapper> Jenkins.getBuildWrapper(String shortClassName)
          Gets the build wrapper descriptor by name.
 Descriptor<GlobalConfiguration> GlobalConfiguration.getDescriptor()
           
 Descriptor<User.CanonicalIdResolver> DefaultUserCanonicalIdResolver.getDescriptor()
           
 Descriptor Jenkins.getDescriptor(Class<? extends Describable> type)
          Gets the Descriptor that corresponds to the given Describable type.
 Descriptor Jenkins.getDescriptor(String id)
          Exposes Descriptor by its name to URL.
 Descriptor Jenkins.getDescriptorByName(String id)
          Alias for Jenkins.getDescriptor(String).
 Descriptor Jenkins.getDescriptorOrDie(Class<? extends Describable> type)
          Works just like Jenkins.getDescriptor(Class) but don't take no for an answer.
 Descriptor<Publisher> Jenkins.getPublisher(String shortClassName)
          Gets the publisher descriptor by name.
 Descriptor<RepositoryBrowser<?>> Jenkins.getRepositoryBrowser(String shortClassName)
          Gets the repository browser descriptor by name.
 Descriptor<RetentionStrategy<?>> Jenkins.getRetentionStrategy(String shortClassName)
          Gets the retention strategy descriptor by name.
 Descriptor<SCM> Jenkins.getScm(String shortClassName)
          Gets the SCM descriptor by name.
 Descriptor<SecurityRealm> Jenkins.getSecurityRealms(String shortClassName)
          Gets the SecurityRealm descriptors by name.
 

Uses of Descriptor in jenkins.mvn
 

Subclasses of Descriptor in jenkins.mvn
static class DefaultGlobalSettingsProvider.DescriptorImpl
           
static class DefaultSettingsProvider.DescriptorImpl
           
static class FilePathGlobalSettingsProvider.DescriptorImpl
           
static class FilePathSettingsProvider.DescriptorImpl
           
 class GlobalSettingsProviderDescriptor
           
 class SettingsProviderDescriptor
           
 

Uses of Descriptor in jenkins.plugins.ui_samples
 

Subclasses of Descriptor in jenkins.plugins.ui_samples
static class AutoCompleteTextBox.DescriptorImpl
           
static class CopyButton.DescriptorImpl
           
static class DropdownList.DescriptorImpl
           
static class DropdownList.FruitDescriptor
           
static class DynamicComboBox.DescriptorImpl
           
static class DynamicDropDownListBox.DescriptorImpl
           
static class FormFieldValidationWithContext.City.DescriptorImpl
           
static class FormFieldValidationWithContext.DescriptorImpl
           
static class FormFieldValidationWithContext.State.DescriptorImpl
           
static class InpageNavigationWithBreadcrumb.DescriptorImpl
           
static class JavaScriptProxy.DescriptorImpl
           
static class ModularizeViewScript.DescriptorImpl
           
static class NavigationContextMenu.DescriptorImpl
           
static class NotificationBar.DescriptorImpl
           
static class ProgressBar.DescriptorImpl
           
static class ProgressivelyRendered.DescriptorImpl
           
static class SyntaxHighlightedTextArea.DescriptorImpl
           
 class UISampleDescriptor
           
 

Methods in jenkins.plugins.ui_samples that return Descriptor
 Descriptor<DropdownList.Fruit> DropdownList.Fruit.getDescriptor()
           
 

Methods in jenkins.plugins.ui_samples that return types with arguments of type Descriptor
 DescriptorExtensionList<DropdownList.Fruit,Descriptor<DropdownList.Fruit>> DropdownList.getFruitDescriptors()
           
 

Uses of Descriptor in jenkins.scm
 

Subclasses of Descriptor in jenkins.scm
static class DefaultSCMCheckoutStrategyImpl.DescriptorImpl
           
 class SCMCheckoutStrategyDescriptor
          Descriptor for SCMCheckoutStrategy.
 

Uses of Descriptor in jenkins.security
 

Subclasses of Descriptor in jenkins.security
static class ApiTokenProperty.DescriptorImpl
           
 

Uses of Descriptor in org.jvnet.hudson.test
 

Subclasses of Descriptor in org.jvnet.hudson.test
static class CaptureEnvironmentBuilder.DescriptorImpl
           
static class ComputerConnectorTester.DescriptorImpl
           
static class FailureBuilder.DescriptorImpl
           
static class HudsonTestCase.TestBuildWrapper.TestBuildWrapperDescriptor
           
static class JenkinsComputerConnectorTester.DescriptorImpl
           
static class JenkinsRule.TestBuildWrapper.TestBuildWrapperDescriptor
           
static class MockBuilder.DescriptorImpl
           
static class MockFolder.DescriptorImpl
           
static class PretendSlave.DescriptorImpl
           
static class SleepBuilder.DescriptorImpl
           
static class TestCrumbIssuer.DescriptorImpl
           
static class UnstableBuilder.DescriptorImpl
           
 

Methods in org.jvnet.hudson.test with type parameters of type Descriptor
<T extends Descriptor<?>>
T
JenkinsRule.get(Class<T> d)
          Gets the descriptor instance of the current Hudson by its type.
protected
<T extends Descriptor<?>>
T
HudsonTestCase.get(Class<T> d)
          Gets the descriptor instance of the current Hudson by its type.
 

Methods in org.jvnet.hudson.test that return Descriptor
 Descriptor<Builder> MockBuilder.getDescriptor()
           
 Descriptor<Builder> TestBuilder.getDescriptor()
           
 



Copyright © 2004-2013. All Rights Reserved.