Uses of Class
hudson.Extension

Packages that use Extension
hudson   
hudson.cli Server-side CLI commands for Hudson. 
hudson.cli.declarative Code for supporting declarative CLI commands, which are annotated methods on model objects. 
hudson.console Beef up the plain text console output by adding HTML markup. 
hudson.diagnosis   
hudson.lifecycle   
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.queue   
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.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.views   
jenkins.management   
jenkins.model   
jenkins.mvn   
jenkins.plugins.ui_samples   
jenkins.scm   
jenkins.security   
jenkins.slaves   
org.jvnet.hudson.test Test harness for Jenkins and its plugins. 
 

Uses of Extension in hudson
 

Classes in hudson with annotations of type Extension
 class AboutJenkins
          Show "About Jenkins" link.
static class ExtensionFinder.DefaultGuiceExtensionAnnotation
           
static class ExtensionFinder.GuiceFinder
          Discovers components via sezpoz but instantiates them by using Guice.
static class FileSystemProvisioner.Default.DescriptorImpl
           
static class PluginManager.PluginCycleDependenciesMonitor
          AdministrativeMonitor that checks if there are any plugins with cycle dependencies.
static class PluginManager.PluginUpdateMonitor
          AdministrativeMonitor that informs the administrator about a required plugin update.
static class ProxyConfiguration.DescriptorImpl
           
 

Methods in hudson with parameters of type Extension
protected  double ExtensionFinder.DefaultGuiceExtensionAnnotation.getOrdinal(Extension annotation)
           
protected  boolean ExtensionFinder.DefaultGuiceExtensionAnnotation.isOptional(Extension annotation)
           
 

Constructors in hudson with parameters of type Extension
ExtensionComponent(T instance, Extension annotation)
           
 

Uses of Extension in hudson.cli
 

Classes in hudson.cli with annotations of type Extension
 class BuildCommand
          Builds a job, and optionally waits until its completion.
 class CliProtocol
          AgentProtocol that accepts connection from CLI clients.
 class CliProtocol2
          CliProtocol Version 2, which adds transport encryption.
 class ConsoleCommand
          cat/tail/head of the console output.
 class CopyJobCommand
          Copies a job from CLI.
 class CreateJobCommand
          Creates a new job by reading stdin as a configuration XML file.
 class DeleteBuildsCommand
          Deletes builds records in a bulk.
 class GetJobCommand
           
 class GroovyCommand
          Executes the specified groovy script.
 class GroovyshCommand
          Executes Groovy shell.
 class HelpCommand
          Show the list of all commands.
 class InstallPluginCommand
          Installs a plugin either from a file, an URL, or from update center.
 class InstallToolCommand
          Performs automatic tool installation on demand.
 class ListChangesCommand
          Retrieves a change list for the specified builds.
 class ListJobsCommand
          Lists all jobs (in a specific view).
 class ListPluginsCommand
          Outputs a list of installed plugins.
 class LoginCommand
          Saves the current credential to allow future commands to run without explicit credential information.
 class LogoutCommand
          Deletes the credential stored with the login command.
 class SessionIdCommand
          Prints the current session ID number (that changes for every run) to allow clients to reliably wait for a restart.
 class SetBuildDescriptionCommand
           
 class SetBuildDisplayNameCommand
           
 class SetBuildResultCommand
          Sets the result of the current build.
 class UpdateJobCommand
           
 class VersionCommand
          Retrieves the current version.
 class WhoAmICommand
          Report the current granted authorities
 

Uses of Extension in hudson.cli.declarative
 

Classes in hudson.cli.declarative with annotations of type Extension
 class CLIRegisterer
          Discover CLIMethods and register them as CLICommand implementations.
 

Uses of Extension in hudson.console
 

Classes in hudson.console with annotations of type Extension
static class ExpandableDetailsNote.DescriptorImpl
           
static class HudsonExceptionNote.DescriptorImpl
           
static class HyperlinkNote.DescriptorImpl
           
static class ModelHyperlinkNote.DescriptorImpl
           
 class UrlAnnotator
          Annotates URLs in the console output to hyperlink.
 

Uses of Extension in hudson.diagnosis
 

Classes in hudson.diagnosis with annotations of type Extension
 class HudsonHomeDiskUsageChecker
          Periodically checks the disk usage of JENKINS_HOME, and activate HudsonHomeDiskUsageMonitor if necessary.
 class HudsonHomeDiskUsageMonitor
          Monitors the disk usage of JENKINS_HOME, and if it's almost filled up, warn the user.
 class MemoryUsageMonitor
          Monitors the memory usage of the system in OS specific way.
 class NullIdDescriptorMonitor
          Some old descriptors apparently has the getId() method that's used in different ways and that's causing errors like JENKINS-8866, so detect and report that.
 class OldDataMonitor
          Tracks whether any data structure changes were corrected when loading XML, that could be resaved to migrate that data to the new format.
static class OldDataMonitor.ManagementLinkImpl
           
 class ReverseProxySetupMonitor
          Looks out for a broken reverse proxy setup that doesn't rewrite the location header correctly.
 class TooManyJobsButNoView
          If Hudson is run with a lot of jobs but no views, suggest the user that they can create views.
 

Fields in hudson.diagnosis with annotations of type Extension
static SaveableListener OldDataMonitor.changeListener
           
static ItemListener OldDataMonitor.itemDeleteListener
           
static RunListener<Run> OldDataMonitor.runDeleteListener
           
 

Uses of Extension in hudson.lifecycle
 

Methods in hudson.lifecycle with annotations of type Extension
static WindowsInstallerLink WindowsInstallerLink.registerIfApplicable()
          Decide if WindowsInstallerLink should show up in UI, and if so, register it.
 

Uses of Extension in hudson.markup
 

Classes in hudson.markup with annotations of type Extension
static class RawHtmlMarkupFormatter.DescriptorImpl
           
 

Uses of Extension in hudson.matrix
 

Classes in hudson.matrix with annotations of type Extension
 class DefaultAxisDescriptor
          AxisDescriptor for manually entered default axis.
static class DefaultMatrixExecutionStrategyImpl.DescriptorImpl
           
static class JDKAxis.DescriptorImpl
           
static class LabelAxis.DescriptorImpl
           
static class LabelExpAxis.DescriptorImpl
           
static class NoopMatrixConfigurationSorter.DescriptorImpl
           
static class TextAxis.DescriptorImpl
           
 

Fields in hudson.matrix with annotations of type Extension
static MatrixProject.DescriptorImpl MatrixProject.DESCRIPTOR
           
 

Uses of Extension in hudson.maven
 

Classes in hudson.maven with annotations of type Extension
 class MavenComputerListener
          When a slave is connected, copy maven-agent.jar and maven-intercepter.jar
static class MavenTestDataPublisher.DescriptorImpl
           
static class RedeployPublisher.DescriptorImpl
           
 

Fields in hudson.maven with annotations of type Extension
static MavenModuleSet.DescriptorImpl MavenModuleSet.DESCRIPTOR
           
 

Uses of Extension in hudson.maven.local_repo
 

Classes in hudson.maven.local_repo with annotations of type Extension
static class DefaultLocalRepositoryLocator.DescriptorImpl
           
static class PerExecutorLocalRepositoryLocator.DescriptorImpl
           
static class PerJobLocalRepositoryLocator.DescriptorImpl
           
 

Uses of Extension in hudson.maven.reporters
 

Classes in hudson.maven.reporters with annotations of type Extension
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 SurefireArchiver.DescriptorImpl
           
 

Uses of Extension in hudson.model
 

Classes in hudson.model with annotations of type Extension
static class AllView.DescriptorImpl
           
static class BooleanParameterDefinition.DescriptorImpl
           
static class ChoiceParameterDefinition.DescriptorImpl
           
static class ComputerPinger.BuiltInComputerPinger
          Default pinger - use Java built-in functionality.
static class ComputerSet.DescriptorImpl
           
 class DisplayNameListener
           
 class DownloadService
          Service for plugins to periodically retrieve update data files (like the one in the update center) through browsers.
static class EnvironmentContributor.EnvVarsHtml
          Serves the combined list of environment variables available from this plugin.
static class FileParameterDefinition.DescriptorImpl
           
static class Fingerprint.ProjectRenameListener
           
 class FingerprintCleanupThread
          Scans the fingerprint database and remove old records that are no longer relevant.
static class JDK.DescriptorImpl
           
static class ListView.DescriptorImpl
           
static class LoadStatistics.LoadStatisticsUpdater
          Periodically update the load statistics average.
 class ManageJenkinsAction
          Adds the "Manage Jenkins" link to the top page.
static class MyView.DescriptorImpl
           
static class MyViewsProperty.DescriptorImpl
           
static class MyViewsProperty.GlobalAction
           
static class Node.InternalComputerListener
          Let Nodes be aware of the lifecycle of their own Computer.
static class ParametersDefinitionProperty.DescriptorImpl
           
static class PasswordParameterDefinition.ParameterDescriptorImpl
           
static class ProxyView.DescriptorImpl
           
static class RestartListener.Default
          Default logic.
static class RunParameterDefinition.DescriptorImpl
           
static class StringParameterDefinition.DescriptorImpl
           
static class TextParameterDefinition.DescriptorImpl
           
static class UpdateCenter.CoreUpdateMonitor
          AdministrativeMonitor that checks if there's Jenkins update.
static class UpdateCenter.PageDecoratorImpl
          Adds the update center data retriever to HTML.
 class UsageStatistics
           
static class User.FullNameIdResolver
          Resolve user ID from full name
 class WorkspaceCleanupThread
          Clean up old left-over workspaces from slaves.
 

Fields in hudson.model with annotations of type Extension
static FreeStyleProject.DescriptorImpl FreeStyleProject.DESCRIPTOR
           
 

Methods in hudson.model with annotations of type Extension
static ViewDescriptor TreeView.register()
           
 

Uses of Extension in hudson.model.queue
 

Classes in hudson.model.queue with annotations of type Extension
static class LoadPredictor.CurrentlyRunningTasks
          Considers currently running tasks and their completion.
 

Methods in hudson.model.queue with annotations of type Extension
static BackFiller BackFiller.newInstance()
          Once this feature stabilizes, move it to the heavyjob plugin
 

Uses of Extension in hudson.node_monitors
 

Classes in hudson.node_monitors with annotations of type Extension
static class ArchitectureMonitor.DescriptorImpl
           
 class MonitorMarkedNodeOffline
          If NodeMonitor marks the node as offline, we'll show this to the admin to get their attention.
 class NodeMonitorUpdater
          When a slave is connected, redo the node monitoring.
 

Fields in hudson.node_monitors with annotations of type Extension
static AbstractNodeMonitorDescriptor<org.jvnet.hudson.MemoryUsage> SwapSpaceMonitor.DESCRIPTOR
           
static AbstractNodeMonitorDescriptor<ClockDifference> ClockMonitor.DESCRIPTOR
           
static AbstractNodeMonitorDescriptor<ResponseTimeMonitor.Data> ResponseTimeMonitor.DESCRIPTOR
           
 

Methods in hudson.node_monitors with annotations of type Extension
static hudson.node_monitors.DiskSpaceMonitorDescriptor DiskSpaceMonitor.install()
           
static hudson.node_monitors.DiskSpaceMonitorDescriptor TemporarySpaceMonitor.install()
           
 

Uses of Extension in hudson.os.solaris
 

Classes in hudson.os.solaris with annotations of type Extension
static class ZFSProvisioner.DescriptorImpl
           
 

Methods in hudson.os.solaris with annotations of type Extension
static AdministrativeMonitor ZFSInstaller.init()
           
 

Uses of Extension in hudson.os.windows
 

Classes in hudson.os.windows with annotations of type Extension
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 Extension in hudson.scm
 

Classes in hudson.scm with annotations of type Extension
static class NullSCM.DescriptorImpl
           
 

Uses of Extension in hudson.search
 

Classes in hudson.search with annotations of type Extension
static class UserSearchProperty.DescriptorImpl
           
 

Uses of Extension in hudson.security
 

Classes in hudson.security with annotations of type Extension
static class AuthorizationMatrixProperty.DescriptorImpl
           
static class AuthorizationStrategy.Unsecured.DescriptorImpl
           
 class GlobalSecurityConfiguration
          Security configuration.
static class HudsonPrivateSecurityRealm.DescriptorImpl
           
static class HudsonPrivateSecurityRealm.Details.DescriptorImpl
           
static class HudsonPrivateSecurityRealm.ManageUserLinks
          Displays "manage users" link in the system config if HudsonPrivateSecurityRealm is in effect.
static class LegacyAuthorizationStrategy.DescriptorImpl
           
 class WhoAmI
          Expose the data needed for /whoAmI, so it can be exposed by Api.
 

Fields in hudson.security with annotations of type Extension
static Descriptor<AuthorizationStrategy> FullControlOnceLoggedInAuthorizationStrategy.DESCRIPTOR
           
static Descriptor<SecurityRealm> LegacySecurityRealm.DESCRIPTOR
           
static GlobalMatrixAuthorizationStrategy.DescriptorImpl GlobalMatrixAuthorizationStrategy.DESCRIPTOR
           
static Descriptor<AuthorizationStrategy> ProjectMatrixAuthorizationStrategy.DESCRIPTOR
           
 

Uses of Extension in hudson.security.csrf
 

Classes in hudson.security.csrf with annotations of type Extension
static class DefaultCrumbIssuer.DescriptorImpl
           
 class GlobalCrumbIssuerConfiguration
          Show the crumb configuration to the system config page.
 

Uses of Extension in hudson.slaves
 

Classes in hudson.slaves with annotations of type Extension
 class ChannelPinger
          Establish a periodic ping to keep connections between slaves and the main Jenkins node alive.
static class CommandConnector.DescriptorImpl
           
static class CommandLauncher.DescriptorImpl
           
 class ComputerRetentionWork
          Periodically checks the slaves and try to reconnect dead slaves.
 class ConnectionActivityMonitor
          Makes sure that connections to slaves are alive, and if they are not, cut them off.
static class DumbSlave.DescriptorImpl
           
static class EnvironmentVariablesNodeProperty.DescriptorImpl
           
static class NodeProvisioner.NodeProvisionerInvoker
          Periodically invoke NodeProvisioners
static class RetentionStrategy.Always.DescriptorImpl
           
static class RetentionStrategy.Demand.DescriptorImpl
           
static class SimpleScheduledRetentionStrategy.DescriptorImpl
           
 

Fields in hudson.slaves with annotations of type Extension
static Descriptor<ComputerLauncher> JNLPLauncher.DESCRIPTOR
           
 

Uses of Extension in hudson.tasks
 

Classes in hudson.tasks with annotations of type Extension
static class ArtifactArchiver.DescriptorImpl
           
static class BatchFile.DescriptorImpl
           
static class BuildTrigger.DescriptorImpl
           
static class BuildTrigger.DescriptorImpl.ItemListenerImpl
           
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
           
 

Uses of Extension in hudson.tasks._maven
 

Classes in hudson.tasks._maven with annotations of type Extension
static class Maven3MojoNote.DescriptorImpl
           
static class MavenErrorNote.DescriptorImpl
           
static class MavenMojoNote.DescriptorImpl
           
static class MavenWarningNote.DescriptorImpl
           
 

Uses of Extension in hudson.tasks.junit
 

Classes in hudson.tasks.junit with annotations of type Extension
 class JUnitParser
          Parse some JUnit xml files and generate a TestResult containing all the results parsed.
static class JUnitResultArchiver.DescriptorImpl
           
 class XMLEntityResolver
          As the name suggest: a resolver for XML entities.
 

Uses of Extension in hudson.tasks.test
 

Classes in hudson.tasks.test with annotations of type Extension
static class AggregatedTestResultPublisher.DescriptorImpl
           
static class AggregatedTestResultPublisher.TestResultAction.RunListenerImpl
           
 

Uses of Extension in hudson.tools
 

Classes in hudson.tools with annotations of type Extension
static class CommandInstaller.DescriptorImpl
           
 class InstallerTranslator
          Actually runs installations.
static class InstallSourceProperty.DescriptorImpl
           
static class JDKInstaller.DescriptorImpl
           
static class JDKInstaller.JDKList
          JDK list.
static class ToolLocationNodeProperty.DescriptorImpl
           
static class ZipExtractionInstaller.DescriptorImpl
           
 

Uses of Extension in hudson.triggers
 

Classes in hudson.triggers with annotations of type Extension
static class SCMTrigger.AdministrativeMonitorImpl
           
static class SCMTrigger.DescriptorImpl
           
static class TimerTrigger.DescriptorImpl
           
static class Trigger.Cron
          Runs every minute to check TimerTrigger and schedules build.
 

Uses of Extension in hudson.views
 

Classes in hudson.views with annotations of type Extension
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
           
static class MyViewsTabBar.GlobalConfigurationImpl
          Configures ViewsTabBar in the system configuration.
static class StatusColumn.DescriptorImpl
           
static class ViewsTabBar.GlobalConfigurationImpl
          Configures ViewsTabBar in the system configuration.
static class WeatherColumn.DescriptorImpl
           
 

Uses of Extension in jenkins.management
 

Classes in jenkins.management with annotations of type Extension
 class CliLink
           
 class ConfigureLink
           
 class ConsoleLink
           
 class NodesLink
           
 class PluginsLink
           
 class ReloadLink
           
 class ShutdownLink
           
 class StatisticsLink
           
 class SystemInfoLink
           
 class SystemLogLink
           
 

Uses of Extension in jenkins.model
 

Classes in jenkins.model with annotations of type Extension
 class CoreEnvironmentContributor
          EnvironmentContributor that adds the basic set of environment variables that we've been exposing historically.
 class DefaultUserCanonicalIdResolver
          Default User.CanonicalIdResolver to escape unsupported characters and generate user ID.
 class GlobalCloudConfiguration
          Adds the Cloud configuration to the system config page.
static class GlobalConfigurationCategory.Security
          Security related configurations.
static class GlobalConfigurationCategory.Unclassified
          This category represents the catch-all I-dont-know-what-category-it-is instance, used for those GlobalConfigurations that don't really deserve/need a separate category.
 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.
 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 PeepholePermalink.RunListenerImpl
           
static class ProjectNamingStrategy.DefaultProjectNamingStrategy.DescriptorImpl
           
static class ProjectNamingStrategy.PatternProjectNamingStrategy.DescriptorImpl
           
 

Fields in jenkins.model with annotations of type Extension
static Jenkins.DescriptorImpl Jenkins.DescriptorImpl.INSTANCE
           
 

Uses of Extension in jenkins.mvn
 

Classes in jenkins.mvn with annotations of type Extension
static class DefaultGlobalSettingsProvider.DescriptorImpl
           
static class DefaultSettingsProvider.DescriptorImpl
           
static class FilePathGlobalSettingsProvider.DescriptorImpl
           
static class FilePathSettingsProvider.DescriptorImpl
           
 

Uses of Extension in jenkins.plugins.ui_samples
 

Classes in jenkins.plugins.ui_samples with annotations of type Extension
 class AutoCompleteTextBox
          Adding auto-completion to the text box.
static class AutoCompleteTextBox.DescriptorImpl
           
 class CopyButton
           
static class CopyButton.DescriptorImpl
           
 class DropdownList
           
static class DropdownList.DescriptorImpl
           
 class DynamicComboBox
          Combo box that changes the contents based on the values of other controls.
static class DynamicComboBox.DescriptorImpl
           
 class DynamicDropDownListBox
          Example of a dynamic drop-down list box that changes the contents dynamically based on the values of other controls.
static class DynamicDropDownListBox.DescriptorImpl
           
 class FormFieldValidationWithContext
          How to access values of the nearby input fields when you do form field validation.
static class FormFieldValidationWithContext.City.DescriptorImpl
           
static class FormFieldValidationWithContext.DescriptorImpl
           
static class FormFieldValidationWithContext.State.DescriptorImpl
           
 class InpageNavigationWithBreadcrumb
           
static class InpageNavigationWithBreadcrumb.DescriptorImpl
           
 class JavaScriptProxy
          "Export" Java objects to JavaScript in the browser as a proxy object, so that you can make ajax-calls to the server later.
static class JavaScriptProxy.DescriptorImpl
           
 class ModularizeViewScript
          Define portions of view fragments in separate methods/classes to improve reuse.
static class ModularizeViewScript.DescriptorImpl
           
 class NavigationContextMenu
           
static class NavigationContextMenu.DescriptorImpl
           
 class NotificationBar
           
static class NotificationBar.DescriptorImpl
           
 class ProgressBar
           
static class ProgressBar.DescriptorImpl
           
 class ProgressivelyRendered
           
static class ProgressivelyRendered.DescriptorImpl
           
 class Root
          Entry point to all the UI samples.
 class SyntaxHighlightedTextArea
          Syntax-highlighted text area (powered by CodeMirror).
static class SyntaxHighlightedTextArea.DescriptorImpl
           
 

Fields in jenkins.plugins.ui_samples with annotations of type Extension
static DropdownList.FruitDescriptor DropdownList.Apple.D
           
static DropdownList.FruitDescriptor DropdownList.Banana.D
           
 

Uses of Extension in jenkins.scm
 

Classes in jenkins.scm with annotations of type Extension
static class DefaultSCMCheckoutStrategyImpl.DescriptorImpl
           
 

Uses of Extension in jenkins.security
 

Classes in jenkins.security with annotations of type Extension
static class ApiTokenProperty.DescriptorImpl
           
 class RekeySecretAdminMonitor
          Warns the administrator to run SecretRewriter
 

Uses of Extension in jenkins.slaves
 

Classes in jenkins.slaves with annotations of type Extension
 class JnlpSlaveAgentProtocol
          AgentProtocol that accepts connection from slave agents.
 class JnlpSlaveAgentProtocol2
          JnlpSlaveAgentProtocol Version 2.
 class StandardOutputSwapper
           
 

Uses of Extension in org.jvnet.hudson.test
 

Classes in org.jvnet.hudson.test with annotations of type Extension
static class CaptureEnvironmentBuilder.DescriptorImpl
           
 class ClosureExecuterAction
          Server-side logic that implements HudsonTestCase.executeOnServer(Callable).
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
           
 class TestExtensionLoader
          Loads TestExtensions.
static class UnstableBuilder.DescriptorImpl
           
 



Copyright © 2004-2013. All Rights Reserved.