A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
All Classes All Packages
All Classes All Packages
All Classes All Packages
O
- obtain() - Method in class hudson.util.RemotingDiagnostics.HeapDump
- obtainLog() - Method in class hudson.model.TaskAction
-
Obtains the log file.
- of(Queue.Executable) - Static method in class hudson.model.Executor
-
Finds the executor currently running a given process.
- of(SafeTimerTask.ExceptionRunnable) - Static method in class hudson.triggers.SafeTimerTask
-
Lambda-friendly means of creating a task.
- of(String) - Static method in class jenkins.AgentProtocol
- of(String) - Static method in class jenkins.util.TreeString
-
Creates a
TreeString
. - of(String, Class<T>, Supplier<T>) - Method in class hudson.PluginManager.MetadataCache
- of(Map<? extends K, ? extends V>) - Static method in class hudson.util.PackedMap
- off() - Method in class jenkins.util.io.FileBoolean
- offlineCause - Variable in class hudson.model.Computer
-
Contains info about reason behind computer being offline.
- OfflineCause - Class in hudson.slaves
-
Represents a cause that puts a computer offline.
- OfflineCause() - Constructor for class hudson.slaves.OfflineCause
- OfflineCause_connection_was_broken_(Object) - Static method in class hudson.slaves.Messages
-
Key
OfflineCause.connection_was_broken_
:Connection was broken: {0}
. - OfflineCause_connection_was_broken_simple() - Static method in class hudson.slaves.Messages
-
Key
OfflineCause.connection_was_broken_simple
:Connection was broken
. - OfflineCause_LaunchFailed() - Static method in class hudson.slaves.Messages
-
Key
OfflineCause.LaunchFailed
:This agent is offline because Jenkins failed to launch the agent process on it.
. - OfflineCause.ByCLI - Class in hudson.slaves
- OfflineCause.ChannelTermination - Class in hudson.slaves
-
Caused by unexpected channel termination.
- OfflineCause.IdleOfflineCause - Class in hudson.slaves
-
Caused by idle period.
- OfflineCause.LaunchFailed - Class in hudson.slaves
-
Caused by failure to launch.
- OfflineCause.SimpleOfflineCause - Class in hudson.slaves
-
OfflineCause
that renders a static text, but without any further UI. - OfflineCause.UserCause - Class in hudson.slaves
-
Taken offline by user.
- OfflineNodeCommand - Class in hudson.cli
-
CLI Command, which puts the Jenkins node offline.
- OfflineNodeCommand() - Constructor for class hudson.cli.OfflineNodeCommand
- OfflineNodeCommand_ShortDescription() - Static method in class hudson.cli.Messages
-
Key
OfflineNodeCommand.ShortDescription
:Stop using a node for performing builds temporarily, until the next "online-node" command.
. - ofJobNames(Class<T>, String, ItemGroup) - Static method in class hudson.model.AutoCompletionCandidates
-
Auto-completes possible job names.
- ofJobNames(Class<T>, String, Item, ItemGroup) - Static method in class hudson.model.AutoCompletionCandidates
-
Auto-completes possible job names.
- ok() - Method in class hudson.util.FormFieldValidator
-
Deprecated.Sends out an HTML fragment that indicates a success.
- ok() - Static method in exception hudson.util.FormValidation
- ok(String) - Method in class hudson.util.FormFieldValidator
-
Deprecated.
- ok(String) - Static method in exception hudson.util.FormValidation
- ok(String, Object...) - Method in class hudson.util.FormFieldValidator
-
Deprecated.
- ok(String, Object...) - Static method in exception hudson.util.FormValidation
- OK - hudson.util.FormValidation.Kind
-
Form field value was OK and no problem was detected.
- okJSON() - Static method in class hudson.util.HttpResponses
-
Create an empty "ok" response.
- okJSON(Map<?, ?>) - Static method in class hudson.util.HttpResponses
-
Create a response containing the supplied "data".
- okJSON(JSONArray) - Static method in class hudson.util.HttpResponses
-
Create a response containing the supplied "data".
- okJSON(JSONObject) - Static method in class hudson.util.HttpResponses
-
Create a response containing the supplied "data".
- okWithMarkup(String) - Method in class hudson.util.FormFieldValidator
-
Deprecated.
- okWithMarkup(String) - Static method in exception hudson.util.FormValidation
- OldDataMonitor - Class in hudson.diagnosis
-
Tracks whether any data structure changes were corrected when loading XML, that could be resaved to migrate that data to the new format.
- OldDataMonitor() - Constructor for class hudson.diagnosis.OldDataMonitor
- OldDataMonitor_Description() - Static method in class hudson.diagnosis.Messages
-
Key
OldDataMonitor.Description
:Scrub configuration files to remove remnants from old plugins and earlier versions.
. - OldDataMonitor_DisplayName() - Static method in class hudson.diagnosis.Messages
-
Key
OldDataMonitor.DisplayName
:Manage Old Data
. - OldDataMonitor_OldDataTooltip() - Static method in class hudson.diagnosis.Messages
-
Key
OldDataMonitor.OldDataTooltip
:Old data exists
. - OldDataMonitor.ManagementLinkImpl - Class in hudson.diagnosis
- OldDataMonitor.VersionRange - Class in hudson.diagnosis
- oldestBuild() - Method in class jenkins.model.lazy.AbstractLazyLoadRunMap
- oldestOnPage - Variable in class jenkins.widgets.HistoryPageFilter
- oldestValue() - Method in class hudson.model.RunMap
-
This is the oldest build (with the smallest build number)
- oldHomeField(ToolInstallation) - Method in class hudson.model.JDK.ConverterImpl
- oldHomeField(ToolInstallation) - Method in class hudson.tasks.Maven.MavenInstallation.ConverterImpl
- oldHomeField(ToolInstallation) - Method in class hudson.tools.ToolInstallation.ToolConverter
- on() - Method in class jenkins.util.io.FileBoolean
- onAddedTo(AbstractBuild) - Method in class hudson.model.Cause
-
Deprecated.
- onAddedTo(Run) - Method in class hudson.model.Cause
-
Called when the cause is registered.
- onAddedTo(Run) - Method in class hudson.triggers.SCMTrigger.SCMTriggerCause
- onAnd(LabelExpression.And, P) - Method in class hudson.model.labels.LabelVisitor
- onAtom(LabelAtom, P) - Method in class hudson.model.labels.LabelVisitor
- onAttached(Run) - Method in interface hudson.model.RunAction
-
Deprecated.Called when the action is added to the
Run
object. - onAttached(Run<?, ?>) - Method in class hudson.model.CauseAction
-
When hooked up to build, notify
Cause
s. - onAttached(Run<?, ?>) - Method in class hudson.model.ParametersAction
- onAttached(Run<?, ?>) - Method in class hudson.scm.AbstractScmTagAction
- onAttached(Run<?, ?>) - Method in class hudson.tasks.Fingerprinter.FingerprintAction
- onAttached(Run<?, ?>) - Method in class hudson.triggers.SCMTrigger.BuildAction
- onAttached(Run<?, ?>) - Method in interface jenkins.model.RunAction2
-
Called when this action is added to a build.
- onBeforePolling(AbstractProject<?, ?>, TaskListener) - Method in class hudson.model.listeners.SCMPollListener
-
Called before the polling execution.
- onBeforeShutdown() - Method in class hudson.model.listeners.ItemListener
- onBuildComplete() - Method in interface hudson.model.RunAction
-
Deprecated.Called after the build is finished.
- onChange() - Method in class hudson.ExtensionListListener
-
ExtensionList
contents has changed. - onChange() - Method in class hudson.model.DownloadService.DownloadableListener
-
Look for Downloadables that have no data, and update them.
- onChange(Saveable, XmlFile) - Method in class hudson.model.listeners.SaveableListener
-
Called when a change is made to a
Saveable
object. - onChangeLogParsed(AbstractBuild<?, ?>, BuildListener, ChangeLogSet<?>) - Method in class hudson.model.listeners.SCMListener
-
Deprecated.
- onChangeLogParsed(Run<?, ?>, SCM, TaskListener, ChangeLogSet<?>) - Method in class hudson.model.listeners.SCMListener
-
Called once the changelog is determined.
- onChannelBuilding(ChannelBuilder, Object) - Method in class jenkins.security.ChannelConfigurator
-
Called whenever a new channel is being built.
- onChannelBuilding(ChannelBuilder, Object) - Method in class jenkins.security.s2m.CallableDirectionChecker.ChannelConfiguratorImpl
- onCheckCopy(Item, ItemGroup) - Method in class hudson.model.listeners.ItemListener
-
Called before a job is copied into a new parent, providing the ability to veto the copy operation before it starts.
- onCheckout(Run<?, ?>, SCM, FilePath, TaskListener, File, SCMRevisionState) - Method in class hudson.model.listeners.SCMListener
-
Should be called immediately after
SCM.checkout(Run, Launcher, FilePath, TaskListener, File, SCMRevisionState)
is called. - onCommit(NodeProvisioner.PlannedNode, Node) - Method in class hudson.slaves.CloudProvisioningListener
-
Called when the
node
is fully connected in the Jenkins. - onComplete(NodeProvisioner.PlannedNode, Node) - Method in class hudson.slaves.CloudProvisioningListener
-
Called when the
NodeProvisioner.PlannedNode.future
completes. - onCompleted(Run<?, ?>, TaskListener) - Method in class jenkins.model.PeepholePermalink.RunListenerImpl
-
See if the new build matches any of the peephole permalink.
- onCompleted(Run, TaskListener) - Method in class jenkins.triggers.ReverseBuildTrigger.RunListenerImpl
- onCompleted(R, TaskListener) - Method in class hudson.model.listeners.RunListener
-
Called after a build is completed.
- onConfigurationChange() - Method in class hudson.slaves.ComputerListener
-
Called when configuration of the node was changed, a node is added/removed, etc.
- onCopied(Item, Item) - Method in class hudson.model.DisplayNameListener
-
Called after the user has clicked OK in the New Job page when Copy existing job has been selected.
- onCopied(Item, Item) - Method in class hudson.model.Job.LastItemListener
- onCopied(Item, Item) - Method in class hudson.model.listeners.ItemListener
-
Called after a new job is created by copying from an existing job.
- onCopiedFrom(Item) - Method in class hudson.model.AbstractItem
-
When a
Item
is copied from existing one, the files are first copied on the file system, then it will be loaded, then this method will be invoked to perform any implementation-specific work. - onCopiedFrom(Item) - Method in interface hudson.model.Item
-
When a
Item
is copied from existing one, the files are first copied on the file system, then it will be loaded, then this method will be invoked to perform any implementation-specific work. - onCopiedFrom(Item) - Method in class hudson.model.Job
- onCreated(Item) - Method in class hudson.model.listeners.ItemListener
-
Called after a new job is created and added to
Jenkins
, before the initial configuration page is provided. - onCreated(Node) - Method in class jenkins.model.NodeListener
-
Node is being created.
- onCreatedFromScratch() - Method in class hudson.model.AbstractProject
- onCreatedFromScratch() - Method in interface hudson.model.Item
-
When an item is created from scratch (instead of copied), this method will be invoked.
- onCreatedFromScratch() - Method in class hudson.model.Job
- onCreatedFromScratch() - Method in class jenkins.model.lazy.LazyBuildMixIn
-
Something to be called from
Job.onCreatedFromScratch()
. - onDeleted(Item) - Method in class hudson.model.listeners.ItemListener
-
Called right before a job is going to be deleted.
- onDeleted(Item) - Method in class hudson.model.ListView.Listener
- onDeleted(Node) - Method in class jenkins.model.NodeListener
-
Node is being deleted.
- onDeleted(Run) - Method in class jenkins.model.PeepholePermalink.RunListenerImpl
-
If any of the peephole permalink points to the build to be deleted, update it to point to the new location.
- onDeleted(TopLevelItem) - Method in class jenkins.model.Jenkins
-
Called in response to
AbstractItem.doDoDelete(StaplerRequest, StaplerResponse)
- onDeleted(R) - Method in class hudson.model.listeners.RunListener
-
Called right before a build is going to be deleted.
- onDeleted(T) - Method in interface hudson.model.ItemGroup
-
Internal method.
- onDispatchTrigger(StaplerRequest, StaplerResponse, Object, String) - Method in class jenkins.security.stapler.StaplerFilteredActionListener
- onDoActionTrigger(Function, StaplerRequest, StaplerResponse, Object) - Method in class jenkins.security.stapler.StaplerFilteredActionListener
- onEndBuilding() - Method in class hudson.model.Run
-
Called when a job finished building normally or abnormally.
- onEnterBlocked(Queue.BlockedItem) - Method in class hudson.model.queue.QueueListener
-
An item enters the blocked phase when there's someone saying "NO" to it proceeding to the buildable phase, such as
QueueTaskDispatcher
. - onEnterBuildable(Queue.BuildableItem) - Method in class hudson.model.queue.QueueListener
-
An item enters the buildable phase when all signals are green (or blue!) and it's just waiting for the scheduler to allocate it to the available executor.
- onEnterWaiting(Queue.WaitingItem) - Method in class hudson.model.queue.QueueListener
-
When a task is submitted to the queue, it first gets to the waiting phase, where it spends until the quiet period runs out and the item becomes executable.
- onEnterWaiting(Queue.WaitingItem) - Method in class hudson.model.Queue.Saver
- OneOffExecutor - Class in hudson.model
-
Executor
that's temporarily added to carry out tasks that doesn't consume regular executors, like a matrix project parent build. - OneOffExecutor(Computer) - Constructor for class hudson.model.OneOffExecutor
- OneShotEvent - Class in hudson.util
-
Concurrency primitive.
- OneShotEvent() - Constructor for class hudson.util.OneShotEvent
- OneShotEvent(Object) - Constructor for class hudson.util.OneShotEvent
- onExtendTimeout(long, TimeUnit) - Method in class hudson.lifecycle.Lifecycle
-
Tell the service manager to extend the startup or shutdown timeout.
- onExtendTimeout(long, TimeUnit) - Method in class hudson.lifecycle.SystemdLifecycle
- onFailure(NodeProvisioner.PlannedNode, Throwable) - Method in class hudson.slaves.CloudProvisioningListener
-
Called when
NodeProvisioner.PlannedNode.future
Future.get()
throws an exception. - onFieldTrigger(FieldRef, StaplerRequest, StaplerResponse, Object, String) - Method in class jenkins.security.stapler.StaplerFilteredActionListener
- onFinalized(Run) - Method in class jenkins.model.GlobalBuildDiscarderListener
- onFinalized(R) - Method in class hudson.model.listeners.RunListener
-
Called after a build is moved to the
Run.State.COMPLETED
state. - onGetterTrigger(Function, StaplerRequest, StaplerResponse, Object, String) - Method in class jenkins.security.stapler.StaplerFilteredActionListener
- onIff(LabelExpression.Iff, P) - Method in class hudson.model.labels.LabelVisitor
- onImplies(LabelExpression.Implies, P) - Method in class hudson.model.labels.LabelVisitor
- onInitialize(R) - Method in class hudson.model.listeners.RunListener
-
Called when a Run is entering execution.
- onInitMilestoneAttained(InitMilestone) - Method in class jenkins.InitReactorRunner
-
Called when the init milestone is attained.
- onInstallStateUpdate(InstallState) - Method in class jenkins.install.SetupWizard
-
Called upon install state update.
- onItem(Item) - Method in class hudson.model.ItemVisitor
-
Visits an
Item
. - onItemGroup(ItemGroup<?>) - Method in class hudson.model.ItemVisitor
-
Visits an
ItemGroup
by visits the member items. - onJobRenamed(Item, String, String) - Method in class hudson.model.View
-
Deprecated.Does not work properly with moved jobs. Use
ItemListener.onLocationChanged(hudson.model.Item, java.lang.String, java.lang.String)
instead. - onJobRenamed(String, String) - Method in class hudson.tasks.BuildTrigger
-
Deprecated.Does not handle folder moves.
- onLaunchFailure(Computer, TaskListener) - Method in class hudson.slaves.ComputerListener
-
Called when an agent attempted to connect via
ComputerLauncher
but it failed. - onLeaveBlocked(Queue.BlockedItem) - Method in class hudson.model.queue.QueueListener
-
An item leaves the blocked phase and becomes buildable when there's no one vetoing.
- onLeaveBuildable(Queue.BuildableItem) - Method in class hudson.model.queue.QueueListener
-
An item leaves the buildable phase.
- onLeaveWaiting(Queue.WaitingItem) - Method in class hudson.model.queue.QueueListener
-
An item leaves the waiting phase when the current time of the system is past its due date.
- onLeft(Queue.LeftItem) - Method in class hudson.model.queue.QueueListener
-
The item has left the queue, either by getting
cancelled
or by getting picked up by an executor and starts running. - onLeft(Queue.LeftItem) - Method in class hudson.model.Queue.Saver
- onlineExecutors - Variable in class hudson.model.LoadStatistics
-
Number of executors on-line and how it changes over time.
- OnlineNodeCommand - Class in hudson.cli
-
CLI Command, which moves the node to the online state.
- OnlineNodeCommand() - Constructor for class hudson.cli.OnlineNodeCommand
- OnlineNodeCommand_ShortDescription() - Static method in class hudson.cli.Messages
-
Key
OnlineNodeCommand.ShortDescription
:Resume using a node for performing builds, to cancel out the earlier "offline-node" command.
. - onLoad() - Method in class hudson.model.Run
-
Called after the build is loaded and the object is added to the build list.
- onLoad() - Method in interface hudson.model.RunAction
-
Deprecated.Called after the build is loaded and the object is added to the build list.
- onLoad(AbstractBuild<?, ?>) - Method in class hudson.model.Cause
-
Deprecated.
- onLoad(ItemGroup<? extends Item>, String) - Method in class hudson.model.AbstractItem
-
Called right after when a
Item
is loaded from disk. - onLoad(ItemGroup<? extends Item>, String) - Method in class hudson.model.AbstractProject
- onLoad(ItemGroup<? extends Item>, String) - Method in interface hudson.model.Item
-
Called right after when a
Item
is loaded from disk. - onLoad(ItemGroup<? extends Item>, String) - Method in class hudson.model.Job
- onLoad(ItemGroup<? extends Item>, String) - Method in class hudson.model.Project
- onLoad(ItemGroup<? extends Item>, String) - Method in class hudson.model.ViewJob
- onLoad(ItemGroup<? extends Item>, String) - Method in class jenkins.model.lazy.LazyBuildMixIn
-
Something to be called from
Job.onLoad(hudson.model.ItemGroup<? extends hudson.model.Item>, java.lang.String)
. - onLoad(Job<?, ?>, int) - Method in class hudson.model.Cause.UpstreamCause.DeeplyNestedUpstreamCause
- onLoad(Job<?, ?>, int) - Method in class hudson.model.Cause.UpstreamCause
- onLoad(Run) - Method in class hudson.triggers.SCMTrigger.SCMTriggerCause
- onLoad(Run<?, ?>) - Method in class hudson.model.Cause
-
Called when a build is loaded from disk.
- onLoad(Run<?, ?>) - Method in class hudson.model.CauseAction
- onLoad(Run<?, ?>) - Method in class hudson.model.ParametersAction
- onLoad(Run<?, ?>) - Method in class hudson.scm.AbstractScmTagAction
- onLoad(Run<?, ?>) - Method in class hudson.tasks.Fingerprinter.FingerprintAction
- onLoad(Run<?, ?>) - Method in class hudson.triggers.SCMTrigger.BuildAction
- onLoad(Run<?, ?>) - Method in class jenkins.model.ArtifactManager
-
Called when this manager is loaded from disk.
- onLoad(Run<?, ?>) - Method in interface jenkins.model.RunAction2
-
Called after a build is loaded to which this action was previously attached.
- onLoad(Run<?, ?>) - Method in class jenkins.model.StandardArtifactManager
- onLoaded() - Method in class hudson.model.listeners.ItemListener
-
Called after all the jobs are loaded from disk into
Jenkins
object. - onLoaded() - Method in class hudson.tasks.ArtifactArchiver.Migrator
- onLocationChanged(Item, String, String) - Method in class hudson.model.Fingerprint.ProjectRenameListener
- onLocationChanged(Item, String, String) - Method in class hudson.model.Job.SubItemBuildsLocationImpl
- onLocationChanged(Item, String, String) - Method in class hudson.model.listeners.ItemListener
-
Called after an item’s fully-qualified location has changed.
- onLocationChanged(Item, String, String) - Method in class hudson.model.ListView.Listener
- onLocationChanged(Item, String, String) - Method in class hudson.tasks.BuildTrigger.DescriptorImpl.ItemListenerImpl
- onLocationChanged(Item, String, String) - Method in class jenkins.model.lazy.LazyBuildMixIn.ItemListenerImpl
- onLocationChanged(Item, String, String) - Method in class jenkins.triggers.ReverseBuildTrigger.ItemListenerImpl
- onLoginSuccess(HttpServletRequest, HttpServletResponse, Authentication) - Method in class hudson.security.TokenBasedRememberMeServices2
- onMarkFound() - Method in class jenkins.util.MarkFindingOutputStream
- OnMaster - Interface in jenkins.util.io
-
Marks the objects in Jenkins that only exist in the core and not on agents.
- onModified() - Method in class hudson.model.View.PropertyList
- onModified() - Method in class hudson.util.PersistedList
-
Called when a list is mutated.
- onModified() - Method in class jenkins.model.Jenkins.CloudList
- onNot(LabelExpression.Not, P) - Method in class hudson.model.labels.LabelVisitor
- onOffline(Computer) - Method in class hudson.slaves.ComputerListener
-
Deprecated.since 1.571. Use
ComputerListener.onOffline(Computer, OfflineCause)
instead. - onOffline(Computer, OfflineCause) - Method in class hudson.slaves.ComputerListener
-
Called right after a
Computer
went offline. - onOnline(Computer) - Method in class hudson.slaves.ComputerListener
-
Deprecated.as of 1.292 Use
ComputerListener.onOnline(Computer, TaskListener)
- onOnline(Computer, TaskListener) - Method in class hudson.model.Computer.DisplayExecutor.InternalComputerListener
- onOnline(Computer, TaskListener) - Method in class hudson.model.Node.InternalComputerListener
- onOnline(Computer, TaskListener) - Method in class hudson.node_monitors.NodeMonitorUpdater
-
Triggers the update with 5 seconds quiet period, to avoid triggering data check too often when multiple agents become online at about the same time.
- onOnline(Computer, TaskListener) - Method in class hudson.slaves.ComputerListener
-
Called right after a
Computer
comes online. - onOnline(Computer, TaskListener) - Method in class jenkins.slaves.restarter.JnlpSlaveRestarterInstaller
- onOr(LabelExpression.Or, P) - Method in class hudson.model.labels.LabelVisitor
- onParen(LabelExpression.Paren, P) - Method in class hudson.model.labels.LabelVisitor
- onPingFailure(Channel, Throwable) - Method in class jenkins.slaves.PingFailureAnalyzer
- onPollingFailed(AbstractProject<?, ?>, TaskListener, Throwable) - Method in class hudson.model.listeners.SCMPollListener
-
Called when the polling concluded with an error.
- onPollingSuccess(AbstractProject<?, ?>, TaskListener, PollingResult) - Method in class hudson.model.listeners.SCMPollListener
-
Called when the polling successfully concluded.
- onReady() - Method in class hudson.lifecycle.Lifecycle
-
Called when Jenkins startup is finished or when Jenkins has finished reloading its configuration.
- onReady() - Method in class hudson.lifecycle.SystemdLifecycle
- onReload(String, String) - Method in class hudson.lifecycle.Lifecycle
-
Called when Jenkins is reloading its configuration.
- onReload(String, String) - Method in class hudson.lifecycle.SystemdLifecycle
- onRemoved() - Method in class hudson.model.Computer
-
Called by
Jenkins
when this computer is removed. - onRenamed(Item, String, String) - Method in class hudson.model.DisplayNameListener
-
Called after the user has changed the project name of a job and then clicked on submit.
- onRenamed(Item, String, String) - Method in class hudson.model.listeners.ItemListener
-
Called after a job is renamed.
- onRenamed(TopLevelItem, String, String) - Method in class jenkins.model.Jenkins
-
Called by
Job.renameTo(String)
to update relevant data structure. - onRenamed(T, String, String) - Method in interface hudson.model.ItemGroup
-
Internal method.
- onRestart() - Method in class hudson.model.RestartListener
-
Called immediately before the restart is actually triggered.
- onRestart() - Method in class jenkins.model.Jenkins.MasterRestartNotifyier
- onRollback(NodeProvisioner.PlannedNode, Node, Throwable) - Method in class hudson.slaves.CloudProvisioningListener
-
Called when
Jenkins.addNode(Node)
throws an exception. - onStartBuilding() - Method in class hudson.model.Run
-
Called when a job started building.
- onStarted(Cloud, Label, Collection<NodeProvisioner.PlannedNode>) - Method in class hudson.slaves.CloudProvisioningListener
-
Called after a cloud has returned a PlannedNode, but before that node is necessarily ready for connection.
- onStarted(R, TaskListener) - Method in class hudson.model.listeners.RunListener
-
Called when a build is started (i.e.
- onStatusUpdate(String) - Method in class hudson.lifecycle.Lifecycle
-
Called when Jenkins service state has changed.
- onStatusUpdate(String) - Method in class hudson.lifecycle.SystemdLifecycle
- onStop(String, String) - Method in class hudson.lifecycle.Lifecycle
-
Called when Jenkins is beginning its shutdown.
- onStop(String, String) - Method in class hudson.lifecycle.SystemdLifecycle
- onSuccess() - Method in class hudson.model.UpdateCenter.DownloadJob
-
Called when the whole thing went successfully.
- onSuccess() - Method in class hudson.model.UpdateCenter.HudsonDowngradeJob
- onSuccess() - Method in class hudson.model.UpdateCenter.HudsonUpgradeJob
- onSuccess() - Method in class hudson.model.UpdateCenter.InstallationJob
- onSuccess() - Method in class hudson.model.UpdateCenter.PluginDowngradeJob
- onTemporarilyOffline(Computer, OfflineCause) - Method in class hudson.slaves.ComputerListener
-
Indicates that the computer was marked as temporarily offline by the administrator.
- onTemporarilyOnline(Computer) - Method in class hudson.slaves.ComputerListener
-
Indicates that the computer was marked as temporarily online by the administrator.
- onUpdated(Item) - Method in class hudson.model.listeners.ItemListener
-
Called after a job has its configuration updated.
- onUpdated(Node, Node) - Method in class jenkins.model.NodeListener
-
Node is being updated.
- onUserSeedRenewed(User) - Method in class jenkins.security.seed.UserSeedChangeListener
-
Called after a seed was changed but before the user is saved.
- onViewRenamed(View, String, String) - Method in class hudson.model.MyViewsProperty
- onViewRenamed(View, String, String) - Method in interface hudson.model.ViewGroup
-
View
calls this method when it's renamed. - onViewRenamed(View, String, String) - Method in class hudson.model.ViewGroupMixIn
- onViewRenamed(View, String, String) - Method in class jenkins.model.Jenkins
- op(boolean, boolean) - Method in class hudson.model.labels.LabelExpression.And
- op(boolean, boolean) - Method in class hudson.model.labels.LabelExpression.Binary
- op(boolean, boolean) - Method in class hudson.model.labels.LabelExpression.Iff
- op(boolean, boolean) - Method in class hudson.model.labels.LabelExpression.Implies
- op(boolean, boolean) - Method in class hudson.model.labels.LabelExpression.Or
- open() - Method in class jenkins.util.VirtualFile
-
Opens an input stream on the file so its contents can be read.
- open(String) - Method in class hudson.util.jna.RegistryKey
- open(String, int) - Method in interface hudson.util.jna.GNUCLibrary
- open(String, int) - Method in class hudson.util.jna.RegistryKey
- open(URI) - Method in class hudson.util.FormValidation.URLCheck
-
Open the given URI and read text content from it.
- open(URL) - Static method in class hudson.ProxyConfiguration
- open(URL) - Method in class hudson.util.FormFieldValidator.URLCheck
-
Deprecated.Opens the given URL and reads text content from it.
- open(URL) - Method in class hudson.util.FormValidation.URLCheck
-
Deprecated.
- open(OpenOption...) - Method in class jenkins.util.VirtualFile
-
Opens an input stream on the file so its contents can be read.
- opened() - Method in class jenkins.websocket.WebSocketSession
- openInputStream(File, OpenOption[]) - Static method in class hudson.FilePath
- openLogFile() - Method in class hudson.slaves.SlaveComputer
- openReadonly(String) - Method in class hudson.util.jna.RegistryKey
- OpenSCManager(String, WString, int) - Method in interface hudson.util.jna.Advapi32
- OpenService(Pointer, String, int) - Method in interface hudson.util.jna.Advapi32
- OperatingSystemEndOfLifeAdminMonitor - Class in jenkins.monitor
- OperatingSystemEndOfLifeAdminMonitor() - Constructor for class jenkins.monitor.OperatingSystemEndOfLifeAdminMonitor
- OperatingSystemEndOfLifeAdminMonitor(String) - Constructor for class jenkins.monitor.OperatingSystemEndOfLifeAdminMonitor
- optBoolean(String) - Static method in class jenkins.util.SystemProperties
-
Returns
Boolean.TRUE
if the named system property exists and is equal to the string"true
(ignoring case), returnsBoolean.FALSE
if the system property exists and doesn't equal"true
otherwise returnsnull
if the named system property does not exist. - option() - Method in interface lib.FormTagLib
-
<option> tag for the <select> element that takes true/false for selected.
- option(Closure) - Method in interface lib.FormTagLib
-
<option> tag for the <select> element that takes true/false for selected.
- option(Map) - Method in interface lib.FormTagLib
-
<option> tag for the <select> element that takes true/false for selected.
- option(Map, Closure) - Method in interface lib.FormTagLib
-
<option> tag for the <select> element that takes true/false for selected.
- Option(String) - Constructor for class hudson.util.ListBoxModel.Option
- Option(String, String) - Constructor for class hudson.util.ListBoxModel.Option
- Option(String, String, boolean) - Constructor for class hudson.util.ListBoxModel.Option
- optional - Variable in class hudson.PluginWrapper.Dependency
- optional() - Method in annotation type hudson.Extension
-
If an extension is optional, don't log any class loading errors when reading it.
- optionalBlock() - Method in interface lib.FormTagLib
-
Foldable block that can be expanded to show more controls by checking the checkbox.
- optionalBlock(Closure) - Method in interface lib.FormTagLib
-
Foldable block that can be expanded to show more controls by checking the checkbox.
- optionalBlock(Map) - Method in interface lib.FormTagLib
-
Foldable block that can be expanded to show more controls by checking the checkbox.
- optionalBlock(Map, Closure) - Method in interface lib.FormTagLib
-
Foldable block that can be expanded to show more controls by checking the checkbox.
- optionalDependencies - Variable in class hudson.model.UpdateSite.Plugin
-
Optional dependencies of this plugin.
- OptionalJobProperty<J extends Job<?,?>> - Class in jenkins.model
-
Job property which may or may not be present.
- OptionalJobProperty() - Constructor for class jenkins.model.OptionalJobProperty
- OptionalJobProperty.OptionalJobPropertyDescriptor - Class in jenkins.model
- OptionalJobPropertyDescriptor() - Constructor for class jenkins.model.OptionalJobProperty.OptionalJobPropertyDescriptor
- OptionalJobPropertyDescriptor(Class<? extends JobProperty<?>>) - Constructor for class jenkins.model.OptionalJobProperty.OptionalJobPropertyDescriptor
- OptionalPermissions - Class in jenkins.telemetry.impl
-
Telemetry implementation that gathers information about optional permissions.
- OptionalPermissions() - Constructor for class jenkins.telemetry.impl.OptionalPermissions
- optionalProperty() - Method in interface lib.FormTagLib
-
Renders inline an optional single-value nested data-bound property of the current instance, by using a <f:optionalBlock> This is useful when your object composes another data-bound object, and when that's optional, where the absence of the value is signified as null (in which case the optionalBlock will be drawn unchecked), and the presence of the value.
- optionalProperty(Closure) - Method in interface lib.FormTagLib
-
Renders inline an optional single-value nested data-bound property of the current instance, by using a <f:optionalBlock> This is useful when your object composes another data-bound object, and when that's optional, where the absence of the value is signified as null (in which case the optionalBlock will be drawn unchecked), and the presence of the value.
- optionalProperty(Map) - Method in interface lib.FormTagLib
-
Renders inline an optional single-value nested data-bound property of the current instance, by using a <f:optionalBlock> This is useful when your object composes another data-bound object, and when that's optional, where the absence of the value is signified as null (in which case the optionalBlock will be drawn unchecked), and the presence of the value.
- optionalProperty(Map, Closure) - Method in interface lib.FormTagLib
-
Renders inline an optional single-value nested data-bound property of the current instance, by using a <f:optionalBlock> This is useful when your object composes another data-bound object, and when that's optional, where the absence of the value is signified as null (in which case the optionalBlock will be drawn unchecked), and the presence of the value.
- OptionHandlerExtension - Annotation Type in hudson.cli.declarative
-
OptionHandler
s that should be auto-discovered. - OptionHandlerImpl(CmdLineParser, OptionDef, Setter<? super Result>) - Constructor for class hudson.model.Result.OptionHandlerImpl
- Options - Interface in hudson.util.jna
- or(Label) - Method in class hudson.model.Label
-
Returns the label that represents
this||rhs
- Or(Label, Label) - Constructor for class hudson.model.labels.LabelExpression.Or
- OR - hudson.model.labels.LabelOperatorPrecedence
- OR - Static variable in class hudson.model.labels.LabelExpressionLexer
- OR - Static variable in class hudson.model.labels.LabelExpressionParser
- OR - Static variable in class hudson.scheduler.CrontabLexer
- OR - Static variable in class hudson.scheduler.CrontabParser
- OR() - Method in class hudson.model.labels.LabelExpressionParser.Term3Context
- OR() - Method in class hudson.scheduler.CrontabParser.ExprContext
- OR(int) - Method in class hudson.model.labels.LabelExpressionParser.Term3Context
- ORDER_BY_DATE - Static variable in class hudson.model.Run
-
Sort by date.
- ordering() - Static method in enum hudson.init.InitMilestone
-
Creates a set of dummy tasks to enforce ordering among
InitMilestone
s. - ordering() - Static method in enum hudson.init.TermMilestone
-
Creates a set of dummy tasks to enforce ordering among
TermMilestone
s. - ordinal - Variable in class hudson.model.Result
-
Bigger numbers are worse.
- ordinal() - Method in annotation type hudson.Extension
-
Used for sorting extensions.
- ordinal() - Method in class hudson.ExtensionComponent
-
See
Extension.ordinal()
. - ORDINAL - Static variable in class jenkins.model.JenkinsLocationConfiguration
- org.acegisecurity - package org.acegisecurity
-
Façade for
org.springframework.security
. - org.acegisecurity.acls.sid - package org.acegisecurity.acls.sid
- org.acegisecurity.context - package org.acegisecurity.context
- org.acegisecurity.providers - package org.acegisecurity.providers
- org.acegisecurity.providers.anonymous - package org.acegisecurity.providers.anonymous
- org.acegisecurity.providers.dao - package org.acegisecurity.providers.dao
- org.acegisecurity.ui - package org.acegisecurity.ui
- org.acegisecurity.ui.rememberme - package org.acegisecurity.ui.rememberme
- org.acegisecurity.userdetails - package org.acegisecurity.userdetails
- org.acegisecurity.util - package org.acegisecurity.util
- org.jenkins.ui.icon - package org.jenkins.ui.icon
- org.jenkins.ui.symbol - package org.jenkins.ui.symbol
- org.springframework.dao - package org.springframework.dao
- out - Variable in class hudson.cli.Connection
-
Deprecated.
- out - Variable in class hudson.console.LineTransformationOutputStream.Delegating
- out - Variable in class hudson.util.DelegatingOutputStream
- out - Variable in class hudson.util.io.ReopenableFileOutputStream
-
Deprecated.
- out - Variable in class hudson.util.io.RewindableFileOutputStream
- outcome - Variable in class hudson.model.Queue.LeftItem
- overallLoad - Variable in class jenkins.model.Jenkins
-
Load statistics of the entire system.
- OverallLoadStatistics - Class in hudson.model
-
LoadStatistics
for the entire system (the master and all the agents combined), and all the jobs that are running on it. - OverallLoadStatistics() - Constructor for class hudson.model.OverallLoadStatistics
- overallNodeProvisioner - Variable in class jenkins.model.Jenkins
-
Deprecated.as of 1.467 Use
Jenkins.unlabeledNodeProvisioner
. This was broken because it was tracking all the executors in the system, but it was only tracking free-roaming jobs in the queue. SoCloud
fails to launch nodes when you have some exclusive agents and free-roaming jobs in the queue. - override(String, String) - Method in class hudson.EnvVars
-
Overrides the current entry by the given entry.
- overrideAll(Map<String, String>) - Method in class hudson.EnvVars
-
Overrides all values in the map by the given map.
- overrideExpandingAll(Map<String, String>) - Method in class hudson.EnvVars
-
Overrides all values in the map by the given map.
- overrides - Variable in class jenkins.security.CustomClassFilter.Static
-
Map from
Class.getName()
to true to permit, false to reject. - overThresholdOnly(Result) - Method in class hudson.util.RunList
-
Filter the list to builds above threshold.
- owner - Variable in class hudson.model.DirectoryBrowserSupport
- owner - Variable in class hudson.model.Executor
- owner - Variable in class hudson.model.JobProperty
-
The
Job
object that owns this property. - owner - Variable in class hudson.model.View
-
Container of this view.
- owner - Variable in class hudson.security.Permission
- owner - Variable in class hudson.security.PermissionGroup
- owner - Variable in class hudson.util.PersistedList
- owner - Variable in class hudson.widgets.HistoryWidget
- owns(String) - Method in class jenkins.slaves.DefaultJnlpSlaveReceiver
- owns(String) - Method in class jenkins.slaves.JnlpAgentReceiver
All Classes All Packages