Uses of Interface
jenkins.util.io.OnMaster
-
-
Uses of OnMaster in hudson
Classes in hudson that implement OnMaster Modifier and Type Class Description class
DescriptorExtensionList<T extends Describable<T>,D extends Descriptor<T>>
ExtensionList
for holding a set ofDescriptor
s, which is a group of descriptors for the same extension point.class
ExtensionList<T>
Retains the known extension instances for the given type 'T'.class
LocalPluginManager
Default implementation ofPluginManager
.class
PluginManager
ManagesPluginWrapper
s.static class
ProxyConfiguration.DescriptorImpl
-
Uses of OnMaster in hudson.console
Classes in hudson.console that implement OnMaster Modifier and Type Class Description class
ConsoleAnnotationDescriptor
Descriptor forConsoleNote
.static class
ExpandableDetailsNote.DescriptorImpl
static class
HyperlinkNote.DescriptorImpl
static class
ModelHyperlinkNote.DescriptorImpl
-
Uses of OnMaster in hudson.markup
Classes in hudson.markup that implement OnMaster Modifier and Type Class Description static class
EscapedMarkupFormatter.DescriptorImpl
class
MarkupFormatterDescriptor
-
Uses of OnMaster in hudson.model
Subinterfaces of OnMaster in hudson.model Modifier and Type Interface Description interface
BuildableItem
Item
that can be "built", for whatever meaning of "build".interface
BuildableItemWithBuildWrappers
AbstractProject
that has associatedBuildWrapper
s.interface
Item
Basic configuration unit in Hudson.interface
SCMedItem
Deprecated.ImplementSCMTriggerItem
instead.interface
TopLevelItem
Classes in hudson.model that implement OnMaster Modifier and Type Class Description class
AbstractBuild<P extends AbstractProject<P,R>,R extends AbstractBuild<P,R>>
Base implementation ofRun
s that build software.class
AbstractCIBase
class
AbstractItem
Partial default implementation ofItem
.class
AbstractProject<P extends AbstractProject<P,R>,R extends AbstractBuild<P,R>>
Base implementation ofJob
s that build software.static class
AbstractProject.AbstractProjectDescriptor
AbstractProject
subtypes should implement this base class as a descriptor.static class
AllView.DescriptorImpl
static class
BooleanParameterDefinition.DescriptorImpl
class
Build<P extends Project<P,B>,B extends Build<P,B>>
A build of aProject
.static class
ChoiceParameterDefinition.DescriptorImpl
static class
ComputerSet.DescriptorImpl
class
Descriptor<T extends Describable<T>>
Metadata about a configurable instance.static class
FileParameterDefinition.DescriptorImpl
class
FreeStyleBuild
class
FreeStyleProject
Free-style software project.static class
FreeStyleProject.DescriptorImpl
class
Hudson
static class
JDK.DescriptorImpl
class
Job<JobT extends Job<JobT,RunT>,RunT extends Run<JobT,RunT>>
A job is an runnable entity under the monitoring of Hudson.class
JobPropertyDescriptor
Descriptor
forJobProperty
.static class
ListView.DescriptorImpl
static class
MyView.DescriptorImpl
static class
MyViewsProperty.DescriptorImpl
class
Node
Base type of Jenkins agents (although in practice, you probably extendSlave
to define a new agent type).class
PageDecorator
Participates in the rendering of HTML pages for all pages of Hudson.static class
PaneStatusProperties.DescriptorImpl
static class
ParameterDefinition.ParameterDescriptor
static class
ParametersDefinitionProperty.DescriptorImpl
static class
PasswordParameterDefinition.ParameterDescriptorImpl
class
Project<P extends Project<P,B>,B extends Build<P,B>>
Buildable software project.static class
ProxyView.DescriptorImpl
class
Run<JobT extends Job<JobT,RunT>,RunT extends Run<JobT,RunT>>
A particular execution ofJob
.static class
RunParameterDefinition.DescriptorImpl
class
Slave
Information about a Hudson agent node.static class
Slave.SlaveDescriptor
static class
StringParameterDefinition.DescriptorImpl
static class
TextParameterDefinition.DescriptorImpl
static class
TimeZoneProperty.DescriptorImpl
class
TopLevelItemDescriptor
Descriptor
forTopLevelItem
s.class
UpdateCenter
Controls update center capability.class
UsageStatistics
class
UserPropertyDescriptor
Descriptor
forUserProperty
.class
ViewDescriptor
Descriptor
forView
.class
ViewJob<JobT extends ViewJob<JobT,RunT>,RunT extends Run<JobT,RunT>>
Job
that monitors activities that happen outside Hudson, which requires occasional batch reload activity to obtain the up-to-date information.class
ViewPropertyDescriptor
-
Uses of OnMaster in hudson.model.labels
Classes in hudson.model.labels that implement OnMaster Modifier and Type Class Description class
LabelAtomPropertyDescriptor
Descriptor
forLabelAtom
. -
Uses of OnMaster in hudson.node_monitors
Classes in hudson.node_monitors that implement OnMaster Modifier and Type Class Description class
AbstractAsyncNodeMonitorDescriptor<T>
Sophisticated version ofAbstractNodeMonitorDescriptor
that performs monitoring on all agents concurrently and asynchronously.class
AbstractNodeMonitorDescriptor<T>
Convenient base class for commonNodeMonitor
implementation where the "monitoring" consists of executing something periodically on every node and taking some action based on its result.static class
ArchitectureMonitor.DescriptorImpl
static class
ClockMonitor.DescriptorImpl
class
DiskSpaceMonitorDescriptor
AbstractNodeMonitorDescriptor
forNodeMonitor
that checks a free disk space of some directory.static class
SwapSpaceMonitor.DescriptorImpl
static class
TemporarySpaceMonitor.DescriptorImpl
-
Uses of OnMaster in hudson.scm
Classes in hudson.scm that implement OnMaster Modifier and Type Class Description static class
NullSCM.DescriptorImpl
class
SCMDescriptor<T extends SCM>
Descriptor
forSCM
. -
Uses of OnMaster in hudson.search
Classes in hudson.search that implement OnMaster Modifier and Type Class Description static class
UserSearchProperty.DescriptorImpl
-
Uses of OnMaster in hudson.security
Classes in hudson.security that implement OnMaster Modifier and Type Class Description static class
AuthorizationStrategy.Unsecured.DescriptorImpl
static class
FullControlOnceLoggedInAuthorizationStrategy.DescriptorImpl
static class
GlobalSecurityConfiguration.DescriptorImpl
static class
HudsonPrivateSecurityRealm.DescriptorImpl
static class
HudsonPrivateSecurityRealm.Details.DescriptorImpl
static class
LegacyAuthorizationStrategy.DescriptorImpl
static class
LegacySecurityRealm.DescriptorImpl
-
Uses of OnMaster in hudson.security.captcha
Classes in hudson.security.captcha that implement OnMaster Modifier and Type Class Description class
CaptchaSupportDescriptor
Descriptor
forCaptchaSupport
. -
Uses of OnMaster in hudson.security.csrf
Classes in hudson.security.csrf that implement OnMaster Modifier and Type Class Description 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. -
Uses of OnMaster in hudson.slaves
Classes in hudson.slaves that implement OnMaster Modifier and Type Class Description class
AbstractCloudSlave
Partial implementation ofSlave
to be used byAbstractCloudImpl
.class
ComputerConnectorDescriptor
static class
DelegatingComputerLauncher.DescriptorImpl
class
DumbSlave
DefaultSlave
implementation for computers that do not belong to a higher level structure, like grid or cloud.static class
DumbSlave.DescriptorImpl
static class
EnvironmentVariablesNodeProperty.DescriptorImpl
static class
JNLPLauncher.DescriptorImpl
class
NodeDescriptor
Descriptor
forSlave
.class
NodePropertyDescriptor
Descriptor forNodeProperty
.static class
RetentionStrategy.Always.DescriptorImpl
static class
RetentionStrategy.Demand.DescriptorImpl
static class
SimpleScheduledRetentionStrategy.DescriptorImpl
-
Uses of OnMaster in hudson.tasks
Classes in hudson.tasks that implement OnMaster Modifier and Type Class Description static class
ArtifactArchiver.DescriptorImpl
static class
BatchFile.DescriptorImpl
class
BuildStepDescriptor<T extends BuildStep & Describable<T>>
static class
BuildTrigger.DescriptorImpl
class
BuildWrapperDescriptor
Descriptor
forBuildWrapper
.static class
Fingerprinter.DescriptorImpl
static class
LogRotator.LRDescriptor
static class
Maven.DescriptorImpl
static class
Maven.MavenInstallation.DescriptorImpl
static class
Maven.MavenInstaller.DescriptorImpl
static class
Publisher.DescriptorExtensionListImpl
Publisher
has a special sort semantics that requires a subtype.static class
Shell.DescriptorImpl
-
Uses of OnMaster in hudson.tasks._maven
Classes in hudson.tasks._maven that implement OnMaster Modifier and Type Class Description static class
Maven3MojoNote.DescriptorImpl
static class
MavenErrorNote.DescriptorImpl
static class
MavenMojoNote.DescriptorImpl
static class
MavenWarningNote.DescriptorImpl
-
Uses of OnMaster in hudson.tools
Classes in hudson.tools that implement OnMaster Modifier and Type Class Description static class
AbstractCommandInstaller.Descriptor<TInstallerClass extends AbstractCommandInstaller>
static class
BatchCommandInstaller.DescriptorImpl
static class
CommandInstaller.DescriptorImpl
static class
DownloadFromUrlInstaller.DescriptorImpl<T extends DownloadFromUrlInstaller>
static class
InstallSourceProperty.DescriptorImpl
class
PropertyDescriptor<P extends Describable<P>,T>
BaseDescriptor
type used forXyzProperty
classes.class
ToolDescriptor<T extends ToolInstallation>
class
ToolInstallerDescriptor<T extends ToolInstaller>
Descriptor for aToolInstaller
.static class
ToolLocationNodeProperty.DescriptorImpl
class
ToolPropertyDescriptor
Descriptor forToolProperty
.static class
ZipExtractionInstaller.DescriptorImpl
-
Uses of OnMaster in hudson.triggers
Classes in hudson.triggers that implement OnMaster Modifier and Type Class Description static class
SCMTrigger.DescriptorImpl
static class
TimerTrigger.DescriptorImpl
class
TriggerDescriptor
Descriptor
for Trigger. -
Uses of OnMaster in hudson.views
-
Uses of OnMaster in jenkins.fingerprints
Classes in jenkins.fingerprints that implement OnMaster Modifier and Type Class Description static class
FileFingerprintStorage.DescriptorImpl
class
FingerprintStorageDescriptor
Descriptor forFingerprintStorage
.class
GlobalFingerprintConfiguration
Allows configuring the settings of fingerprints. -
Uses of OnMaster in jenkins.formelementpath
Classes in jenkins.formelementpath that implement OnMaster Modifier and Type Class Description class
FormElementPathPageDecorator
-
Uses of OnMaster in jenkins.install
Classes in jenkins.install that implement OnMaster Modifier and Type Class Description class
SetupWizard
A Jenkins instance used during first-run to provide a limited set of services while initial installation is in progress -
Uses of OnMaster in jenkins.management
Classes in jenkins.management that implement OnMaster Modifier and Type Class Description class
AdministrativeMonitorsConfiguration
class
AdministrativeMonitorsDecorator
Show notifications and popups for active administrative monitors on all pages. -
Uses of OnMaster in jenkins.model
Subinterfaces of OnMaster in jenkins.model Modifier and Type Interface Description static interface
ParameterizedJobMixIn.ParameterizedJob<JobT extends Job<JobT,RunT> & ParameterizedJobMixIn.ParameterizedJob<JobT,RunT> & Queue.Task,RunT extends Run<JobT,RunT> & Queue.Executable>
Marker for job using this mixin, and default implementations of many methods.Classes in jenkins.model that implement OnMaster Modifier and Type Class Description class
AbstractTopLevelItem
Default base implementation ofTopLevelItem
.class
ArtifactManagerConfiguration
List of configuredArtifactManagerFactory
s.class
ArtifactManagerFactoryDescriptor
Definition of a kind of artifact manager.class
BuildDiscarderDescriptor
Descriptor
forBuildDiscarder
.static class
BuildDiscarderProperty.DescriptorImpl
class
DefaultSimplePageDecorator
In case there are no other implementations we will fallback to this implementation.class
GlobalBuildDiscarderConfiguration
Global configuration UI for background build discardersclass
GlobalBuildDiscarderStrategyDescriptor
class
GlobalConfiguration
Convenient base class for extensions that contributes to the system configuration page but nothing else, or to manage the global configuration of a plugin implementing several extension points.class
GlobalNodePropertiesConfiguration
IncludeNodePropertyDescriptor
configurations.class
GlobalPluginConfiguration
Include config.jelly defined forPlugin
s.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
IdStrategy.CaseInsensitive.DescriptorImpl
static class
IdStrategy.CaseSensitive.DescriptorImpl
static class
IdStrategy.CaseSensitiveEmailAddress.DescriptorImpl
class
IdStrategyDescriptor
TheDescriptor
forIdStrategy
class
Jenkins
Root object of the system.static class
Jenkins.DescriptorImpl
class
JenkinsLocationConfiguration
Stores the location of Jenkins (e-mail address and the HTTP URL.)static class
JobGlobalBuildDiscarderStrategy.DescriptorImpl
class
MasterBuildConfiguration
Adds the configuration regarding building on the built-in node.static class
OptionalJobProperty.OptionalJobPropertyDescriptor
static class
ProjectNamingStrategy.DefaultProjectNamingStrategy.DescriptorImpl
static class
ProjectNamingStrategy.PatternProjectNamingStrategy.DescriptorImpl
static class
ProjectNamingStrategy.ProjectNamingStrategyDescriptor
static class
SimpleGlobalBuildDiscarderStrategy.DescriptorImpl
class
SimplePageDecorator
Participates in the rendering of the login page -
Uses of OnMaster in jenkins.model.experimentalflags
Classes in jenkins.model.experimentalflags that implement OnMaster Modifier and Type Class Description static class
UserExperimentalFlagsProperty.DescriptorImpl
-
Uses of OnMaster in jenkins.mvn
Classes in jenkins.mvn that implement OnMaster Modifier and Type Class Description static class
DefaultGlobalSettingsProvider.DescriptorImpl
static class
DefaultSettingsProvider.DescriptorImpl
static class
FilePathGlobalSettingsProvider.DescriptorImpl
static class
FilePathSettingsProvider.DescriptorImpl
class
GlobalMavenConfig
class
GlobalSettingsProviderDescriptor
class
SettingsProviderDescriptor
-
Uses of OnMaster in jenkins.scm
Classes in jenkins.scm that implement OnMaster Modifier and Type Class Description static class
DefaultSCMCheckoutStrategyImpl.DescriptorImpl
class
SCMCheckoutStrategyDescriptor
-
Uses of OnMaster in jenkins.security
Classes in jenkins.security that implement OnMaster Modifier and Type Class Description static class
ApiTokenProperty.DescriptorImpl
class
FrameOptionsPageDecorator
Adds the 'X-Frame-Options' header to all web pages.static class
LastGrantedAuthoritiesProperty.DescriptorImpl
class
QueueItemAuthenticatorConfiguration
Show theQueueItemAuthenticator
configurations on the system config page.class
QueueItemAuthenticatorDescriptor
class
ResourceDomainConfiguration
Configure the resource root URL, an alternative root URL to serve resources from to not need Content-Security-Policy headers, which mess with desired complex output.class
UpdateSiteWarningsConfiguration
Configuration for update site-provided warnings. -
Uses of OnMaster in jenkins.security.apitoken
Classes in jenkins.security.apitoken that implement OnMaster Modifier and Type Class Description class
ApiTokenPropertyConfiguration
Configuration for the new token generation when a user is created -
Uses of OnMaster in jenkins.security.seed
Classes in jenkins.security.seed that implement OnMaster Modifier and Type Class Description static class
UserSeedProperty.DescriptorImpl
-
Uses of OnMaster in jenkins.slaves
Classes in jenkins.slaves that implement OnMaster Modifier and Type Class Description static class
RemotingWorkDirSettings.DescriptorImpl
-
Uses of OnMaster in jenkins.tasks.filters
Classes in jenkins.tasks.filters that implement OnMaster Modifier and Type Class Description class
EnvVarsFilterGlobalConfiguration
Configuration of the filter rules that are applied globally, after filtering which rule applies on which builderclass
EnvVarsFilterLocalRuleDescriptor
Descriptor for the local rule. -
Uses of OnMaster in jenkins.tasks.filters.impl
Classes in jenkins.tasks.filters.impl that implement OnMaster Modifier and Type Class Description static class
RetainVariablesLocalRule.DescriptorImpl
-
Uses of OnMaster in jenkins.telemetry
Classes in jenkins.telemetry that implement OnMaster Modifier and Type Class Description class
Correlator
This class stores a UUID identifying this instance for telemetry reporting to allow deduplication or merging of submitted records. -
Uses of OnMaster in jenkins.triggers
Subinterfaces of OnMaster in jenkins.triggers Modifier and Type Interface Description interface
TriggeredItem
An item which can be configured withTrigger
s.Classes in jenkins.triggers that implement OnMaster Modifier and Type Class Description static class
ReverseBuildTrigger.DescriptorImpl
-
Uses of OnMaster in jenkins.util
Classes in jenkins.util that implement OnMaster Modifier and Type Class Description static class
SystemProperties.Listener
-