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
L
- l - Variable in class hudson.model.labels.LabelExpressionParser.ExprContext
- l - Variable in class hudson.model.labels.LabelExpressionParser.Term1Context
- l - Variable in class hudson.model.labels.LabelExpressionParser.Term2Context
- l - Variable in class hudson.model.labels.LabelExpressionParser.Term3Context
- l - Variable in class hudson.model.labels.LabelExpressionParser.Term4Context
- l - Variable in class hudson.model.labels.LabelExpressionParser.Term5Context
- l - Variable in class hudson.model.labels.LabelExpressionParser.Term6Context
- l - Variable in class jenkins.util.groovy.AbstractGroovyViewModule
- label - Variable in class hudson.model.queue.CauseOfBlockage.BecauseLabelIsBusy
- label - Variable in class hudson.model.queue.CauseOfBlockage.BecauseLabelIsOffline
- label() - Method in interface jenkins.ToolsTagLib
-
Puts the input field for allowing an user to limit this installer to a certain label.
- label(Closure) - Method in interface jenkins.ToolsTagLib
-
Puts the input field for allowing an user to limit this installer to a certain label.
- label(Map) - Method in interface jenkins.ToolsTagLib
-
Puts the input field for allowing an user to limit this installer to a certain label.
- label(Map, Closure) - Method in interface jenkins.ToolsTagLib
-
Puts the input field for allowing an user to limit this installer to a certain label.
- Label - Class in hudson.model
-
Group of
Node
s. - Label(String) - Constructor for class hudson.model.Label
- Label_GroupOf(Object) - Static method in class hudson.model.Messages
-
Key
Label.GroupOf
:group of {0}
. - Label_InvalidLabel() - Static method in class hudson.model.Messages
-
Key
Label.InvalidLabel
:invalid label
. - Label_ProvisionedFrom(Object) - Static method in class hudson.model.Messages
-
Key
Label.ProvisionedFrom
:Provisioned from {0}
. - Label.ConverterImpl - Class in hudson.model
- LabelAssignmentAction - Interface in hudson.model.labels
- LabelAtom - Class in hudson.model.labels
-
Atomic single token label, like "foo" or "bar".
- LabelAtom(String) - Constructor for class hudson.model.labels.LabelAtom
- LabelAtomProperty - Class in hudson.model.labels
-
Extensible property of
LabelAtom
. - LabelAtomProperty() - Constructor for class hudson.model.labels.LabelAtomProperty
- LabelAtomPropertyDescriptor - Class in hudson.model.labels
-
Descriptor
forLabelAtom
. - LabelAtomPropertyDescriptor() - Constructor for class hudson.model.labels.LabelAtomPropertyDescriptor
- LabelAutoCompleteSeeder - Class in jenkins.model.labels
-
Utility class for taking the current input value and computing a list of potential terms to match against the list of defined labels.
- LabelAutoCompleteSeeder(String) - Constructor for class jenkins.model.labels.LabelAutoCompleteSeeder
-
Creates a new auto-complete seeder for labels.
- LabelExpression - Class in hudson.model.labels
-
Boolean expression of labels.
- LabelExpression(String) - Constructor for class hudson.model.labels.LabelExpression
- LabelExpression_InvalidBooleanExpression(Object) - Static method in class hudson.model.Messages
-
Key
LabelExpression.InvalidBooleanExpression
:Invalid boolean expression: {0}
. - LabelExpression_LabelLink(Object, Object, Object, Object, Object) - Static method in class hudson.model.Messages
-
Key
LabelExpression.LabelLink
:<a href="{0}{2}">Label {1}</a> matches {3,choice,0#no nodes|1#1 node|1<{3} nodes}{4,choice,0#|1# and 1 cloud|1< and {4} clouds}. Permissions or other restrictions provided by plugins may further reduce that list.
. - LabelExpression_NoMatch() - Static method in class hudson.model.Messages
-
Key
LabelExpression.NoMatch
:No agent/cloud matches this label expression.
. - LabelExpression_NoMatch_DidYouMean(Object, Object) - Static method in class hudson.model.Messages
-
Key
LabelExpression.NoMatch_DidYouMean
:No agent/cloud matches this label expression. Did you mean â{1}â instead of â{0}â?
. - LabelExpression_ObsoleteMasterLabel() - Static method in class hudson.model.Messages
-
Key
LabelExpression_ObsoleteMasterLabel
:This expression includes the label <code>master</code> that is no longer used for the built-in node. Use <code>built-in</code> instead. <a href="https://www.jenkins.io/redirect/built-in-node-migration/" rel="noopener noreferrer" target="_blank">Learn more.</a>
. - LabelExpression.And - Class in hudson.model.labels
- LabelExpression.Binary - Class in hudson.model.labels
- LabelExpression.Iff - Class in hudson.model.labels
- LabelExpression.Implies - Class in hudson.model.labels
- LabelExpression.Not - Class in hudson.model.labels
- LabelExpression.Or - Class in hudson.model.labels
- LabelExpression.Paren - Class in hudson.model.labels
-
No-op but useful for preserving the parenthesis in the user input.
- LabelExpressionLexer - Class in hudson.model.labels
- LabelExpressionLexer(CharStream) - Constructor for class hudson.model.labels.LabelExpressionLexer
- LabelExpressionParser - Class in hudson.model.labels
- LabelExpressionParser(TokenStream) - Constructor for class hudson.model.labels.LabelExpressionParser
- LabelExpressionParser.ExprContext - Class in hudson.model.labels
- LabelExpressionParser.Term1Context - Class in hudson.model.labels
- LabelExpressionParser.Term2Context - Class in hudson.model.labels
- LabelExpressionParser.Term3Context - Class in hudson.model.labels
- LabelExpressionParser.Term4Context - Class in hudson.model.labels
- LabelExpressionParser.Term5Context - Class in hudson.model.labels
- LabelExpressionParser.Term6Context - Class in hudson.model.labels
- LabelExpressionParserBaseListener - Class in hudson.model.labels
-
This class provides an empty implementation of
LabelExpressionParserListener
, which can be extended to create a listener which only needs to handle a subset of the available methods. - LabelExpressionParserBaseListener() - Constructor for class hudson.model.labels.LabelExpressionParserBaseListener
- LabelExpressionParserListener - Interface in hudson.model.labels
-
This interface defines a complete listener for a parse tree produced by
LabelExpressionParser
. - LabelFinder - Class in hudson.model
-
Automatically adds labels to
Node
s. - LabelFinder() - Constructor for class hudson.model.LabelFinder
- LabelOperatorPrecedence - Enum in hudson.model.labels
-
Precedence of the top most operator.
- LabelValidator - Interface in jenkins.model.labels
-
Plugins may want to contribute additional restrictions on the use of specific labels for specific context items.
- LabelValidator() - Constructor for class hudson.model.AbstractProject.LabelValidator
-
Deprecated.
- LabelVisitor<V,P> - Class in hudson.model.labels
-
Visitor pattern for
LabelExpression
. - LabelVisitor() - Constructor for class hudson.model.labels.LabelVisitor
- lambda(BiFunction<Authentication, Permission, Boolean>) - Static method in class hudson.security.ACL
- lambda2(BiFunction<Authentication, Permission, Boolean>) - Static method in class hudson.security.ACL
-
Creates a simple
ACL
implementation based on a “single-abstract-method” easily implemented via lambda syntax. - LAST_BUILD - Static variable in class hudson.model.PermalinkProjectAction.Permalink
- LAST_COMPLETED_BUILD - Static variable in class hudson.model.PermalinkProjectAction.Permalink
- LAST_FAILED_BUILD - Static variable in class hudson.model.PermalinkProjectAction.Permalink
- LAST_STABLE_BUILD - Static variable in class hudson.model.PermalinkProjectAction.Permalink
- LAST_SUCCESSFUL_BUILD - Static variable in class hudson.model.PermalinkProjectAction.Permalink
- LAST_UNSTABLE_BUILD - Static variable in class hudson.model.PermalinkProjectAction.Permalink
- LAST_UNSUCCESSFUL_BUILD - Static variable in class hudson.model.PermalinkProjectAction.Permalink
- LastBuildActionFactory() - Constructor for class jenkins.tasks.SimpleBuildStep.LastBuildActionFactory
- lastBuiltOn - Variable in class hudson.model.queue.MappingWorksheet.WorkChunk
-
If the previous execution of this task run on a certain node and this task prefers to run on the same node, return that.
- LastDurationColumn - Class in hudson.views
- LastDurationColumn() - Constructor for class hudson.views.LastDurationColumn
- LastDurationColumn_DisplayName() - Static method in class hudson.views.Messages
-
Key
LastDurationColumn.DisplayName
:Last Duration
. - LastDurationColumn.DescriptorImpl - Class in hudson.views
- LastFailureColumn - Class in hudson.views
- LastFailureColumn() - Constructor for class hudson.views.LastFailureColumn
- LastFailureColumn_DisplayName() - Static method in class hudson.views.Messages
-
Key
LastFailureColumn.DisplayName
:Last Failure
. - LastFailureColumn.DescriptorImpl - Class in hudson.views
- LastGrantedAuthoritiesProperty - Class in jenkins.security
-
Remembers the set of
GrantedAuthority
s that was obtained the last time the user has logged in. - LastGrantedAuthoritiesProperty() - Constructor for class jenkins.security.LastGrantedAuthoritiesProperty
- LastGrantedAuthoritiesProperty.DescriptorImpl - Class in jenkins.security
- LastGrantedAuthoritiesProperty.SecurityListenerImpl - Class in jenkins.security
-
Listen to the login success/failure event to persist
GrantedAuthority
s properly. - lastIndexOf(Object) - Method in class hudson.util.RunList
- LastItemListener() - Constructor for class hudson.model.Job.LastItemListener
- lastKey() - Method in class jenkins.model.lazy.AbstractLazyLoadRunMap
- lastModified() - Method in class hudson.FilePath
-
Gets the last modified time stamp of this file, by using the clock of the machine where this file actually resides.
- lastModified() - Method in class jenkins.util.VirtualFile
-
Gets the file timestamp.
- LastStableColumn - Class in hudson.views
- LastStableColumn() - Constructor for class hudson.views.LastStableColumn
- LastStableColumn_DisplayName() - Static method in class hudson.views.Messages
-
Key
LastStableColumn.DisplayName
:Last Stable
. - LastStableColumn.DescriptorImpl - Class in hudson.views
- LastSuccessColumn - Class in hudson.views
- LastSuccessColumn() - Constructor for class hudson.views.LastSuccessColumn
- LastSuccessColumn_DisplayName() - Static method in class hudson.views.Messages
-
Key
LastSuccessColumn.DisplayName
:Last Success
. - LastSuccessColumn.DescriptorImpl - Class in hudson.views
- lastUseDate - Variable in class jenkins.security.ApiTokenProperty.TokenInfoAndStats
- lastVersion - Variable in class hudson.model.UpdateSite.WarningVersionRange
-
Last version in this version range to be subject to the warning.
- launch() - Method in class hudson.Launcher
-
Launches a process by using a builder-pattern to configure the parameters.
- launch() - Method in class hudson.model.Computer
-
Deprecated.since 2009-01-06. Use
Computer.connect(boolean)
- launch(Launcher) - Method in class hudson.util.JVMBuilder
-
Fills a
Launcher.ProcStarter
with all the parameters configured by this builder. - launch(Launcher.ProcStarter) - Method in class hudson.Launcher.DecoratedLauncher
- launch(Launcher.ProcStarter) - Method in class hudson.Launcher.DummyLauncher
- launch(Launcher.ProcStarter) - Method in class hudson.Launcher
-
Primarily invoked from
Launcher.ProcStarter.start()
to start a process with a specific launcher. - launch(Launcher.ProcStarter) - Method in class hudson.Launcher.LocalLauncher
- launch(Launcher.ProcStarter) - Method in class hudson.Launcher.RemoteLauncher
- launch(SlaveComputer, TaskListener) - Method in class hudson.slaves.ComputerLauncher
-
Launches the agent for the given
Computer
. - launch(SlaveComputer, TaskListener) - Method in class hudson.slaves.ComputerLauncherFilter
- launch(SlaveComputer, TaskListener) - Method in class hudson.slaves.DelegatingComputerLauncher
- launch(SlaveComputer, TaskListener) - Method in class hudson.slaves.JNLPLauncher
- launch(SlaveComputer, StreamTaskListener) - Method in class hudson.slaves.ComputerLauncher
-
Deprecated.as of 1.304 Use
ComputerLauncher.launch(SlaveComputer, TaskListener)
- launch(String[], boolean[], String[], InputStream, OutputStream) - Method in class hudson.Launcher
-
Deprecated.as of 1.311 Use
Launcher.launch()
and its associated builder pattern - launch(String[], boolean[], String[], InputStream, OutputStream, FilePath) - Method in class hudson.Launcher.DecoratedLauncher
- launch(String[], boolean[], String[], InputStream, OutputStream, FilePath) - Method in class hudson.Launcher
-
Deprecated.as of 1.311 Use
Launcher.launch()
and its associated builder pattern - launch(String[], boolean[], String[], OutputStream, FilePath) - Method in class hudson.Launcher
-
Deprecated.as of 1.311 Use
Launcher.launch()
and its associated builder pattern - launch(String[], boolean[], Map<String, String>, InputStream, OutputStream) - Method in class hudson.Launcher
-
Deprecated.as of 1.311 Use
Launcher.launch()
and its associated builder pattern - launch(String[], boolean[], Map<String, String>, OutputStream, FilePath) - Method in class hudson.Launcher
-
Deprecated.as of 1.311 Use
Launcher.launch()
and its associated builder pattern - launch(String[], String[], InputStream, OutputStream) - Method in class hudson.Launcher
-
Deprecated.as of 1.311 Use
Launcher.launch()
and its associated builder pattern - launch(String[], String[], InputStream, OutputStream, FilePath) - Method in class hudson.Launcher.DecoratedLauncher
- launch(String[], String[], InputStream, OutputStream, FilePath) - Method in class hudson.Launcher
-
Deprecated.as of 1.311 Use
Launcher.launch()
and its associated builder pattern - launch(String[], String[], OutputStream, FilePath) - Method in class hudson.Launcher
-
Deprecated.as of 1.311 Use
Launcher.launch()
and its associated builder pattern - launch(String[], Map<String, String>, InputStream, OutputStream) - Method in class hudson.Launcher
-
Deprecated.as of 1.311 Use
Launcher.launch()
and its associated builder pattern - launch(String[], Map<String, String>, OutputStream, FilePath) - Method in class hudson.Launcher
-
Deprecated.as of 1.311 Use
Launcher.launch()
and its associated builder pattern - launch(String, TaskListener) - Method in class hudson.slaves.ComputerConnector
-
Creates a
ComputerLauncher
for connecting to the given host. - launch(String, String[], OutputStream, FilePath) - Method in class hudson.Launcher
-
Deprecated.as of 1.311 Use
Launcher.launch()
and its associated builder pattern - launch(String, Map<String, String>, OutputStream, FilePath) - Method in class hudson.Launcher
-
Deprecated.as of 1.311 Use
Launcher.launch()
and its associated builder pattern - launchChannel(OutputStream, ProcessBuilder) - Method in class hudson.Launcher.LocalLauncher
- launchChannel(String[], OutputStream, FilePath, Map<String, String>) - Method in class hudson.Launcher.DecoratedLauncher
- launchChannel(String[], OutputStream, FilePath, Map<String, String>) - Method in class hudson.Launcher.DummyLauncher
- launchChannel(String[], OutputStream, FilePath, Map<String, String>) - Method in class hudson.Launcher
-
Launches a specified process and connects its input/output to a
Channel
, then return it. - launchChannel(String[], OutputStream, FilePath, Map<String, String>) - Method in class hudson.Launcher.LocalLauncher
- launchChannel(String[], OutputStream, FilePath, Map<String, String>) - Method in class hudson.Launcher.RemoteLauncher
- launcher - Variable in class hudson.model.AbstractBuild.AbstractBuildExecution
-
Since configuration can be changed while a build is in progress, create a launcher once and stick to it for the entire build duration.
- launcher - Variable in class hudson.slaves.DelegatingComputerLauncher
- Launcher - Class in hudson
-
Starts a process.
- Launcher(Launcher) - Constructor for class hudson.Launcher
-
Constructor for a decorator.
- Launcher(TaskListener, VirtualChannel) - Constructor for class hudson.Launcher
- Launcher.DecoratedLauncher - Class in hudson
-
A launcher which delegates to a provided inner launcher.
- Launcher.DummyLauncher - Class in hudson
- Launcher.IOTriplet - Class in hudson
- Launcher.LocalLauncher - Class in hudson
-
Launcher
that launches process locally. - Launcher.ProcStarter - Class in hudson
-
Builder pattern for configuring a process to launch.
- Launcher.RemoteLauncher - Class in hudson
-
Launches processes remotely by using the given channel.
- Launcher.RemoteLauncher.ProcImpl - Class in hudson
- Launcher.RemoteProcess - Interface in hudson
-
Remoting interface of a remote process
- LauncherDecorator - Class in hudson
-
Decorates
Launcher
so that one can intercept executions of commands and alters the command being executed, such as doing this in fakeroot, sudo, pfexec, etc. - LauncherDecorator() - Constructor for class hudson.LauncherDecorator
- LaunchFailed() - Constructor for class hudson.slaves.OfflineCause.LaunchFailed
- layout() - Method in interface lib.LayoutTagLib
-
Outer-most tag for a normal (non-AJAX) HTML rendering.
- layout(Closure) - Method in interface lib.LayoutTagLib
-
Outer-most tag for a normal (non-AJAX) HTML rendering.
- layout(Map) - Method in interface lib.LayoutTagLib
-
Outer-most tag for a normal (non-AJAX) HTML rendering.
- layout(Map, Closure) - Method in interface lib.LayoutTagLib
-
Outer-most tag for a normal (non-AJAX) HTML rendering.
- LayoutTagLib - Interface in lib
- LazyBuildMixIn<JobT extends Job<JobT,RunT> & Queue.Task & LazyBuildMixIn.LazyLoadingJob<JobT,RunT>,RunT extends Run<JobT,RunT> & LazyBuildMixIn.LazyLoadingRun<JobT,RunT>> - Class in jenkins.model.lazy
- LazyBuildMixIn() - Constructor for class jenkins.model.lazy.LazyBuildMixIn
-
Initializes this mixin.
- LazyBuildMixIn.ItemListenerImpl - Class in jenkins.model.lazy
- LazyBuildMixIn.LazyLoadingJob<JobT extends Job<JobT,RunT> & Queue.Task & LazyBuildMixIn.LazyLoadingJob<JobT,RunT>,RunT extends Run<JobT,RunT> & LazyBuildMixIn.LazyLoadingRun<JobT,RunT>> - Interface in jenkins.model.lazy
-
Marker for a
Job
which uses this mixin. - LazyBuildMixIn.LazyLoadingRun<JobT extends Job<JobT,RunT> & Queue.Task & LazyBuildMixIn.LazyLoadingJob<JobT,RunT>,RunT extends Run<JobT,RunT> & LazyBuildMixIn.LazyLoadingRun<JobT,RunT>> - Interface in jenkins.model.lazy
-
Marker for a
Run
which uses this mixin. - LazyBuildMixIn.RunMixIn<JobT extends Job<JobT,RunT> & Queue.Task & LazyBuildMixIn.LazyLoadingJob<JobT,RunT>,RunT extends Run<JobT,RunT> & LazyBuildMixIn.LazyLoadingRun<JobT,RunT>> - Class in jenkins.model.lazy
-
Accompanying helper for the run type.
- Lease(FilePath) - Constructor for class hudson.slaves.WorkspaceList.Lease
- LeftItem(Queue.Item) - Constructor for class hudson.model.Queue.LeftItem
-
When item is cancelled.
- LeftItem(WorkUnitContext) - Constructor for class hudson.model.Queue.LeftItem
-
When item has left the queue and begin executing.
- LEGACY - hudson.security.SecurityMode
-
Legacy "secure mode."
- LegacyApiTokenAdministrativeMonitor - Class in jenkins.security.apitoken
-
Monitor the list of users that still have legacy token
- LegacyApiTokenAdministrativeMonitor() - Constructor for class jenkins.security.apitoken.LegacyApiTokenAdministrativeMonitor
- LegacyApiTokenAdministrativeMonitor_displayName() - Static method in class jenkins.security.apitoken.Messages
-
Key
LegacyApiTokenAdministrativeMonitor.displayName
:Legacy API Token usage
. - LegacyApiTokenAdministrativeMonitor.RevokeAllSelectedModel - Class in jenkins.security.apitoken
- LegacyApiTokenAdministrativeMonitor.RevokeAllSelectedUserAndUuid - Class in jenkins.security.apitoken
- LegacyAuthorizationStrategy - Class in hudson.security
-
AuthorizationStrategy
implementation that emulates the legacy behavior. - LegacyAuthorizationStrategy() - Constructor for class hudson.security.LegacyAuthorizationStrategy
- LegacyAuthorizationStrategy_DisplayName() - Static method in class hudson.security.Messages
-
Key
LegacyAuthorizationStrategy.DisplayName
:Legacy mode
. - LegacyAuthorizationStrategy.DescriptorImpl - Class in hudson.security
- LegacyCodeCause() - Constructor for class hudson.model.Cause.LegacyCodeCause
-
Deprecated.
- legacyFilenameOf(String) - Method in class jenkins.model.IdStrategy
-
Deprecated.No current use.
- LegacySecurityRealm - Class in hudson.security
-
SecurityRealm
that acceptsContainerAuthentication
object without any check (that is, by assuming that the such token is already authenticated by the container.) - LegacySecurityRealm() - Constructor for class hudson.security.LegacySecurityRealm
- LegacySecurityRealm_Displayname() - Static method in class hudson.security.Messages
-
Key
LegacySecurityRealm.Displayname
:Delegate to servlet container
. - LegacySecurityRealm.DescriptorImpl - Class in hudson.security
- length() - Method in class hudson.AbstractMarkupText
-
Length of the plain text.
- length() - Method in class hudson.FilePath
-
Returns the file size in bytes.
- length() - Method in class jenkins.util.VirtualFile
-
Gets the file length.
- LEVELS - Static variable in class hudson.logging.LogRecorder
-
Log levels that can be configured for
LogRecorder.Target
. - LF - hudson.util.LineEndingConversion.EOLType
- LFCR - hudson.util.LineEndingConversion.EOLType
- lhs - Variable in class hudson.model.labels.LabelExpression.Binary
- lhs - Variable in class hudson.scheduler.CrontabParser.ExprContext
- lib - package lib
- lib.jenkins - package lib.jenkins
- LIBC - Static variable in interface hudson.util.jna.GNUCLibrary
- Lifecycle - Class in hudson.lifecycle
-
Provides the capability for starting/stopping/restarting/uninstalling Hudson.
- Lifecycle() - Constructor for class hudson.lifecycle.Lifecycle
- LIGHT_GREY - Static variable in class hudson.util.ColorPalette
- limit(int) - Method in class hudson.util.RunList
-
Return only the most recent builds.
- limit(Iterator<? extends T>, Iterators.CountingPredicate<? super T>) - Static method in class hudson.util.Iterators
-
Returns the elements in the base iterator until it hits any element that doesn't satisfy the filter.
- LINE_GRAPH - Static variable in class hudson.util.ColorPalette
-
Color list usable for generating line charts.
- LINE_SEPARATOR - Static variable in class hudson.util.IOUtils
-
Deprecated.Use instead
IOUtils.LINE_SEPARATOR
- LINE_SEPARATOR_UNIX - Static variable in class hudson.util.IOUtils
-
Deprecated.Use instead
IOUtils.LINE_SEPARATOR_UNIX
- LINE_SEPARATOR_WINDOWS - Static variable in class hudson.util.IOUtils
-
Deprecated.Use instead
IOUtils.LINE_SEPARATOR_WINDOWS
- LineEndingConversion - Class in hudson.util
-
Converts line endings of a string.
- LineEndingConversion() - Constructor for class hudson.util.LineEndingConversion
- LineEndingConversion.EOLType - Enum in hudson.util
-
Supported line ending types for conversion
- lineIterator(InputStream, String) - Static method in class hudson.util.IOUtils
-
Deprecated.Use instead
IOUtils.lineIterator(java.io.InputStream, String)
- lineIterator(Reader) - Static method in class hudson.util.IOUtils
-
Deprecated.Use instead
IOUtils.lineIterator(java.io.Reader)
- lines() - Method in class hudson.util.TextFile
-
Read all lines from the file as a
Stream
. - LineTransformationOutputStream - Class in hudson.console
-
Filtering
OutputStream
that buffers text by line, so that the derived class can perform some manipulation based on the contents of the whole line. - LineTransformationOutputStream() - Constructor for class hudson.console.LineTransformationOutputStream
- LineTransformationOutputStream.Delegating - Class in hudson.console
-
Convenience subclass for cases where you wish to process lines being sent to an underlying stream.
- link() - Method in interface lib.FormTagLib
-
Generates an anchor element with the ability to send POST requests and/or asynchronous requests.
- link(Closure) - Method in interface lib.FormTagLib
-
Generates an anchor element with the ability to send POST requests and/or asynchronous requests.
- link(Map) - Method in interface lib.FormTagLib
-
Generates an anchor element with the ability to send POST requests and/or asynchronous requests.
- link(Map, Closure) - Method in interface lib.FormTagLib
-
Generates an anchor element with the ability to send POST requests and/or asynchronous requests.
- list - Variable in class hudson.tools.DownloadFromUrlInstaller.InstallableList
- list - Variable in class hudson.tools.ToolInstaller.ToolInstallerList
-
the list of
ToolInstaller.ToolInstallerEntry
- list() - Method in class hudson.FilePath
-
List up files and directories in this directory.
- list() - Method in class jenkins.util.VirtualFile
-
Lists children of this directory.
- list(int) - Method in class hudson.util.ConsistentHash
-
Creates a permutation of all the nodes for the given data point.
- list(FilePath, OpenOption...) - Method in class hudson.FilePath
-
List up files and directories in this directory.
- list(FileFilter) - Method in class hudson.FilePath
-
List up files in this directory, just like
File.listFiles(FileFilter)
. - list(String) - Method in class hudson.FilePath
-
List up files in this directory that matches the given Ant-style filter.
- list(String) - Method in class hudson.util.ConsistentHash
-
Takes a string, hash it with SHA-256, then calls
ConsistentHash.list(int)
. - list(String) - Method in class jenkins.util.VirtualFile
-
Deprecated.use
VirtualFile.list(String, String, boolean)
instead - list(String, String) - Method in class hudson.FilePath
-
List up files in this directory that matches the given Ant-style filter.
- list(String, String, boolean) - Method in class hudson.FilePath
-
List up files in this directory that matches the given Ant-style filter.
- list(String, String, boolean) - Method in class jenkins.util.VirtualFile
-
Lists recursive files of this directory with pattern matching.
- list(String, String, boolean, OpenOption...) - Method in class jenkins.util.VirtualFile
-
Lists recursive files of this directory with pattern matching.
- list(OpenOption...) - Method in class jenkins.util.VirtualFile
-
Lists children of this directory.
- LIST - Static variable in class hudson.model.Items
-
Deprecated.as of 1.286 Use
Items.all()
for read access andExtension
for registration. - LIST - Static variable in class hudson.model.ManagementLink
-
Deprecated.as of 1.286 Use
ManagementLink.all()
for read access and putExtension
for registration. - LIST - Static variable in class hudson.model.ParameterDefinition
-
Deprecated.as of 1.286 Use
ParameterDefinition.all()
for read access, andExtension
for registration. - LIST - Static variable in class hudson.model.UserProperties
-
Deprecated.as of 1.286 Use
UserProperty.all()
for read access andExtension
for auto-registration. - LIST - Static variable in class hudson.model.View
-
Deprecated.as of 1.286 Use
View.all()
for read access, and useExtension
for registration. - LIST - Static variable in class hudson.node_monitors.NodeMonitor
-
Deprecated.as of 1.286. Use
NodeMonitor.all()
for read access andExtension
for registration. - LIST - Static variable in class hudson.scm.RepositoryBrowsers
-
Deprecated.as of 1.286. Use
RepositoryBrowser.all()
for read access andExtension
for registration. - LIST - Static variable in class hudson.security.AuthorizationStrategy
-
Deprecated.since 1.286 Use
AuthorizationStrategy.all()
for read access, andExtension
for registration. - LIST - Static variable in class hudson.security.SecurityRealm
-
Deprecated.as of 1.286 Use
SecurityRealm.all()
for read access, and useExtension
for registration. - LIST - Static variable in class hudson.slaves.ComputerLauncher
-
Deprecated.as of 1.281 Use
Extension
for registration, and useJenkins.getDescriptorList(Class)
for read access. - LIST - Static variable in class hudson.slaves.RetentionStrategy
-
Deprecated.as of 1.286 Use
RetentionStrategy.all()
for read access, andExtension
for registration. - LIST - Static variable in class hudson.tasks.UserNameResolver
-
Deprecated.since 2009-02-24. Use
UserNameResolver.all()
for read access, and useExtension
for registration. - LIST - Static variable in class hudson.views.ListViewColumn
-
Deprecated.as of 1.281 Use
ListViewColumn.all()
for read access andExtension
for registration. - LIST_CUTOFF - Static variable in class hudson.model.Run
-
Maximum number of artifacts to list before using switching to the tree view.
- listAtoms() - Method in class hudson.model.Label
-
Lists up all the atoms contained in in this label.
- listAtoms() - Method in class hudson.model.labels.LabelAtom
- ListBoxModel - Class in hudson.util
-
Model object of dynamically filled list box.
- ListBoxModel() - Constructor for class hudson.util.ListBoxModel
- ListBoxModel(int) - Constructor for class hudson.util.ListBoxModel
- ListBoxModel(ListBoxModel.Option...) - Constructor for class hudson.util.ListBoxModel
- ListBoxModel(Collection<ListBoxModel.Option>) - Constructor for class hudson.util.ListBoxModel
- ListBoxModel.Option - Class in hudson.util
- ListChangesCommand - Class in hudson.cli
-
Retrieves a change list for the specified builds.
- ListChangesCommand() - Constructor for class hudson.cli.ListChangesCommand
- ListChangesCommand_ShortDescription() - Static method in class hudson.cli.Messages
-
Key
ListChangesCommand.ShortDescription
:Dumps the changelog for the specified build(s).
. - listDirectories() - Method in class hudson.FilePath
-
List up subdirectories.
- listener - Variable in class hudson.Launcher
- listener - Variable in class hudson.model.AbstractBuild.AbstractBuildExecution
-
Output/progress of this build goes here.
- Listener() - Constructor for class hudson.model.ListView.Listener
- Listener() - Constructor for class jenkins.util.SystemProperties.Listener
- ListenerAndText(TaskListener, AnnotatedLargeText<TaskAction>) - Constructor for class hudson.model.TaskThread.ListenerAndText
- Listeners - Class in jenkins.util
-
Utilities for working with listener interfaces.
- LISTENERS - Static variable in class hudson.model.listeners.RunListener
-
Deprecated.as of 1.281 Use
RunListener.all()
for read access, and useExtension
for registration. - ListJobsCommand - Class in hudson.cli
-
Lists all jobs (in a specific view).
- ListJobsCommand() - Constructor for class hudson.cli.ListJobsCommand
- ListJobsCommand_ShortDescription() - Static method in class hudson.cli.Messages
-
Key
ListJobsCommand.ShortDescription
:Lists all jobs in a specific view or item group.
. - listLegacyInstances() - Static method in class hudson.DescriptorExtensionList
-
List up all the legacy instances currently in use.
- listNumbers() - Method in class hudson.model.Fingerprint.RangeSet
-
List all numbers in this range set, in the ascending order.
- listNumbersReverse() - Method in class hudson.model.Fingerprint.RangeSet
-
List all numbers in this range set in the descending order.
- listOnlyDescendants() - Method in class jenkins.util.VirtualFile
-
Lists only the children that are descendant of the root directory (not necessarily the current VirtualFile).
- listPluginArchives(PluginManager) - Method in class hudson.init.InitStrategy
-
Returns the list of *.jpi, *.hpi and *.hpl to expand and load.
- ListPluginsCommand - Class in hudson.cli
-
Outputs a list of installed plugins.
- ListPluginsCommand() - Constructor for class hudson.cli.ListPluginsCommand
- ListPluginsCommand_ShortDescription() - Static method in class hudson.cli.Messages
-
Key
ListPluginsCommand.ShortDescription
:Outputs a list of installed plugins.
. - listScmBrowsers() - Method in interface lib.JenkinsTagLib
-
List browser SCMs
- listScmBrowsers(Closure) - Method in interface lib.JenkinsTagLib
-
List browser SCMs
- listScmBrowsers(Map) - Method in interface lib.JenkinsTagLib
-
List browser SCMs
- listScmBrowsers(Map, Closure) - Method in interface lib.JenkinsTagLib
-
List browser SCMs
- listShouldPollVetos(Item) - Static method in class jenkins.scm.SCMDecisionHandler
- ListView - Class in hudson.model
-
Displays
Job
s in a flat list view. - ListView(String) - Constructor for class hudson.model.ListView
- ListView(String, ViewGroup) - Constructor for class hudson.model.ListView
- ListView_DisplayName() - Static method in class hudson.model.Messages
-
Key
ListView.DisplayName
:List View
. - ListView.DescriptorImpl - Class in hudson.model
- ListView.Listener - Class in hudson.model
- ListViewColumn - Class in hudson.views
- ListViewColumn() - Constructor for class hudson.views.ListViewColumn
- ListViewColumnDescriptor - Class in hudson.views
-
Descriptor
forListViewColumn
. - ListViewColumnDescriptor() - Constructor for class hudson.views.ListViewColumnDescriptor
- load() - Method in class hudson.DescriptorExtensionList
-
Loading the descriptors in this case means filtering the descriptor from the master
ExtensionList
. - load() - Method in class hudson.ExtensionList
-
Loads all the extensions.
- load() - Method in class hudson.logging.LogRecorder
-
Loads the settings from a file.
- load() - Method in class hudson.logging.LogRecorderManager
-
Loads the configuration from disk.
- load() - Method in class hudson.model.Descriptor
-
Loads the data from the disk into this object.
- load() - Method in class hudson.model.labels.LabelAtom
- load() - Method in interface hudson.model.PersistentDescriptor
- load() - Method in class hudson.model.Queue
-
Loads the queue contents that was
saved
. - load() - Method in class hudson.model.TimeZoneProperty.DescriptorImpl
- load() - Method in class hudson.model.UpdateCenter
-
Loads the data from the disk into this object.
- load() - Method in class hudson.Plugin
-
Loads serializable fields of this instance from the persisted storage.
- load() - Static method in class hudson.ProxyConfiguration
- load() - Method in class hudson.scm.SCMDescriptor
- load() - Method in class jenkins.model.JenkinsLocationConfiguration
- load() - Method in class jenkins.model.Nodes
-
Loads the nodes from disk.
- load() - Method in class jenkins.security.ConfidentialKey
- load() - Static method in class jenkins.security.CustomClassFilter.Contributed
- load(ItemGroup, File) - Static method in class hudson.model.Items
-
Loads a
Item
from a config file. - load(Job, RunMap.Constructor<R>) - Method in class hudson.model.RunMap
-
Deprecated.as of 1.485 Use
RunMap(File, Constructor)
- load(User) - Static method in class jenkins.security.apitoken.ApiTokenStats
-
Loads the data from the user folder into the new object.
- load(PluginWrapper) - Method in class hudson.ClassicPluginStrategy
- load(PluginWrapper) - Method in interface hudson.PluginStrategy
-
Loads the plugin and starts it.
- load(File) - Static method in class jenkins.fingerprints.FileFingerprintStorage
-
Load the Fingerprint stored inside the given file.
- load(File) - Static method in class jenkins.security.apitoken.ApiTokenStats
-
Deprecated.use
ApiTokenStats.load(User)
instead The method will be removed in a later version as it's an internal one - load(Class<? extends Describable>) - Method in class hudson.util.DescriptorList
-
No-op method used to force the class initialization of the given class.
- load(Class<T>, ClassLoader, Collection<Class<? extends T>>) - Static method in class hudson.util.Service
-
Deprecated.Look up
META-INF/service/<i>SPICLASSNAME</i>
from the classloader and all the discovered classes into the given collection. - load(String) - Static method in class hudson.model.Fingerprint
-
Loads a
Fingerprint
from the Storage with the given unique id. - load(String) - Method in class hudson.model.FingerprintMap
- load(String) - Method in class hudson.security.HudsonPrivateSecurityRealm
- load(String) - Method in class hudson.util.KeyedDataStorage
-
Attempts to load an existing data object from disk.
- load(String) - Method in class jenkins.fingerprints.FileFingerprintStorage
-
Load the Fingerprint with the given unique id.
- load(String) - Method in class jenkins.fingerprints.FingerprintStorage
-
Returns the Fingerprint with the given unique ID.
- load(ExtensionComponentSet) - Method in class hudson.DescriptorExtensionList
- load(ExtensionComponentSet) - Method in class hudson.ExtensionList
-
Picks up extensions that we care from the given list.
- load(ConfidentialKey) - Method in class jenkins.security.ConfidentialStore
-
Reverse operation of
ConfidentialStore.store(ConfidentialKey, byte[])
- load(ConfidentialKey) - Method in class jenkins.security.DefaultConfidentialStore
-
Reverse operation of
DefaultConfidentialStore.store(ConfidentialKey, byte[])
- loadAsString() - Method in class hudson.util.CompressedFile
-
Deprecated.removed without replacement
- loadAttempts(File) - Method in exception hudson.util.BootFailure
-
Parses the boot attempt file carefully so as not to cause the entire hook script to fail to execute.
- LoadBalancer - Class in hudson.model
-
Strategy that decides which
Queue.Task
gets run on whichExecutor
. - LoadBalancer() - Constructor for class hudson.model.LoadBalancer
- loadBuild(File) - Method in class hudson.model.AbstractProject
-
Loads an existing build record from disk.
- loadBuild(File) - Method in class jenkins.model.lazy.LazyBuildMixIn
-
Loads an existing build record from disk.
- loadBundledPlugins() - Method in class hudson.LocalPluginManager
- loadBundledPlugins() - Method in class hudson.PluginManager
-
If the war file has any "/WEB-INF/plugins/[*.jpi | *.hpi]", extract them into the plugin directory.
- loadChildren(ItemGroup, File, Function1<? extends K, ? super V>) - Static method in class hudson.model.ItemGroupMixIn
-
Loads all the child
Item
s. - loadClass(ClassLoader, String) - Static method in class jenkins.ClassLoaderReflectionToolkit
-
Load the class with the specified binary name.
- loadClass(String, boolean) - Method in class hudson.PluginFirstClassLoader2
-
Load the class with the specified binary name.
- loadClass(String, boolean) - Method in class hudson.util.MaskingClassLoader
- loadDetachedPlugins() - Method in class hudson.PluginManager
-
Load detached plugins and their dependencies.
- loadFailure - Variable in class hudson.util.KeyedDataStorage
-
Number of failures in loading data.
- loadFile(File) - Static method in class hudson.Util
-
Deprecated.call
Util.loadFile(java.io.File, java.nio.charset.Charset)
instead to specify the charset to use for decoding (preferablyStandardCharsets.UTF_8
). - loadFile(File, Charset) - Static method in class hudson.Util
-
Reads the entire contents of the text file at
logfile
into a string usingcharset
for decoding. - loadFingerprint(File) - Method in class jenkins.fingerprints.FileFingerprintStorage
- loadGroupByGroupname(String) - Method in class hudson.security.AbstractPasswordBasedSecurityRealm
- loadGroupByGroupname(String) - Method in class hudson.security.SecurityRealm
-
Deprecated.
- loadGroupByGroupname(String, boolean) - Method in class hudson.security.SecurityRealm
-
Deprecated.
- loadGroupByGroupname2(String, boolean) - Method in class hudson.security.AbstractPasswordBasedSecurityRealm
-
Retrieves information about a group by its name.
- loadGroupByGroupname2(String, boolean) - Method in class hudson.security.HudsonPrivateSecurityRealm
-
This implementation doesn't support groups.
- loadGroupByGroupname2(String, boolean) - Method in class hudson.security.SecurityRealm
-
If this
SecurityRealm
supports a look up ofGroupDetails
by their names, override this method to provide the look up. - loadInstances(ClassLoader, Class<T>) - Static method in class hudson.util.Service
-
Deprecated.
- loadJSON(URL) - Static method in class hudson.model.DownloadService
-
Loads JSON from a JSONP URL.
- loadJSONHTML(URL) - Static method in class hudson.model.DownloadService
-
Loads JSON from a JSON-with-
postMessage
URL. - loadPluginsFromWar(String) - Method in class hudson.PluginManager
- loadPluginsFromWar(String, FilenameFilter) - Method in class hudson.PluginManager
- LoadPredictor - Class in hudson.model.queue
-
Predicts future load to the system, to assist the scheduling decisions
- LoadPredictor() - Constructor for class hudson.model.queue.LoadPredictor
- LoadPredictor.CurrentlyRunningTasks - Class in hudson.model.queue
-
Considers currently running tasks and their completion.
- loadProperties(String) - Static method in class hudson.Util
-
Loads a key/value pair string as
Properties
- loadStatistics - Variable in class hudson.model.Label
- LoadStatistics - Class in hudson.model
-
Utilization statistics for a node or a set of nodes.
- LoadStatistics(int, int) - Constructor for class hudson.model.LoadStatistics
- LoadStatistics_Legends_AvailableExecutors() - Static method in class hudson.model.Messages
-
Key
LoadStatistics.Legends.AvailableExecutors
:Available executors
. - LoadStatistics_Legends_BusyExecutors() - Static method in class hudson.model.Messages
-
Key
LoadStatistics.Legends.BusyExecutors
:Busy executors
. - LoadStatistics_Legends_ConnectingExecutors() - Static method in class hudson.model.Messages
-
Key
LoadStatistics.Legends.ConnectingExecutors
:Connecting executors
. - LoadStatistics_Legends_DefinedExecutors() - Static method in class hudson.model.Messages
-
Key
LoadStatistics.Legends.DefinedExecutors
:Defined executors
. - LoadStatistics_Legends_IdleExecutors() - Static method in class hudson.model.Messages
-
Key
LoadStatistics.Legends.IdleExecutors
:Idle executors
. - LoadStatistics_Legends_OnlineExecutors() - Static method in class hudson.model.Messages
-
Key
LoadStatistics.Legends.OnlineExecutors
:Online executors
. - LoadStatistics_Legends_QueueLength() - Static method in class hudson.model.Messages
-
Key
LoadStatistics.Legends.QueueLength
:Queue length
. - LoadStatistics_Legends_TotalExecutors() - Static method in class hudson.model.Messages
-
Key
LoadStatistics.Legends.TotalExecutors
:Total executors
. - LoadStatistics.LoadStatisticsSnapshot - Class in hudson.model
-
Holds a snapshot of the current statistics.
- LoadStatistics.LoadStatisticsSnapshot.Builder - Class in hudson.model
-
Use a builder so we can add more stats if needed.
- LoadStatistics.LoadStatisticsUpdater - Class in hudson.model
-
Periodically update the load statistics average.
- LoadStatisticsUpdater() - Constructor for class hudson.model.LoadStatistics.LoadStatisticsUpdater
- loadTrustAnchors(CertificateFactory) - Method in class jenkins.util.JSONSignatureValidator
- loadUserByUsername(String) - Method in class hudson.security.AbstractPasswordBasedSecurityRealm
- loadUserByUsername(String) - Method in class hudson.security.SecurityRealm
-
Deprecated.
- loadUserByUsername(String) - Method in class hudson.security.UserDetailsServiceProxy
- loadUserByUsername(String) - Method in class jenkins.security.ImpersonatingUserDetailsService
-
Deprecated.
- loadUserByUsername(String) - Method in class jenkins.security.ImpersonatingUserDetailsService2
- loadUserByUsername(String) - Method in class jenkins.security.UserDetailsCache
-
Locates the user based on the username, by first looking in the cache and then delegate to
SecurityRealm.loadUserByUsername2(String)
. - loadUserByUsername(String) - Method in interface org.acegisecurity.userdetails.UserDetailsService
-
Deprecated.
- loadUserByUsername2(String) - Method in class hudson.security.AbstractPasswordBasedSecurityRealm
-
Retrieves information about an user by its name.
- loadUserByUsername2(String) - Method in class hudson.security.HudsonPrivateSecurityRealm
- loadUserByUsername2(String) - Method in class hudson.security.SecurityRealm
-
Shortcut for
UserDetailsService.loadUserByUsername(String)
. - LOCAL_MACHINE - Static variable in class hudson.util.jna.RegistryKey
- LOCAL_MINUS - jenkins.org.apache.commons.validator.routines.DomainValidator.ArrayType
-
Update (or get a copy of) the LOCAL_TLDS_MINUS table containing deleted local TLDs
- LOCAL_PLUS - jenkins.org.apache.commons.validator.routines.DomainValidator.ArrayType
-
Update (or get a copy of) the LOCAL_TLDS_PLUS table containing additional local TLDs
- LOCAL_RO - jenkins.org.apache.commons.validator.routines.DomainValidator.ArrayType
-
Get a copy of the local table
- localChannel - Static variable in class hudson.FilePath
-
Channel to the current instance.
- localChannel - Static variable in class jenkins.model.Jenkins.MasterComputer
-
Deprecated.as of 1.558 Use
FilePath.localChannel
- localDate(Date) - Static method in class hudson.Functions
-
Returns a localized string for the specified date, not including time.
- locale - Variable in class hudson.cli.CLICommand
-
The locale of the client.
- LocalLauncher(TaskListener) - Constructor for class hudson.Launcher.LocalLauncher
- LocalLauncher(TaskListener, VirtualChannel) - Constructor for class hudson.Launcher.LocalLauncher
- LocalPluginManager - Class in hudson
-
Default implementation of
PluginManager
. - LocalPluginManager(File) - Constructor for class hudson.LocalPluginManager
-
Creates a new LocalPluginManager
- LocalPluginManager(ServletContext, File) - Constructor for class hudson.LocalPluginManager
-
Creates a new LocalPluginManager
- LocalPluginManager(Jenkins) - Constructor for class hudson.LocalPluginManager
-
Creates a new LocalPluginManager
- LocalProc(String[], String[], InputStream, OutputStream) - Constructor for class hudson.Proc.LocalProc
- LocalProc(String[], String[], InputStream, OutputStream, File) - Constructor for class hudson.Proc.LocalProc
- LocalProc(String[], String[], InputStream, OutputStream, OutputStream, File) - Constructor for class hudson.Proc.LocalProc
- LocalProc(String[], String[], OutputStream, File) - Constructor for class hudson.Proc.LocalProc
- LocalProc(String[], Map<String, String>, InputStream, OutputStream) - Constructor for class hudson.Proc.LocalProc
- LocalProc(String, String[], OutputStream, File) - Constructor for class hudson.Proc.LocalProc
- LocalProc(String, Map<String, String>, OutputStream, File) - Constructor for class hudson.Proc.LocalProc
- locate(TopLevelItem, Node) - Method in class jenkins.slaves.WorkspaceLocator
-
Allows extensions to customize the workspace path.
- locateUser() - Method in class hudson.security.FederatedLoginService.FederatedIdentity
-
Locates the user who owns this identifier.
- lockCount - Variable in class hudson.slaves.WorkspaceList.Entry
- LockedException - Exception in org.acegisecurity
-
Deprecated.use
LockedException
- LockedException(String) - Constructor for exception org.acegisecurity.LockedException
-
Deprecated.
- LockedException(String, Object) - Constructor for exception org.acegisecurity.LockedException
-
Deprecated.
- LockedException(String, Throwable) - Constructor for exception org.acegisecurity.LockedException
-
Deprecated.
- log - Variable in class hudson.model.TaskAction
-
Hold the log of the tagging operation.
- LOG_STARTUP_PERFORMANCE - Static variable in class hudson.model.AbstractCIBase
- loggedIn(String) - Method in class jenkins.security.LastGrantedAuthoritiesProperty.SecurityListenerImpl
- loggedIn(String) - Method in class jenkins.security.SecurityListener
-
Fired when a user has logged in.
- loggedIn(String) - Method in class jenkins.security.seed.UserSeedSecurityListener
- loggedOut(String) - Method in class jenkins.security.SecurityListener
-
Fired when a user logs out.
- logger - Variable in class hudson.model.AperiodicWork
- logger - Variable in class hudson.model.PeriodicWork
-
Deprecated.Use your own logger, or send messages to the logger in
AsyncPeriodicWork.execute(hudson.model.TaskListener)
. - LOGGER - Static variable in class jenkins.SlaveToMasterFileCallable
-
Deprecated.
- loginFail(HttpServletRequest, HttpServletResponse) - Method in class hudson.security.RememberMeServicesProxy
- loginFail(HttpServletRequest, HttpServletResponse) - Method in interface org.acegisecurity.ui.rememberme.RememberMeServices
-
Deprecated.
- loginLink() - Method in interface jenkins.security.HudsonPrivateSecurityRealmTagLib
- loginLink(Closure) - Method in interface jenkins.security.HudsonPrivateSecurityRealmTagLib
- loginLink(Map) - Method in interface jenkins.security.HudsonPrivateSecurityRealmTagLib
- loginLink(Map, Closure) - Method in interface jenkins.security.HudsonPrivateSecurityRealmTagLib
- loginSuccess(HttpServletRequest, HttpServletResponse, Authentication) - Method in interface org.acegisecurity.ui.rememberme.RememberMeServices
-
Deprecated.
- loginSuccess(HttpServletRequest, HttpServletResponse, Authentication) - Method in class hudson.security.RememberMeServicesProxy
- LogRecorder - Class in hudson.logging
-
Records a selected set of logs so that the system administrator can diagnose a specific aspect of the system.
- LogRecorder(String) - Constructor for class hudson.logging.LogRecorder
- LogRecorder_Target_Empty_Warning() - Static method in class hudson.logging.Messages
-
Key
LogRecorder.Target.Empty.Warning
:Setting the Root (empty) logger to FINE or below is strongly discouraged as it excessively hurts performances. It may well crash Jenkins and prevent it to start.
. - LogRecorder.ComputerLogInitializer - Class in hudson.logging
- LogRecorder.Target - Class in hudson.logging
-
Logger that this recorder monitors, and its log level.
- LogRecorderManager - Class in hudson.logging
-
Owner of
LogRecorder
s, bound to "/log". - LogRecorderManager() - Constructor for class hudson.logging.LogRecorderManager
- LogRecorderManager_DisplayName() - Static method in class hudson.logging.Messages
-
Key
LogRecorderManager.DisplayName
:System Log
. - LogRecorderManager_init() - Static method in class hudson.logging.Messages
-
Key
LogRecorderManager.init
:Initializing log recorders
. - LogRecorderManager_LoggerNotFound(Object) - Static method in class hudson.logging.Messages
-
Key
LogRecorderManager.LoggerNotFound
:A logger named "{0}" does not exist. Add a logger by this name to a log recorder before attempting to configure its level.
. - logRecorders - Variable in class hudson.logging.LogRecorderManager
-
Deprecated.use
LogRecorderManager.getRecorders()
instead - logRecords - Static variable in class jenkins.model.Jenkins
-
Live view of recent
LogRecord
s produced by Jenkins. - logRecords() - Method in interface lib.JenkinsTagLib
-
Displays a list of log records.
- logRecords(Closure) - Method in interface lib.JenkinsTagLib
-
Displays a list of log records.
- logRecords(Map) - Method in interface lib.JenkinsTagLib
-
Displays a list of log records.
- logRecords(Map, Closure) - Method in interface lib.JenkinsTagLib
-
Displays a list of log records.
- logRotate() - Method in class hudson.model.Job
-
Perform log rotation.
- LogRotator - Class in hudson.tasks
-
Default implementation of
BuildDiscarder
. - LogRotator(int, int) - Constructor for class hudson.tasks.LogRotator
-
Deprecated.since 1.350. Use
LogRotator(int, int, int, int)
- LogRotator(int, int, int, int) - Constructor for class hudson.tasks.LogRotator
- LogRotator(String, String, String, String) - Constructor for class hudson.tasks.LogRotator
- LogRotator.CollatedLogRotatorException - Exception in hudson.tasks
-
Deprecated.Replaced by more generic
CompositeIOException
. - LogRotator.LRDescriptor - Class in hudson.tasks
- LogTaskListener - Class in hudson.util
-
TaskListener
which sends messages to aLogger
. - LogTaskListener(Logger, Level) - Constructor for class hudson.util.LogTaskListener
- lookup - Variable in class jenkins.model.Jenkins
-
Stores various objects scoped to
Jenkins
. - lookup(int) - Method in class hudson.util.ConsistentHash
-
Looks up a consistent hash with the given data point.
- lookup(Class<T>) - Static method in class hudson.ExtensionList
-
Gets the extension list for a given type.
- lookup(Class<T>) - Static method in class jenkins.model.Jenkins
-
Shortcut for
Jenkins.getInstanceOrNull()?.lookup.get(type)
- lookup(String) - Method in class hudson.util.ConsistentHash
-
Takes a string, hash it with SHA-256, then calls
ConsistentHash.lookup(int)
. - lookup(String) - Method in class jenkins.MetaLocaleDrivenResourceProvider
- lookup(String) - Method in interface jenkins.PluginLocaleDrivenResourceProvider
-
Look up localized resources for the given resource path.
- Lookup - Class in hudson
-
Type-safe instance map.
- Lookup() - Constructor for class hudson.Lookup
- LookupAccountName(String, String, byte[], IntByReference, char[], IntByReference, PointerByReference) - Method in interface hudson.util.jna.Advapi32
- LookupAccountSid(String, byte[], char[], IntByReference, char[], IntByReference, PointerByReference) - Method in interface hudson.util.jna.Advapi32
- lookupMapperOfType(Class) - Method in class hudson.util.xstream.MapperDelegate
- lookupSingleton(Class<U>) - Static method in class hudson.ExtensionList
-
Convenience method allowing lookup of the only instance of a given type.
- LPAREN - Static variable in class hudson.model.labels.LabelExpressionLexer
- LPAREN - Static variable in class hudson.model.labels.LabelExpressionParser
- LPAREN - Static variable in class hudson.scheduler.CrontabLexer
- LPAREN - Static variable in class hudson.scheduler.CrontabParser
- LPAREN() - Method in class hudson.model.labels.LabelExpressionParser.Term6Context
- LPAREN() - Method in class hudson.scheduler.CrontabParser.TermContext
- lpClass - Variable in class hudson.util.jna.SHELLEXECUTEINFO
- lpDescription - Variable in class hudson.util.jna.Advapi32.SERVICE_DESCRIPTION
- lpDirectory - Variable in class hudson.util.jna.SHELLEXECUTEINFO
- lpFile - Variable in class hudson.util.jna.SHELLEXECUTEINFO
- lpIDList - Variable in class hudson.util.jna.SHELLEXECUTEINFO
- lpParameters - Variable in class hudson.util.jna.SHELLEXECUTEINFO
- lpSecurityDescriptor - Variable in class hudson.util.jna.WINBASE.SECURITY_ATTRIBUTES
- lpServiceName - Variable in class hudson.util.jna.Advapi32.SERVICE_TABLE_ENTRY
- lpServiceProc - Variable in class hudson.util.jna.Advapi32.SERVICE_TABLE_ENTRY
- lpVerb - Variable in class hudson.util.jna.SHELLEXECUTEINFO
- LRDescriptor() - Constructor for class hudson.tasks.LogRotator.LRDescriptor
- LRUStringConverter - Class in hudson.util
- LRUStringConverter() - Constructor for class hudson.util.LRUStringConverter
- LRUStringConverter(int) - Constructor for class hudson.util.LRUStringConverter
All Classes All Packages