Skip navigation links
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 _ 

A

abort() - Method in class hudson.BulkChange
Exits the scope of BulkChange without saving the changes.
ABORT - Static variable in class hudson.model.AbstractProject
Deprecated.
Just use Item.CANCEL.
abort(Throwable) - Method in class hudson.model.queue.WorkUnitContext
When one of the work unit is aborted, call this method to abort all the other work units.
abort() - Method in class hudson.util.AtomicFileWriter
When the write operation failed, call this method to leave the original file intact and remove the temporary file.
ABORTED - Static variable in class hudson.model.Result
The build was manually aborted.
AbortException - Exception in hudson
Signals a failure where the error was anticipated and diagnosed.
AbortException() - Constructor for exception hudson.AbortException
 
AbortException(String) - Constructor for exception hudson.AbortException
When this exception is caught, the specified message will be reported.
abortResult() - Method in class hudson.model.Executor
 
AboutJenkins - Class in hudson
Show "About Jenkins" link.
AboutJenkins() - Constructor for class hudson.AboutJenkins
 
AboutJenkins_Description() - Static method in class hudson.Messages
Key AboutJenkins.Description: See the version and license information..
AboutJenkins_DisplayName() - Static method in class hudson.Messages
Key AboutJenkins.DisplayName: About Jenkins.
abs() - Method in class hudson.util.ClockDifference
Gets the absolute value of ClockDifference.diff.
absolutize() - Method in class hudson.FilePath
Absolutizes this FilePath and returns the new one.
absolutize(File, String) - Static method in class hudson.util.IOUtils
Resolves the given path with respect to given base.
AbstractAsyncNodeMonitorDescriptor<T> - Class in hudson.node_monitors
Sophisticated version of AbstractNodeMonitorDescriptor that performs monitoring on all slaves concurrently and asynchronously.
AbstractAsyncNodeMonitorDescriptor() - Constructor for class hudson.node_monitors.AbstractAsyncNodeMonitorDescriptor
 
AbstractAsyncNodeMonitorDescriptor(long) - Constructor for class hudson.node_monitors.AbstractAsyncNodeMonitorDescriptor
 
AbstractAsyncNodeMonitorDescriptor(Class<? extends NodeMonitor>) - Constructor for class hudson.node_monitors.AbstractAsyncNodeMonitorDescriptor
 
AbstractAsyncNodeMonitorDescriptor(Class<? extends NodeMonitor>, long) - Constructor for class hudson.node_monitors.AbstractAsyncNodeMonitorDescriptor
 
AbstractBuild<P extends AbstractProject<P,R>,R extends AbstractBuild<P,R>> - Class in hudson.model
Base implementation of Runs that build software.
AbstractBuild(P) - Constructor for class hudson.model.AbstractBuild
 
AbstractBuild(P, Calendar) - Constructor for class hudson.model.AbstractBuild
 
AbstractBuild(P, File) - Constructor for class hudson.model.AbstractBuild
 
AbstractBuild.AbstractBuildExecution - Class in hudson.model
 
AbstractBuild.AbstractRunner - Class in hudson.model
Deprecated.
as of 1.467 Please use Run.RunExecution
AbstractBuild.DependencyChange - Class in hudson.model
Represents a change in the dependency.
AbstractBuild_Building() - Static method in class hudson.model.Messages
Key AbstractBuild_Building: Building.
AbstractBuild_BuildingInWorkspace(Object) - Static method in class hudson.model.Messages
Key AbstractBuild.BuildingInWorkspace: in workspace {0}.
AbstractBuild_BuildingOnMaster() - Static method in class hudson.model.Messages
Key AbstractBuild.BuildingOnMaster: Building on master.
AbstractBuild_BuildingRemotely(Object) - Static method in class hudson.model.Messages
Key AbstractBuild.BuildingRemotely: Building remotely on {0}.
AbstractBuild_KeptBecause(Object) - Static method in class hudson.model.Messages
Key AbstractBuild.KeptBecause: This build is kept because of {0}..
AbstractBuildExecution() - Constructor for class hudson.model.AbstractBuild.AbstractBuildExecution
 
AbstractBuildRangeCommand - Class in hudson.cli
CLICommand that acts on a series of AbstractBuilds.
AbstractBuildRangeCommand() - Constructor for class hudson.cli.AbstractBuildRangeCommand
 
AbstractCIBase - Class in hudson.model
 
AbstractCIBase() - Constructor for class hudson.model.AbstractCIBase
 
AbstractCloudComputer<T extends AbstractCloudSlave> - Class in hudson.slaves
Partial implementation of Computer to be used in conjunction with AbstractCloudSlave.
AbstractCloudComputer(T) - Constructor for class hudson.slaves.AbstractCloudComputer
 
AbstractCloudImpl - Class in hudson.slaves
Additional convenience implementation on top of Cloud that are likely useful to typical Cloud implementations.
AbstractCloudImpl(String, String) - Constructor for class hudson.slaves.AbstractCloudImpl
 
AbstractCloudSlave - Class in hudson.slaves
Partial implementation of Slave to be used by AbstractCloudImpl.
AbstractCloudSlave(String, String, String, String, Node.Mode, String, ComputerLauncher, RetentionStrategy, List<? extends NodeProperty<?>>) - Constructor for class hudson.slaves.AbstractCloudSlave
 
AbstractCloudSlave(String, String, String, int, Node.Mode, String, ComputerLauncher, RetentionStrategy, List<? extends NodeProperty<?>>) - Constructor for class hudson.slaves.AbstractCloudSlave
 
AbstractCommandInstaller - Class in hudson.tools
A generic script-based installer.
AbstractCommandInstaller(String, String, String) - Constructor for class hudson.tools.AbstractCommandInstaller
 
AbstractCommandInstaller.Descriptor<TInstallerClass extends AbstractCommandInstaller> - Class in hudson.tools
 
AbstractDescribableImpl<T extends AbstractDescribableImpl<T>> - Class in hudson.model
Partial default implementation of Describable.
AbstractDescribableImpl() - Constructor for class hudson.model.AbstractDescribableImpl
 
AbstractDiskSpaceMonitor - Class in hudson.node_monitors
 
AbstractDiskSpaceMonitor(String) - Constructor for class hudson.node_monitors.AbstractDiskSpaceMonitor
 
AbstractDiskSpaceMonitor() - Constructor for class hudson.node_monitors.AbstractDiskSpaceMonitor
 
AbstractInterceptorCallableWrapper(DelegatingCallable<T, IOException>) - Constructor for class hudson.FilePath.AbstractInterceptorCallableWrapper
 
AbstractItem - Class in hudson.model
Partial default implementation of Item.
AbstractItem(ItemGroup, String) - Constructor for class hudson.model.AbstractItem
 
AbstractItem_NoSuchJobExists(Object, Object) - Static method in class hudson.model.Messages
Key AbstractItem.NoSuchJobExists: No such job ‘{0}’ exists.
AbstractItem_NoSuchJobExistsWithoutSuggestion(Object) - Static method in class hudson.model.Messages
Key AbstractItem.NoSuchJobExistsWithoutSuggestion: No such job ‘{0}’ exists..
AbstractItem_Pronoun() - Static method in class hudson.model.Messages
Key AbstractItem.Pronoun: Item.
abstractItemLink(Map, Closure) - Method in interface lib.JenkinsTagLib
Displays a link when given an AbstractItem.
abstractItemLink(Closure) - Method in interface lib.JenkinsTagLib
Displays a link when given an AbstractItem.
abstractItemLink(Map) - Method in interface lib.JenkinsTagLib
Displays a link when given an AbstractItem.
abstractItemLink() - Method in interface lib.JenkinsTagLib
Displays a link when given an AbstractItem.
AbstractItemOptionHandler - Class in hudson.cli.handlers
Refers to an AbstractItem by name.
AbstractItemOptionHandler(CmdLineParser, OptionDef, Setter<AbstractItem>) - Constructor for class hudson.cli.handlers.AbstractItemOptionHandler
 
AbstractLazyLoadRunMap<R> - Class in jenkins.model.lazy
SortedMap that keeps build records by their build numbers, in the descending order (newer ones first.)
AbstractLazyLoadRunMap(File) - Constructor for class jenkins.model.lazy.AbstractLazyLoadRunMap
 
AbstractLazyLoadRunMap.Direction - Enum in jenkins.model.lazy
 
AbstractMarkupText - Class in hudson
Common part between MarkupText and MarkupText.SubText.
AbstractModelObject - Class in hudson.model
ModelObject with some convenience methods.
AbstractModelObject() - Constructor for class hudson.model.AbstractModelObject
 
AbstractNodeMonitorDescriptor<T> - Class in hudson.node_monitors
Convenient base class for common NodeMonitor implementation where the "monitoring" consists of executing something periodically on every node and taking some action based on its result.
AbstractNodeMonitorDescriptor() - Constructor for class hudson.node_monitors.AbstractNodeMonitorDescriptor
Deprecated.
as of 1.522 Extend from AbstractAsyncNodeMonitorDescriptor
AbstractNodeMonitorDescriptor(long) - Constructor for class hudson.node_monitors.AbstractNodeMonitorDescriptor
Deprecated.
as of 1.522 Extend from AbstractAsyncNodeMonitorDescriptor
AbstractNodeMonitorDescriptor(Class<? extends NodeMonitor>) - Constructor for class hudson.node_monitors.AbstractNodeMonitorDescriptor
Deprecated.
as of 1.522 Extend from AbstractAsyncNodeMonitorDescriptor
AbstractNodeMonitorDescriptor(Class<? extends NodeMonitor>, long) - Constructor for class hudson.node_monitors.AbstractNodeMonitorDescriptor
Deprecated.
as of 1.522 Extend from AbstractAsyncNodeMonitorDescriptor
AbstractNodeMonitorDescriptor_NoDataYet() - Static method in class hudson.node_monitors.Messages
Key AbstractNodeMonitorDescriptor.NoDataYet: Not yet.
AbstractPasswordBasedSecurityRealm - Class in hudson.security
Partial implementation of SecurityRealm for username/password based authentication.
AbstractPasswordBasedSecurityRealm() - Constructor for class hudson.security.AbstractPasswordBasedSecurityRealm
 
AbstractProject<P extends AbstractProject<P,R>,R extends AbstractBuild<P,R>> - Class in hudson.model
Base implementation of Jobs that build software.
AbstractProject(ItemGroup, String) - Constructor for class hudson.model.AbstractProject
 
AbstractProject.AbstractProjectDescriptor - Class in hudson.model
AbstractProject subtypes should implement this base class as a descriptor.
AbstractProject.BecauseOfBuildInProgress - Class in hudson.model
Deprecated.
AbstractProject.BecauseOfDownstreamBuildInProgress - Class in hudson.model
Because the downstream build is in progress, and we are configured to wait for that.
AbstractProject.BecauseOfUpstreamBuildInProgress - Class in hudson.model
Because the upstream build is in progress, and we are configured to wait for that.
AbstractProject.LabelValidator - Class in hudson.model
Plugins may want to contribute additional restrictions on the use of specific labels for specific projects.
AbstractProject_Aborted() - Static method in class hudson.model.Messages
Key AbstractProject.Aborted: Aborted.
AbstractProject_AssignedLabelString_InvalidBooleanExpression(Object) - Static method in class hudson.model.Messages
Key AbstractProject.AssignedLabelString.InvalidBooleanExpression: Invalid boolean expression: {0}.
AbstractProject_AssignedLabelString_NoMatch() - Static method in class hudson.model.Messages
Key AbstractProject.AssignedLabelString.NoMatch: There's no slave/cloud that matches this assignment.
AbstractProject_AssignedLabelString_NoMatch_DidYouMean(Object, Object) - Static method in class hudson.model.Messages
Key AbstractProject.AssignedLabelString_NoMatch_DidYouMean: {@code There’s no slave/cloud that matches this assignment.
AbstractProject_AwaitingBuildForWorkspace() - Static method in class hudson.model.Messages
Key AbstractProject.AwaitingBuildForWorkspace: Awaiting build to get a workspace..
AbstractProject_AwaitingWorkspaceToComeOnline(Object) - Static method in class hudson.model.Messages
Key AbstractProject.AwaitingWorkspaceToComeOnline: We need to schedule a new build to get a workspace, but deferring {0}ms in the hope that one will become available soon.
AbstractProject_BuildPermission_Description() - Static method in class hudson.model.Messages
Key AbstractProject.BuildPermission.Description: This permission grants the ability to start a new build..
AbstractProject_CancelPermission_Description() - Static method in class hudson.model.Messages
Key AbstractProject.CancelPermission.Description: This permission grants the ability to cancel a scheduled, or abort a running, build..
AbstractProject_CustomWorkspaceEmpty() - Static method in class hudson.model.Messages
Key AbstractProject.CustomWorkspaceEmpty: Custom workspace is empty..
AbstractProject_Disabled() - Static method in class hudson.model.Messages
Key AbstractProject.Disabled: Build disabled.
AbstractProject_DiscoverPermission_Description() - Static method in class hudson.model.Messages
Key AbstractProject.DiscoverPermission.Description: {@code This permission grants discover access to jobs.
AbstractProject_DownstreamBuildInProgress(Object) - Static method in class hudson.model.Messages
Key AbstractProject.DownstreamBuildInProgress: Downstream project {0} is already building..
AbstractProject_ExtendedReadPermission_Description() - Static method in class hudson.model.Messages
Key AbstractProject.ExtendedReadPermission.Description: {@code This permission grants read-only access to project configurations.
AbstractProject_LabelLink(Object, Object, Object, Object) - Static method in class hudson.model.Messages
Key AbstractProject.LabelLink: <a href="{0}{1}">Label</a> is serviced by {2,choice,0#no nodes|1#1 node|1<{2} nodes}{3,choice,0#|1# and 1 cloud|1< and {3} clouds}.
AbstractProject_NewBuildForWorkspace() - Static method in class hudson.model.Messages
Key AbstractProject.NewBuildForWorkspace: Scheduling a new build to get a workspace..
AbstractProject_NoBuilds() - Static method in class hudson.model.Messages
Key AbstractProject.NoBuilds: {@code No existing build.
AbstractProject_NoSCM() - Static method in class hudson.model.Messages
Key AbstractProject.NoSCM: No SCM.
AbstractProject_NoWorkspace() - Static method in class hudson.model.Messages
Key AbstractProject.NoWorkspace: No workspace is available, so can’t check for updates..
AbstractProject_PollingABorted() - Static method in class hudson.model.Messages
Key AbstractProject.PollingABorted: SCM polling aborted.
AbstractProject_Pronoun() - Static method in class hudson.model.Messages
Key AbstractProject.Pronoun: Project.
AbstractProject_ScmAborted() - Static method in class hudson.model.Messages
Key AbstractProject.ScmAborted: SCM check out aborted.
AbstractProject_UpstreamBuildInProgress(Object) - Static method in class hudson.model.Messages
Key AbstractProject.UpstreamBuildInProgress: Upstream project {0} is already building..
AbstractProject_WipeOutPermission_Description() - Static method in class hudson.model.Messages
Key AbstractProject.WipeOutPermission.Description: This permission grants the ability to wipe out the contents of a workspace..
AbstractProject_WorkspaceOffline() - Static method in class hudson.model.Messages
Key AbstractProject.WorkspaceOffline: Workspace is offline..
AbstractProject_WorkspacePermission_Description() - Static method in class hudson.model.Messages
Key AbstractProject.WorkspacePermission.Description: {@code This permission grants the ability to retrieve the contents of a workspace Jenkins checked out for performing builds.
AbstractProject_WorkspaceTitle(Object) - Static method in class hudson.model.Messages
Key AbstractProject.WorkspaceTitle: Workspace of {0}.
AbstractProject_WorkspaceTitleOnComputer(Object, Object) - Static method in class hudson.model.Messages
Key AbstractProject.WorkspaceTitleOnComputer: Workspace of {0} on {1}.
AbstractProjectDescriptor() - Constructor for class hudson.model.AbstractProject.AbstractProjectDescriptor
 
AbstractProjectOptionHandler - Class in hudson.cli.handlers
Refer to AbstractProject by its name.
AbstractProjectOptionHandler(CmdLineParser, OptionDef, Setter<AbstractProject>) - Constructor for class hudson.cli.handlers.AbstractProjectOptionHandler
 
AbstractQueueSorterImpl - Class in hudson.model.queue
Partial implementation of QueueSorter in terms of Comparator.
AbstractQueueSorterImpl() - Constructor for class hudson.model.queue.AbstractQueueSorterImpl
 
AbstractQueueTask - Class in hudson.model.queue
Abstract base class for Queue.Task to protect plugins from new additions to the interface.
AbstractQueueTask() - Constructor for class hudson.model.queue.AbstractQueueTask
 
AbstractRunner() - Constructor for class hudson.model.AbstractBuild.AbstractRunner
Deprecated.
 
AbstractScmTagAction - Class in hudson.scm
Common part of CVSSCM.TagAction and SubversionTagAction.
AbstractScmTagAction(Run<?, ?>) - Constructor for class hudson.scm.AbstractScmTagAction
 
AbstractScmTagAction(AbstractBuild) - Constructor for class hudson.scm.AbstractScmTagAction
Deprecated.
AbstractStatusIcon - Class in hudson.model
Partial base class for StatusIcon.
AbstractStatusIcon() - Constructor for class hudson.model.AbstractStatusIcon
 
AbstractSubTask - Class in hudson.model.queue
Partial default implementation of SubTask to avoid AbstractMethodError with future additions to SubTask.
AbstractSubTask() - Constructor for class hudson.model.queue.AbstractSubTask
 
AbstractTaskListener - Class in hudson.util
Partial default implementation of TaskListener
AbstractTaskListener() - Constructor for class hudson.util.AbstractTaskListener
 
AbstractTopLevelItem - Class in jenkins.model
Default base implementation of TopLevelItem.
AbstractTopLevelItem(ItemGroup, String) - Constructor for class jenkins.model.AbstractTopLevelItem
 
accept(LabelVisitor<V, P>, P) - Method in class hudson.model.Label
Accepts a visitor and call its respective "onXYZ" method based no the actual type of 'this'.
accept(LabelVisitor<V, P>, P) - Method in class hudson.model.labels.LabelAtom
 
accept(LabelVisitor<V, P>, P) - Method in class hudson.model.labels.LabelExpression.And
 
accept(LabelVisitor<V, P>, P) - Method in class hudson.model.labels.LabelExpression.Iff
 
accept(LabelVisitor<V, P>, P) - Method in class hudson.model.labels.LabelExpression.Implies
 
accept(LabelVisitor<V, P>, P) - Method in class hudson.model.labels.LabelExpression.Not
 
accept(LabelVisitor<V, P>, P) - Method in class hudson.model.labels.LabelExpression.Or
 
accept(LabelVisitor<V, P>, P) - Method in class hudson.model.labels.LabelExpression.Paren
 
accept(String) - Method in enum hudson.tools.JDKInstaller.CPU
In JDK5u3, I see platform like "Linux AMD64", while JDK6u3 refers to "Linux x64", so just use "64" for locating bits.
acceptLicense - Variable in class hudson.tools.JDKInstaller
We require that the user accepts the license by clicking a checkbox, to make up for the part that we auto-accept cds.sun.com license click through.
AccessControlled - Interface in hudson.security
Object that has an ACL
AccessDeniedException2 - Exception in hudson.security
AccessDeniedException with more information.
AccessDeniedException2(Authentication, Permission) - Constructor for exception hudson.security.AccessDeniedException2
 
AccessDeniedException2(Throwable, Authentication, Permission) - Constructor for exception hudson.security.AccessDeniedException2
 
AccessDeniedException2_MissingPermission(Object, Object) - Static method in class hudson.security.Messages
Key AccessDeniedException2.MissingPermission: {0} is missing the {1} permission.
AccessDeniedHandlerImpl - Class in hudson.security
Handles AccessDeniedException happened during request processing.
AccessDeniedHandlerImpl() - Constructor for class hudson.security.AccessDeniedHandlerImpl
 
ACL - Class in hudson.security
Gate-keeper that controls access to Hudson's model objects.
ACL() - Constructor for class hudson.security.ACL
 
acquire(FilePath) - Method in class hudson.slaves.WorkspaceList
Acquires the given workspace.
acquire(FilePath, boolean) - Method in class hudson.slaves.WorkspaceList
acquire(FilePath, boolean, Object) - Method in class hudson.slaves.WorkspaceList
act(List<AbstractBuild<?, ?>>) - Method in class hudson.cli.AbstractBuildRangeCommand
 
act(List<AbstractBuild<?, ?>>) - Method in class hudson.cli.DeleteBuildsCommand
 
act(List<AbstractBuild<?, ?>>) - Method in class hudson.cli.ListChangesCommand
 
act(FilePath.FileCallable<T>) - Method in class hudson.FilePath
Executes some program on the machine that this FilePath exists, so that one can perform local file operations.
act(Callable<V, E>) - Method in class hudson.FilePath
Executes some program on the machine that this FilePath exists, so that one can perform local file operations.
act(ProcessTree.ProcessCallable<T>) - Method in class hudson.util.ProcessTree.OSProcess
Executes a chunk of code at the same machine where this process resides.
act(ProcessTree.ProcessCallable<T>) - Method in interface hudson.util.ProcessTreeRemoting.IOSProcess
 
actAsync(FilePath.FileCallable<T>) - Method in class hudson.FilePath
Executes some program on the machine that this FilePath exists, so that one can perform local file operations.
Action - Interface in hudson.model
Object that contributes additional information, behaviors, and UIs to ModelObject (more specifically Actionable objects, which most interesting ModelObjects are.)
Actionable - Class in hudson.model
ModelObject that can have additional Actions.
Actionable() - Constructor for class hudson.model.Actionable
 
actions - Variable in class hudson.model.queue.WorkUnitContext
Associated parameters to the build.
actions(Map, Closure) - Method in interface lib.JenkinsTagLib
Shows a list of tasks.
actions(Closure) - Method in interface lib.JenkinsTagLib
Shows a list of tasks.
actions(Map) - Method in interface lib.JenkinsTagLib
Shows a list of tasks.
actions() - Method in interface lib.JenkinsTagLib
Shows a list of tasks.
active - Variable in class hudson.node_monitors.MonitorMarkedNodeOffline
 
activePlugins - Variable in class hudson.PluginManager
All active plugins, topologically sorted so that when X depends on Y, Y appears in the list before X does.
adapt(T) - Method in class hudson.util.AdaptedIterator
 
AdaptedIterator<T,U> - Class in hudson.util
Iterator that adapts the values returned from another iterator.
AdaptedIterator(Iterator<? extends T>) - Constructor for class hudson.util.AdaptedIterator
 
AdaptedIterator(Iterable<? extends T>) - Constructor for class hudson.util.AdaptedIterator
 
adapter - Variable in class hudson.widgets.HistoryWidget
 
add(D) - Method in class hudson.DescriptorExtensionList
 
add(T) - Method in class hudson.ExtensionList
Deprecated.
since 2009-02-23. Prefer automatic registration.
add(int, T) - Method in class hudson.ExtensionList
 
add(String) - Method in class hudson.model.AutoCompletionCandidates
 
add(String...) - Method in class hudson.model.AutoCompletionCandidates
 
add(TopLevelItem) - Method in interface hudson.model.DirectlyModifiableView
Add item to this view.
add(int, Environment) - Method in class hudson.model.EnvironmentList
 
add(AbstractBuild) - Method in class hudson.model.Fingerprint
add(String, int) - Method in class hudson.model.Fingerprint
Records that a build of a job has used this file.
add(int) - Method in class hudson.model.Fingerprint.RangeSet
Expands the range set to include the given value.
add(Fingerprint.RangeSet) - Method in class hudson.model.Fingerprint.RangeSet
 
add(TopLevelItem) - Method in class hudson.model.ItemGroupMixIn
Adds a newly created item to the parent.
add(TopLevelItem) - Method in class hudson.model.ListView
Adds the given item to this view.
add(AbstractProject) - Method in class hudson.model.Queue
Deprecated.
add(AbstractProject, int) - Method in class hudson.model.Queue
Deprecated.
add(Queue.Task, int) - Method in class hudson.model.Queue
Deprecated.
add(Queue.Task, int, Action...) - Method in class hudson.model.Queue
Deprecated.
add(String) - Method in class hudson.scm.browsers.QueryBuilder
 
ADD - Static variable in class hudson.scm.EditType
 
add(String) - Method in class hudson.search.SearchIndexBuilder
Short for add(urlAsWellAsName,urlAsWellAsName)
add(String, String) - Method in class hudson.search.SearchIndexBuilder
Adds a search index under the keyword 'name' to the given URL.
add(String, String...) - Method in class hudson.search.SearchIndexBuilder
 
add(SearchItem) - Method in class hudson.search.SearchIndexBuilder
 
add(String, SearchableModelObject, String) - Method in class hudson.search.SearchIndexBuilder
 
add(String, SearchableModelObject, String...) - Method in class hudson.search.SearchIndexBuilder
 
add(SearchIndex) - Method in class hudson.search.SearchIndexBuilder
 
add(SearchIndexBuilder) - Method in class hudson.search.SearchIndexBuilder
 
add(AuthorizationStrategy, User, Permission) - Method in class hudson.security.PermissionAdder
Called to try to give a user global permission.
add(SparseACL.Entry) - Method in class hudson.security.SparseACL
 
add(Sid, Permission, boolean) - Method in class hudson.security.SparseACL
 
add(int, Node) - Method in class hudson.slaves.NodeList
 
add(Node) - Method in class hudson.slaves.NodeList
 
add(Descriptor<Publisher>) - Method in class hudson.tasks.BuildStep.PublisherList
 
add(int, Descriptor<Publisher>) - Method in class hudson.tasks.BuildStep.PublisherList
 
add(Map<String, String>) - Method in class hudson.tasks.Fingerprinter.FingerprintAction
 
add(Object) - Method in class hudson.util.ArgumentListBuilder
 
add(Object, boolean) - Method in class hudson.util.ArgumentListBuilder
 
add(File) - Method in class hudson.util.ArgumentListBuilder
 
add(String) - Method in class hudson.util.ArgumentListBuilder
 
add(String, boolean) - Method in class hudson.util.ArgumentListBuilder
Optionally hide this part of the command line from being printed to the log.
add(String...) - Method in class hudson.util.ArgumentListBuilder
 
add(File) - Method in class hudson.util.ClasspathBuilder
Adds a single directory or a jar file.
add(FilePath) - Method in class hudson.util.ClasspathBuilder
Adds a single directory or a jar file.
add(String) - Method in class hudson.util.ClasspathBuilder
Adds a single directory or a jar file.
add(T) - Method in class hudson.util.ConsistentHash
Adds a new node with the default number of replica.
add(T, int) - Method in class hudson.util.ConsistentHash
Adds a new node with the given number of replica.
add(E) - Method in class hudson.util.CopyOnWriteList
 
add(Number, Row, Column) - Method in class hudson.util.DataSetBuilder
 
add(Descriptor<T>) - Method in class hudson.util.DescriptorList
Deprecated.
As of 1.286. Put Extension on your descriptor to have it auto-registered, instead of registering a descriptor manually.
add(int, Descriptor<T>) - Method in class hudson.util.DescriptorList
Deprecated.
As of 1.286. Put Extension on your descriptor to have it auto-registered, instead of registering a descriptor manually.
add(String, String) - Method in class hudson.util.ListBoxModel
 
add(ModelObject, String) - Method in class hudson.util.ListBoxModel
 
add(String) - Method in class hudson.util.ListBoxModel
A version of the ListBoxModel.add(String, String) method where the display name and the value are the same.
add(String) - Method in class hudson.util.MaskingClassLoader
 
add(T) - Method in class hudson.util.PersistedList
 
add(I, String) - Method in interface jenkins.model.DirectlyModifiableTopLevelItemGroup
Adds an item to this group.
add(I, String) - Method in class jenkins.model.Jenkins
 
add(String, String) - Method in class jenkins.model.ModelObjectWithContextMenu.ContextMenu
 
add(Action) - Method in class jenkins.model.ModelObjectWithContextMenu.ContextMenu
 
add(String, String, String) - Method in class jenkins.model.ModelObjectWithContextMenu.ContextMenu
 
add(String, String, String, boolean) - Method in class jenkins.model.ModelObjectWithContextMenu.ContextMenu
 
add(String, String, String, boolean, boolean) - Method in class jenkins.model.ModelObjectWithContextMenu.ContextMenu
 
add(ModelObjectWithContextMenu.MenuItem) - Method in class jenkins.model.ModelObjectWithContextMenu.ContextMenu
Adds a manually constructed ModelObjectWithContextMenu.MenuItem
add(Node) - Method in class jenkins.model.ModelObjectWithContextMenu.ContextMenu
Adds a node
add(Computer) - Method in class jenkins.model.ModelObjectWithContextMenu.ContextMenu
Adds a computer
add(Job) - Method in class jenkins.model.ModelObjectWithContextMenu.ContextMenu
Adds a child item when rendering context menu of its parent.
add(List<T>) - Method in class jenkins.widgets.HistoryPageFilter
Add build items to the History page.
addAction(Action) - Method in class hudson.model.AbstractBuild
Adds a new action.
addAction(Action) - Method in class hudson.model.Actionable
Adds a new action.
addAction(Action) - Method in class hudson.model.Computer
 
addAction(Action) - Method in class hudson.model.Run
Adds a new action.
addAll(int...) - Method in class hudson.model.Fingerprint.RangeSet
 
addAll(Collection<? extends Node>) - Method in class hudson.slaves.NodeList
 
addAll(int, Collection<? extends Node>) - Method in class hudson.slaves.NodeList
 
addAll(FilePath, String) - Method in class hudson.util.ClasspathBuilder
Adds all the files that matches the given glob in the directory.
addAll(T...) - Method in class hudson.util.ConsistentHash
Calls ConsistentHash.add(Object) with all the arguments.
addAll(Collection<? extends T>) - Method in class hudson.util.ConsistentHash
Calls ConsistentHash.add(Object) with all the arguments.
addAll(Map<? extends T, Integer>) - Method in class hudson.util.ConsistentHash
Calls ConsistentHash.add(Object,int) with all the arguments.
addAll(Collection<? extends E>) - Method in class hudson.util.CopyOnWriteList
 
addAll(Collection<? extends T>) - Method in class hudson.util.PersistedList
 
addAll(Collection<? extends Action>) - Method in class jenkins.model.ModelObjectWithContextMenu.ContextMenu
 
addAllAnnotations(SearchableModelObject) - Method in class hudson.search.SearchIndexBuilder
Adds all QuickSilver-annotated properties to the search index.
addAllTo(Collection<? super E>) - Method in class hudson.util.CopyOnWriteList
 
addAllTo(Collection<? super T>) - Method in class hudson.util.PersistedList
 
addAttribute(String, String) - Method in class jenkins.util.xstream.XStreamDOM.WriterImpl
 
addCompatibilityAlias(String, Class) - Method in class hudson.util.XStream2
Adds an alias in case class names change.
addCriticalField(Class<?>, String) - Method in class hudson.util.XStream2
Specifies that a given field of a given class should not be treated with laxity by RobustCollectionConverter.
addDependency(AbstractProject, AbstractProject) - Method in class hudson.model.DependencyGraph
Deprecated.
addDependency(DependencyGraph.Dependency) - Method in class hudson.model.DependencyGraph
Called during the dependency graph build phase to add a dependency edge.
addDependency(AbstractProject, Collection<? extends AbstractProject>) - Method in class hudson.model.DependencyGraph
Deprecated.
since 1.341
addDependency(Collection<? extends AbstractProject>, AbstractProject) - Method in class hudson.model.DependencyGraph
Deprecated.
since 1.341
addDependencyDeclarers(AbstractProject, Collection<?>) - Method in class hudson.model.DependencyGraph
Lists up DependencyDeclarer from the collection and let them builds dependencies.
addErrorInContext(UnmarshallingContext, Throwable) - Static method in class hudson.util.RobustReflectionConverter
 
addFilter(Filter) - Static method in class hudson.util.PluginServletFilter
 
addFor(Run) - Method in class hudson.model.Fingerprint
Adds a usage reference to the build.
addHelpFileRedirect(String, Class<? extends Describable>, String) - Method in class hudson.model.Descriptor
Tells Jenkins that the help file for the field 'fieldName' is defined in the help file for the 'fieldNameToRedirectTo' in the 'owner' class.
addHyperlink(int, int, String) - Method in class hudson.AbstractMarkupText
Inserts an A tag that surrounds the given position.
addHyperlinkLowKey(int, int, String) - Method in class hudson.AbstractMarkupText
Inserts an A tag that surrounds the given position.
addIdentifier(String) - Method in class hudson.security.FederatedLoginServiceUserProperty
 
addJarOf(Class) - Method in class hudson.util.ClasspathBuilder
Adds a jar file that contains the given class.
addJavaLibraries() - Method in class jenkins.util.AntClassLoader
add any libraries that come with different java versions here
AddJobToViewCommand - Class in hudson.cli
 
AddJobToViewCommand() - Constructor for class hudson.cli.AddJobToViewCommand
 
AddJobToViewCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key AddJobToViewCommand.ShortDescription: Adds jobs to view..
addKeyValuePair(String, String, String, boolean) - Method in class hudson.util.ArgumentListBuilder
 
addKeyValuePairs(String, Map<String, String>) - Method in class hudson.util.ArgumentListBuilder
Adds key value pairs as "-Dkey=value -Dkey=value ..." -D portion is configurable as the 'prefix' parameter.
addKeyValuePairs(String, Map<String, String>, Set<String>) - Method in class hudson.util.ArgumentListBuilder
Adds key value pairs as "-Dkey=value -Dkey=value ..." with masking.
addKeyValuePairsFromPropertyString(String, String, VariableResolver<String>) - Method in class hudson.util.ArgumentListBuilder
Adds key value pairs as "-Dkey=value -Dkey=value ..." by parsing a given string using Properties.
addKeyValuePairsFromPropertyString(String, String, VariableResolver<String>, Set<String>) - Method in class hudson.util.ArgumentListBuilder
Adds key value pairs as "-Dkey=value -Dkey=value ..." by parsing a given string using Properties with masking.
addLine(String) - Method in class hudson.EnvVars
Takes a string that looks like "a=b" and adds that to this map.
addListener(ExtensionListListener) - Method in class hudson.ExtensionList
Add a listener to the extension list.
addLoaderPackageRoot(String) - Method in class jenkins.util.AntClassLoader
Adds a package root to the list of packages which must be loaded using this loader.
addMarkup(int, int, String, String) - Method in class hudson.AbstractMarkupText
Adds a start tag and end tag at the specified position.
addMarkup(int, int, String, String) - Method in class hudson.MarkupText
 
addMarkup(int, String) - Method in class hudson.MarkupText
 
addMarkup(int, int, String, String) - Method in class hudson.MarkupText.SubText
 
addMasked(String) - Method in class hudson.util.ArgumentListBuilder
Add a masked argument
addMasked(Secret) - Method in class hudson.util.ArgumentListBuilder
 
addNamedClass(String, Class) - Method in class hudson.PluginManager.UberClassLoader
 
addNode(Node) - Method in class jenkins.model.Jenkins
Adds one more Node to Jenkins.
addNode(Node) - Method in class jenkins.model.Nodes
Adds a node.
addNotifier(Descriptor<Publisher>) - Method in class hudson.tasks.BuildStep.PublisherList
Adds a new publisher descriptor, which (generally speaking) shouldn't alter the build result, but just report the build result by some means, such as e-mail, IRC, etc.
addObjectCreate(String, Class) - Method in class hudson.util.Digester2
 
addPathComponent(File) - Method in class jenkins.util.AntClassLoader
Add a path component.
addPathElement(String) - Method in class jenkins.util.AntClassLoader
Adds an element to the classpath to be searched.
addPathFile(File) - Method in class jenkins.util.AntClassLoader
Add a file to the path.
addPathFiles(Collection<File>) - Method in class hudson.PluginFirstClassLoader
 
addPluginToUpdate(String, String) - Method in class hudson.PluginManager.PluginUpdateMonitor
adds a message about a plugin to the manage screen
addProperty(JobProperty<? super P>) - Method in class hudson.model.AbstractProject
 
addProperty(JobProperty<? super JobT>) - Method in class hudson.model.Job
addProperty(UserProperty) - Method in class hudson.model.User
Updates the user object by adding a property.
addProperty(String, Object) - Method in interface hudson.util.spring.BeanConfiguration
Adds a property value to this bean
addPublisher(Publisher) - Method in class hudson.model.Project
Deprecated.
as of 1.290 Use getPublishersList().add(x)
addQuoted(String) - Method in class hudson.util.ArgumentListBuilder
Adds an argument by quoting it.
addQuoted(String, boolean) - Method in class hudson.util.ArgumentListBuilder
 
addRecorder(Descriptor<Publisher>) - Method in class hudson.tasks.BuildStep.PublisherList
Adds a new publisher descriptor, which (generally speaking) alter the build result based on some artifacts of the build.
addSuffix(int, String, String) - Static method in class hudson.Functions
Adds the proper suffix.
addSystemPackageRoot(String) - Method in class jenkins.util.AntClassLoader
Adds a package root to the list of packages which must be loaded on the parent loader.
addTo(User) - Method in class hudson.security.FederatedLoginService.FederatedIdentity
Adds this identity to the specified user.
addToCurrentUser() - Method in class hudson.security.FederatedLoginService.FederatedIdentity
Your implementation will call this method to add this identifier to the current user of an already authenticated session.
addTokenized(String) - Method in class hudson.util.ArgumentListBuilder
Decomposes the given token into multiple arguments by splitting via whitespace.
addToList(T, List<T>) - Method in class hudson.model.AbstractProject
 
addTrigger(Trigger<?>) - Method in class hudson.model.AbstractProject
Adds a new Trigger to this Project if not active yet.
addUser(Map, Closure) - Method in interface jenkins.security.HudsonPrivateSecurityRealmTagLib
 
addUser(Closure) - Method in interface jenkins.security.HudsonPrivateSecurityRealmTagLib
 
addUser(Map) - Method in interface jenkins.security.HudsonPrivateSecurityRealmTagLib
 
addUser() - Method in interface jenkins.security.HudsonPrivateSecurityRealmTagLib
 
addView(View) - Method in interface hudson.model.ModifiableViewGroup
Add new View to this ViewGroup.
addView(View) - Method in class hudson.model.MyViewsProperty
 
addView(View) - Method in class hudson.model.ViewGroupMixIn
 
addView(View) - Method in class jenkins.model.Jenkins
 
adjustChebyshev(CategoryDataset, NumberAxis) - Static method in class hudson.util.ChartUtil
Adjusts the Y-axis so that abnormally large value won't spoil the whole chart by making everything look virtually 0.
AdminCallableMonitor - Class in jenkins.security.s2m
Report any rejected Callables and FilePath executions and allow admins to whitelist them.
AdminCallableMonitor() - Constructor for class jenkins.security.s2m.AdminCallableMonitor
 
AdminCallableWhitelist - Class in jenkins.security.s2m
Whitelists Callables that are approved by the admins.
AdminCallableWhitelist() - Constructor for class jenkins.security.s2m.AdminCallableWhitelist
 
adminCheck(StaplerRequest, StaplerResponse, Object, Permission) - Static method in class hudson.Functions
 
adminCheck() - Static method in class hudson.model.Hudson
Deprecated.
adminCheck(StaplerRequest, StaplerResponse) - Static method in class hudson.model.Hudson
Deprecated.
AdminFilePathFilter - Class in jenkins.security.s2m
FilePathFilter that allows admins to whitelist specific file access.
AdminFilePathFilter(AdminWhitelistRule) - Constructor for class jenkins.security.s2m.AdminFilePathFilter
 
AdminFilePathFilter.ChannelConfiguratorImpl - Class in jenkins.security.s2m
 
ADMINISTER - Static variable in class jenkins.model.Jenkins
 
AdministrativeError - Class in hudson.util
A convenient AdministrativeMonitor implementations that show an error message and optional stack trace.
AdministrativeError(String, String, String, Throwable) - Constructor for class hudson.util.AdministrativeError
 
AdministrativeMonitor - Class in hudson.model
Checks the health of a subsystem of Jenkins and if there's something that requires administrator's attention, notify the administrator.
AdministrativeMonitor(String) - Constructor for class hudson.model.AdministrativeMonitor
 
AdministrativeMonitor() - Constructor for class hudson.model.AdministrativeMonitor
 
AdministrativeMonitorImpl() - Constructor for class hudson.triggers.SCMTrigger.AdministrativeMonitorImpl
 
administrativeMonitors - Variable in class jenkins.model.Jenkins
AdministrativeMonitors installed on this system.
AdminWhitelistRule - Class in jenkins.security.s2m
Rules of whitelisting for RoleSensitive objects and FilePaths.
AdminWhitelistRule() - Constructor for class jenkins.security.s2m.AdminWhitelistRule
 
advanced(Map, Closure) - Method in interface jenkins.PluginManagerTagLib
 
advanced(Closure) - Method in interface jenkins.PluginManagerTagLib
 
advanced(Map) - Method in interface jenkins.PluginManagerTagLib
 
advanced() - Method in interface jenkins.PluginManagerTagLib
 
advanced(Map, Closure) - Method in interface lib.FormTagLib
Expandable section that shows "advanced..." button by default.
advanced(Closure) - Method in interface lib.FormTagLib
Expandable section that shows "advanced..." button by default.
advanced(Map) - Method in interface lib.FormTagLib
Expandable section that shows "advanced..." button by default.
advanced() - Method in interface lib.FormTagLib
Expandable section that shows "advanced..." button by default.
advertiseHeaders(HttpServletResponse) - Static method in class hudson.Functions
Advertises the minimum set of HTTP headers that assist programmatic discovery of Jenkins.
after() - Method in class hudson.FilePath.AbstractInterceptorCallableWrapper
Executed after the actual FileCallable is invoked (even if this one failed).
afterDelete(AbstractProject) - Method in class hudson.model.WorkspaceListener
Called after a workspace is deleted successfully.
afterDisconnect(SlaveComputer, TaskListener) - Method in class hudson.slaves.ComputerLauncher
Allows the ComputerLauncher to tidy-up after a disconnect.
afterDisconnect(SlaveComputer, StreamTaskListener) - Method in class hudson.slaves.ComputerLauncher
afterDisconnect(SlaveComputer, TaskListener) - Method in class hudson.slaves.ComputerLauncherFilter
 
afterDisconnect(SlaveComputer, TaskListener) - Method in class hudson.slaves.DelegatingComputerLauncher
 
afterOf(Initializer) - Method in class hudson.init.InitializerFinder
 
afterOf(Terminator) - Method in class hudson.init.TerminatorFinder
 
afterPropertiesSet() - Method in class jenkins.security.ExceptionTranslationFilter
 
AgentProtocol - Class in jenkins
Pluggable Jenkins TCP agent protocol handler called from TcpSlaveAgentListener.
AgentProtocol() - Constructor for class jenkins.AgentProtocol
 
aggregate(Collection<FormValidation>) - Static method in exception hudson.util.FormValidation
Aggregate multiple validations into one.
aggregated_failed_tests(Map, Closure) - Method in interface lib.JenkinsTagLib
DEPRECATED
aggregated_failed_tests(Closure) - Method in interface lib.JenkinsTagLib
DEPRECATED
aggregated_failed_tests(Map) - Method in interface lib.JenkinsTagLib
DEPRECATED
aggregated_failed_tests() - Method in interface lib.JenkinsTagLib
DEPRECATED
ajax(Map, Closure) - Method in interface lib.LayoutTagLib
Sets up the same 'global' variables that the l:layout tag does for content loaded by AJAX scripts.
ajax(Closure) - Method in interface lib.LayoutTagLib
Sets up the same 'global' variables that the l:layout tag does for content loaded by AJAX scripts.
ajax(Map) - Method in interface lib.LayoutTagLib
Sets up the same 'global' variables that the l:layout tag does for content loaded by AJAX scripts.
ajax() - Method in interface lib.LayoutTagLib
Sets up the same 'global' variables that the l:layout tag does for content loaded by AJAX scripts.
aliasForAttribute(String) - Method in class hudson.util.xstream.MapperDelegate
 
aliasForAttribute(Class, String) - Method in class hudson.util.xstream.MapperDelegate
aliasForSystemAttribute(String) - Method in class hudson.util.xstream.MapperDelegate
 
ALL - Static variable in class hudson.BulkChange
Magic Saveable instance that can make BulkChange veto all the save operations by making the BulkChange.contains(Saveable) method return true for everything.
all() - Static method in class hudson.cli.CLICommand
Returns all the registered CLICommands.
all() - Static method in class hudson.cli.CliTransportAuthenticator
 
all() - Static method in class hudson.console.ConsoleAnnotationDescriptor
Returns all the registered ConsoleAnnotationDescriptor descriptors.
all() - Static method in class hudson.console.ConsoleAnnotatorFactory
All the registered instances.
all() - Static method in class hudson.console.ConsoleLogFilter
All the registered ConsoleLogFilters.
all() - Static method in class hudson.diagnosis.HudsonHomeDiskUsageMonitor.Solution
all() - Static method in class hudson.FileSystemProvisioner
Returns all the registered FileSystemProvisioner descriptors.
all() - Static method in class hudson.LauncherDecorator
Returns all the registered LauncherDecorators.
all() - Static method in class hudson.markup.MarkupFormatterDescriptor
Returns all the registered MarkupFormatterDescriptors.
all() - Static method in class hudson.model.AdministrativeMonitor
All registered AdministrativeMonitor instances.
all() - Static method in class hudson.model.AperiodicWork
Returns all the registered AperiodicWorks.
all() - Static method in class hudson.model.BuildStepListener
Returns all the registered BuildStepListeners.
all() - Static method in class hudson.model.BuildVariableContributor
Returns all the registered BuildVariableContributors.
all(Computer) - Static method in class hudson.model.ComputerPanelBox
Create boxes for the given computer in its page.
all() - Static method in class hudson.model.ComputerPinger
Get all registered instances.
all() - Static method in class hudson.model.DescriptorVisibilityFilter
 
all() - Static method in class hudson.model.DownloadService.Downloadable
Returns all the registered DownloadService.Downloadables.
all() - Static method in class hudson.model.EnvironmentContributor
Returns all the registered EnvironmentContributors.
all() - Static method in class hudson.model.Items
Returns all the registered TopLevelItemDescriptors.
all(ItemGroup) - Static method in class hudson.model.Items
Returns all the registered TopLevelItemDescriptors that the current security principal is allowed to create within the specified item group.
all(Authentication, ItemGroup) - Static method in class hudson.model.Items
Returns all the registered TopLevelItemDescriptors that the specified security principal is allowed to create within the specified item group.
all() - Static method in class hudson.model.JobPropertyDescriptor
 
all() - Static method in class hudson.model.LabelFinder
Returns all the registered LabelFinders.
all() - Static method in class hudson.model.labels.LabelAtomProperty
Lists up all the registered LabelAtomPropertyDescriptors in the system.
all() - Static method in class hudson.model.listeners.ItemListener
All the registered ItemListeners.
all() - Static method in class hudson.model.listeners.RunListener
Returns all the registered RunListeners.
all() - Static method in class hudson.model.listeners.SaveableListener
Returns all the registered SaveableListener descriptors.
all() - Static method in class hudson.model.listeners.SCMListener
 
all() - Static method in class hudson.model.listeners.SCMPollListener
Returns all the registered SCMPollListeners.
all() - Static method in class hudson.model.ManagementLink
All regsitered instances.
ALL - Static variable in class hudson.model.PageDecorator
Deprecated.
as of 1.286 Use PageDecorator.all() for read access, and use Extension for registration.
all() - Static method in class hudson.model.PageDecorator
Returns all the registered PageDecorator descriptors.
all() - Static method in class hudson.model.ParameterDefinition
Returns all the registered ParameterDefinition descriptors.
all() - Static method in class hudson.model.PeriodicWork
Returns all the registered PeriodicWorks.
all() - Static method in class hudson.model.queue.LoadPredictor
All the registered instances.
all() - Static method in class hudson.model.Queue.QueueDecisionHandler
all() - Static method in class hudson.model.queue.QueueListener
Returns all the registered QueueListeners.
all() - Static method in class hudson.model.queue.QueueSorter
All registered QueueSorters.
all() - Static method in class hudson.model.queue.QueueTaskDispatcher
All registered QueueTaskDispatchers.
all() - Static method in class hudson.model.queue.SubTaskContributor
All registered SubTaskContributor instances.
all() - Static method in class hudson.model.RestartListener
Returns all the registered LabelFinders.
all() - Static method in class hudson.model.TopLevelItemDescriptor
Returns all the registered TopLevelItem descriptors.
all() - Static method in class hudson.model.TransientBuildActionFactory
Deprecated.
Returns all the registered TransientBuildActionFactorys.
all() - Static method in class hudson.model.TransientComputerActionFactory
Returns all the registered TransientComputerActionFactorys.
all() - Static method in class hudson.model.TransientProjectActionFactory
Returns all the registered TransientProjectActionFactorys.
all() - Static method in class hudson.model.TransientUserActionFactory
Returns all the registered TransientUserActionFactorys.
all() - Static method in class hudson.model.TransientViewActionFactory
Returns all the registered TransientViewActionFactorys.
all() - Static method in class hudson.model.UserProperty
Returns all the registered UserPropertyDescriptors.
all() - Static method in class hudson.model.View
Returns all the registered ViewDescriptors.
all() - Static method in class hudson.model.ViewProperty
 
all() - Static method in class hudson.model.WorkspaceListener
All registered WorkspaceListeners.
all() - Static method in class hudson.node_monitors.NodeMonitor
Returns all the registered NodeMonitor descriptors.
all() - Static method in class hudson.PluginManagerStaplerOverride
Return all implementations of this extension point
all() - Static method in class hudson.scm.ChangeLogAnnotator
Returns all the registered ChangeLogAnnotator descriptors.
ALL - Static variable in class hudson.scm.EditType
 
all() - Static method in class hudson.scm.RepositoryBrowser
Returns all the registered RepositoryBrowser descriptors.
all() - Static method in class hudson.scm.SCM
Returns all the registered SCMDescriptors.
all() - Method in class hudson.search.CollectionSearchIndex
Returns all items in the map.
all() - Static method in class hudson.search.SearchFactory
Returns all the registered SearchFactory instances.
all() - Static method in class hudson.security.AuthorizationStrategy
Returns all the registered AuthorizationStrategy descriptors.
all() - Static method in class hudson.security.captcha.CaptchaSupport
Returns all the registered CaptchaSupport descriptors.
all() - Static method in class hudson.security.csrf.CrumbExclusion
 
all() - Static method in class hudson.security.csrf.CrumbIssuer
Returns all the registered CrumbIssuer descriptors.
all() - Static method in class hudson.security.FederatedLoginService
 
all() - Static method in class hudson.security.SecurityRealm
Returns all the registered SecurityRealm descriptors.
ALL - Static variable in class hudson.slaves.Cloud
Deprecated.
as of 1.286 Use Cloud.all() for read access, and Extension for registration.
all() - Static method in class hudson.slaves.Cloud
Returns all the registered Cloud descriptors.
all() - Static method in class hudson.slaves.CloudProvisioningListener
All the registered CloudProvisioningListeners.
all() - Static method in class hudson.slaves.ComputerConnectorDescriptor
 
all() - Static method in class hudson.slaves.ComputerListener
All the registered ComputerListeners.
ALL - Static variable in class hudson.slaves.NodeDescriptor
Deprecated.
as of 1.286 Use NodeDescriptor.all() for read access, and Extension for registration.
all() - Static method in class hudson.slaves.NodeDescriptor
Returns all the registered NodeDescriptor descriptors.
all() - Static method in class hudson.slaves.NodeProperty
Lists up all the registered NodeDescriptors in the system.
all() - Static method in class hudson.slaves.RetentionStrategy
Returns all the registered RetentionStrategy descriptors.
all() - Static method in class hudson.tasks.Builder
Returns all the registered Builder descriptors.
all() - Static method in class hudson.tasks.BuildWrapper
Returns all the registered BuildWrapper descriptors.
all() - Static method in class hudson.tasks.Publisher
Returns all the registered Publisher descriptors.
all() - Static method in class hudson.tasks.UserAvatarResolver
Returns all the registered UserAvatarResolver descriptors.
all() - Static method in class hudson.tasks.UserNameResolver
Returns all the registered UserNameResolver descriptors.
all() - Static method in class hudson.tools.ToolInstallation
Returns all the registered ToolDescriptors.
all() - Static method in class hudson.tools.ToolInstallerDescriptor
 
all() - Static method in class hudson.tools.ToolLocationTranslator
Returns all the registered ToolLocationTranslators.
all() - Static method in class hudson.tools.ToolProperty
Lists up all the registered ToolPropertyDescriptors in the system.
all() - Static method in class hudson.triggers.Trigger
Returns all the registered Trigger descriptors.
all() - Static method in class hudson.UDPBroadcastFragment
Returns all the registered UDPBroadcastFragments.
all() - Static method in class hudson.URLConnectionDecorator
Returns all the registered URLConnectionDecorators.
all() - Static method in class hudson.util.AlternativeUiTextProvider
All the registered extension point instances.
all() - Static method in class hudson.util.io.ParserConfigurator
Returns all the registered ParserConfigurators.
all() - Static method in class hudson.util.ProcessKiller
Returns all the registered ProcessKiller descriptors.
all() - Static method in class hudson.util.ProcessKillingVeto
 
all() - Static method in class hudson.views.ListViewColumn
Returns all the registered ListViewColumn descriptors.
all() - Static method in class hudson.views.MyViewsTabBar
Returns all the registered ListViewColumn descriptors.
all() - Static method in class hudson.views.ViewJobFilter
Returns all the registered ViewJobFilter descriptors.
all() - Static method in class hudson.views.ViewsTabBar
Returns all the registered ViewsTabBar descriptors.
all() - Static method in class jenkins.AgentProtocol
Returns all the registered AgentProtocols.
all() - Static method in class jenkins.ExtensionFilter
All registered ExtensionFilter instances.
all() - Static method in class jenkins.model.ArtifactManagerFactoryDescriptor
 
all() - Static method in class jenkins.model.BuildDiscarderDescriptor
Returns all the registered BuildDiscarderDescriptors.
all() - Static method in class jenkins.model.GlobalConfiguration
Returns all the registered GlobalConfiguration descriptors.
all() - Static method in class jenkins.model.GlobalConfigurationCategory
Returns all the registered GlobalConfiguration descriptors.
all() - Static method in class jenkins.model.IdStrategy
Returns all the registered IdStrategy descriptors.
all() - Static method in class jenkins.model.ProjectNamingStrategy
 
all() - Static method in class jenkins.model.TransientFingerprintFacetFactory
Returns all the registered TransientFingerprintFacetFactorys.
all() - Static method in class jenkins.mvn.GlobalSettingsProviderDescriptor
 
all() - Static method in class jenkins.mvn.SettingsProviderDescriptor
 
all() - Static method in class jenkins.scm.SCMCheckoutStrategyDescriptor
Returns all the registered SCMCheckoutStrategys.
all() - Method in class jenkins.security.ApiTokenFilter
Deprecated.
 
all() - Static method in class jenkins.security.BasicHeaderAuthenticator
 
all() - Method in class jenkins.security.BasicHeaderProcessor
 
all() - Static method in class jenkins.security.ChannelConfigurator
All the registered ChannelConfigurators.
all() - Static method in class jenkins.security.QueueItemAuthenticatorDescriptor
 
all() - Static method in class jenkins.security.s2m.CallableWhitelist
 
all() - Static method in class jenkins.slaves.JnlpAgentReceiver
 
all() - Static method in class jenkins.slaves.PingFailureAnalyzer
 
all() - Static method in class jenkins.slaves.restarter.SlaveRestarter
 
all() - Static method in class jenkins.slaves.systemInfo.SlaveSystemInfo
 
all() - Static method in class jenkins.slaves.WorkspaceLocator
All registered WorkspaceLocators.
allInstantiable() - Static method in class hudson.model.View
 
allInstantiable() - Static method in class hudson.slaves.NodeDescriptor
 
allocate(FilePath) - Method in class hudson.slaves.WorkspaceList
Allocates a workspace by adding some variation to the given base to make it unique.
allocate(FilePath, Object) - Method in class hudson.slaves.WorkspaceList
allocator - Variable in class hudson.BulkChange
 
allOf(ExtensionFinder) - Static method in class jenkins.ExtensionComponentSet
ALLOW_NON_EXISTENT_USER_TO_LOGIN - Static variable in class hudson.model.User
Jenkins now refuses to let the user login if he/she doesn't exist in SecurityRealm, which was necessary to make sure users removed from the backend will get removed from the frontend.
allowed - Variable in class hudson.security.SparseACL.Entry
 
ALLOWED_RESOURCE_EXTENSIONS - Static variable in class jenkins.model.Jenkins
allows(Class<T>, ExtensionComponent<T>) - Method in class jenkins.ExtensionFilter
Checks if a newly discovered extension is allowed to participate into Jenkins.
allowsSignup() - Method in class hudson.security.HudsonPrivateSecurityRealm
 
allowsSignup() - Method in class hudson.security.SecurityRealm
Returns true if this SecurityRealm allows online sign-up.
AllView - Class in hudson.model
View that contains everything.
AllView(String) - Constructor for class hudson.model.AllView
 
AllView(String, ViewGroup) - Constructor for class hudson.model.AllView
 
AllView.DescriptorImpl - Class in hudson.model
 
AlternativeUiTextProvider - Class in hudson.util
Provides the alternative text to be rendered in the UI.
AlternativeUiTextProvider() - Constructor for class hudson.util.AlternativeUiTextProvider
 
AlternativeUiTextProvider.Message<T> - Class in hudson.util
Each instance of this class represents a text that can be replaced by AlternativeUiTextProvider.
Always() - Constructor for class hudson.slaves.RetentionStrategy.Always
Constructs a new Always.
and(Label) - Method in class hudson.model.Label
Returns the label that represents "this&rhs"
And(Label, Label) - Constructor for class hudson.model.labels.LabelExpression.And
 
AND - Static variable in interface hudson.model.labels.LabelExpressionParserTokenTypes
 
anime() - Method in enum hudson.model.BallColor
Gets the animated version.
annotate(T, MarkupText) - Method in class hudson.console.ConsoleAnnotator
Annotates one line.
annotate(T, MarkupText, int) - Method in class hudson.console.ConsoleNote
When the line of a console output that this annotation is attached is read by someone, a new ConsoleNote is de-serialized and this method is invoked to annotate that line.
annotate(Object, MarkupText, int) - Method in class hudson.console.ExpandableDetailsNote
 
annotate(Object, MarkupText, int) - Method in class hudson.console.HudsonExceptionNote
 
annotate(Object, MarkupText, int) - Method in class hudson.console.HyperlinkNote
 
annotate(ConsoleNote) - Method in interface hudson.model.TaskListener
Annotates the current position in the output log by using the given annotation.
annotate(Run<?, ?>, ChangeLogSet.Entry, MarkupText) - Method in class hudson.scm.ChangeLogAnnotator
Called by Hudson to allow markups to be added to the changelog text.
annotate(AbstractBuild<?, ?>, ChangeLogSet.Entry, MarkupText) - Method in class hudson.scm.ChangeLogAnnotator
Deprecated.
annotate(Object, MarkupText, int) - Method in class hudson.tasks._maven.Maven3MojoNote
 
annotate(Object, MarkupText, int) - Method in class hudson.tasks._maven.MavenErrorNote
 
annotate(Object, MarkupText, int) - Method in class hudson.tasks._maven.MavenMojoNote
 
annotate(Object, MarkupText, int) - Method in class hudson.tasks._maven.MavenWarningNote
 
annotate(ConsoleNote) - Method in class hudson.util.LogTaskListener
 
annotate(ConsoleNote) - Method in class hudson.util.StreamTaskListener
 
annotate(ConsoleNote) - Method in class jenkins.util.BuildListenerAdapter
 
AnnotatedLargeText<T> - Class in hudson.console
Extension to LargeText that handles annotations by ConsoleAnnotator.
AnnotatedLargeText(File, Charset, boolean, T) - Constructor for class hudson.console.AnnotatedLargeText
 
AnnotatedLargeText(ByteBuffer, Charset, boolean, T) - Constructor for class hudson.console.AnnotatedLargeText
 
annotation(Class<A>) - Method in class hudson.util.ReflectionUtils.Parameter
Gets the specified annotation on this parameter or null.
annotations() - Method in class hudson.util.ReflectionUtils.Parameter
Gets all the annotations on this parameter.
annotationType - Variable in class hudson.ExtensionFinder.GuiceExtensionAnnotation
 
annotators - Static variable in class hudson.scm.ChangeLogAnnotator
Deprecated.
as of 1.286 Use ChangeLogAnnotator.all() for read access, and Extension for registration.
ANNUALLY - Static variable in interface hudson.scheduler.CrontabParserTokenTypes
 
ANONYMOUS - Static variable in class hudson.security.ACL
Sid that represents the anonymous unauthenticated users.
ANONYMOUS - Static variable in class jenkins.model.Jenkins
Authentication object that represents the anonymous user.
ANONYMOUS_USERNAME - Static variable in class hudson.security.ACL
The username for the anonymous user
Ant_DisplayName() - Static method in class hudson.tasks.Messages
Key Ant.DisplayName: Invoke Ant.
Ant_ExecFailed() - Static method in class hudson.tasks.Messages
Key Ant.ExecFailed: command execution failed..
Ant_ExecutableNotFound(Object) - Static method in class hudson.tasks.Messages
Key Ant.ExecutableNotFound: Cannot find executable from the chosen Ant installation "{0}".
Ant_GlobalConfigNeeded() - Static method in class hudson.tasks.Messages
Key Ant.GlobalConfigNeeded: Maybe you need to configure where your Ant installations are?.
Ant_NotADirectory(Object) - Static method in class hudson.tasks.Messages
Key Ant.NotADirectory: {0} is not a directory.
Ant_NotAntDirectory(Object) - Static method in class hudson.tasks.Messages
Key Ant.NotAntDirectory: {0} doesn’t look like an Ant directory.
Ant_ProjectConfigNeeded() - Static method in class hudson.tasks.Messages
Key Ant.ProjectConfigNeeded: Maybe you need to configure the job to choose one of your Ant installations?.
AntClassLoader - Class in jenkins.util
Used to load classes within ant with a different classpath from that used to start ant.
AntClassLoader(ClassLoader, Project, Path) - Constructor for class jenkins.util.AntClassLoader
Create an Ant ClassLoader for a given project, with a parent classloader and an initial classpath.
AntClassLoader() - Constructor for class jenkins.util.AntClassLoader
Create an Ant Class Loader
AntClassLoader(Project, Path) - Constructor for class jenkins.util.AntClassLoader
Creates a classloader for the given project using the classpath given.
AntClassLoader(ClassLoader, Project, Path, boolean) - Constructor for class jenkins.util.AntClassLoader
Creates a classloader for the given project using the classpath given.
AntClassLoader(Project, Path, boolean) - Constructor for class jenkins.util.AntClassLoader
Creates a classloader for the given project using the classpath given.
AntClassLoader(ClassLoader, boolean) - Constructor for class jenkins.util.AntClassLoader
Creates an empty class loader.
AperiodicWork - Class in hudson.model
Extension point which allows scheduling a task with variable interval.
AperiodicWork() - Constructor for class hudson.model.AperiodicWork
 
Api - Class in hudson.model
Used to expose remote access API for ".../api/"
Api(Object) - Constructor for class hudson.model.Api
 
Api_MultipleMatch(Object, Object) - Static method in class hudson.model.Messages
Key Api.MultipleMatch: XPath "{0}" matched {1} nodes.
Api_NoXPathMatch(Object) - Static method in class hudson.model.Messages
Key Api.NoXPathMatch: XPath {0} didn’t match.
ApiTokenFilter - Class in jenkins.security
Deprecated.
as of 1.576 Use BasicHeaderProcessor
ApiTokenFilter() - Constructor for class jenkins.security.ApiTokenFilter
Deprecated.
 
ApiTokenProperty - Class in jenkins.security
Remembers the API token for this user, that can be used like a password to login.
ApiTokenProperty() - Constructor for class jenkins.security.ApiTokenProperty
 
ApiTokenProperty.DescriptorImpl - Class in jenkins.security
 
ApiTokenProperty_ChangeToken_Success() - Static method in class jenkins.security.Messages
Key ApiTokenProperty.ChangeToken.Success: {@code Updated.
ApiTokenProperty_ChangeToken_SuccessHidden() - Static method in class jenkins.security.Messages
Key ApiTokenProperty.ChangeToken.SuccessHidden: {@code Updated.
ApiTokenProperty_ChangeToken_TokenIsHidden() - Static method in class jenkins.security.Messages
Key ApiTokenProperty.ChangeToken.TokenIsHidden: Token is hidden.
ApiTokenProperty_DisplayName() - Static method in class jenkins.security.Messages
Key ApiTokenProperty.DisplayName: API Token.
appendIfNotNull(String, String, String) - Static method in class hudson.Functions
 
appendSpaceIfNotNull(String) - Static method in class hudson.Functions
 
applicableExecutorChunks() - Method in class hudson.model.queue.MappingWorksheet.WorkChunk
 
appliesTo(Node) - Method in class hudson.tools.ToolInstaller
Checks whether this installer can be applied to a given node.
apply(Object, Iterable<T>) - Static method in class hudson.model.DescriptorVisibilityFilter
 
apply(NodeProvisioner.StrategyState) - Method in class hudson.slaves.NodeProvisioner.StandardStrategyImpl
Called by NodeProvisioner.update() to apply this strategy against the specified state.
apply(NodeProvisioner.StrategyState) - Method in class hudson.slaves.NodeProvisioner.Strategy
Called by NodeProvisioner.update() to apply this strategy against the specified state.
apply(LineAndShapeRenderer) - Static method in class hudson.util.ColorPalette
Applies ColorPalette.LINE_GRAPH colors to the given renderer.
apply(int, T) - Method in interface hudson.util.Iterators.CountingPredicate
 
apply(Run<?, ?>) - Method in class jenkins.model.PeepholePermalink
Checks if the given build satisfies the peep-hole criteria.
apply(Map, Closure) - Method in interface lib.FormTagLib
"Apply" button that submits the form but without a page transition.
apply(Closure) - Method in interface lib.FormTagLib
"Apply" button that submits the form but without a page transition.
apply(Map) - Method in interface lib.FormTagLib
"Apply" button that submits the form but without a page transition.
apply() - Method in interface lib.FormTagLib
"Apply" button that submits the form but without a page transition.
applyConfiguration(SAXReader, Object) - Static method in class hudson.util.io.ParserConfigurator
 
applyResponse(String) - Static method in class hudson.util.FormApply
Generates the response for the asynchronous background form submission (AKA the Apply button.)
applyTo(XMLOutput) - Static method in class hudson.util.TableNestChecker
 
ArchitectureMonitor - Class in hudson.node_monitors
Discovers the architecture of the system to display in the slave list page.
ArchitectureMonitor() - Constructor for class hudson.node_monitors.ArchitectureMonitor
 
ArchitectureMonitor.DescriptorImpl - Class in hudson.node_monitors
 
ArchitectureMonitor_DisplayName() - Static method in class hudson.node_monitors.Messages
Key ArchitectureMonitor.DisplayName: Architecture.
archive(ArchiverFactory, OutputStream, DirScanner) - Method in class hudson.FilePath
Archives this directory into the specified archive format, to the given OutputStream, by using DirScanner to choose what files to include.
archive(ArchiverFactory, OutputStream, FileFilter) - Method in class hudson.FilePath
 
archive(ArchiverFactory, OutputStream, String) - Method in class hudson.FilePath
 
archive(FilePath, Launcher, BuildListener, Map<String, String>) - Method in class jenkins.model.ArtifactManager
Archive all configured artifacts from a build.
archive(FilePath, Launcher, BuildListener, Map<String, String>) - Method in class jenkins.model.StandardArtifactManager
 
Archiver - Class in hudson.util.io
FileVisitor that creates archive files.
Archiver() - Constructor for class hudson.util.io.Archiver
 
ArchiverFactory - Class in hudson.util.io
Creates Archiver on top of a stream.
ArchiverFactory() - Constructor for class hudson.util.io.ArchiverFactory
 
Area - Class in hudson.util
Represents a two dimensional area.
Area(int, int) - Constructor for class hudson.util.Area
 
area() - Method in class hudson.util.Area
 
areValidChoices(String) - Static method in class hudson.model.ChoiceParameterDefinition
 
args - Variable in class hudson.cli.GroovyshCommand
 
args() - Method in class hudson.util.JVMBuilder
Arguments to the main class.
ArgumentListBuilder - Class in hudson.util
Used to build up arguments for a process invocation.
ArgumentListBuilder() - Constructor for class hudson.util.ArgumentListBuilder
 
ArgumentListBuilder(String...) - Constructor for class hudson.util.ArgumentListBuilder
 
ArtifactArchiver - Class in hudson.tasks
Copies the artifacts into an archive directory.
ArtifactArchiver(String) - Constructor for class hudson.tasks.ArtifactArchiver
 
ArtifactArchiver(String, String, boolean) - Constructor for class hudson.tasks.ArtifactArchiver
Deprecated.
ArtifactArchiver(String, String, boolean, boolean) - Constructor for class hudson.tasks.ArtifactArchiver
Deprecated.
ArtifactArchiver(String, String, boolean, boolean, boolean) - Constructor for class hudson.tasks.ArtifactArchiver
Deprecated.
ArtifactArchiver(String, String, boolean, boolean, boolean, Boolean) - Constructor for class hudson.tasks.ArtifactArchiver
Deprecated.
ArtifactArchiver.DescriptorImpl - Class in hudson.tasks
 
ArtifactArchiver.Migrator - Class in hudson.tasks
 
ArtifactArchiver_ARCHIVING_ARTIFACTS() - Static method in class hudson.tasks.Messages
Key ArtifactArchiver.ARCHIVING_ARTIFACTS: Archiving artifacts.
ArtifactArchiver_DisplayName() - Static method in class hudson.tasks.Messages
Key ArtifactArchiver.DisplayName: Archive the artifacts.
ArtifactArchiver_FailedToArchive(Object) - Static method in class hudson.tasks.Messages
Key ArtifactArchiver.FailedToArchive: Failed to archive artifacts: {0}.
ArtifactArchiver_NoIncludes() - Static method in class hudson.tasks.Messages
Key ArtifactArchiver.NoIncludes: {@code No artifacts are configured for archiving.
ArtifactArchiver_NoMatchFound(Object) - Static method in class hudson.tasks.Messages
Key ArtifactArchiver.NoMatchFound: No artifacts found that match the file pattern "{0}".
ArtifactArchiver_SkipBecauseOnlyIfSuccessful() - Static method in class hudson.tasks.Messages
Key ArtifactArchiver.SkipBecauseOnlyIfSuccessful: Skipped archiving because build is not successful.
ArtifactList() - Constructor for class hudson.model.Run.ArtifactList
 
artifactList(Map, Closure) - Method in interface lib.JenkinsTagLib
Generates a listing of the build artifacts.
artifactList(Closure) - Method in interface lib.JenkinsTagLib
Generates a listing of the build artifacts.
artifactList(Map) - Method in interface lib.JenkinsTagLib
Generates a listing of the build artifacts.
artifactList() - Method in interface lib.JenkinsTagLib
Generates a listing of the build artifacts.
ArtifactManager - Class in jenkins.model
Manager of artifacts for one build.
ArtifactManager() - Constructor for class jenkins.model.ArtifactManager
 
ArtifactManagerConfiguration - Class in jenkins.model
List of configured ArtifactManagerFactorys.
ArtifactManagerConfiguration() - Constructor for class jenkins.model.ArtifactManagerConfiguration
 
ArtifactManagerFactory - Class in jenkins.model
Pluggable ability to manage transfer and/or storage of build artifacts.
ArtifactManagerFactory() - Constructor for class jenkins.model.ArtifactManagerFactory
 
ArtifactManagerFactoryDescriptor - Class in jenkins.model
Definition of a kind of artifact manager.
ArtifactManagerFactoryDescriptor() - Constructor for class jenkins.model.ArtifactManagerFactoryDescriptor
 
ARTIFACTS - Static variable in class hudson.model.Run
as(TimeUnit) - Method in class jenkins.util.TimeDuration
 
asCallableWith(FilePath.FileCallable<V>) - Method in class hudson.FilePath
Takes a FilePath+FilePath.FileCallable pair and returns the equivalent Callable.
asItem() - Method in class hudson.model.Project
 
asItem() - Method in interface jenkins.triggers.SCMTriggerItem
Should be this.
asJob() - Method in class jenkins.model.lazy.LazyBuildMixIn
 
asJob() - Method in class jenkins.model.ParameterizedJobMixIn
 
asNode() - Method in interface hudson.slaves.EphemeralNode
Type-safe cast.
asProject() - Method in interface hudson.model.BuildableItemWithBuildWrappers
asProject() - Method in class hudson.model.Project
 
asProject() - Method in interface hudson.model.SCMedItem
Deprecated.
SCMedItem needs to be an instance of AbstractProject.
asRun() - Method in class jenkins.model.lazy.LazyBuildMixIn.RunMixIn
 
asSCMTriggerItem(Item) - Static method in class jenkins.triggers.SCMTriggerItem.SCMTriggerItems
See whether an item can be coerced to SCMTriggerItem.
assemBuf - Variable in class hudson.org.apache.tools.tar.TarOutputStream
Deprecated.
 
assemLen - Variable in class hudson.org.apache.tools.tar.TarOutputStream
Deprecated.
 
assign(int, MappingWorksheet.ExecutorChunk) - Method in class hudson.model.queue.MappingWorksheet.Mapping
Update the mapping to execute n-th MappingWorksheet.WorkChunk on the specified MappingWorksheet.ExecutorChunk.
assignBuildNumber() - Method in class hudson.model.Job
Allocates a new buildCommand number.
assigned(int) - Method in class hudson.model.queue.MappingWorksheet.Mapping
MappingWorksheet.ExecutorChunk assigned to the n-th work chunk.
assignedLabel - Variable in class hudson.model.queue.MappingWorksheet.WorkChunk
If this task needs to be run on a node with a particular label, return that Label.
associateWith(TaskAction) - Method in class hudson.model.TaskThread
Registers that this TaskThread is run for the specified TaskAction.
asString() - Method in class hudson.XmlFile
Returns the XML file read as a string.
AsyncAperiodicWork - Class in hudson.model
AperiodicWork that takes a long time to run.
AsyncAperiodicWork(String) - Constructor for class hudson.model.AsyncAperiodicWork
 
AsynchPeople(Jenkins) - Constructor for class hudson.model.View.AsynchPeople
 
AsynchPeople(View) - Constructor for class hudson.model.View.AsynchPeople
 
AsynchronousAdministrativeMonitor - Class in jenkins.management
Convenient partial implementation of AdministrativeMonitor that involves a background "fixing" action once the user opts in for the execution of it.
AsynchronousAdministrativeMonitor() - Constructor for class jenkins.management.AsynchronousAdministrativeMonitor
 
AsynchronousAdministrativeMonitor.FixThread - Class in jenkins.management
 
AsynchronousExecution - Exception in jenkins.model.queue
Special means of indicating that an executable will proceed in the background without consuming a native thread (Executor).
AsynchronousExecution() - Constructor for exception jenkins.model.queue.AsynchronousExecution
Constructor for subclasses.
AsyncPeriodicWork - Class in hudson.model
PeriodicWork that takes a long time to run.
AsyncPeriodicWork(String) - Constructor for class hudson.model.AsyncPeriodicWork
 
AT - Static variable in interface hudson.scheduler.CrontabParserTokenTypes
 
AtmostOneTaskExecutor<V> - Class in jenkins.util
Executor-like class that executes a single task repeatedly, in such a way that a single execution can cover multiple pending queued requests.
AtmostOneTaskExecutor(ExecutorService, Callable<V>) - Constructor for class jenkins.util.AtmostOneTaskExecutor
 
AtmostOneTaskExecutor(Callable<V>) - Constructor for class jenkins.util.AtmostOneTaskExecutor
 
ATOM - Static variable in interface hudson.model.labels.LabelExpressionParserTokenTypes
 
AtomicFileWriter - Class in hudson.util
Buffered FileWriter that supports atomic operations.
AtomicFileWriter(File) - Constructor for class hudson.util.AtomicFileWriter
Writes with UTF-8 encoding.
AtomicFileWriter(File, String) - Constructor for class hudson.util.AtomicFileWriter
 
attainsOf(Initializer) - Method in class hudson.init.InitializerFinder
 
attainsOf(Terminator) - Method in class hudson.init.TerminatorFinder
 
attemptToImpersonate(String, RuntimeException) - Method in class jenkins.security.ImpersonatingUserDetailsService
 
attributeForAlias(String) - Method in class hudson.util.xstream.MapperDelegate
 
attributeForAlias(Class, String) - Method in class hudson.util.xstream.MapperDelegate
authenticate(Iterable<KeyPair>) - Method in class hudson.cli.CLI
Authenticate ourselves against the server.
authenticate(KeyPair) - Method in class hudson.cli.CLI
 
authenticate(String, Pipe, Pipe) - Method in interface hudson.cli.CliEntryPoint
Initiates authentication out of band.
authenticate(String, Pipe, Pipe) - Method in class hudson.cli.CliManagerImpl
 
authenticate(String, Channel, Connection) - Method in class hudson.cli.CliTransportAuthenticator
Performs authentication.
authenticate() - Method in class hudson.model.Queue.Item
Returns the identity that this task carries when it runs, for the purpose of access control.
authenticate(String, String) - Method in class hudson.security.AbstractPasswordBasedSecurityRealm
Authenticate a login attempt.
authenticate(Authentication) - Method in class hudson.security.AuthenticationManagerProxy
 
authenticate() - Method in class hudson.security.CliAuthenticator
Authenticates the CLI invocation.
authenticate(String, String) - Method in class hudson.security.HudsonPrivateSecurityRealm
 
authenticate(Authentication) - Method in class hudson.security.LegacySecurityRealm
 
authenticate(HttpServletRequest, HttpServletResponse, String, String) - Method in class jenkins.security.BasicHeaderApiTokenAuthenticator
 
authenticate(HttpServletRequest, HttpServletResponse, String, String) - Method in class jenkins.security.BasicHeaderAuthenticator
Given the parsed username and password field from the basic authentication header, determine the effective security credential to process the request with.
authenticate(HttpServletRequest, HttpServletResponse, String, String) - Method in class jenkins.security.BasicHeaderRealPasswordAuthenticator
 
authenticate(Queue.Item) - Method in class jenkins.security.QueueItemAuthenticator
Determines the identity in which the Queue.Executable will run as.
authenticate(Queue.Task) - Method in class jenkins.security.QueueItemAuthenticator
Determines the identity in which the Queue.Executable will run as.
authenticate(String, String) - Method in class org.acegisecurity.providers.ldap.authenticator.BindAuthenticator2
 
authenticated(UserDetails) - Method in class jenkins.security.LastGrantedAuthoritiesProperty.SecurityListenerImpl
 
authenticated(UserDetails) - Method in class jenkins.security.SecurityListener
Fired when a user was successfully authenticated by password.
AUTHENTICATED_AUTHORITY - Static variable in class hudson.security.SecurityRealm
GrantedAuthority that represents the built-in "authenticated" role, which is granted to anyone non-anonymous.
authentication - Variable in exception hudson.security.AccessDeniedException2
This object represents the user being authenticated.
AUTHENTICATION_MANAGER - Static variable in class hudson.security.HudsonFilter
Deprecated.
in 1.271. This proxy always delegate to Hudson.getInstance().getSecurityRealm().getSecurityComponents().manager, so use that instead.
authenticationIsRequired(String) - Method in class jenkins.security.BasicHeaderProcessor
If the request is already authenticated to the same user that the Authorization header claims, for example through the HTTP session, then there's no need to re-authenticate the Authorization header, so we skip that.
AuthenticationManagerProxy - Class in hudson.security
AuthenticationManager proxy that delegates to another instance.
AuthenticationManagerProxy() - Constructor for class hudson.security.AuthenticationManagerProxy
 
AuthenticationProcessingFilter2 - Class in hudson.security
AuthenticationProcessingFilter with a change for Jenkins so that we can pick up the hidden "from" form field defined in login.jelly to send the user back to where he came from, after a successful authentication.
AuthenticationProcessingFilter2() - Constructor for class hudson.security.AuthenticationProcessingFilter2
 
authenticators() - Static method in class jenkins.security.QueueItemAuthenticatorProvider
 
authorization(String) - Method in class hudson.cli.CLIConnectionFactory
For CLI connection that goes through HTTP, sometimes you need to pass in the custom authentication header (before Jenkins even get to authenticate the CLI channel.) This method lets you specify the value of this header.
AuthorizationStrategy - Class in hudson.security
Controls authorization throughout Hudson.
AuthorizationStrategy() - Constructor for class hudson.security.AuthorizationStrategy
 
AuthorizationStrategy.Unsecured - Class in hudson.security
 
AuthorizationStrategy.Unsecured.DescriptorImpl - Class in hudson.security
 
AuthorizationStrategy_DisplayName() - Static method in class hudson.security.Messages
Key AuthorizationStrategy.DisplayName: Anyone can do anything.
AutoCompletionCandidates - Class in hudson.model
Data representation of the auto-completion candidates.
AutoCompletionCandidates() - Constructor for class hudson.model.AutoCompletionCandidates
 
autoLogin(HttpServletRequest, HttpServletResponse) - Method in class hudson.security.RememberMeServicesProxy
 
autoLogin(HttpServletRequest, HttpServletResponse) - Method in class hudson.security.TokenBasedRememberMeServices2
 
AUTOMATIC_SIDS - Static variable in class hudson.security.ACL
 
AUTOMATIC_SLAVE_LAUNCH - Static variable in class jenkins.model.Jenkins
Automatically try to launch a slave when Jenkins is initialized or a new slave is created.
AUTOWIRE_BY_NAME - Static variable in interface hudson.util.spring.BeanConfiguration
 
AUTOWIRE_BY_TYPE - Static variable in interface hudson.util.spring.BeanConfiguration
 
available() - Method in class hudson.org.apache.tools.tar.TarInputStream
Deprecated.
Get the available data that can be read from the current entry in the archive.
available(Map, Closure) - Method in interface jenkins.PluginManagerTagLib
 
available(Closure) - Method in interface jenkins.PluginManagerTagLib
 
available(Map) - Method in interface jenkins.PluginManagerTagLib
 
available() - Method in interface jenkins.PluginManagerTagLib
 
availableExecutors - Variable in class hudson.model.LoadStatistics
Number of executors not executing and available to take work and how it changes over time.
AWTProblem - Exception in hudson.util
 
AWTProblem(Throwable) - Constructor for exception hudson.util.AWTProblem
 
awtProblem - Static variable in class hudson.util.ChartUtil
Deprecated.
Use awtProblemCause!=null instead. As of 1.267.
awtProblemCause - Static variable in class hudson.util.ChartUtil
See issue 93.

B

BackFiller - Class in hudson.model.queue
Experimental.
BackFiller() - Constructor for class hudson.model.queue.BackFiller
 
BackFiller.TentativePlan - Class in hudson.model.queue
 
BallColor - Enum in hudson.model
Ball color used for the build status indication.
BallColor_Aborted() - Static method in class hudson.model.Messages
Key BallColor.Aborted: Aborted.
BallColor_Disabled() - Static method in class hudson.model.Messages
Key BallColor.Disabled: Disabled.
BallColor_Failed() - Static method in class hudson.model.Messages
Key BallColor.Failed: Failed.
BallColor_InProgress() - Static method in class hudson.model.Messages
Key BallColor.InProgress: In progress.
BallColor_NotBuilt() - Static method in class hudson.model.Messages
Key BallColor.NotBuilt: Not built.
BallColor_Pending() - Static method in class hudson.model.Messages
Key BallColor.Pending: Pending.
BallColor_Success() - Static method in class hudson.model.Messages
Key BallColor.Success: Success.
BallColor_Unstable() - Static method in class hudson.model.Messages
Key BallColor.Unstable: Unstable.
ballColorTd(Map, Closure) - Method in interface lib.JenkinsTagLib
Display the ball in a TD.
ballColorTd(Closure) - Method in interface lib.JenkinsTagLib
Display the ball in a TD.
ballColorTd(Map) - Method in interface lib.JenkinsTagLib
Display the ball in a TD.
ballColorTd() - Method in interface lib.JenkinsTagLib
Display the ball in a TD.
bar(Map, Closure) - Method in interface lib.TestTagLib
 
bar(Closure) - Method in interface lib.TestTagLib
 
bar(Map) - Method in interface lib.TestTagLib
 
bar() - Method in interface lib.TestTagLib
 
base - Variable in class hudson.model.labels.LabelExpression.Not
 
base - Variable in class hudson.model.labels.LabelExpression.Paren
 
Base64(StaplerRequest, StaplerResponse, boolean, boolean, String) - Constructor for class hudson.util.FormFieldValidator.Base64
Deprecated.
 
baseDirInitialized() - Method in class jenkins.model.lazy.AbstractLazyLoadRunMap
 
baseline - Variable in class hudson.scm.PollingResult
Baseline of the comparison.
baseList - Variable in class hudson.widgets.HistoryWidget
The given data model of records.
BaseParser_MustBePositive(Object) - Static method in class hudson.scheduler.Messages
Key BaseParser.MustBePositive: step must be positive, but found {0}.
BaseParser_OutOfRange(Object, Object, Object) - Static method in class hudson.scheduler.Messages
Key BaseParser.OutOfRange: {0} is an invalid value.
BaseParser_StartEndReversed(Object, Object) - Static method in class hudson.scheduler.Messages
Key BaseParser.StartEndReversed: You mean {0}-{1}?.
baseResourceURL - Variable in class hudson.PluginWrapper
Base URL for loading static resources from this plugin.
baseUrl - Variable in class hudson.widgets.HistoryWidget
basicAuth(String, String) - Method in class hudson.cli.CLIConnectionFactory
Convenience method to call CLIConnectionFactory.authorization with the HTTP basic authentication.
basicAuth(String) - Method in class hudson.cli.CLIConnectionFactory
 
BasicAuthenticationFilter - Class in hudson.security
Implements the dual authentcation mechanism.
BasicAuthenticationFilter() - Constructor for class hudson.security.BasicAuthenticationFilter
 
BasicHeaderApiTokenAuthenticator - Class in jenkins.security
Checks if the password given in the BASIC header matches the user's API token.
BasicHeaderApiTokenAuthenticator() - Constructor for class jenkins.security.BasicHeaderApiTokenAuthenticator
 
BasicHeaderAuthenticator - Class in jenkins.security
When Jenkins receives HTTP basic authentication, this hook will validate the username/password pair.
BasicHeaderAuthenticator() - Constructor for class jenkins.security.BasicHeaderAuthenticator
 
BasicHeaderProcessor - Class in jenkins.security
Takes "username:password" given in the Authorization HTTP header and authenticates the request.
BasicHeaderProcessor() - Constructor for class jenkins.security.BasicHeaderProcessor
 
BasicHeaderRealPasswordAuthenticator - Class in jenkins.security
Checks if the password given in the BASIC header matches the user's actual password, as opposed to other pseudo-passwords like API tokens.
BasicHeaderRealPasswordAuthenticator() - Constructor for class jenkins.security.BasicHeaderRealPasswordAuthenticator
 
BatchCommandInstaller - Class in hudson.tools
Installs tool via script execution of Batch script.
BatchCommandInstaller(String, String, String) - Constructor for class hudson.tools.BatchCommandInstaller
 
BatchCommandInstaller.DescriptorImpl - Class in hudson.tools
 
BatchCommandInstaller_DescriptorImpl_displayName() - Static method in class hudson.tools.Messages
Key BatchCommandInstaller.DescriptorImpl.displayName: Run Batch Command.
BatchFile - Class in hudson.tasks
Executes commands by using Windows batch file.
BatchFile(String) - Constructor for class hudson.tasks.BatchFile
 
BatchFile.DescriptorImpl - Class in hudson.tasks
 
BatchFile_DisplayName() - Static method in class hudson.tasks.Messages
Key BatchFile.DisplayName: Execute Windows batch command.
bean - Variable in class hudson.model.Api
Model object to be exposed as XML/JSON/etc.
BeanBuilder - Class in hudson.util.spring
Runtime bean configuration wrapper.
BeanBuilder() - Constructor for class hudson.util.spring.BeanBuilder
 
BeanBuilder(ClassLoader) - Constructor for class hudson.util.spring.BeanBuilder
 
BeanBuilder(ApplicationContext) - Constructor for class hudson.util.spring.BeanBuilder
 
BeanBuilder(ApplicationContext, ClassLoader) - Constructor for class hudson.util.spring.BeanBuilder
 
BeanConfiguration - Interface in hudson.util.spring
An interface that represent a runtime bean configuration Credit must go to Solomon Duskis and the article: http://jroller.com/page/Solomon?entry=programmatic_configuration_in_spring
beans(Closure) - Method in class hudson.util.spring.BeanBuilder
When an methods argument is only a closure it is a set of bean definitions
BecauseLabelIsBusy(Label) - Constructor for class hudson.model.queue.CauseOfBlockage.BecauseLabelIsBusy
 
BecauseLabelIsOffline(Label) - Constructor for class hudson.model.queue.CauseOfBlockage.BecauseLabelIsOffline
 
BecauseNodeIsBusy(Node) - Constructor for class hudson.model.queue.CauseOfBlockage.BecauseNodeIsBusy
 
BecauseNodeIsOffline(Node) - Constructor for class hudson.model.queue.CauseOfBlockage.BecauseNodeIsOffline
 
BecauseOfBuildInProgress(AbstractBuild<?, ?>) - Constructor for class hudson.model.AbstractProject.BecauseOfBuildInProgress
Deprecated.
 
BecauseOfDownstreamBuildInProgress(AbstractProject<?, ?>) - Constructor for class hudson.model.AbstractProject.BecauseOfDownstreamBuildInProgress
 
BecauseOfUpstreamBuildInProgress(AbstractProject<?, ?>) - Constructor for class hudson.model.AbstractProject.BecauseOfUpstreamBuildInProgress
 
before() - Method in class hudson.FilePath.AbstractInterceptorCallableWrapper
Executed before the actual FileCallable is invoked.
beforeDisconnect(SlaveComputer, TaskListener) - Method in class hudson.slaves.ComputerLauncher
Allows the ComputerLauncher to prepare for a disconnect.
beforeDisconnect(SlaveComputer, StreamTaskListener) - Method in class hudson.slaves.ComputerLauncher
beforeDisconnect(SlaveComputer, TaskListener) - Method in class hudson.slaves.ComputerLauncherFilter
 
beforeDisconnect(SlaveComputer, TaskListener) - Method in class hudson.slaves.DelegatingComputerLauncher
 
beforeOf(Initializer) - Method in class hudson.init.InitializerFinder
 
beforeOf(Terminator) - Method in class hudson.init.TerminatorFinder
 
beforeUse(AbstractBuild, FilePath, BuildListener) - Method in class hudson.model.WorkspaceListener
Called before a build uses a workspace.
belongsTo(Job) - Method in class hudson.model.Fingerprint.BuildPtr
Returns true if Fingerprint.BuildPtr points to the given job or one of its subordinates.
Binary(Label, Label, LabelOperatorPrecedence) - Constructor for class hudson.model.labels.LabelExpression.Binary
 
bind(String, Object) - Method in class jenkins.util.groovy.GroovyHookScript
 
BindAuthenticator2 - Class in org.acegisecurity.providers.ldap.authenticator
BindAuthenticator with improved diagnostics.
BindAuthenticator2(InitialDirContextFactory) - Constructor for class org.acegisecurity.providers.ldap.authenticator.BindAuthenticator2
 
block() - Method in class hudson.model.CheckPoint
Waits until the previous build in progress reaches a check point, identified by the given identifier, or until the current executor becomes the youngest build in progress.
block(BuildListener, String) - Method in class hudson.model.CheckPoint
Like CheckPoint.block() but allows for richer logging.
block() - Method in class hudson.util.OneShotEvent
Blocks until the event becomes the signaled state.
block(long) - Method in class hudson.util.OneShotEvent
Blocks until the event becomes the signaled state.
block(Map, Closure) - Method in interface lib.FormTagLib
Full-width space in the form table that can be filled with arbitrary HTML.
block(Closure) - Method in interface lib.FormTagLib
Full-width space in the form table that can be filled with arbitrary HTML.
block(Map) - Method in interface lib.FormTagLib
Full-width space in the form table that can be filled with arbitrary HTML.
block() - Method in interface lib.FormTagLib
Full-width space in the form table that can be filled with arbitrary HTML.
blockBuildWhenDownstreamBuilding - Variable in class hudson.model.AbstractProject
True to keep builds of this project in queue when downstream projects are building.
blockBuildWhenDownstreamBuilding() - Method in class hudson.model.AbstractProject
 
blockBuildWhenUpstreamBuilding - Variable in class hudson.model.AbstractProject
True to keep builds of this project in queue when upstream projects are building.
blockBuildWhenUpstreamBuilding() - Method in class hudson.model.AbstractProject
 
BlockedBecauseOfBuildInProgress - Class in jenkins.model
Indicates that a new build is blocked because the previous build is already in progress.
BlockedBecauseOfBuildInProgress(Run<?, ?>) - Constructor for class jenkins.model.BlockedBecauseOfBuildInProgress
 
BlockedBecauseOfBuildInProgress_ETA(Object) - Static method in class jenkins.model.Messages
Key BlockedBecauseOfBuildInProgress.ETA: (ETA:{0}).
BlockedBecauseOfBuildInProgress_shortDescription(Object, Object) - Static method in class jenkins.model.Messages
Key BlockedBecauseOfBuildInProgress.shortDescription: Build #{0} is already in progress{1}.
BlockedItem(Queue.WaitingItem) - Constructor for class hudson.model.Queue.BlockedItem
 
BlockedItem(Queue.NotWaitingItem) - Constructor for class hudson.model.Queue.BlockedItem
 
blocksRestart() - Method in exception jenkins.model.queue.AsynchronousExecution
Allows an executable to indicate whether it is currently doing something which should prevent Jenkins from being shut down safely.
BLUE - Static variable in class hudson.util.ColorPalette
 
BooleanParameterDefinition - Class in hudson.model
ParameterDefinition that is either 'true' or 'false'.
BooleanParameterDefinition(String, boolean, String) - Constructor for class hudson.model.BooleanParameterDefinition
 
BooleanParameterDefinition.DescriptorImpl - Class in hudson.model
 
BooleanParameterDefinition_DisplayName() - Static method in class hudson.model.Messages
Key BooleanParameterDefinition.DisplayName: Boolean Parameter.
BooleanParameterValue - Class in hudson.model
BooleanParameterValue(String, boolean) - Constructor for class hudson.model.BooleanParameterValue
 
BooleanParameterValue(String, boolean, String) - Constructor for class hudson.model.BooleanParameterValue
 
booleanRadio(Map, Closure) - Method in interface lib.FormTagLib
Binds a boolean field to two radio buttons that say Yes/No OK/Cancel Top/Bottom.
booleanRadio(Closure) - Method in interface lib.FormTagLib
Binds a boolean field to two radio buttons that say Yes/No OK/Cancel Top/Bottom.
booleanRadio(Map) - Method in interface lib.FormTagLib
Binds a boolean field to two radio buttons that say Yes/No OK/Cancel Top/Bottom.
booleanRadio() - Method in interface lib.FormTagLib
Binds a boolean field to two radio buttons that say Yes/No OK/Cancel Top/Bottom.
BootFailure - Exception in hudson.util
Indicates a fatal boot problem, among ErrorObject
BootFailure() - Constructor for exception hudson.util.BootFailure
 
BootFailure(Throwable) - Constructor for exception hudson.util.BootFailure
 
bottomButtonBar(Map, Closure) - Method in interface lib.FormTagLib
Creates a button bar at the bottom of the page for things like "Submit".
bottomButtonBar(Closure) - Method in interface lib.FormTagLib
Creates a button bar at the bottom of the page for things like "Submit".
bottomButtonBar(Map) - Method in interface lib.FormTagLib
Creates a button bar at the bottom of the page for things like "Submit".
bottomButtonBar() - Method in interface lib.FormTagLib
Creates a button bar at the bottom of the page for things like "Submit".
breadcrumb(Map, Closure) - Method in interface lib.LayoutTagLib
Used inside <l:layout> to render additional breadcrumb items.
breadcrumb(Closure) - Method in interface lib.LayoutTagLib
Used inside <l:layout> to render additional breadcrumb items.
breadcrumb(Map) - Method in interface lib.LayoutTagLib
Used inside <l:layout> to render additional breadcrumb items.
breadcrumb() - Method in interface lib.LayoutTagLib
Used inside <l:layout> to render additional breadcrumb items.
breadcrumb_config_outline(Map, Closure) - Method in interface lib.FormTagLib
Adds one more in-page breadcrumb that jumps to sections in the page.
breadcrumb_config_outline(Closure) - Method in interface lib.FormTagLib
Adds one more in-page breadcrumb that jumps to sections in the page.
breadcrumb_config_outline(Map) - Method in interface lib.FormTagLib
Adds one more in-page breadcrumb that jumps to sections in the page.
breadcrumb_config_outline() - Method in interface lib.FormTagLib
Adds one more in-page breadcrumb that jumps to sections in the page.
breadcrumbBar(Map, Closure) - Method in interface lib.LayoutTagLib
Generates the bar that shows breadcrumbs, along with its associated dynamic behaviours.
breadcrumbBar(Closure) - Method in interface lib.LayoutTagLib
Generates the bar that shows breadcrumbs, along with its associated dynamic behaviours.
breadcrumbBar(Map) - Method in interface lib.LayoutTagLib
Generates the bar that shows breadcrumbs, along with its associated dynamic behaviours.
breadcrumbBar() - Method in interface lib.LayoutTagLib
Generates the bar that shows breadcrumbs, along with its associated dynamic behaviours.
breakable(Map, Closure) - Method in interface lib.LayoutTagLib
Send escaped value to output decorated to be safely broken into lines when necessary
breakable(Closure) - Method in interface lib.LayoutTagLib
Send escaped value to output decorated to be safely broken into lines when necessary
breakable(Map) - Method in interface lib.LayoutTagLib
Send escaped value to output decorated to be safely broken into lines when necessary
breakable() - Method in interface lib.LayoutTagLib
Send escaped value to output decorated to be safely broken into lines when necessary
breakableString(String) - Static method in class hudson.Functions
Get a string that can be safely broken to several lines when necessary.
buffer - Variable in class hudson.org.apache.tools.tar.TarInputStream
Deprecated.
 
buffer - Variable in class hudson.org.apache.tools.tar.TarOutputStream
Deprecated.
 
build - Variable in class hudson.cli.ConsoleCommand
 
Build<P extends Project<P,B>,B extends Build<P,B>> - Class in hudson.model
A build of a Project.
Build(P) - Constructor for class hudson.model.Build
Creates a new build.
Build(P, Calendar) - Constructor for class hudson.model.Build
 
Build(P, File) - Constructor for class hudson.model.Build
Loads a build from a log file.
BUILD - Static variable in class hudson.model.Computer
 
build() - Method in class hudson.model.DependencyGraph
 
BUILD - Static variable in interface hudson.model.Item
 
build() - Method in class hudson.model.LoadStatistics.LoadStatisticsSnapshot.Builder
 
build - Variable in class hudson.scm.AbstractScmTagAction
Deprecated.
build - Variable in class hudson.scm.ChangeLogSet
Deprecated.
build(SearchableModelObject, SearchItem) - Static method in class hudson.search.SuggestedItem
Given a SearchItem, builds a SuggestedItem hierarchy by looking up parent items (if applicable).
build - Variable in class hudson.triggers.SCMTrigger.BuildAction
Deprecated.
build - Variable in class hudson.util.ChartUtil.NumberOnlyBuildLabel
Deprecated.
build() - Method in class hudson.util.DataSetBuilder
 
build - Variable in class jenkins.model.StandardArtifactManager
 
Build.BuildExecution - Class in hudson.model
 
Build.RunnerImpl - Class in hudson.model
Deprecated.
as of 1.467 Please use Build.BuildExecution
BUILD_NOW - Static variable in class hudson.scm.PollingResult
Constant that uses PollingResult.Change.INCOMPARABLE which forces an immediate build.
BUILD_NOW_TEXT - Static variable in class hudson.model.AbstractProject
BUILD_NOW_TEXT - Static variable in class jenkins.model.ParameterizedJobMixIn
Allows customization of the human-readable display name to be rendered in the Build Now link.
build_permalink(Map, Closure) - Method in interface lib.jenkins.ProjectTagLib
 
build_permalink(Closure) - Method in interface lib.jenkins.ProjectTagLib
 
build_permalink(Map) - Method in interface lib.jenkins.ProjectTagLib
 
build_permalink() - Method in interface lib.jenkins.ProjectTagLib
 
Build_post_build_steps_failed() - Static method in class hudson.model.Messages
Key Build.post_build_steps_failed: Post-build steps failed.
BUILD_SCHEDULING_REFUSED - Static variable in class hudson.cli.BuildCommand
 
BuildableItem - Interface in hudson.model
Item that can be "built", for whatever meaning of "build".
BuildableItem(Queue.WaitingItem) - Constructor for class hudson.model.Queue.BuildableItem
 
BuildableItem(Queue.NotWaitingItem) - Constructor for class hudson.model.Queue.BuildableItem
 
BuildableItemWithBuildWrappers - Interface in hudson.model
AbstractProject that has associated BuildWrappers.
buildableStartMilliseconds - Variable in class hudson.model.Queue.NotWaitingItem
When did this job exit the Queue.waitingList phase?
BuildAction(Run<?, ?>) - Constructor for class hudson.triggers.SCMTrigger.BuildAction
 
BuildAction(AbstractBuild) - Constructor for class hudson.triggers.SCMTrigger.BuildAction
Deprecated.
BuildAuthorizationToken - Class in hudson.model
Deprecated.
2008-07-20 Use ACL and Item.BUILD. This code is only here for the backward compatibility.
BuildAuthorizationToken(String) - Constructor for class hudson.model.BuildAuthorizationToken
Deprecated.
 
BuildAuthorizationToken.ConverterImpl - Class in hudson.model
Deprecated.
 
BuildAuthorizationToken_InvalidTokenProvided() - Static method in class hudson.model.Messages
Key BuildAuthorizationToken.InvalidTokenProvided: Invalid token provided..
BuildBadgeAction - Interface in hudson.model
Action that puts a little icon (or icons) next to the build in the build history.
BuildButtonColumn - Class in hudson.views
 
BuildButtonColumn() - Constructor for class hudson.views.BuildButtonColumn
 
BuildButtonColumn.DescriptorImpl - Class in hudson.views
 
BuildButtonColumn_DisplayName() - Static method in class hudson.views.Messages
Key BuildButtonColumn.DisplayName: Build Button.
buildCaption(Map, Closure) - Method in interface lib.JenkinsTagLib
 
buildCaption(Closure) - Method in interface lib.JenkinsTagLib
 
buildCaption(Map) - Method in interface lib.JenkinsTagLib
 
buildCaption() - Method in interface lib.JenkinsTagLib
 
BuildCommand - Class in hudson.cli
Builds a job, and optionally waits until its completion.
BuildCommand() - Constructor for class hudson.cli.BuildCommand
 
BuildCommand.CLICause - Class in hudson.cli
 
BuildCommand_CLICause_CannotBuildConfigNotSaved(Object) - Static method in class hudson.cli.Messages
Key BuildCommand.CLICause.CannotBuildConfigNotSaved: Cannot build {0} because its configuration has not been saved..
BuildCommand_CLICause_CannotBuildDisabled(Object) - Static method in class hudson.cli.Messages
Key BuildCommand.CLICause.CannotBuildDisabled: Cannot build {0} because it is disabled..
BuildCommand_CLICause_CannotBuildUnknownReasons(Object) - Static method in class hudson.cli.Messages
Key BuildCommand.CLICause.CannotBuildUnknownReasons: Cannot build {0} for unknown reasons..
BuildCommand_CLICause_ShortDescription(Object) - Static method in class hudson.cli.Messages
Key BuildCommand.CLICause.ShortDescription: Started from command line by {0}.
BuildCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key BuildCommand.ShortDescription: Builds a job, and optionally waits until its completion..
buildCommandLine(FilePath) - Method in class hudson.tasks.BatchFile
 
buildCommandLine(FilePath) - Method in class hudson.tasks.CommandInterpreter
 
buildCommandLine(FilePath) - Method in class hudson.tasks.Shell
 
buildDependencyGraph(DependencyGraph) - Method in class hudson.model.AbstractProject
Builds the dependency graph.
buildDependencyGraph(DependencyGraph) - Method in class hudson.model.Project
 
buildDependencyGraph(AbstractProject, DependencyGraph) - Method in class hudson.tasks.BuildTrigger
 
buildDependencyGraph(AbstractProject, DependencyGraph) - Method in class hudson.tasks.Fingerprinter
 
buildDependencyGraph(AbstractProject, DependencyGraph) - Method in class hudson.util.DescribableList
Picks up DependencyDeclarers and allow it to build dependencies.
buildDependencyGraph(AbstractProject, DependencyGraph) - Method in interface jenkins.model.DependencyDeclarer
buildDependencyGraph(AbstractProject, DependencyGraph) - Method in class jenkins.triggers.ReverseBuildTrigger
 
buildDescribable(StaplerRequest, List<? extends Descriptor<T>>, String) - Method in class hudson.model.AbstractProject
Deprecated.
buildDescribable(StaplerRequest, List<? extends Descriptor<T>>) - Method in class hudson.model.AbstractProject
 
BuildDiscarder - Class in jenkins.model
Implementation of "Discard old build records" feature.
BuildDiscarder() - Constructor for class jenkins.model.BuildDiscarder
 
BuildDiscarder.ConverterImpl - Class in jenkins.model
AbstractProject#logRotator used to be typed as LogRotator, so such configuration file ends up trying to unmarshal BuildDiscarder and not its subtype.
BuildDiscarderDescriptor - Class in jenkins.model
BuildDiscarderDescriptor(Class) - Constructor for class jenkins.model.BuildDiscarderDescriptor
 
BuildDiscarderDescriptor() - Constructor for class jenkins.model.BuildDiscarderDescriptor
 
BuildDiscarderProperty - Class in jenkins.model
Defines a BuildDiscarder.
BuildDiscarderProperty(BuildDiscarder) - Constructor for class jenkins.model.BuildDiscarderProperty
 
BuildDiscarderProperty.ConditionallyHidden - Class in jenkins.model
 
BuildDiscarderProperty.DescriptorImpl - Class in jenkins.model
 
BuildDiscarderProperty_displayName() - Static method in class jenkins.model.Messages
Key BuildDiscarderProperty.displayName: Discard Old Builds.
buildEnvironment(Run<?, ?>, EnvVars) - Method in class hudson.model.BooleanParameterValue
Exposes the name/value as an environment variable.
buildEnvironment(TaskListener) - Method in class hudson.model.Computer
Creates an environment variable override to be used for launching processes on this node.
buildEnvironment(Run<?, ?>, EnvVars) - Method in class hudson.model.FileParameterValue
Exposes the originalFileName as an environment variable.
buildEnvironment(Run<?, ?>, EnvVars) - Method in class hudson.model.JobParameterValue
Exposes the name/value as an environment variable.
buildEnvironment(Run<?, ?>, EnvVars) - Method in class hudson.model.ParameterValue
Adds environmental variables for the builds to the given map.
buildEnvironment(Run<?, ?>, EnvVars) - Method in class hudson.model.PasswordParameterValue
 
buildEnvironment(Run<?, ?>, EnvVars) - Method in class hudson.model.RunParameterValue
Exposes the name/value as an environment variable.
buildEnvironment(Run<?, ?>, EnvVars) - Method in class hudson.model.StringParameterValue
Exposes the name/value as an environment variable.
buildEnvironmentFor(Run, EnvVars, TaskListener) - Method in class hudson.model.EnvironmentContributor
Contributes environment variables used for a build.
buildEnvironmentFor(Job, EnvVars, TaskListener) - Method in class hudson.model.EnvironmentContributor
Contributes environment variables used for a job.
buildEnvironmentFor(Run, EnvVars, TaskListener) - Method in class jenkins.model.CoreEnvironmentContributor
 
buildEnvironmentFor(Job, EnvVars, TaskListener) - Method in class jenkins.model.CoreEnvironmentContributor
 
buildEnvironments - Variable in class hudson.model.AbstractBuild
During the build this field remembers BuildWrapper.Environments created by BuildWrapper.
buildEnvVar(Map, Closure) - Method in interface lib.JenkinsTagLib
Renders a help entry for one environment variable.
buildEnvVar(Closure) - Method in interface lib.JenkinsTagLib
Renders a help entry for one environment variable.
buildEnvVar(Map) - Method in interface lib.JenkinsTagLib
Renders a help entry for one environment variable.
buildEnvVar() - Method in interface lib.JenkinsTagLib
Renders a help entry for one environment variable.
buildEnvVars(Map<String, String>) - Method in class hudson.model.Environment
Adds environmental variables for the builds to the given map.
buildEnvVars(AbstractBuild<?, ?>, EnvVars) - Method in interface hudson.model.EnvironmentContributingAction
Called by AbstractBuild to allow plugins to contribute environment variables.
buildEnvVars(Map<String, String>) - Method in class hudson.model.JDK
Deprecated.
as of 1.460. Use JDK.buildEnvVars(EnvVars)
buildEnvVars(EnvVars) - Method in class hudson.model.JDK
Sets PATH and JAVA_HOME from this JDK.
buildEnvVars(AbstractBuild<?, ?>, EnvVars) - Method in class hudson.model.ParametersAction
 
buildEnvVars(AbstractBuild<?, ?>, Map<String, String>) - Method in class hudson.model.ParameterValue
Deprecated.
buildEnvVars(AbstractBuild<?, ?>, EnvVars) - Method in class hudson.model.ParameterValue
buildEnvVars(AbstractBuild<?, ?>, Map<String, String>) - Method in class hudson.scm.SCM
Adds environmental variables for the builds to the given map.
buildEnvVars(EnvVars, TaskListener) - Method in class hudson.slaves.EnvironmentVariablesNodeProperty
 
buildEnvVars(EnvVars, TaskListener) - Method in class hudson.slaves.NodeProperty
Creates environment variable override for launching child processes in this node.
buildEnvVars(EnvVars, Maven.MavenInstallation) - Method in class hudson.tasks.Maven
Build up the environment variables toward the Maven launch.
buildEnvVars(EnvVars) - Method in class hudson.tasks.Maven.MavenInstallation
 
buildEnvVars(EnvVars) - Method in class hudson.tools.ToolInstallation
Expose any environment variables that this tool installation wants the build to see.
builder() - Static method in class hudson.model.LoadStatistics.LoadStatisticsSnapshot
 
Builder() - Constructor for class hudson.model.LoadStatistics.LoadStatisticsSnapshot.Builder
 
Builder - Class in hudson.tasks
BuildSteps that perform the actual build.
Builder() - Constructor for class hudson.tasks.Builder
 
BUILDERS - Static variable in interface hudson.tasks.BuildStep
Deprecated.
as of 1.286. Use Builder.all() for read access, and use Extension for registration.
BuildExecution() - Constructor for class hudson.model.Build.BuildExecution
 
buildFinished(BuildEvent) - Method in class jenkins.util.AntClassLoader
Cleans up any resources held by this classloader at the end of a build.
buildFragment(StringBuilder, SocketAddress) - Method in class hudson.UDPBroadcastFragment
Called to build up a response XML.
buildHealth(Map, Closure) - Method in interface lib.JenkinsTagLib
 
buildHealth(Closure) - Method in interface lib.JenkinsTagLib
 
buildHealth(Map) - Method in interface lib.JenkinsTagLib
 
buildHealth() - Method in interface lib.JenkinsTagLib
 
BuildHistoryWidget<T> - Class in hudson.widgets
Displays the build history on the side panel.
BuildHistoryWidget(Queue.Task, Iterable<T>, HistoryWidget.Adapter<? super T>) - Constructor for class hudson.widgets.BuildHistoryWidget
 
BuildHistoryWidget_DisplayName() - Static method in class hudson.widgets.Messages
Key BuildHistoryWidget.DisplayName: Build History.
buildLink(Map, Closure) - Method in interface lib.JenkinsTagLib
 
buildLink(Closure) - Method in interface lib.JenkinsTagLib
 
buildLink(Map) - Method in interface lib.JenkinsTagLib
 
buildLink() - Method in interface lib.JenkinsTagLib
 
BuildListener - Interface in hudson.model
Receives events that happen during a build.
BuildListenerAdapter - Class in jenkins.util
Wraps a TaskListener as a BuildListener for compatibility with APIs which historically expected the latter.
BuildListenerAdapter(TaskListener) - Constructor for class jenkins.util.BuildListenerAdapter
 
BuildListTable - Class in jenkins.widgets
 
BuildListTable() - Constructor for class jenkins.widgets.BuildListTable
 
buildListTable(Map, Closure) - Method in interface lib.JenkinsTagLib
Creates a table of builds.
buildListTable(Closure) - Method in interface lib.JenkinsTagLib
Creates a table of builds.
buildListTable(Map) - Method in interface lib.JenkinsTagLib
Creates a table of builds.
buildListTable() - Method in interface lib.JenkinsTagLib
Creates a table of builds.
buildProgressBar(Map, Closure) - Method in interface lib.JenkinsTagLib
Progress bar for a build in progress.
buildProgressBar(Closure) - Method in interface lib.JenkinsTagLib
Progress bar for a build in progress.
buildProgressBar(Map) - Method in interface lib.JenkinsTagLib
Progress bar for a build in progress.
buildProgressBar() - Method in interface lib.JenkinsTagLib
Progress bar for a build in progress.
BuildPtr(String, int) - Constructor for class hudson.model.Fingerprint.BuildPtr
 
BuildPtr(Run) - Constructor for class hudson.model.Fingerprint.BuildPtr
 
BuildQueueWidget - Class in jenkins.widgets
Show the default build queue.
BuildQueueWidget() - Constructor for class jenkins.widgets.BuildQueueWidget
 
buildRangeLink(Map, Closure) - Method in interface lib.JenkinsTagLib
 
buildRangeLink(Closure) - Method in interface lib.JenkinsTagLib
 
buildRangeLink(Map) - Method in interface lib.JenkinsTagLib
 
buildRangeLink() - Method in interface lib.JenkinsTagLib
 
BuildReference<R> - Class in jenkins.model.lazy
Reference (by default a SoftReference) to a build object.
BuildReference(String, R) - Constructor for class jenkins.model.lazy.BuildReference
 
BuildReference.DefaultHolderFactory - Class in jenkins.model.lazy
Default factory if none other are installed.
BuildReference.Holder<R> - Interface in jenkins.model.lazy
An abstraction of Reference.
BuildReference.HolderFactory - Interface in jenkins.model.lazy
Extensible factory for creating build references.
builds - Variable in class hudson.model.AbstractProject
All the builds keyed by their build number.
builds - Variable in class hudson.model.BuildTimelineWidget
 
buildStarted(BuildEvent) - Method in class jenkins.util.AntClassLoader
Empty implementation to satisfy the BuildListener interface.
buildStatusSummary(Map, Closure) - Method in interface lib.JenkinsTagLib
 
buildStatusSummary(Closure) - Method in interface lib.JenkinsTagLib
 
buildStatusSummary(Map) - Method in interface lib.JenkinsTagLib
 
buildStatusSummary() - Method in interface lib.JenkinsTagLib
 
BuildStep - Interface in hudson.tasks
One step of the whole build process.
BuildStep.PublisherList - Class in hudson.tasks
List of publisher descriptor.
BuildStepCompatibilityLayer - Class in hudson.tasks
Deprecated.
since 1.150
BuildStepCompatibilityLayer() - Constructor for class hudson.tasks.BuildStepCompatibilityLayer
Deprecated.
 
BuildStepDescriptor<T extends BuildStep & Describable<T>> - Class in hudson.tasks
BuildStepDescriptor(Class<? extends T>) - Constructor for class hudson.tasks.BuildStepDescriptor
 
BuildStepDescriptor() - Constructor for class hudson.tasks.BuildStepDescriptor
Infers the type of the corresponding BuildStep from the outer class.
BuildStepListener - Class in hudson.model
Receives events that happen as a build executes BuildSteps.
BuildStepListener() - Constructor for class hudson.model.BuildStepListener
 
BuildStepMonitor - Enum in hudson.tasks
BuildTimelineWidget - Class in hudson.model
UI widget for showing the SIMILE timeline control.
BuildTimelineWidget(RunList<?>) - Constructor for class hudson.model.BuildTimelineWidget
 
BuildTimeTrend - Class in jenkins.widgets
 
BuildTimeTrend() - Constructor for class jenkins.widgets.BuildTimeTrend
 
BuildTrigger - Class in hudson.tasks
Triggers builds of other projects.
BuildTrigger(String, boolean) - Constructor for class hudson.tasks.BuildTrigger
 
BuildTrigger(String, String) - Constructor for class hudson.tasks.BuildTrigger
 
BuildTrigger(String, Result) - Constructor for class hudson.tasks.BuildTrigger
 
BuildTrigger(List<AbstractProject>, Result) - Constructor for class hudson.tasks.BuildTrigger
 
BuildTrigger(Collection<? extends AbstractProject>, Result) - Constructor for class hudson.tasks.BuildTrigger
 
BuildTrigger.DescriptorImpl - Class in hudson.tasks
 
BuildTrigger.DescriptorImpl.ItemListenerImpl - Class in hudson.tasks
 
BuildTrigger_Disabled(Object) - Static method in class hudson.tasks.Messages
Key BuildTrigger.Disabled: {0} is disabled.
BuildTrigger_DisplayName() - Static method in class hudson.tasks.Messages
Key BuildTrigger.DisplayName: Build other projects.
BuildTrigger_InQueue(Object) - Static method in class hudson.tasks.Messages
Key BuildTrigger.InQueue: {0} is already in the queue.
BuildTrigger_NoProjectSpecified() - Static method in class hudson.tasks.Messages
Key BuildTrigger.NoProjectSpecified: No project specified.
BuildTrigger_NoSuchProject(Object, Object) - Static method in class hudson.tasks.Messages
Key BuildTrigger.NoSuchProject: No such project ‘{0}’.
BuildTrigger_NotBuildable(Object) - Static method in class hudson.tasks.Messages
Key BuildTrigger.NotBuildable: {0} is not buildable.
BuildTrigger_Triggering(Object) - Static method in class hudson.tasks.Messages
Key BuildTrigger.Triggering: Triggering a new build of {0}.
BuildTrigger_warning_access_control_for_builds_in_glo() - Static method in class hudson.tasks.Messages
Key BuildTrigger.warning_access_control_for_builds_in_glo: Warning: ‘Access Control for Builds’ in global security configuration is empty, so falling back to legacy behavior of permitting any downstream builds to be triggered.
BuildTrigger_warning_this_build_has_no_associated_aut() - Static method in class hudson.tasks.Messages
Key BuildTrigger.warning_this_build_has_no_associated_aut: Warning: this build has no associated authentication, so build permissions may be lacking, and downstream projects which cannot even be seen by an anonymous user will be silently skipped.
BuildTrigger_warning_you_have_no_plugins_providing_ac() - Static method in class hudson.tasks.Messages
Key BuildTrigger.warning_you_have_no_plugins_providing_ac: Warning: you have no plugins providing access control for builds, so falling back to legacy behavior of permitting any downstream builds to be triggered.
BuildTrigger_you_have_no_permission_to_build_(Object) - Static method in class hudson.tasks.Messages
Key BuildTrigger.you_have_no_permission_to_build_: You have no permission to build {0}.
BuildVariableContributor - Class in hudson.model
Contributes build variables to builds.
BuildVariableContributor() - Constructor for class hudson.model.BuildVariableContributor
 
buildVariablesFor(AbstractBuild, Map<String, String>) - Method in class hudson.model.BuildVariableContributor
Contributes build variables used for a build.
buildWithParameters(StaplerRequest, StaplerResponse) - Method in class hudson.model.ParametersDefinitionProperty
buildWithParameters(StaplerRequest, StaplerResponse, TimeDuration) - Method in class hudson.model.ParametersDefinitionProperty
 
BuildWrapper - Class in hudson.tasks
Pluggability point for performing pre/post actions for the build process.
BuildWrapper() - Constructor for class hudson.tasks.BuildWrapper
 
BuildWrapper.Environment - Class in hudson.tasks
Represents the environment set up by BuildWrapper.setUp(Build,Launcher,BuildListener).
BuildWrapperDescriptor - Class in hudson.tasks
BuildWrapperDescriptor(Class<? extends BuildWrapper>) - Constructor for class hudson.tasks.BuildWrapperDescriptor
 
BuildWrapperDescriptor() - Constructor for class hudson.tasks.BuildWrapperDescriptor
Infers the type of the corresponding Describable from the outer class.
BuildWrappers - Class in hudson.tasks
List of all installed BuildWrapper.
BuildWrappers() - Constructor for class hudson.tasks.BuildWrappers
 
BUILTIN - Static variable in class hudson.model.PermalinkProjectAction.Permalink
List of PermalinkProjectAction.Permalinks that are built into Jenkins.
BuiltInComputerPinger() - Constructor for class hudson.model.ComputerPinger.BuiltInComputerPinger
 
BulkChange - Class in hudson
Transaction-like object that can be used to make a bunch of changes to an object, and defer the Saveable.save() until the end.
BulkChange(Saveable) - Constructor for class hudson.BulkChange
 
bundleFileName - Variable in enum hudson.tools.JDKInstaller.Platform
Choose the file name suitable for the downloaded JDK bundle.
busyExecutors - Variable in class hudson.model.LoadStatistics
Number of busy executors and how it changes over time.
ByCLI(String) - Constructor for class hudson.slaves.OfflineCause.ByCLI
 
ByMap(Map<String, V>) - Constructor for class hudson.util.VariableResolver.ByMap
 
BYPASS - Static variable in class jenkins.security.s2m.CallableDirectionChecker
Switch to disable all the defense mechanism completely.
BYPASS - Static variable in class jenkins.security.s2m.DefaultFilePathFilter
Escape hatch to disable this check completely.
ByteArrayOutputStream2 - Class in hudson.util
ByteArrayOutputStream with access to its raw buffer.
ByteArrayOutputStream2() - Constructor for class hudson.util.ByteArrayOutputStream2
 
ByteArrayOutputStream2(int) - Constructor for class hudson.util.ByteArrayOutputStream2
 
ByteBuffer - Class in hudson.util
Deprecated.
since 2008-05-28. Moved to stapler
ByteBuffer() - Constructor for class hudson.util.ByteBuffer
Deprecated.
 
byTimestamp(long, long) - Method in class hudson.util.RunList
Filter the list by timestamp.

C

cacheHit - Variable in class hudson.util.KeyedDataStorage
Number of cache hits (of all the total queries.)
calcAutoCompleteSettings(String, Map<String, Object>) - Method in class hudson.model.Descriptor
Computes the auto-completion setting
calcCheckUrl(Map, String, Object, String) - Method in class hudson.Functions
Determines the parameters that client-side needs for a form validation check.
calcFillSettings(String, Map<String, Object>) - Method in class hudson.model.Descriptor
Computes the list of other form fields that the given field depends on, via the doFillXyzItems method, and sets that as the 'fillDependsOn' attribute.
calcRevisionsFromBuild(AbstractBuild<?, ?>, Launcher, TaskListener) - Method in class hudson.fsp.WorkspaceSnapshotSCM
 
calcRevisionsFromBuild(Run<?, ?>, FilePath, Launcher, TaskListener) - Method in class hudson.scm.NullSCM
 
calcRevisionsFromBuild(Run<?, ?>, FilePath, Launcher, TaskListener) - Method in class hudson.scm.SCM
Calculates the SCMRevisionState that represents the state of the workspace of the given build.
calcRevisionsFromBuild(AbstractBuild<?, ?>, Launcher, TaskListener) - Method in class hudson.scm.SCM
Deprecated.
calculate(Run<?, ?>, JSONObject) - Method in class jenkins.widgets.BuildListTable
 
calculate(Run<?, ?>, JSONObject) - Method in class jenkins.widgets.BuildTimeTrend
 
calculate(Run<?, ?>, JSONObject) - Method in class jenkins.widgets.RunListProgressiveRendering
 
calculateCategorySize(int, Rectangle2D, RectangleEdge) - Method in class hudson.util.ShiftedCategoryAxis
 
call() - Method in class hudson.cli.util.ScriptLoader
 
call() - Method in class hudson.FilePath.AbstractInterceptorCallableWrapper
 
call(P1) - Method in interface hudson.util.Function1
 
call(Object, Method, Object[]) - Method in class hudson.util.InterceptingProxy
Intercepts every method call.
CallableDirectionChecker - Class in jenkins.security.s2m
Inspects Callables that run on the master.
CallableDirectionChecker.ChannelConfiguratorImpl - Class in jenkins.security.s2m
Installs CallableDirectionChecker to every channel.
CallableDirectionChecker.DefaultWhitelist - Class in jenkins.security.s2m
Whitelist rule based on system properties.
CallableRejectionConfig - Class in jenkins.security.s2m
Text file that lists whitelisted callables.
CallableWhitelist - Class in jenkins.security.s2m
Used on the master to selectively allow specific Callables to execute on the master even when those Callables do not have proper Role declarations from its RoleSensitive.checkRoles(RoleChecker) method.
CallableWhitelist() - Constructor for class jenkins.security.s2m.CallableWhitelist
 
callback(Cause.UpstreamCause, UnmarshallingContext) - Method in class hudson.model.Cause.UpstreamCause.ConverterImpl
 
callback(CauseAction, UnmarshallingContext) - Method in class hudson.model.CauseAction.ConverterImpl
 
callback(HealthReport, UnmarshallingContext) - Method in class hudson.model.HealthReport.ConverterImpl
 
callback(HudsonPrivateSecurityRealm.Details, UnmarshallingContext) - Method in class hudson.security.HudsonPrivateSecurityRealm.Details.ConverterImpl
 
callback(ToolInstallation, UnmarshallingContext) - Method in class hudson.tools.ToolInstallation.ToolConverter
 
callback(T, UnmarshallingContext) - Method in class hudson.util.XStream2.PassthruConverter
 
canAccept(MappingWorksheet.WorkChunk) - Method in class hudson.model.queue.MappingWorksheet.ExecutorChunk
Is this executor chunk and the given work chunk compatible? Can the latter be run on the former?
canAdd(TopLevelItem) - Method in interface jenkins.model.DirectlyModifiableTopLevelItemGroup
Returns true if a particular item may be added to this group.
canAdd(TopLevelItem) - Method in class jenkins.model.Jenkins
 
CANCEL - Static variable in interface hudson.model.Item
 
cancel(Queue.Task) - Method in class hudson.model.Queue
Cancels the item in the queue.
cancel(Queue.Item) - Method in class hudson.model.Queue
 
cancel(boolean) - Method in class hudson.model.queue.FutureImpl
 
cancel() - Method in class hudson.model.UpdateCenter.RestartJenkinsJob
Cancel job
Canceled() - Constructor for class hudson.model.UpdateCenter.RestartJenkinsJob.Canceled
 
canceled() - Method in class jenkins.util.ProgressiveRendering
Checks whether the task has been canceled.
canConvert(Class) - Method in class hudson.model.BuildAuthorizationToken.ConverterImpl
Deprecated.
 
canConvert(Class) - Method in class hudson.model.Label.ConverterImpl
 
canConvert(Class) - Method in class hudson.slaves.NodeList.ConverterImpl
 
canConvert(Class) - Method in class hudson.util.ConcurrentHashMapConverter
 
canConvert(Class) - Method in class hudson.util.CopyOnWriteList.ConverterImpl
 
canConvert(Class) - Method in class hudson.util.CopyOnWriteMap.Hash.ConverterImpl
 
canConvert(Class) - Method in class hudson.util.CopyOnWriteMap.Tree.ConverterImpl
 
canConvert(Class) - Method in class hudson.util.DescribableList.ConverterImpl
 
canConvert(Class) - Method in class hudson.util.HeapSpaceStringConverter
 
canConvert(Class) - Method in class hudson.util.HexBinaryConverter
 
canConvert(Class) - Method in class hudson.util.LRUStringConverter
 
canConvert(Class) - Method in class hudson.util.PackedMap.ConverterImpl
 
canConvert(Class) - Method in class hudson.util.PersistedList.ConverterImpl
 
canConvert(Class) - Method in class hudson.util.RobustCollectionConverter
 
canConvert(Class) - Method in class hudson.util.RobustReflectionConverter
 
canConvert(Class) - Method in class hudson.util.Secret.ConverterImpl
 
canConvert(Class) - Method in class hudson.util.StringConverter2
Deprecated.
 
canConvert(Class) - Method in class hudson.util.xstream.ImmutableListConverter
 
canConvert(Class) - Method in class hudson.util.xstream.ImmutableMapConverter
 
canConvert(Class) - Method in class hudson.util.xstream.ImmutableSetConverter
 
canConvert(Class) - Method in class hudson.util.xstream.ImmutableSortedSetConverter
 
canConvert(Class) - Method in class hudson.util.XStream2.PassthruConverter
 
canConvert(Class) - Method in class jenkins.model.BuildDiscarder.ConverterImpl
 
canConvert(Class) - Method in class jenkins.util.TreeString.ConverterImpl
 
canConvert(Class) - Method in class jenkins.util.xstream.XStreamDOM.ConverterImpl
 
canDelete(View) - Method in class hudson.model.MyViewsProperty
 
canDelete(View) - Method in class hudson.model.TreeView
 
canDelete() - Method in class hudson.model.User
With ADMINISTER permission, can delete users with persisted data but can't delete self.
canDelete(View) - Method in interface hudson.model.ViewGroup
Determine whether a view may be deleted.
canDelete(View) - Method in class hudson.model.ViewGroupMixIn
 
canDelete(View) - Method in class jenkins.model.Jenkins
 
canLogOut() - Method in class hudson.security.SecurityRealm
Returns true if this SecurityRealm supports explicit logout operation.
CanonicalIdResolver() - Constructor for class hudson.model.User.CanonicalIdResolver
 
canProvision(Label) - Method in class hudson.slaves.Cloud
Returns true if this cloud is capable of provisioning new nodes for the given label.
canProvision(Cloud, Label, int) - Method in class hudson.slaves.CloudProvisioningListener
Allows extensions to prevent a cloud from provisioning.
canRead() - Method in class jenkins.util.VirtualFile
Checks whether this file can be read.
canRestart() - Method in class hudson.lifecycle.Lifecycle
The same as Lifecycle.verifyRestartable() except the status is indicated by the return value, not by an exception.
canRewriteHudsonWar() - Method in class hudson.lifecycle.Lifecycle
canRun(Queue.Item) - Method in class hudson.model.queue.QueueTaskDispatcher
Called whenever Queue is considering if Queue.Item is ready to execute immediately (which doesn't necessarily mean that it gets executed right away — it's still subject to executor availability), or if it should be considered blocked.
canRun(ResourceList) - Method in class hudson.model.ResourceController
Checks if an activity that requires the given resource list can run immediately.
canTake(Queue.Task) - Method in class hudson.model.Node
Deprecated.
canTake(Queue.BuildableItem) - Method in class hudson.model.Node
Called by the Queue to determine whether or not this node can take the given task.
canTake(Queue.BuildableItem) - Method in class hudson.model.Queue.JobOffer
Verifies that the Executor represented by this object is capable of executing the given task.
canTake(Node, Queue.Task) - Method in class hudson.model.queue.QueueTaskDispatcher
canTake(Node, Queue.BuildableItem) - Method in class hudson.model.queue.QueueTaskDispatcher
Called when Queue is deciding where to execute the given task.
canTake(Queue.Task) - Method in class hudson.slaves.NodeProperty
Deprecated.
canTake(Queue.BuildableItem) - Method in class hudson.slaves.NodeProperty
Called by the Node to help determine whether or not it should take the given task.
canToggleLogKeep() - Method in class hudson.model.Run
Checks whether keep status can be toggled.
canUpgrade() - Method in class hudson.model.UpdateSite.Data
Do we support upgrade?
canWork() - Method in class jenkins.slaves.restarter.SlaveRestarter
Called on the slave to see if this restarter can work on this slave.
canWork() - Method in class jenkins.slaves.restarter.UnixSlaveRestarter
 
canWork() - Method in class jenkins.slaves.restarter.WinswSlaveRestarter
 
capacity() - Method in class hudson.model.queue.MappingWorksheet.ExecutorChunk
Number of executors in this chunk.
capitalize(String) - Static method in class hudson.Functions
Converts "abc" to "Abc".
captcha - Variable in class hudson.security.HudsonPrivateSecurityRealm.SignupInfo
 
CaptchaSupport - Class in hudson.security.captcha
Extension point for adding Captcha Support to User Registration Page CaptchaSupport.
CaptchaSupport() - Constructor for class hudson.security.captcha.CaptchaSupport
 
CaptchaSupportDescriptor - Class in hudson.security.captcha
CaptchaSupportDescriptor() - Constructor for class hudson.security.captcha.CaptchaSupportDescriptor
 
CASE_INSENSITIVE - Static variable in class jenkins.model.IdStrategy
The default case insensitive strategy.
CaseInsensitive() - Constructor for class jenkins.model.IdStrategy.CaseInsensitive
 
CaseInsensitiveComparator - Class in hudson.util
Case-insensitive string comparator.
CaseSensitive() - Constructor for class jenkins.model.IdStrategy.CaseSensitive
 
CaseSensitiveEmailAddress() - Constructor for class jenkins.model.IdStrategy.CaseSensitiveEmailAddress
 
cast(ConsoleAnnotator<? super T>) - Static method in class hudson.console.ConsoleAnnotator
Cast operation that restricts T.
cast(Object) - Method in class hudson.util.AlternativeUiTextProvider.Message
Assists pattern matching in the AlternativeUiTextProvider implementation.
cast(Iterator<? extends T>) - Static method in class hudson.util.Iterators
Casts Iterator by taking advantage of its covariant-ness.
cast(Iterable<? extends T>) - Static method in class hudson.util.Iterators
Casts Iterable by taking advantage of its covariant-ness.
categories - Variable in class hudson.model.UpdateSite.Plugin
Categories for grouping plugins, taken from labels assigned to wiki page.
category - Variable in class hudson.model.UpdateCenter.PluginEntry
 
Cause - Class in hudson.model
Cause object base class.
Cause() - Constructor for class hudson.model.Cause
 
cause - Variable in class hudson.PluginManager.FailedPlugin
 
cause - Variable in class hudson.slaves.OfflineCause.ChannelTermination
 
cause - Variable in exception hudson.util.AWTProblem
Deprecated.
cause - Variable in exception hudson.util.JenkinsReloadFailed
Deprecated.
Cause.LegacyCodeCause - Class in hudson.model
Deprecated.
since 2009-02-08
Cause.RemoteCause - Class in hudson.model
 
Cause.UpstreamCause - Class in hudson.model
A build is triggered by another build (AKA upstream build.)
Cause.UpstreamCause.ConverterImpl - Class in hudson.model
 
Cause.UpstreamCause.DeeplyNestedUpstreamCause - Class in hudson.model
 
Cause.UserCause - Class in hudson.model
Deprecated.
Cause.UserIdCause - Class in hudson.model
A build is started by an user action.
Cause_LegacyCodeCause_ShortDescription() - Static method in class hudson.model.Messages
Key Cause.LegacyCodeCause.ShortDescription: {@code Legacy code started this job.
Cause_RemoteCause_ShortDescription(Object) - Static method in class hudson.model.Messages
Key Cause.RemoteCause.ShortDescription: Started by remote host {0}.
Cause_RemoteCause_ShortDescriptionWithNote(Object, Object) - Static method in class hudson.model.Messages
Key Cause.RemoteCause.ShortDescriptionWithNote: Started by remote host {0} with note: {1}.
Cause_UpstreamCause_CausedBy() - Static method in class hudson.model.Messages
Key Cause.UpstreamCause.CausedBy: originally caused by:.
Cause_UpstreamCause_ShortDescription(Object, Object) - Static method in class hudson.model.Messages
Key Cause.UpstreamCause.ShortDescription: Started by upstream project "{0}" build number {1}.
Cause_UserCause_ShortDescription(Object) - Static method in class hudson.model.Messages
Key Cause.UserCause.ShortDescription: Started by user {0}.
Cause_UserIdCause_ShortDescription(Object) - Static method in class hudson.model.Messages
Key Cause.UserIdCause.ShortDescription: Started by user {0}.
CauseAction - Class in hudson.model
 
CauseAction(Cause) - Constructor for class hudson.model.CauseAction
 
CauseAction(Cause...) - Constructor for class hudson.model.CauseAction
 
CauseAction(Collection<? extends Cause>) - Constructor for class hudson.model.CauseAction
 
CauseAction(CauseAction) - Constructor for class hudson.model.CauseAction
 
CauseAction.ConverterImpl - Class in hudson.model
 
CauseOfBlockage - Class in hudson.model.queue
If something is blocked/vetoed, this object represents why.
CauseOfBlockage() - Constructor for class hudson.model.queue.CauseOfBlockage
 
CauseOfBlockage.BecauseLabelIsBusy - Class in hudson.model.queue
Build is blocked because everyone that matches the specified label is fully busy
CauseOfBlockage.BecauseLabelIsOffline - Class in hudson.model.queue
Build is blocked because all the nodes that match a given label is offline.
CauseOfBlockage.BecauseNodeIsBusy - Class in hudson.model.queue
Build is blocked because a node is fully busy
CauseOfBlockage.BecauseNodeIsOffline - Class in hudson.model.queue
Build is blocked because a node is offline.
CauseOfInterruption - Class in jenkins.model
Records why an executor is interrupted.
CauseOfInterruption() - Constructor for class jenkins.model.CauseOfInterruption
 
CauseOfInterruption.UserInterruption - Class in jenkins.model
Indicates that the build was interrupted from UI.
CauseOfInterruption_ShortDescription(Object) - Static method in class jenkins.model.Messages
Key CauseOfInterruption.ShortDescription: Aborted by {0}.
ceil(long) - Method in class hudson.scheduler.CronTab
Computes the nearest future timestamp that matches this cron tab.
ceil(Calendar) - Method in class hudson.scheduler.CronTab
ChainedServletFilter - Class in hudson.security
Servlet Filter that chains multiple Filters.
ChainedServletFilter() - Constructor for class hudson.security.ChainedServletFilter
 
ChainedServletFilter(Filter...) - Constructor for class hudson.security.ChainedServletFilter
 
ChainedServletFilter(Collection<? extends Filter>) - Constructor for class hudson.security.ChainedServletFilter
 
change - Variable in class hudson.scm.PollingResult
Degree of the change between baseline and remote.
changeApiToken() - Method in class jenkins.security.ApiTokenProperty
 
changeExtension(File, String) - Static method in class hudson.Util
Returns a file name by changing its extension.
changeListener - Static variable in class hudson.diagnosis.OldDataMonitor
 
ChangeLogAnnotator - Class in hudson.scm
Performs mark up on changelog messages to be displayed.
ChangeLogAnnotator() - Constructor for class hudson.scm.ChangeLogAnnotator
 
ChangeLogParser - Class in hudson.scm
Encapsulates the file format of the changelog.
ChangeLogParser() - Constructor for class hudson.scm.ChangeLogParser
 
ChangeLogSet<T extends ChangeLogSet.Entry> - Class in hudson.scm
Represents SCM change list.
ChangeLogSet(Run<?, ?>, RepositoryBrowser<?>) - Constructor for class hudson.scm.ChangeLogSet
 
ChangeLogSet(AbstractBuild<?, ?>) - Constructor for class hudson.scm.ChangeLogSet
Deprecated.
ChangeLogSet.AffectedFile - Interface in hudson.scm
Represents a file change.
ChangeLogSet.Entry - Class in hudson.scm
 
channel - Variable in class hudson.cli.CLICommand
Channel that represents the CLI JVM.
channel - Variable in class hudson.Launcher
 
ChannelConfigurator - Class in jenkins.security
Intercepts the new creation of Channel and tweak its configuration.
ChannelConfigurator() - Constructor for class jenkins.security.ChannelConfigurator
 
ChannelConfiguratorImpl() - Constructor for class jenkins.security.s2m.AdminFilePathFilter.ChannelConfiguratorImpl
 
ChannelConfiguratorImpl() - Constructor for class jenkins.security.s2m.CallableDirectionChecker.ChannelConfiguratorImpl
 
ChannelPinger - Class in hudson.slaves
Establish a periodic ping to keep connections between slaves and the main Jenkins node alive.
ChannelPinger() - Constructor for class hudson.slaves.ChannelPinger
 
Channels - Class in hudson.slaves
Various convenient subtype of Channels.
Channels() - Constructor for class hudson.slaves.Channels
 
ChannelTermination(Exception) - Constructor for class hudson.slaves.OfflineCause.ChannelTermination
 
CharacterEncodingFilter - Class in hudson.util
Filter that sets the character encoding to be used in parsing the request to avoid Non-ASCII characters garbled.
CharacterEncodingFilter() - Constructor for class hudson.util.CharacterEncodingFilter
 
charAt(int) - Method in class hudson.AbstractMarkupText
 
charset - Variable in class hudson.model.Run
Charset in which the log file is written.
CharSpool - Class in hudson.util
Deprecated.
since 2008-05-28. moved to stapler
CharSpool() - Constructor for class hudson.util.CharSpool
Deprecated.
 
ChartUtil - Class in hudson.util
Chart generation utility code around JFreeChart.
ChartUtil() - Constructor for class hudson.util.ChartUtil
 
ChartUtil.NumberOnlyBuildLabel - Class in hudson.util
Can be used as a graph label.
chdir(String) - Method in interface hudson.util.jna.GNUCLibrary
 
CHEBYSHEV_N - Static variable in class hudson.util.ChartUtil
 
check(AbstractProject<?, ?>, Label) - Method in class hudson.model.AbstractProject.LabelValidator
Check the use of the label within the specified context.
check(Calendar) - Method in class hudson.scheduler.CronTabList
Returns true if the given calendar matches
check(AbstractCloudComputer) - Method in class hudson.slaves.CloudRetentionStrategy
 
check(T) - Method in class hudson.slaves.CloudSlaveRetentionStrategy
 
check(SlaveComputer) - Method in class hudson.slaves.RetentionStrategy.Always
 
check(T) - Method in class hudson.slaves.RetentionStrategy
This method will be called periodically to allow this strategy to decide what to do with it's owning slave.
check(SlaveComputer) - Method in class hudson.slaves.RetentionStrategy.Demand
 
check(SlaveComputer) - Method in class hudson.slaves.SimpleScheduledRetentionStrategy
 
check() - Method in class hudson.util.FormFieldValidator.Base64
Deprecated.
 
CHECK - Static variable in class hudson.util.FormFieldValidator
Deprecated.
 
check() - Method in class hudson.util.FormFieldValidator
Deprecated.
 
check() - Method in class hudson.util.FormFieldValidator.Executable
Deprecated.
 
check() - Method in class hudson.util.FormFieldValidator.HudsonURL
Deprecated.
 
check() - Method in class hudson.util.FormFieldValidator.NonNegativeInteger
Deprecated.
 
check() - Method in class hudson.util.FormFieldValidator.WorkspaceFileMask
Deprecated.
 
check() - Method in class hudson.util.FormFieldValidator.WorkspaceFilePath
Deprecated.
 
check() - Method in class hudson.util.FormValidation.URLCheck
Implement the actual form validation logic, by using other convenience methosd defined in this class.
check(Map, Closure) - Method in interface jenkins.PluginManagerTagLib
 
check(Closure) - Method in interface jenkins.PluginManagerTagLib
 
check(Map) - Method in interface jenkins.PluginManagerTagLib
 
check() - Method in interface jenkins.PluginManagerTagLib
 
check(RoleSensitive, Collection<Role>) - Method in class jenkins.security.s2m.CallableDirectionChecker
 
checkAbortPermission() - Method in class hudson.model.AbstractProject
 
checkAbortPermission() - Method in class hudson.model.queue.QueueTaskFilter
 
checkAbortPermission() - Method in interface hudson.model.Queue.Task
Checks the permission to see if the current user can abort this executable.
checkApplicableIn(ItemGroup) - Method in class hudson.model.TopLevelItemDescriptor
Checks if this top level item is applicable within the specified item group.
checkbox(Map, Closure) - Method in interface lib.FormTagLib
<input type="checkbox"> tag that takes true/false for @checked, which is more Jelly friendly.
checkbox(Closure) - Method in interface lib.FormTagLib
<input type="checkbox"> tag that takes true/false for @checked, which is more Jelly friendly.
checkbox(Map) - Method in interface lib.FormTagLib
<input type="checkbox"> tag that takes true/false for @checked, which is more Jelly friendly.
checkbox() - Method in interface lib.FormTagLib
<input type="checkbox"> tag that takes true/false for @checked, which is more Jelly friendly.
checkChannel() - Method in class hudson.cli.CLICommand
 
checkClientTrusted(X509Certificate[], String) - Method in class hudson.cli.NoCheckTrustManager
 
checkConnection(UpdateCenter.ConnectionCheckJob, String) - Method in class hudson.model.UpdateCenter.UpdateCenterConfiguration
Check network connectivity by trying to establish a connection to the host in connectionCheckUrl.
checkCreatePermission(ItemGroup, TopLevelItemDescriptor) - Method in class hudson.security.ACL
Checks if the current security principal has the permission to create top level items within the specified item group.
checkCycle() - Method in class hudson.slaves.CloudSlaveRetentionStrategy
When do we check again next time?
checkExecutable(File) - Method in class hudson.util.FormFieldValidator.Executable
Deprecated.
Provides an opportunity for derived classes to do additional checks on the executable.
checkFileAccess(String, File) - Method in class jenkins.security.s2m.AdminWhitelistRule
 
checkGoodName(String) - Static method in class jenkins.model.Jenkins
Check if the given name is suitable as a name for job, view, etc.
checkHomeDirectory(File) - Method in class hudson.model.JDK.DescriptorImpl
Checks if the JAVA_HOME is a valid JAVA_HOME path.
checkHomeDirectory(File) - Method in class hudson.tasks.Maven.MavenInstallation.DescriptorImpl
Checks if the MAVEN_HOME is valid.
checkHomeDirectory(File) - Method in class hudson.tools.ToolDescriptor
May be overridden to provide tool-specific validation of a tool home directory.
checkIsReachable(InetAddress, int) - Static method in class hudson.model.ComputerPinger
Is this computer reachable via the given address?
checkJavaVersion(PrintStream, String, BufferedReader) - Static method in class hudson.slaves.ComputerLauncher
Given the output of "java -version" in r, determine if this version of Java is supported, or throw IOException.
checkMac(byte[], byte[]) - Method in class jenkins.security.HMACConfidentialKey
Convenience method for verifying the MAC code.
checkMac(String, String) - Method in class jenkins.security.HMACConfidentialKey
Verifies MAC constructed from HMACConfidentialKey.mac(String)
CheckMethod(Descriptor, String) - Constructor for class hudson.util.FormValidation.CheckMethod
 
checkName(String) - Method in class hudson.model.ComputerSet
Makes sure that the given name is good as a slave name.
checkName(String) - Method in class jenkins.model.ProjectNamingStrategy
Called when creating a new job.
checkName(String) - Method in class jenkins.model.ProjectNamingStrategy.DefaultProjectNamingStrategy
 
checkName(String) - Method in class jenkins.model.ProjectNamingStrategy.PatternProjectNamingStrategy
 
checkout(AbstractBuild, Launcher, FilePath, BuildListener, File) - Method in class hudson.fsp.WorkspaceSnapshotSCM
 
checkout(AbstractBuild, Launcher, BuildListener, File) - Method in class hudson.model.AbstractProject
 
checkout(Run<?, ?>, Launcher, FilePath, TaskListener, File, SCMRevisionState) - Method in class hudson.scm.NullSCM
 
checkout(Run<?, ?>, Launcher, FilePath, TaskListener, File, SCMRevisionState) - Method in class hudson.scm.SCM
Obtains a fresh workspace of the module(s) into the specified directory of the specified machine.
checkout(AbstractBuild<?, ?>, Launcher, FilePath, BuildListener, File) - Method in class hudson.scm.SCM
Deprecated.
checkout(AbstractBuild.AbstractBuildExecution) - Method in class jenkins.scm.SCMCheckoutStrategy
Performs the checkout step.
checkPermission(Permission) - Static method in class hudson.Functions
 
checkPermission(AccessControlled, Permission) - Static method in class hudson.Functions
 
checkPermission(Object, Permission) - Static method in class hudson.Functions
This version is so that the 'checkPermission' on layout.jelly degrades gracefully if "it" is not an AccessControlled object.
checkPermission(Permission) - Method in class hudson.model.AbstractItem
Short for getACL().checkPermission(p)
checkPermission(AbstractProject<?, ?>, BuildAuthorizationToken, StaplerRequest, StaplerResponse) - Static method in class hudson.model.BuildAuthorizationToken
Deprecated.
checkPermission(Job<?, ?>, BuildAuthorizationToken, StaplerRequest, StaplerResponse) - Static method in class hudson.model.BuildAuthorizationToken
Deprecated.
 
checkPermission(Permission) - Method in class hudson.model.Computer
 
checkPermission(Permission) - Method in class hudson.model.MyViewsProperty
 
checkPermission(Permission) - Method in class hudson.model.Node
 
checkPermission(Permission) - Method in class hudson.model.Run
 
checkPermission(Permission) - Method in class hudson.model.User
 
checkPermission(Permission) - Method in class hudson.model.View
 
checkPermission(Permission) - Method in interface hudson.security.AccessControlled
Convenient short-cut for getACL().checkPermission(permission)
checkPermission(Permission) - Method in class hudson.security.ACL
Checks if the current security principal has this permission.
checkPermission(Permission) - Method in class hudson.security.HudsonPrivateSecurityRealm
 
checkPermission(Permission) - Method in class hudson.slaves.Cloud
 
CheckPoint - Class in hudson.model
Provides a mechanism for synchronizing build executions in the face of concurrent builds.
CheckPoint(String, Object) - Constructor for class hudson.model.CheckPoint
For advanced uses.
CheckPoint(String) - Constructor for class hudson.model.CheckPoint
 
checkPostBackAccess() - Static method in class jenkins.model.DownloadSettings
 
checkRoles(RoleChecker) - Method in class jenkins.MasterToSlaveFileCallable
 
checkRoles(RoleChecker) - Method in class jenkins.security.MasterToSlaveCallable
 
checkRoles(RoleChecker) - Method in class jenkins.security.NotReallyRoleSensitiveCallable
 
checkRoles(RoleChecker) - Method in class jenkins.security.SlaveToMasterCallable
 
checkRoles(RoleChecker) - Method in class jenkins.SlaveToMasterFileCallable
 
checkSanity() - Method in class hudson.scheduler.CronTab
Checks if this crontab entry looks reasonable, and if not, return an warning message.
checkSanity() - Method in class hudson.scheduler.CronTabList
Checks if this crontab entry looks reasonable, and if not, return an warning message.
checkSCM - Variable in class hudson.cli.BuildCommand
 
checkServerTrusted(X509Certificate[], String) - Method in class hudson.cli.NoCheckTrustManager
 
checkTriggers(Calendar) - Static method in class hudson.triggers.Trigger
 
checkUpdateCenter(UpdateCenter.ConnectionCheckJob, String) - Method in class hudson.model.UpdateCenter.UpdateCenterConfiguration
Check connection to update center server.
checkUpdates(Map, Closure) - Method in interface jenkins.PluginManagerTagLib
 
checkUpdates(Closure) - Method in interface jenkins.PluginManagerTagLib
 
checkUpdates(Map) - Method in interface jenkins.PluginManagerTagLib
 
checkUpdates() - Method in interface jenkins.PluginManagerTagLib
 
child(String) - Method in class hudson.FilePath
The same as FilePath.FilePath(FilePath,String) but more OO.
child(String) - Method in class jenkins.util.VirtualFile
Obtains a child file.
chmod(int) - Method in class hudson.FilePath
Sets the file permission.
chmod(String, int) - Method in interface hudson.tools.JDKInstaller.FileSystem
 
chmod(String, int) - Method in interface hudson.util.jna.GNUCLibrary
 
chmod(String, int) - Method in class hudson.util.ssh.SFTPClient
Deprecated.
 
ChoiceParameterDefinition - Class in hudson.model
 
ChoiceParameterDefinition(String, String, String) - Constructor for class hudson.model.ChoiceParameterDefinition
 
ChoiceParameterDefinition(String, String[], String) - Constructor for class hudson.model.ChoiceParameterDefinition
 
ChoiceParameterDefinition.DescriptorImpl - Class in hudson.model
 
ChoiceParameterDefinition_DisplayName() - Static method in class hudson.model.Messages
Key ChoiceParameterDefinition.DisplayName: Choice Parameter.
ChoiceParameterDefinition_MissingChoices() - Static method in class hudson.model.Messages
Key ChoiceParameterDefinition.MissingChoices: Requires Choices..
CHOICES_DELIMETER - Static variable in class hudson.model.ChoiceParameterDefinition
Deprecated.
CHOICES_DELIMITER - Static variable in class hudson.model.ChoiceParameterDefinition
 
chooseAction() - Method in class hudson.scm.AbstractScmTagAction
 
chown(String, int, int) - Method in interface hudson.util.jna.GNUCLibrary
 
ChunkedInputStream - Class in hudson.util
Transparently coalesces chunks of a HTTP stream that uses Transfer-Encoding chunked.
ChunkedInputStream(InputStream) - Constructor for class hudson.util.ChunkedInputStream
ChunkedInputStream constructor
ChunkedOutputStream - Class in hudson.util
Implements HTTP chunking support.
ChunkedOutputStream(OutputStream, int) - Constructor for class hudson.util.ChunkedOutputStream
Wraps a stream and chunks the output.
ChunkedOutputStream(OutputStream) - Constructor for class hudson.util.ChunkedOutputStream
Wraps a stream and chunks the output.
class_entry(Map, Closure) - Method in interface lib.FormTagLib
Invisible <f:entry> type for embedding a descriptor's $class field.
class_entry(Closure) - Method in interface lib.FormTagLib
Invisible <f:entry> type for embedding a descriptor's $class field.
class_entry(Map) - Method in interface lib.FormTagLib
Invisible <f:entry> type for embedding a descriptor's $class field.
class_entry() - Method in interface lib.FormTagLib
Invisible <f:entry> type for embedding a descriptor's $class field.
ClassicPluginStrategy - Class in hudson
 
ClassicPluginStrategy(PluginManager) - Constructor for class hudson.ClassicPluginStrategy
 
classLoader - Variable in class hudson.PluginWrapper
ClassLoader for loading classes from this plugin.
ClassLoaderReflectionToolkit - Class in jenkins
Reflective access to various ClassLoader methods which are otherwise protected.
ClassLoaderReflectionToolkit() - Constructor for class jenkins.ClassLoaderReflectionToolkit
Deprecated.
unsafe
ClassLoaderStatisticsSlaveInfo - Class in jenkins.slaves.systemInfo
 
ClassLoaderStatisticsSlaveInfo() - Constructor for class jenkins.slaves.systemInfo.ClassLoaderStatisticsSlaveInfo
 
ClassLoaderStatisticsSlaveInfo_DisplayName() - Static method in class jenkins.slaves.systemInfo.Messages
Key ClassLoaderStatisticsSlaveInfo.DisplayName: Remote Class Loader Statistics.
classpath() - Method in class hudson.util.JVMBuilder
Returns a builder object for creating classpath arguments.
ClasspathBuilder - Class in hudson.util
Used to build up an argument in the classpath format.
ClasspathBuilder() - Constructor for class hudson.util.ClasspathBuilder
 
clazz - Variable in class hudson.model.Descriptor
The class being described by this descriptor.
clazz - Variable in class hudson.model.Descriptor.PropertyType
 
clazz - Variable in class jenkins.security.s2m.RejectedCallable
 
cleanUp(BuildListener) - Method in class hudson.model.AbstractBuild.AbstractBuildExecution
 
cleanUp(BuildListener) - Method in class hudson.model.Build.BuildExecution
 
cleanUp(BuildListener) - Method in class hudson.model.Run.RunExecution
Performs final clean up action.
cleanUp() - Method in class hudson.util.MultipartFormDataParser
If any file is created on the disk, delete them all.
cleanUp() - Static method in class hudson.util.PluginServletFilter
 
cleanUp() - Method in class jenkins.model.Jenkins
Called to shut down the system.
cleanup() - Method in class jenkins.util.AntClassLoader
Cleans up any resources held by this classloader.
clear() - Method in class hudson.model.Queue
Wipes out all the items currently in the queue, as if all of them are cancelled at once.
clear() - Static method in class hudson.model.User
Stop gap hack.
clear() - Method in class hudson.slaves.NodeList
 
clear() - Method in class hudson.util.ArgumentListBuilder
Re-initializes the arguments list.
clear() - Method in class hudson.util.CopyOnWriteList
 
clear() - Method in class hudson.util.CopyOnWriteMap
 
clear() - Method in class hudson.util.CopyOnWriteMap.Tree
 
clear() - Method in class hudson.util.Memoizer
Clears all the computed values.
clear() - Method in class hudson.util.PersistedList
 
clear() - Method in class hudson.util.RingBufferLogHandler
 
clearLeftItems() - Method in class hudson.model.Queue
Immediately clear the Queue.getLeftItems() cache.
clearLegacyInstances() - Static method in class hudson.DescriptorExtensionList
Exposed just for the test harness.
clearLegacyInstances() - Static method in class hudson.ExtensionList
Exposed for the test harness to clear all legacy extension instances.
CLI - Class in hudson.cli
CLI entry point to Jenkins.
CLI(URL) - Constructor for class hudson.cli.CLI
 
CLI(URL, ExecutorService) - Constructor for class hudson.cli.CLI
Deprecated.
CLI(URL, ExecutorService, String) - Constructor for class hudson.cli.CLI
Deprecated.
CLI - Class in jenkins
Kill switch to disable the entire Jenkins CLI system.
CLI() - Constructor for class jenkins.CLI
 
CLI_cancel_quiet_down_shortDescription() - Static method in class hudson.model.Messages
Key CLI.cancel-quiet-down.shortDescription: Cancel the effect of the "quiet-down" command..
CLI_cancel_quiet_down_shortDescription() - Static method in class jenkins.model.Messages
Key CLI.cancel-quiet-down.shortDescription: Cancel the effect of the "quiet-down" command..
CLI_clear_queue_shortDescription() - Static method in class hudson.model.Messages
Key CLI.clear-queue.shortDescription: Clears the build queue..
CLI_connect_node_shortDescription() - Static method in class hudson.model.Messages
Key CLI.connect-node.shortDescription: Reconnect to a node..
CLI_disable_job_shortDescription() - Static method in class hudson.model.Messages
Key CLI.disable-job.shortDescription: Disables a job..
CLI_disconnect_node_shortDescription() - Static method in class hudson.model.Messages
Key CLI.disconnect-node.shortDescription: Disconnects from a node..
CLI_enable_job_shortDescription() - Static method in class hudson.model.Messages
Key CLI.enable-job.shortDescription: Enables a job..
CLI_HOST_NAME - Static variable in class hudson.TcpSlaveAgentListener
Host name that we advertise the CLI client to connect to.
CLI_keep_build_shortDescription() - Static method in class hudson.model.Messages
Key CLI.keep-build.shortDescription: Mark the build to keep the build forever..
CLI_keep_build_shortDescription() - Static method in class jenkins.model.Messages
Key CLI.keep-build.shortDescription: Mark the build to keep the build forever..
CLI_NoSuchFileExists(Object) - Static method in class hudson.cli.client.Messages
Key CLI.NoSuchFileExists: No such file exists: {0}.
CLI_NoURL() - Static method in class hudson.cli.client.Messages
Key CLI.NoURL: Neither -s nor the JENKINS_URL env var is specified..
CLI_offline_node_shortDescription() - Static method in class hudson.model.Messages
Key CLI.offline-node.shortDescription: Stop using a node for performing builds temporarily, until the next "online-node" command..
CLI_PORT - Static variable in class hudson.TcpSlaveAgentListener
Port number that we advertise the CLI client to connect to.
CLI_quiet_down_shortDescription() - Static method in class hudson.model.Messages
Key CLI.quiet-down.shortDescription: {@code Quiet down Jenkins, in preparation for a restart.
CLI_quiet_down_shortDescription() - Static method in class jenkins.model.Messages
Key CLI.quiet-down.shortDescription: {@code Quiet down Jenkins, in preparation for a restart.
CLI_reload_configuration_shortDescription() - Static method in class hudson.model.Messages
Key CLI.reload-configuration.shortDescription: {@code Discard all the loaded data in memory and reload everything from file system.
CLI_reload_configuration_shortDescription() - Static method in class jenkins.model.Messages
Key CLI.reload-configuration.shortDescription: {@code Discard all the loaded data in memory and reload everything from file system.
CLI_restart_shortDescription() - Static method in class hudson.model.Messages
Key CLI.restart.shortDescription: Restart Jenkins.
CLI_restart_shortDescription() - Static method in class jenkins.model.Messages
Key CLI.restart.shortDescription: Restart Jenkins..
CLI_safe_restart_shortDescription() - Static method in class hudson.model.Messages
Key CLI.safe-restart.shortDescription: Safely restart Jenkins.
CLI_safe_restart_shortDescription() - Static method in class jenkins.model.Messages
Key CLI.safe-restart.shortDescription: Safely restart Jenkins..
CLI_safe_shutdown_shortDescription() - Static method in class jenkins.model.Messages
Key CLI.safe-shutdown.shortDescription: Puts Jenkins into the quiet mode, wait for existing builds to be completed, and then shut down Jenkins..
CLI_shutdown_shortDescription() - Static method in class jenkins.model.Messages
Key CLI.shutdown.shortDescription: Immediately shuts down Jenkins server..
CLI_Usage() - Static method in class hudson.cli.client.Messages
Key CLI.Usage: {@code Jenkins CLI Usage: java -jar jenkins-cli.jar [-s URL] command [opts...] args...
CLI_VersionMismatch() - Static method in class hudson.cli.client.Messages
Key CLI.VersionMismatch: {@code Version mismatch.
CLI_wait_node_offline_shortDescription() - Static method in class hudson.model.Messages
Key CLI.wait-node-offline.shortDescription: Wait for a node to become offline..
CLI_wait_node_online_shortDescription() - Static method in class hudson.model.Messages
Key CLI.wait-node-online.shortDescription: Wait for a node to become online..
CLIAction - Class in hudson.cli
Shows usage of CLI and commands.
CLIAction() - Constructor for class hudson.cli.CLIAction
 
CliAuthenticator - Class in hudson.security
Handles authentication for CLI commands.
CliAuthenticator() - Constructor for class hudson.security.CliAuthenticator
 
CLICause() - Constructor for class hudson.cli.BuildCommand.CLICause
 
CLICause(String) - Constructor for class hudson.cli.BuildCommand.CLICause
 
CLICommand - Class in hudson.cli
Base class for Hudson CLI.
CLICommand() - Constructor for class hudson.cli.CLICommand
 
cliConnect(boolean) - Method in class hudson.model.Computer
CLI command to reconnect this node.
CLIConnectionFactory - Class in hudson.cli
Fluent-API to instantiate CLI.
CLIConnectionFactory() - Constructor for class hudson.cli.CLIConnectionFactory
 
cliDisconnect(String) - Method in class hudson.model.Computer
CLI command to disconnects this node.
ClientAuthenticationCache - Class in hudson.cli
Represents the authentication credential store of the CLI client.
ClientAuthenticationCache(Channel) - Constructor for class hudson.cli.ClientAuthenticationCache
 
CliEntryPoint - Interface in hudson.cli
Remotable interface for CLI entry point on the server side.
CliLink - Class in jenkins.management
 
CliLink() - Constructor for class jenkins.management.CliLink
 
CliLink_Description() - Static method in class jenkins.management.Messages
Key CliLink.Description: Access/manage Jenkins from your shell, or from your script..
CliLink_DisplayName() - Static method in class jenkins.management.Messages
Key CliLink.DisplayName: Jenkins CLI.
CliManagerImpl - Class in hudson.cli
CliEntryPoint implementation exposed to the remote CLI.
CliManagerImpl(Channel) - Constructor for class hudson.cli.CliManagerImpl
 
CLIMethod - Annotation Type in hudson.cli.declarative
Annotates methods on model objects to expose them as CLI commands.
cliOffline(String) - Method in class hudson.model.Computer
CLI command to mark the node offline.
cliOnline() - Method in class hudson.model.Computer
 
CliPort - Class in hudson.cli
 
CliPort(InetSocketAddress, String, int) - Constructor for class hudson.cli.CliPort
 
CliProtocol - Class in hudson.cli
AgentProtocol that accepts connection from CLI clients.
CliProtocol() - Constructor for class hudson.cli.CliProtocol
 
CliProtocol.Handler - Class in hudson.cli
 
CliProtocol2 - Class in hudson.cli
CliProtocol Version 2, which adds transport encryption.
CliProtocol2() - Constructor for class hudson.cli.CliProtocol2
 
CliProtocol2.Handler2 - Class in hudson.cli
 
CLIRegisterer - Class in hudson.cli.declarative
Discover CLIMethods and register them as CLICommand implementations.
CLIRegisterer() - Constructor for class hudson.cli.declarative.CLIRegisterer
 
CLIResolver - Annotation Type in hudson.cli.declarative
Annotates a resolver method that binds a portion of the command line arguments and parameters to an instance whose CLIMethod is invoked for the final processing.
CliTransportAuthenticator - Class in hudson.cli
Perform SecurityRealm independent authentication.
CliTransportAuthenticator() - Constructor for class hudson.cli.CliTransportAuthenticator
 
CLOCK - Static variable in class hudson.model.LoadStatistics
Load statistics clock cycle in milliseconds.
ClockDifference - Class in hudson.util
Represents a clock difference.
ClockDifference(long) - Constructor for class hudson.util.ClockDifference
 
ClockDifference_Ahead(Object) - Static method in class hudson.util.Messages
Key ClockDifference.Ahead: {0} ahead.
ClockDifference_Behind(Object) - Static method in class hudson.util.Messages
Key ClockDifference.Behind: {0} behind.
ClockDifference_Failed() - Static method in class hudson.util.Messages
Key ClockDifference.Failed: Failed to check.
ClockDifference_InSync() - Static method in class hudson.util.Messages
Key ClockDifference.InSync: In sync.
ClockMonitor - Class in hudson.node_monitors
NodeMonitor that checks clock of Node to detect out of sync clocks.
ClockMonitor() - Constructor for class hudson.node_monitors.ClockMonitor
 
ClockMonitor_DisplayName() - Static method in class hudson.node_monitors.Messages
Key ClockMonitor.DisplayName: Clock Difference.
clogCheck() - Method in class hudson.triggers.SCMTrigger.DescriptorImpl
Checks if the queue is clogged, and if so, activate SCMTrigger.AdministrativeMonitorImpl.
clone(String) - Static method in class hudson.cli.CLICommand
Obtains a copy of the command for invocation.
clone() - Method in class hudson.util.ArgumentListBuilder
 
CloneableCLICommand - Class in hudson.cli
CloneableCLICommand() - Constructor for class hudson.cli.CloneableCLICommand
 
close() - Method in class hudson.cli.CLI
Shuts down the channel and closes the underlying connection.
close() - Method in class hudson.cli.Connection
 
close() - Method in class hudson.CloseProofOutputStream
 
close() - Method in class hudson.console.ConsoleAnnotationOutputStream
 
close() - Method in class hudson.console.LineTransformationOutputStream
 
close() - Method in class hudson.console.PlainTextConsoleOutputStream
 
close() - Method in class hudson.DNSMultiCast
 
close() - Method in class hudson.logging.WeakLogHandler
 
close() - Method in class hudson.org.apache.tools.tar.TarInputStream
Deprecated.
Closes this stream.
close() - Method in class hudson.org.apache.tools.tar.TarOutputStream
Deprecated.
Ends the TAR archive and closes the underlying OutputStream.
close() - Method in class hudson.slaves.WorkspaceList.Lease
By default, calls WorkspaceList.Lease.release(), but should be idempotent.
close() - Method in class hudson.tasks._maven.MavenConsoleAnnotator
 
close() - Method in class hudson.util.AtomicFileWriter
 
close() - Method in class hudson.util.CharSpool
Deprecated.
 
close() - Method in class hudson.util.ChunkedInputStream
Upon close, this reads the remainder of the chunked message, leaving the underlying socket at a position to start reading the next response without scanning.
close() - Method in class hudson.util.ChunkedOutputStream
Finishes writing to the underlying stream, but does NOT close the underlying stream.
close() - Method in class hudson.util.DelegatingOutputStream
 
close() - Method in class hudson.util.DualOutputStream
 
close() - Method in class hudson.util.ForkOutputStream
 
close() - Method in class hudson.util.io.ReopenableFileOutputStream
 
close(int) - Method in interface hudson.util.jna.GNUCLibrary
 
close() - Method in class hudson.util.LogTaskListener
 
close() - Method in class hudson.util.RingBufferLogHandler
 
close() - Method in class hudson.util.StreamTaskListener
 
close() - Method in class hudson.util.WriterOutputStream
Deprecated.
 
close() - Method in class jenkins.util.MarkFindingOutputStream
 
close() - Method in class jenkins.util.xstream.XStreamDOM.WriterImpl
 
closeEntry() - Method in class hudson.org.apache.tools.tar.TarOutputStream
Deprecated.
Close an entry.
CloseProofOutputStream - Class in hudson
CloseProofOutputStream(OutputStream) - Constructor for class hudson.CloseProofOutputStream
 
closeQuietly(Reader) - Static method in class hudson.util.IOUtils
Deprecated.
Use instead IOUtils.closeQuietly(java.io.Reader)
closeQuietly(Writer) - Static method in class hudson.util.IOUtils
Deprecated.
Use instead IOUtils.closeQuietly(java.io.Writer)
closeQuietly(InputStream) - Static method in class hudson.util.IOUtils
Deprecated.
Use instead IOUtils.closeQuietly(java.io.InputStream)
closeQuietly(OutputStream) - Static method in class hudson.util.IOUtils
Deprecated.
Use instead IOUtils.closeQuietly(java.io.OutputStream)
closeQuietly() - Method in class hudson.util.StreamTaskListener
Closes this listener and swallows any exceptions, if raised.
ClosureScript - Class in hudson.util.spring
Script that performs method invocations and property access like Closure does.
ClosureScript() - Constructor for class hudson.util.spring.ClosureScript
 
ClosureScript(Binding) - Constructor for class hudson.util.spring.ClosureScript
 
Cloud - Class in hudson.slaves
Creates Nodes to dynamically expand/shrink the slaves attached to Hudson.
Cloud(String) - Constructor for class hudson.slaves.Cloud
 
CloudList(Jenkins) - Constructor for class hudson.model.Hudson.CloudList
Deprecated.
 
CloudList() - Constructor for class hudson.model.Hudson.CloudList
Deprecated.
 
CloudList(Jenkins) - Constructor for class jenkins.model.Jenkins.CloudList
 
CloudList() - Constructor for class jenkins.model.Jenkins.CloudList
 
CloudProvisioningListener - Class in hudson.slaves
Allows extensions to be notified of events in any Cloud and to prevent provisioning from a Cloud.
CloudProvisioningListener() - Constructor for class hudson.slaves.CloudProvisioningListener
 
CloudRetentionStrategy - Class in hudson.slaves
RetentionStrategy implementation for AbstractCloudComputer that terminates it if it remains idle for X minutes.
CloudRetentionStrategy(int) - Constructor for class hudson.slaves.CloudRetentionStrategy
 
clouds - Variable in class jenkins.model.Jenkins
Active Clouds.
CloudSlaveRetentionStrategy<T extends Computer> - Class in hudson.slaves
Default convenience implementation of RetentionStrategy for slaves provisioned from Cloud.
CloudSlaveRetentionStrategy() - Constructor for class hudson.slaves.CloudSlaveRetentionStrategy
 
cmdAsSingleString(String) - Method in class hudson.Launcher.ProcStarter
Passes a white-space separated single-string command (like "cat abc def") and parse them as a command argument.
cmds(String...) - Method in class hudson.Launcher.ProcStarter
 
cmds(File, String...) - Method in class hudson.Launcher.ProcStarter
 
cmds(List<String>) - Method in class hudson.Launcher.ProcStarter
 
cmds(ArgumentListBuilder) - Method in class hudson.Launcher.ProcStarter
 
cmds() - Method in class hudson.Launcher.ProcStarter
 
CollectionSearchIndex<SMT extends SearchableModelObject> - Class in hudson.search
SearchIndex built on a Map.
CollectionSearchIndex() - Constructor for class hudson.search.CollectionSearchIndex
 
color - Variable in class hudson.model.MultiStageTimeSeries
Used to render a line in the trend chart.
color - Variable in class hudson.model.Result
Default ball color for this status.
ColorPalette - Class in hudson.util
Color constants consistent with the Hudson color palette.
ColorPalette() - Constructor for class hudson.util.ColorPalette
 
combine(Collection<? extends ConsoleAnnotator<? super T>>) - Static method in class hudson.console.ConsoleAnnotator
Bundles all the given ConsoleAnnotator into a single annotator.
combine(Fingerprint.Range) - Method in class hudson.model.Fingerprint.Range
Returns the Fingerprint.Range that combines two ranges.
combine(Result) - Method in class hudson.model.Result
Combines two Results and returns the worse one.
combine(SearchIndex...) - Static method in class hudson.search.UnionSearchIndex
 
combine(long, String) - Static method in class hudson.Util
Deprecated.
Use individual localization methods instead. See Messages.Util_year(Object) for an example. Deprecated since 2009-06-24, remove method after 2009-12-24.
CombinedCipherInputStream(InputStream, Cipher, String, int) - Constructor for class hudson.model.UsageStatistics.CombinedCipherInputStream
 
CombinedCipherInputStream(InputStream, RSAKey, String) - Constructor for class hudson.model.UsageStatistics.CombinedCipherInputStream
 
CombinedCipherOutputStream(OutputStream, Cipher, String) - Constructor for class hudson.model.UsageStatistics.CombinedCipherOutputStream
 
CombinedCipherOutputStream(OutputStream, RSAKey, String) - Constructor for class hudson.model.UsageStatistics.CombinedCipherOutputStream
 
combobox(Map, Closure) - Method in interface lib.FormTagLib
Editable drop-down combo box that supports the data binding and AJAX updates.
combobox(Closure) - Method in interface lib.FormTagLib
Editable drop-down combo box that supports the data binding and AJAX updates.
combobox(Map) - Method in interface lib.FormTagLib
Editable drop-down combo box that supports the data binding and AJAX updates.
combobox() - Method in interface lib.FormTagLib
Editable drop-down combo box that supports the data binding and AJAX updates.
ComboBoxModel - Class in hudson.util
Model object for dynamically filed combo box, which is really just ArrayList<String>
ComboBoxModel(int) - Constructor for class hudson.util.ComboBoxModel
 
ComboBoxModel() - Constructor for class hudson.util.ComboBoxModel
 
ComboBoxModel(Collection<? extends String>) - Constructor for class hudson.util.ComboBoxModel
 
ComboBoxModel(String...) - Constructor for class hudson.util.ComboBoxModel
 
command - Variable in class hudson.cli.HelpCommand
 
command - Variable in class hudson.slaves.CommandConnector
 
command - Variable in class hudson.tasks.CommandInterpreter
Command to execute.
CommandConnector - Class in hudson.slaves
Executes a program on the master and expect that script to connect.
CommandConnector(String) - Constructor for class hudson.slaves.CommandConnector
 
CommandConnector.DescriptorImpl - Class in hudson.slaves
 
CommandDuringBuild - Class in hudson.cli
Base class for those commands that are valid only during a build.
CommandDuringBuild() - Constructor for class hudson.cli.CommandDuringBuild
 
CommandInstaller - Class in hudson.tools
Installs a tool by running an arbitrary shell command.
CommandInstaller(String, String, String) - Constructor for class hudson.tools.CommandInstaller
 
CommandInstaller.DescriptorImpl - Class in hudson.tools
 
CommandInstaller_DescriptorImpl_displayName() - Static method in class hudson.tools.Messages
Key CommandInstaller.DescriptorImpl.displayName: Run Shell Command.
CommandInstaller_no_command() - Static method in class hudson.tools.Messages
Key CommandInstaller.no_command: Must provide a command to run..
CommandInstaller_no_toolHome() - Static method in class hudson.tools.Messages
Key CommandInstaller.no_toolHome: Must provide a tool home directory..
CommandInterpreter - Class in hudson.tasks
Common part between Shell and BatchFile.
CommandInterpreter(String) - Constructor for class hudson.tasks.CommandInterpreter
 
CommandInterpreter_CommandFailed() - Static method in class hudson.tasks.Messages
Key CommandInterpreter.CommandFailed: command execution failed.
CommandInterpreter_UnableToDelete(Object) - Static method in class hudson.tasks.Messages
Key CommandInterpreter.UnableToDelete: Unable to delete script file {0}.
CommandInterpreter_UnableToProduceScript() - Static method in class hudson.tasks.Messages
Key CommandInterpreter.UnableToProduceScript: Unable to produce a script file.
CommandLauncher - Class in hudson.slaves
ComputerLauncher through a remote login mechanism like ssh/rsh.
CommandLauncher(String) - Constructor for class hudson.slaves.CommandLauncher
 
CommandLauncher(String, EnvVars) - Constructor for class hudson.slaves.CommandLauncher
 
CommandLauncher.DescriptorImpl - Class in hudson.slaves
 
CommandLauncher_displayName() - Static method in class hudson.slaves.Messages
Key CommandLauncher.displayName: Launch slave via execution of command on the Master.
CommandLauncher_NoLaunchCommand() - Static method in class hudson.slaves.Messages
Key CommandLauncher.NoLaunchCommand: No launch command specified.
commands - Variable in class hudson.Launcher.ProcStarter
 
commence(ServletRequest, ServletResponse, AuthenticationException) - Method in class hudson.security.HudsonAuthenticationEntryPoint
 
commenceSignup(FederatedLoginService.FederatedIdentity) - Method in class hudson.security.HudsonPrivateSecurityRealm
Show the sign up page with the data from the identity.
commenceSignup(FederatedLoginService.FederatedIdentity) - Method in class hudson.security.SecurityRealm
Starts the user registration process for a new user that has the given verified identity.
commit() - Method in class hudson.BulkChange
Saves the accumulated changes.
commit() - Method in class hudson.util.AtomicFileWriter
 
COMPARATOR - Static variable in class hudson.model.RunMap
Deprecated.
as of 1.485 Use ReverseComparator
comparator() - Method in class jenkins.model.lazy.AbstractLazyLoadRunMap
 
compare(ThreadInfo, ThreadInfo) - Method in class hudson.Functions.ThreadGroupMap
 
compare(AbstractProject, AbstractProject) - Method in class hudson.model.DependencyGraph
Compare two Projects based on the topological order defined by this Dependency Graph
compare(Queue.BuildableItem, Queue.BuildableItem) - Method in class hudson.model.queue.AbstractQueueSorterImpl
Override this method to provide the ordering of the sort.
compare(long, long) - Static method in class hudson.model.queue.AbstractQueueSorterImpl
sign(a-b).
compare(int, int) - Static method in class hudson.model.queue.AbstractQueueSorterImpl
sign(a-b).
compare(ExtensionComponent<Descriptor<Publisher>>, ExtensionComponent<Descriptor<Publisher>>) - Method in class hudson.tasks.Publisher.DescriptorExtensionListImpl
 
compare(String, String) - Method in class hudson.util.CaseInsensitiveComparator
 
compare(T, String) - Method in interface hudson.widgets.HistoryWidget.Adapter
If record is newer than the key, return a positive number.
compare(String, String) - Method in class jenkins.model.IdStrategy.CaseInsensitive
Compare tow IDs and return their sorting order.
compare(String, String) - Method in class jenkins.model.IdStrategy.CaseSensitive
Compare tow IDs and return their sorting order.
compare(String, String) - Method in class jenkins.model.IdStrategy.CaseSensitiveEmailAddress
Compare tow IDs and return their sorting order.
compare(String, String) - Method in class jenkins.model.IdStrategy
Compare tow IDs and return their sorting order.
compareRemoteRevisionWith(AbstractProject, Launcher, FilePath, TaskListener, SCMRevisionState) - Method in class hudson.fsp.WorkspaceSnapshotSCM
 
compareRemoteRevisionWith(Job<?, ?>, Launcher, FilePath, TaskListener, SCMRevisionState) - Method in class hudson.scm.NullSCM
 
compareRemoteRevisionWith(Job<?, ?>, Launcher, FilePath, TaskListener, SCMRevisionState) - Method in class hudson.scm.SCM
Compares the current state of the remote repository against the given baseline SCMRevisionState.
compareRemoteRevisionWith(AbstractProject<?, ?>, Launcher, FilePath, TaskListener, SCMRevisionState) - Method in class hudson.scm.SCM
Deprecated.
compareTo(ExtensionComponent<T>) - Method in class hudson.ExtensionComponent
Sort ExtensionComponents in the descending order of ExtensionComponent.ordinal().
compareTo(HealthReport) - Method in class hudson.model.HealthReport
compareTo(Label) - Method in class hudson.model.Label
 
compareTo(Queue.WaitingItem) - Method in class hudson.model.Queue.WaitingItem
 
compareTo(RunT) - Method in class hudson.model.Run
Ordering based on build numbers.
compareTo(UpdateCenter.PluginEntry) - Method in class hudson.model.UpdateCenter.PluginEntry
 
compareTo(User.CanonicalIdResolver) - Method in class hudson.model.User.CanonicalIdResolver
 
compareTo(User) - Method in class hudson.model.User
 
compareTo(View.UserInfo) - Method in class hudson.model.View.UserInfo
 
compareTo(PluginWrapper) - Method in class hudson.PluginWrapper
Sort by short name.
compareTo(PermissionGroup) - Method in class hudson.security.PermissionGroup
 
compareTo(ChartUtil.NumberOnlyBuildLabel) - Method in class hudson.util.ChartUtil.NumberOnlyBuildLabel
 
compareTo(VirtualFile) - Method in class jenkins.util.VirtualFile
Does case-insensitive comparison.
compatibleSinceVersion - Variable in class hudson.model.UpdateSite.Plugin
Optional version # from which this plugin release is configuration-compatible.
completeBuild - Variable in class hudson.model.Result
Is this a complete build - i.e.
COMPLETED - Static variable in class hudson.model.CheckPoint
CheckPoint that indicates that the build is completed.
completed(Throwable) - Method in exception jenkins.model.queue.AsynchronousExecution
To be called when the task is actually complete.
completedAsynchronous(Throwable) - Method in class hudson.model.Executor
 
completedOnly() - Method in class hudson.util.RunList
Filter the list to completed builds.
CompoundEnumeration<T> - Class in hudson.util
Enumeration that aggregates multiple Enumerations.
CompoundEnumeration(Enumeration...) - Constructor for class hudson.util.CompoundEnumeration
 
CompoundEnumeration(Iterable<Enumeration<? extends T>>) - Constructor for class hudson.util.CompoundEnumeration
 
compress(OutputStream) - Method in enum hudson.FilePath.TarCompression
 
compress() - Method in class hudson.util.CompressedFile
Asynchronously schedules the compression of this file.
CompressedFile - Class in hudson.util
Represents write-once read-many file that can be optiionally compressed to save disk space.
CompressedFile(File) - Constructor for class hudson.util.CompressedFile
 
compute() - Method in class hudson.model.View.AsynchPeople
 
compute(K) - Method in class hudson.util.Memoizer
Creates a new instance.
compute() - Method in class jenkins.util.ProgressiveRendering
Actually do the work.
compute() - Method in class jenkins.widgets.RunListProgressiveRendering
 
computeDisplayName() - Method in class hudson.model.Run.ArtifactList
 
computeIdleExecutors() - Method in class hudson.model.LoadStatistics
computeIdleExecutors() - Method in class hudson.model.OverallLoadStatistics
 
computeIdleExecutors() - Method in class jenkins.model.UnlabeledLoadStatistics
 
computeQueueLength() - Method in class hudson.model.LoadStatistics
computeQueueLength() - Method in class hudson.model.OverallLoadStatistics
 
computeQueueLength() - Method in class jenkins.model.UnlabeledLoadStatistics
 
Computer - Class in hudson.model
Represents the running state of a remote computer that holds Executors.
Computer(Node) - Constructor for class hudson.model.Computer
 
computer - Variable in class hudson.model.queue.MappingWorksheet.ExecutorChunk
 
COMPUTER - Static variable in class hudson.security.PermissionScope
Permissions scoped to current instances of Computers.
Computer.DisplayExecutor - Class in hudson.model
A value class to provide a consistent snapshot view of the state of an executor to avoid race conditions during rendering of the executors list.
Computer.DisplayExecutor.InternalComputerListener - Class in hudson.model
 
Computer.TerminationRequest - Exception in hudson.model
Used to trace requests to terminate a computer.
Computer_BadChannel() - Static method in class hudson.model.Messages
Key Computer.BadChannel: Slave node offline or not a remote channel (such as master node)..
Computer_BuildPermission_Description() - Static method in class hudson.model.Messages
Key Computer.BuildPermission.Description: This permission allows users to run jobs as them on slaves..
Computer_Caption(Object) - Static method in class hudson.model.Messages
Key Computer.Caption: Slave {0}.
Computer_ConfigurePermission_Description() - Static method in class hudson.model.Messages
Key Computer.ConfigurePermission.Description: This permission allows users to configure slaves..
Computer_ConnectPermission_Description() - Static method in class hudson.model.Messages
Key Computer.ConnectPermission.Description: This permission allows users to connect slaves or mark slaves as online..
Computer_CreatePermission_Description() - Static method in class hudson.model.Messages
Key Computer.CreatePermission.Description: This permission allows users to create slaves..
Computer_DeletePermission_Description() - Static method in class hudson.model.Messages
Key Computer.DeletePermission.Description: This permission allows users to delete existing slaves..
Computer_DisconnectPermission_Description() - Static method in class hudson.model.Messages
Key Computer.DisconnectPermission.Description: This permission allows users to disconnect slaves or mark slaves as temporarily offline..
Computer_ExtendedReadPermission_Description() - Static method in class hudson.model.Messages
Key Computer.ExtendedReadPermission.Description: This permission allows users to read slave configuration..
Computer_NoSuchSlaveExists(Object, Object) - Static method in class hudson.model.Messages
Key Computer.NoSuchSlaveExists: No such slave "{0}" exists.
Computer_Permissions_Title() - Static method in class hudson.model.Messages
Key Computer.Permissions.Title: Slave.
ComputerConnector - Class in hudson.slaves
Factory of ComputerLauncher.
ComputerConnector() - Constructor for class hudson.slaves.ComputerConnector
 
ComputerConnectorDescriptor - Class in hudson.slaves
ComputerConnectorDescriptor() - Constructor for class hudson.slaves.ComputerConnectorDescriptor
 
computeRelativeNamesAfterRenaming(String, String, String, ItemGroup) - Static method in class hudson.model.Items
Computes the relative name of list of items after a rename or move occurred.
ComputerLauncher - Class in hudson.slaves
Extension point to allow control over how Computers are "launched", meaning how they get connected to their slave agent program.
ComputerLauncher() - Constructor for class hudson.slaves.ComputerLauncher
 
ComputerLauncher_abortedLaunch() - Static method in class hudson.slaves.Messages
Key ComputerLauncher.abortedLaunch: Launching slave process aborted..
ComputerLauncher_JavaVersionResult(Object, Object) - Static method in class hudson.slaves.Messages
Key ComputerLauncher.JavaVersionResult: {0} -version returned {1}..
ComputerLauncher_NoJavaFound(Object) - Static method in class hudson.slaves.Messages
Key ComputerLauncher.NoJavaFound: Java version {0} was found but 1.6 or later is needed..
ComputerLauncher_UknownJavaVersion(Object) - Static method in class hudson.slaves.Messages
Key ComputerLauncher.UknownJavaVersion: Couldn’t figure out the Java version of {0}.
ComputerLauncher_unexpectedError() - Static method in class hudson.slaves.Messages
Key ComputerLauncher.unexpectedError: {@code Unexpected error in launching a slave.
ComputerLauncherFilter - Class in hudson.slaves
ComputerLauncher filter that can be used as a base class for decorators.
ComputerLauncherFilter(ComputerLauncher) - Constructor for class hudson.slaves.ComputerLauncherFilter
 
ComputerListener - Class in hudson.slaves
Receives notifications about status changes of Computers.
ComputerListener() - Constructor for class hudson.slaves.ComputerListener
 
ComputerLogInitializer() - Constructor for class hudson.logging.LogRecorder.ComputerLogInitializer
 
computerName - Variable in class hudson.cli.OnlineNodeCommand
 
ComputerPanelBox - Class in hudson.model
Adds box rendered in the computer side panel.
ComputerPanelBox() - Constructor for class hudson.model.ComputerPanelBox
 
ComputerPinger - Class in hudson.model
A way to see if a computer is reachable.
ComputerPinger() - Constructor for class hudson.model.ComputerPinger
 
ComputerPinger.BuiltInComputerPinger - Class in hudson.model
Default pinger - use Java built-in functionality.
ComputerRetentionWork - Class in hudson.slaves
Periodically checks the slaves and try to reconnect dead slaves.
ComputerRetentionWork() - Constructor for class hudson.slaves.ComputerRetentionWork
 
computers - Variable in class jenkins.model.Jenkins
Computers in this Jenkins system.
ComputerSet - Class in hudson.model
Serves as the top of Computers in the URL hierarchy.
ComputerSet() - Constructor for class hudson.model.ComputerSet
 
ComputerSet.DescriptorImpl - Class in hudson.model
 
ComputerSet_DisplayName() - Static method in class hudson.model.Messages
Key ComputerSet.DisplayName: Nodes.
ComputerSet_NoSuchSlave(Object) - Static method in class hudson.model.Messages
Key ComputerSet.NoSuchSlave: No such slave: {0}.
ComputerSet_SlaveAlreadyExists(Object) - Static method in class hudson.model.Messages
Key ComputerSet.SlaveAlreadyExists: Slave called ‘{0}’ already exists.
ComputerSet_SpecifySlaveToCopy() - Static method in class hudson.model.Messages
Key ComputerSet.SpecifySlaveToCopy: Specify which slave to copy.
computeSnapshot() - Method in class hudson.model.LoadStatistics
Computes a self-consistent snapshot of the load statistics.
computeSnapshot(Iterable<Queue.BuildableItem>) - Method in class hudson.model.LoadStatistics
Computes the self-consistent snapshot with the specified queue items.
computeTotalExecutors() - Method in class hudson.model.LoadStatistics
computeTotalExecutors() - Method in class hudson.model.OverallLoadStatistics
 
computeTotalExecutors() - Method in class jenkins.model.UnlabeledLoadStatistics
 
CONCURRENT_BUILD - Static variable in class jenkins.model.Jenkins
Deprecated.
as of 1.464 This flag will have no effect.
ConcurrentHashMapConverter - Class in hudson.util
ConcurrentHashMap should convert like a map, instead of via serialization.
ConcurrentHashMapConverter(XStream) - Constructor for class hudson.util.ConcurrentHashMapConverter
 
ConcurrentHashMapConverter(Mapper, ReflectionProvider) - Constructor for class hudson.util.ConcurrentHashMapConverter
 
ConditionallyHidden() - Constructor for class jenkins.model.BuildDiscarderProperty.ConditionallyHidden
 
ConfidentialKey - Class in jenkins.security
Confidential information that gets stored as a singleton in Jenkins, mostly some random token value.
ConfidentialKey(String) - Constructor for class jenkins.security.ConfidentialKey
 
ConfidentialStore - Class in jenkins.security
The actual storage for the data held by ConfidentialKeys, and the holder of the master secret.
ConfidentialStore() - Constructor for class jenkins.security.ConfidentialStore
 
config(Map, Closure) - Method in interface jenkins.security.HudsonPrivateSecurityRealmTagLib
 
config(Closure) - Method in interface jenkins.security.HudsonPrivateSecurityRealmTagLib
 
config(Map) - Method in interface jenkins.security.HudsonPrivateSecurityRealmTagLib
 
config() - Method in interface jenkins.security.HudsonPrivateSecurityRealmTagLib
 
config_assignedLabel(Map, Closure) - Method in interface lib.jenkins.ProjectTagLib
 
config_assignedLabel(Closure) - Method in interface lib.jenkins.ProjectTagLib
 
config_assignedLabel(Map) - Method in interface lib.jenkins.ProjectTagLib
 
config_assignedLabel() - Method in interface lib.jenkins.ProjectTagLib
 
config_blockWhenDownstreamBuilding(Map, Closure) - Method in interface lib.jenkins.ProjectTagLib
 
config_blockWhenDownstreamBuilding(Closure) - Method in interface lib.jenkins.ProjectTagLib
 
config_blockWhenDownstreamBuilding(Map) - Method in interface lib.jenkins.ProjectTagLib
 
config_blockWhenDownstreamBuilding() - Method in interface lib.jenkins.ProjectTagLib
 
config_blockWhenUpstreamBuilding(Map, Closure) - Method in interface lib.jenkins.ProjectTagLib
 
config_blockWhenUpstreamBuilding(Closure) - Method in interface lib.jenkins.ProjectTagLib
 
config_blockWhenUpstreamBuilding(Map) - Method in interface lib.jenkins.ProjectTagLib
 
config_blockWhenUpstreamBuilding() - Method in interface lib.jenkins.ProjectTagLib
 
config_builders(Map, Closure) - Method in interface lib.jenkins.ProjectTagLib
 
config_builders(Closure) - Method in interface lib.jenkins.ProjectTagLib
 
config_builders(Map) - Method in interface lib.jenkins.ProjectTagLib
 
config_builders() - Method in interface lib.jenkins.ProjectTagLib
 
config_buildWrappers(Map, Closure) - Method in interface lib.jenkins.ProjectTagLib
 
config_buildWrappers(Closure) - Method in interface lib.jenkins.ProjectTagLib
 
config_buildWrappers(Map) - Method in interface lib.jenkins.ProjectTagLib
 
config_buildWrappers() - Method in interface lib.jenkins.ProjectTagLib
 
config_concurrentBuild(Map, Closure) - Method in interface lib.jenkins.ProjectTagLib
 
config_concurrentBuild(Closure) - Method in interface lib.jenkins.ProjectTagLib
 
config_concurrentBuild(Map) - Method in interface lib.jenkins.ProjectTagLib
 
config_concurrentBuild() - Method in interface lib.jenkins.ProjectTagLib
 
config_customWorkspace(Map, Closure) - Method in interface lib.jenkins.ProjectTagLib
 
config_customWorkspace(Closure) - Method in interface lib.jenkins.ProjectTagLib
 
config_customWorkspace(Map) - Method in interface lib.jenkins.ProjectTagLib
 
config_customWorkspace() - Method in interface lib.jenkins.ProjectTagLib
 
config_disableBuild(Map, Closure) - Method in interface lib.jenkins.ProjectTagLib
 
config_disableBuild(Closure) - Method in interface lib.jenkins.ProjectTagLib
 
config_disableBuild(Map) - Method in interface lib.jenkins.ProjectTagLib
 
config_disableBuild() - Method in interface lib.jenkins.ProjectTagLib
 
config_publishers(Map, Closure) - Method in interface lib.jenkins.ProjectTagLib
Deprecated as of 1.463.
config_publishers(Closure) - Method in interface lib.jenkins.ProjectTagLib
Deprecated as of 1.463.
config_publishers(Map) - Method in interface lib.jenkins.ProjectTagLib
Deprecated as of 1.463.
config_publishers() - Method in interface lib.jenkins.ProjectTagLib
Deprecated as of 1.463.
config_publishers2(Map, Closure) - Method in interface lib.jenkins.ProjectTagLib
 
config_publishers2(Closure) - Method in interface lib.jenkins.ProjectTagLib
 
config_publishers2(Map) - Method in interface lib.jenkins.ProjectTagLib
 
config_publishers2() - Method in interface lib.jenkins.ProjectTagLib
 
config_quietPeriod(Map, Closure) - Method in interface lib.jenkins.ProjectTagLib
 
config_quietPeriod(Closure) - Method in interface lib.jenkins.ProjectTagLib
 
config_quietPeriod(Map) - Method in interface lib.jenkins.ProjectTagLib
 
config_quietPeriod() - Method in interface lib.jenkins.ProjectTagLib
 
config_retryCount(Map, Closure) - Method in interface lib.jenkins.ProjectTagLib
 
config_retryCount(Closure) - Method in interface lib.jenkins.ProjectTagLib
 
config_retryCount(Map) - Method in interface lib.jenkins.ProjectTagLib
 
config_retryCount() - Method in interface lib.jenkins.ProjectTagLib
 
config_scm(Map, Closure) - Method in interface lib.jenkins.ProjectTagLib
 
config_scm(Closure) - Method in interface lib.jenkins.ProjectTagLib
 
config_scm(Map) - Method in interface lib.jenkins.ProjectTagLib
 
config_scm() - Method in interface lib.jenkins.ProjectTagLib
 
config_trigger(Map, Closure) - Method in interface lib.jenkins.ProjectTagLib
 
config_trigger(Closure) - Method in interface lib.jenkins.ProjectTagLib
 
config_trigger(Map) - Method in interface lib.jenkins.ProjectTagLib
 
config_trigger() - Method in interface lib.jenkins.ProjectTagLib
 
config_upstream_pseudo_trigger(Map, Closure) - Method in interface lib.jenkins.ProjectTagLib
 
config_upstream_pseudo_trigger(Closure) - Method in interface lib.jenkins.ProjectTagLib
 
config_upstream_pseudo_trigger(Map) - Method in interface lib.jenkins.ProjectTagLib
 
config_upstream_pseudo_trigger() - Method in interface lib.jenkins.ProjectTagLib
 
configurable(Map, Closure) - Method in interface lib.jenkins.ProjectTagLib
 
configurable(Closure) - Method in interface lib.jenkins.ProjectTagLib
 
configurable(Map) - Method in interface lib.jenkins.ProjectTagLib
 
configurable() - Method in interface lib.jenkins.ProjectTagLib
 
Configuration - Class in jenkins.model
 
Configuration() - Constructor for class jenkins.model.Configuration
 
CONFIGURE - Static variable in class hudson.model.Computer
 
configure(StaplerRequest) - Method in class hudson.model.Descriptor
configure(StaplerRequest, JSONObject) - Method in class hudson.model.Descriptor
Invoked when the global configuration page is submitted.
CONFIGURE - Static variable in interface hudson.model.Item
 
configure(UpdateCenter.UpdateCenterConfiguration) - Method in class hudson.model.UpdateCenter
Configures update center to get plugins/updates from alternate servers, and optionally using alternate strategies for downloading, installing and upgrading.
configure(StaplerRequest, JSONObject) - Method in class hudson.model.UsageStatistics
 
CONFIGURE - Static variable in class hudson.model.View
 
configure(JSONObject) - Method in class hudson.Plugin
Deprecated.
as of 1.305 override Plugin.configure(StaplerRequest,JSONObject) instead
configure(StaplerRequest, JSONObject) - Method in class hudson.Plugin
Handles the submission for the system configuration.
configure(StaplerRequest, JSONObject) - Method in class hudson.security.csrf.GlobalCrumbIssuerConfiguration
 
configure(StaplerRequest, JSONObject) - Method in class hudson.security.GlobalSecurityConfiguration
 
CONFIGURE - Static variable in class hudson.security.Permission
Generic configuration access.
configure(StaplerRequest, JSONObject) - Method in class hudson.tasks.Shell.DescriptorImpl
 
configure(StaplerRequest, JSONObject) - Method in class hudson.tools.ToolDescriptor
 
configure(StaplerRequest, JSONObject) - Method in class hudson.triggers.SCMTrigger.DescriptorImpl
 
configure(SAXReader, Object) - Method in class hudson.util.io.ParserConfigurator
Configures the given SAXReader
configure(StaplerRequest, JSONObject) - Method in class hudson.views.GlobalDefaultViewConfiguration
 
configure(StaplerRequest, JSONObject) - Method in class hudson.views.MyViewsTabBar.GlobalConfigurationImpl
 
configure(StaplerRequest, JSONObject) - Method in class hudson.views.ViewsTabBar.GlobalConfigurationImpl
 
configure(StaplerRequest, JSONObject) - Method in class jenkins.model.ArtifactManagerConfiguration
 
configure(StaplerRequest, JSONObject) - Method in class jenkins.model.DownloadSettings
 
configure(StaplerRequest, JSONObject) - Method in class jenkins.model.GlobalCloudConfiguration
 
configure(StaplerRequest, JSONObject) - Method in class jenkins.model.GlobalNodePropertiesConfiguration
 
configure(StaplerRequest, JSONObject) - Method in class jenkins.model.GlobalPluginConfiguration
 
configure(StaplerRequest, JSONObject) - Method in class jenkins.model.GlobalProjectNamingStrategyConfiguration
 
configure(StaplerRequest, JSONObject) - Method in class jenkins.model.GlobalQuietPeriodConfiguration
 
configure(StaplerRequest, JSONObject) - Method in class jenkins.model.GlobalSCMRetryCountConfiguration
 
configure(StaplerRequest, JSONObject) - Method in class jenkins.model.JenkinsLocationConfiguration
 
configure(StaplerRequest, JSONObject) - Method in class jenkins.model.MasterBuildConfiguration
 
configure(StaplerRequest, JSONObject) - Method in class jenkins.mvn.GlobalMavenConfig
 
configure(StaplerRequest, JSONObject) - Method in class jenkins.security.QueueItemAuthenticatorConfiguration
 
configure(StaplerRequest, JSONObject) - Method in class jenkins.security.s2m.MasterKillSwitchConfiguration
 
CONFIGURE_UPDATECENTER - Static variable in class hudson.PluginManager
 
configureAutoRefresh(HttpServletRequest, HttpServletResponse, boolean) - Static method in class hudson.Functions
Used by layout.jelly to control the auto refresh behavior.
configureDomainAxis(CategoryPlot) - Method in class hudson.model.MultiStageTimeSeries.TrendChart
 
configuredPort - Variable in class hudson.TcpSlaveAgentListener
 
ConfigureLink - Class in jenkins.management
 
ConfigureLink() - Constructor for class jenkins.management.ConfigureLink
 
ConfigureLink_Description() - Static method in class jenkins.management.Messages
Key ConfigureLink.Description: Configure global settings and paths..
ConfigureLink_DisplayName() - Static method in class jenkins.management.Messages
Key ConfigureLink.DisplayName: Configure System.
configurePlot(CategoryPlot) - Method in class hudson.model.MultiStageTimeSeries.TrendChart
 
configureRangeAxis(NumberAxis) - Method in class hudson.model.MultiStageTimeSeries.TrendChart
 
configureRenderer(LineAndShapeRenderer) - Method in class hudson.model.LoadStatistics
 
configureRenderer(LineAndShapeRenderer) - Method in class hudson.model.MultiStageTimeSeries.TrendChart
 
confirmationLink(Map, Closure) - Method in interface lib.LayoutTagLib
Produces a hyperlink which when clicked first asks for confirmation, then goes to that URL if confirmed.
confirmationLink(Closure) - Method in interface lib.LayoutTagLib
Produces a hyperlink which when clicked first asks for confirmation, then goes to that URL if confirmed.
confirmationLink(Map) - Method in interface lib.LayoutTagLib
Produces a hyperlink which when clicked first asks for confirmation, then goes to that URL if confirmed.
confirmationLink() - Method in interface lib.LayoutTagLib
Produces a hyperlink which when clicked first asks for confirmation, then goes to that URL if confirmed.
connect() - Method in class hudson.cli.CLIConnectionFactory
 
CONNECT - Static variable in class hudson.model.Computer
 
connect(boolean) - Method in class hudson.model.Computer
Do the same as Computer.doLaunchSlaveAgent(StaplerRequest, StaplerResponse) but outside the context of serving a request.
connect(UpdateCenter.DownloadJob, URL) - Method in class hudson.model.UpdateCenter.UpdateCenterConfiguration
Connects to the given URL for downloading the binary.
connectingExecutors - Variable in class hudson.model.LoadStatistics
Number of executors in the process of coming on-line and how it changes over time.
Connection - Class in hudson.cli
 
Connection(Socket) - Constructor for class hudson.cli.Connection
 
Connection(InputStream, OutputStream) - Constructor for class hudson.cli.Connection
 
CONNECTION_TIMEOUT - Static variable in class hudson.model.FullDuplexHttpChannel
Controls the time out of waiting for the 2nd HTTP request to arrive.
ConnectionActivityMonitor - Class in hudson.slaves
Makes sure that connections to slaves are alive, and if they are not, cut them off.
ConnectionActivityMonitor() - Constructor for class hudson.slaves.ConnectionActivityMonitor
 
ConnectionActivityMonitor_OfflineCause() - Static method in class hudson.slaves.Messages
Key ConnectionActivityMonitor.OfflineCause: Repeated ping attempts failed.
ConnectionCheckJob(UpdateSite) - Constructor for class hudson.model.UpdateCenter.ConnectionCheckJob
 
connectionCheckUrl - Variable in class hudson.model.UpdateSite.Data
If this is non-null, Jenkins is going to check the connectivity to this URL to make sure the network connection is up.
ConnectionFromCurrentPeer() - Constructor for class hudson.TcpSlaveAgentListener.ConnectionFromCurrentPeer
 
CONSISTENT_HASH - Static variable in class hudson.model.LoadBalancer
Uses a consistent hash for scheduling.
ConsistentHash<T> - Class in hudson.util
Consistent hash.
ConsistentHash() - Constructor for class hudson.util.ConsistentHash
 
ConsistentHash(int) - Constructor for class hudson.util.ConsistentHash
 
ConsistentHash(ConsistentHash.Hash<T>) - Constructor for class hudson.util.ConsistentHash
 
ConsistentHash(ConsistentHash.Hash<T>, int) - Constructor for class hudson.util.ConsistentHash
 
ConsistentHash.Hash<T> - Interface in hudson.util
Hashes an object to some value.
console_link(Map, Closure) - Method in interface lib.jenkins.ProjectTagLib
 
console_link(Closure) - Method in interface lib.jenkins.ProjectTagLib
 
console_link(Map) - Method in interface lib.jenkins.ProjectTagLib
 
console_link() - Method in interface lib.jenkins.ProjectTagLib
 
ConsoleAnnotationDescriptor - Class in hudson.console
Descriptor for ConsoleNote.
ConsoleAnnotationDescriptor(Class<? extends ConsoleNote<?>>) - Constructor for class hudson.console.ConsoleAnnotationDescriptor
 
ConsoleAnnotationDescriptor() - Constructor for class hudson.console.ConsoleAnnotationDescriptor
 
ConsoleAnnotationOutputStream<T> - Class in hudson.console
Used to convert plain text console output (as byte sequence) + embedded annotations into HTML (as char sequence), by using ConsoleAnnotator.
ConsoleAnnotationOutputStream(Writer, ConsoleAnnotator<? super T>, T, Charset) - Constructor for class hudson.console.ConsoleAnnotationOutputStream
 
ConsoleAnnotator<T> - Class in hudson.console
Annotates one line of console output.
ConsoleAnnotator() - Constructor for class hudson.console.ConsoleAnnotator
 
ConsoleAnnotatorFactory<T> - Class in hudson.console
Entry point to the ConsoleAnnotator extension point.
ConsoleAnnotatorFactory() - Constructor for class hudson.console.ConsoleAnnotatorFactory
 
ConsoleCommand - Class in hudson.cli
cat/tail/head of the console output.
ConsoleCommand() - Constructor for class hudson.cli.ConsoleCommand
 
ConsoleCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key ConsoleCommand.ShortDescription: Retrieves console output of a build..
ConsoleLink - Class in jenkins.management
 
ConsoleLink() - Constructor for class jenkins.management.ConsoleLink
 
ConsoleLink_Description() - Static method in class jenkins.management.Messages
Key ConsoleLink.Description: Executes arbitrary script for administration/trouble-shooting/diagnostics..
ConsoleLink_DisplayName() - Static method in class jenkins.management.Messages
Key ConsoleLink.DisplayName: Script Console.
ConsoleLogFilter - Class in hudson.console
A hook to allow filtering of information that is written to the console log.
ConsoleLogFilter() - Constructor for class hudson.console.ConsoleLogFilter
 
ConsoleNote<T> - Class in hudson.console
Data that hangs off from a console output.
ConsoleNote() - Constructor for class hudson.console.ConsoleNote
 
consoleOutput - Variable in class hudson.cli.BuildCommand
 
ContainerAuthentication - Class in hudson.security
Authentication implementation for Principal given through HttpServletRequest.
ContainerAuthentication(HttpServletRequest) - Constructor for class hudson.security.ContainerAuthentication
Servlet container can tie a ServletRequest to the request handling thread, so we need to capture all the information upfront to allow Authentication to be passed to other threads, like update center does.
contains(Saveable) - Static method in class hudson.BulkChange
Checks if the given Saveable is currently in the bulk change.
contains(TopLevelItem) - Method in class hudson.model.AllView
 
contains(Fingerprint.Range) - Method in class hudson.model.Fingerprint.Range
If this range contains every int that's in the other range, return true
contains(Node) - Method in class hudson.model.Label
 
contains(TopLevelItem) - Method in class hudson.model.ListView
 
contains(TopLevelItem) - Method in class hudson.model.MyView
 
contains(TopLevelItem) - Method in class hudson.model.ProxyView
 
contains(Queue.Task) - Method in class hudson.model.Queue
Returns true if this queue contains the said project.
contains(TopLevelItem) - Method in class hudson.model.TreeView
 
contains(TopLevelItem) - Method in class hudson.model.View
Checks if the job is in this collection.
contains(Object) - Method in class hudson.util.CopyOnWriteList
 
contains(D) - Method in class hudson.util.DescribableList
 
contains(Object) - Method in class hudson.util.PersistedList
 
containsKey(Object) - Method in class hudson.util.CopyOnWriteMap
 
containsKey(Object) - Method in class hudson.util.PackedMap
 
containsValue(Object) - Method in class hudson.util.CopyOnWriteMap
 
contentEquals(InputStream, InputStream) - Static method in class hudson.util.IOUtils
Deprecated.
Use instead IOUtils.contentEquals(java.io.InputStream, java.io.InputStream)
contentEquals(Reader, Reader) - Static method in class hudson.util.IOUtils
Deprecated.
Use instead IOUtils.contentEquals(java.io.Reader, java.io.Reader)
context - Variable in class hudson.model.queue.WorkUnit
Shared context among WorkUnits.
context - Variable in class hudson.PluginManager
Deprecated.
as of 1.355 PluginManager can now live longer than Jenkins instance, so use Hudson.getInstance().servletContext instead.
context - Variable in class hudson.slaves.WorkspaceList.Entry
Multiple threads can acquire the same lock if they share the same context object.
Context() - Constructor for class jenkins.tasks.SimpleBuildWrapper.Context
 
contextDestroyed(ServletContextEvent) - Method in class hudson.WebAppMain
 
contextInitialized(ServletContextEvent) - Method in class hudson.WebAppMain
Creates the sole instance of Jenkins and register it to the ServletContext.
ContextMenu() - Constructor for class jenkins.model.ModelObjectWithContextMenu.ContextMenu
 
ContextResettingExecutorService - Class in jenkins.util
ExecutorService wrapper that resets the context classloader.
ContextResettingExecutorService(ExecutorService) - Constructor for class jenkins.util.ContextResettingExecutorService
 
conv - Static variable in class hudson.model.Result
 
convert(Class, Object) - Method in class hudson.util.EnumConverter
 
convert(long, TimeUnit2) - Method in enum hudson.util.TimeUnit2
Convert the given time duration in the given unit to this unit.
convert(long, TimeUnit) - Method in enum hudson.util.TimeUnit2
Convert the given time duration in the given unit to this unit.
convert(Class, Object) - Method in class jenkins.util.TimeDuration.StaplerConverterImpl
 
convertEOL(String, LineEndingConversion.EOLType) - Static method in class hudson.util.LineEndingConversion
Convert line endings of a string to the given type.
ConverterImpl() - Constructor for class hudson.model.BuildAuthorizationToken.ConverterImpl
Deprecated.
 
ConverterImpl(XStream2) - Constructor for class hudson.model.Cause.UpstreamCause.ConverterImpl
 
ConverterImpl(XStream2) - Constructor for class hudson.model.CauseAction.ConverterImpl
 
ConverterImpl(XStream2) - Constructor for class hudson.model.HealthReport.ConverterImpl
 
ConverterImpl(XStream2) - Constructor for class hudson.model.JDK.ConverterImpl
 
ConverterImpl() - Constructor for class hudson.model.Label.ConverterImpl
 
ConverterImpl(XStream2) - Constructor for class hudson.security.HudsonPrivateSecurityRealm.Details.ConverterImpl
 
ConverterImpl(XStream) - Constructor for class hudson.slaves.NodeList.ConverterImpl
 
ConverterImpl(XStream2) - Constructor for class hudson.tasks.Maven.MavenInstallation.ConverterImpl
 
ConverterImpl(Mapper) - Constructor for class hudson.util.CopyOnWriteList.ConverterImpl
 
ConverterImpl(Mapper) - Constructor for class hudson.util.CopyOnWriteMap.Hash.ConverterImpl
 
ConverterImpl(Mapper) - Constructor for class hudson.util.CopyOnWriteMap.Tree.ConverterImpl
 
ConverterImpl(Mapper) - Constructor for class hudson.util.DescribableList.ConverterImpl
 
ConverterImpl(Mapper) - Constructor for class hudson.util.PackedMap.ConverterImpl
 
ConverterImpl(Mapper) - Constructor for class hudson.util.PersistedList.ConverterImpl
 
ConverterImpl() - Constructor for class hudson.util.Secret.ConverterImpl
 
ConverterImpl(Mapper) - Constructor for class jenkins.model.BuildDiscarder.ConverterImpl
 
ConverterImpl(XStream) - Constructor for class jenkins.util.TreeString.ConverterImpl
 
ConverterImpl() - Constructor for class jenkins.util.xstream.XStreamDOM.ConverterImpl
 
convertHexDigit(byte) - Static method in class hudson.util.QuotedStringTokenizer
 
copy() - Method in class hudson.Launcher.ProcStarter
copy(T, String) - Method in class hudson.model.ItemGroupMixIn
Copies an existing TopLevelItem to a new name.
copy() - Method in class hudson.util.CopyOnWriteMap
 
copy() - Method in class hudson.util.CopyOnWriteMap.Hash
 
copy() - Method in class hudson.util.CopyOnWriteMap.Tree
 
copy(File, OutputStream) - Static method in class hudson.util.IOUtils
 
copy(InputStream, File) - Static method in class hudson.util.IOUtils
 
copy(InputStream, OutputStream) - Static method in class hudson.util.IOUtils
Deprecated.
Use instead IOUtils.copy(java.io.InputStream, java.io.OutputStream)
copy(InputStream, Writer) - Static method in class hudson.util.IOUtils
Deprecated.
Use instead IOUtils.copy(java.io.InputStream, java.io.Writer)
copy(InputStream, Writer, String) - Static method in class hudson.util.IOUtils
Deprecated.
Use instead IOUtils.copy(java.io.InputStream, java.io.Writer, String)
copy(Reader, Writer) - Static method in class hudson.util.IOUtils
Deprecated.
Use instead IOUtils.copy(java.io.Reader, java.io.Writer)
copy(Reader, OutputStream) - Static method in class hudson.util.IOUtils
Deprecated.
Use instead IOUtils.copy(java.io.Reader, java.io.OutputStream)
copy(Reader, OutputStream, String) - Static method in class hudson.util.IOUtils
Deprecated.
Use instead IOUtils.copy(java.io.Reader, java.io.OutputStream, String)
copy(T, String) - Method in class jenkins.model.Jenkins
 
copy(T, String) - Method in class jenkins.model.Jenkins
 
copy(T, String) - Method in interface jenkins.model.ModifiableTopLevelItemGroup
Copys a job.
copyBundledPlugin(URL, String) - Method in class hudson.PluginManager
Copies the bundled plugin from the given URL to the destination of the given file name (like 'abc.jpi'), with a reasonable up-to-date check.
copyButton(Map, Closure) - Method in interface lib.LayoutTagLib
Creates a small button that lets the user copies a text into clipboard
copyButton(Closure) - Method in interface lib.LayoutTagLib
Creates a small button that lets the user copies a text into clipboard
copyButton(Map) - Method in interface lib.LayoutTagLib
Creates a small button that lets the user copies a text into clipboard
copyButton() - Method in interface lib.LayoutTagLib
Creates a small button that lets the user copies a text into clipboard
copyEntryContents(OutputStream) - Method in class hudson.org.apache.tools.tar.TarInputStream
Deprecated.
Copies the contents of the current tar archive entry directly into an output stream.
copyFile(File, File) - Static method in class hudson.Util
Copies a single file by using Ant.
copyFrom(URL) - Method in class hudson.FilePath
Reads the URL on the current VM, and writes all the data to this FilePath (this is different from resolving URL remotely.)
copyFrom(InputStream) - Method in class hudson.FilePath
Replaces the content of this file by the data from the given InputStream.
copyFrom(FilePath) - Method in class hudson.FilePath
Convenience method to call FilePath.copyTo(FilePath).
copyFrom(FileItem) - Method in class hudson.FilePath
Place the data from FileItem into the file location specified by this FilePath object.
CopyJobCommand - Class in hudson.cli
Copies a job from CLI.
CopyJobCommand() - Constructor for class hudson.cli.CopyJobCommand
 
CopyJobCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key CopyJobCommand.ShortDescription: Copies a job..
copyLarge(InputStream, OutputStream) - Static method in class hudson.util.IOUtils
Deprecated.
Use instead IOUtils.copyLarge(java.io.InputStream, java.io.OutputStream)
copyLarge(Reader, Writer) - Static method in class hudson.util.IOUtils
Deprecated.
Use instead IOUtils.copyLarge(java.io.Reader, java.io.Writer)
CopyOnWrite - Annotation Type in hudson
Represents fields that are protected for concurrency by the copy-on-write semantics.
CopyOnWriteList<E> - Class in hudson.util
List-like implementation that has copy-on-write semantics.
CopyOnWriteList(List<E>) - Constructor for class hudson.util.CopyOnWriteList
 
CopyOnWriteList() - Constructor for class hudson.util.CopyOnWriteList
 
CopyOnWriteList.ConverterImpl - Class in hudson.util
Converter implementation for XStream.
CopyOnWriteMap<K,V> - Class in hudson.util
Map that has copy-on-write semantics.
CopyOnWriteMap(Map<K, V>) - Constructor for class hudson.util.CopyOnWriteMap
 
CopyOnWriteMap() - Constructor for class hudson.util.CopyOnWriteMap
 
CopyOnWriteMap.Hash<K,V> - Class in hudson.util
CopyOnWriteMap.Hash.ConverterImpl - Class in hudson.util
 
CopyOnWriteMap.Tree<K,V> - Class in hudson.util
CopyOnWriteMap.Tree.ConverterImpl - Class in hudson.util
 
copyRecursiveTo(FilePath) - Method in class hudson.FilePath
Copies the contents of this directory recursively into the specified target directory.
copyRecursiveTo(String, FilePath) - Method in class hudson.FilePath
Copies the files that match the given file mask to the specified target node.
copyRecursiveTo(String, String, FilePath) - Method in class hudson.FilePath
Copies the files that match the given file mask to the specified target node.
copyRecursiveTo(DirScanner, FilePath, String) - Method in class hudson.FilePath
Copies files according to a specified scanner to a target node.
copyStream(InputStream, OutputStream) - Static method in class hudson.Util
 
copyStream(Reader, Writer) - Static method in class hudson.Util
 
copyStreamAndClose(InputStream, OutputStream) - Static method in class hudson.Util
 
copyStreamAndClose(Reader, Writer) - Static method in class hudson.Util
 
copyTo(FilePath) - Method in class hudson.FilePath
Copies this file to the specified target.
copyTo(OutputStream) - Method in class hudson.FilePath
Sends the contents of this file into the given OutputStream.
copyToWithPermission(FilePath) - Method in class hudson.FilePath
Copies this file to the specified target, with file permissions and other meta attributes intact.
copyWithDefaultValue(ParameterValue) - Method in class hudson.model.BooleanParameterDefinition
 
copyWithDefaultValue(ParameterValue) - Method in class hudson.model.ChoiceParameterDefinition
 
copyWithDefaultValue(ParameterValue) - Method in class hudson.model.ParameterDefinition
Create a new instance of this parameter definition and use the passed parameter value as the default value.
copyWithDefaultValue(ParameterValue) - Method in class hudson.model.PasswordParameterDefinition
 
copyWithDefaultValue(ParameterValue) - Method in class hudson.model.RunParameterDefinition
 
copyWithDefaultValue(ParameterValue) - Method in class hudson.model.StringParameterDefinition
 
core - Variable in class hudson.model.UpdateSite.Data
The latest jenkins.war.
core - Variable in class hudson.slaves.ComputerLauncherFilter
 
core - Variable in class hudson.util.CopyOnWriteMap
 
CoreEnvironmentContributor - Class in jenkins.model
EnvironmentContributor that adds the basic set of environment variables that we've been exposing historically.
CoreEnvironmentContributor() - Constructor for class jenkins.model.CoreEnvironmentContributor
 
CoreUpdateMonitor() - Constructor for class hudson.model.UpdateCenter.CoreUpdateMonitor
 
countAllPoints() - Method in class hudson.util.ConsistentHash
 
countBuildableItems() - Method in class hudson.model.Queue
Counts all the BuildableItems currently in the queue.
countBuildableItemsFor(Label) - Method in class hudson.model.Queue
How many BuildableItems are assigned for the given label?
countBusy() - Method in class hudson.model.Computer
Returns the number of Executors that are doing some work right now.
countEntries() - Method in class hudson.util.io.Archiver
Number of files/directories archived.
countExecutors() - Method in class hudson.model.Computer
Returns the current size of the executor pool for this computer.
countIdle() - Method in class hudson.model.Computer
Returns the number of idle Executors that can start working immediately.
countTokens() - Method in class hudson.util.QuotedStringTokenizer
Not implemented.
create(Hudson, Class<T>) - Static method in class hudson.ExtensionList
Deprecated.
create(Jenkins, Class<T>) - Static method in class hudson.ExtensionList
 
create(StaplerRequest) - Static method in class hudson.model.BuildAuthorizationToken
Deprecated.
 
CREATE - Static variable in class hudson.model.Computer
 
create(EnvVars) - Static method in class hudson.model.Environment
Creates Environment implementation that just sets the variables as given in the parameter.
create(String, FingerprintMap.FingerprintParams) - Method in class hudson.model.FingerprintMap
 
CREATE - Static variable in interface hudson.model.Item
 
create(File) - Method in interface hudson.model.RunMap.Constructor
 
CREATE - Static variable in class hudson.model.View
Permission to create new views.
create(StaplerRequest, StaplerResponse, ViewGroup) - Static method in class hudson.model.View
 
create(String) - Static method in class hudson.scheduler.CronTabList
 
create(String, Hash) - Static method in class hudson.scheduler.CronTabList
 
create(String, String) - Static method in class hudson.search.SearchItems
 
create(String, String, SearchIndex) - Static method in class hudson.search.SearchItems
 
create(String, String, SearchableModelObject) - Static method in class hudson.search.SearchItems
 
CREATE - Static variable in class hudson.security.Permission
Generic create access.
create(Localizable) - Static method in class hudson.slaves.OfflineCause
 
create(OutputStream) - Method in class hudson.util.io.ArchiverFactory
Creates an archiver on top of the given stream.
create(Class<T>, Throwable) - Static method in class hudson.util.jna.InitializationErrorInvocationHandler
 
create(String, P) - Method in class hudson.util.KeyedDataStorage
Creates a new data object.
create(File) - Method in class jenkins.FilePathFilter
Checks if the given file can be created.
create(File) - Method in class jenkins.ReflectiveFilePathFilter
 
create() - Method in class jenkins.security.s2m.CallableRejectionConfig
 
create(File) - Method in class jenkins.SoloFilePathFilter
 
createAccount(String, String) - Method in class hudson.security.HudsonPrivateSecurityRealm
Creates a new user account by registering a password to the user.
createActions(List<Action>) - Method in class jenkins.model.FingerprintFacet
Create action objects to be contributed to the owner Fingerprint.
createAllFor(Computer) - Static method in class hudson.model.TransientComputerActionFactory
Creates Actions for a node, using all registered TransientComputerActionFactorys.
createAllFor(View) - Static method in class hudson.model.TransientViewActionFactory
Creates Actions for a view, using all registered TransientViewActionFactorys.
createApplicationContext() - Method in class hudson.util.spring.BeanBuilder
 
createBuildWrapper(AbstractBuild<?, ?>) - Method in class hudson.model.FileParameterValue
 
createBuildWrapper(AbstractBuild<?, ?>) - Method in class hudson.model.ParameterValue
Called at the beginning of a build (but after SCM operations have taken place) to let a ParameterValue contributes a BuildWrapper to the build.
createBuildWrappers(AbstractBuild<?, ?>, Collection<? super BuildWrapper>) - Method in class hudson.model.ParametersAction
 
createCallable(Computer) - Method in class hudson.node_monitors.AbstractAsyncNodeMonitorDescriptor
Creates a Callable that performs the monitoring when executed.
createCallable(Computer) - Method in class hudson.node_monitors.ArchitectureMonitor.DescriptorImpl
 
createChangeLogParser() - Method in class hudson.fsp.WorkspaceSnapshotSCM
 
createChangeLogParser() - Method in class hudson.scm.NullSCM
 
createChangeLogParser() - Method in class hudson.scm.SCM
The returned object will be used to parse changelog.xml.
createChannelBuilder(String) - Method in class jenkins.slaves.JnlpSlaveHandshake
 
createChart(CategoryDataset) - Method in class hudson.model.LoadStatistics
Creates a trend chart.
createChart() - Method in class hudson.model.MultiStageTimeSeries.TrendChart
Draws a chart into JFreeChart.
createChildInjector(Iterable<? extends Module>) - Method in class jenkins.ProxyInjector
 
createChildInjector(Module...) - Method in class jenkins.ProxyInjector
 
createClassLoader(List<File>, ClassLoader) - Method in class hudson.ClassicPluginStrategy
Deprecated.
createClassLoader(List<File>, ClassLoader, Attributes) - Method in class hudson.ClassicPluginStrategy
Creates the classloader that can load all the specified jar files and delegate to the given parent.
createCliAuthenticator(CLICommand) - Method in class hudson.security.AbstractPasswordBasedSecurityRealm
 
createCliAuthenticator(CLICommand) - Method in class hudson.security.SecurityRealm
Creates a CliAuthenticator object that authenticates an invocation of a CLI command.
createClone() - Method in class hudson.cli.CLICommand
Creates a clone to be used to execute a command.
createClone() - Method in class hudson.cli.CloneableCLICommand
 
createCollection(Class) - Method in class hudson.slaves.NodeList.ConverterImpl
 
createCollection(Class) - Method in class hudson.util.PackedMap.ConverterImpl
 
createCollection(Class) - Method in class hudson.util.xstream.ImmutableListConverter
 
createCollection(Class) - Method in class hudson.util.xstream.ImmutableMapConverter
 
createCollection(Class) - Method in class hudson.util.xstream.ImmutableSetConverter
 
createCollection(Class) - Method in class hudson.util.xstream.ImmutableSortedSetConverter
 
createComputer() - Method in class hudson.model.Node
Creates a new Computer object that acts as the UI peer of this Node.
createComputer() - Method in class hudson.model.Slave
 
createComputer() - Method in class hudson.slaves.AbstractCloudSlave
 
createComputer() - Method in class jenkins.model.Jenkins
 
createCookie() - Static method in class hudson.EnvVars
Creates a magic cookie that can be used as the model environment variable when we later kill the processes.
createCookie() - Static method in class hudson.util.ProcessTreeKiller
Deprecated.
createCopyOnWriteList(Class<T>) - Static method in class hudson.ExtensionListView
Creates a seriously hacked up CopyOnWriteList that acts as a view to the current ExtensionList.
created(Queue.WaitingItem) - Static method in class hudson.model.queue.ScheduleResult
 
created(File) - Method in class jenkins.model.RunIdMigrator
Called when a job is first created.
createDataset() - Method in class hudson.model.MultiStageTimeSeries.TrendChart
Creates a DefaultCategoryDataset for rendering a graph from a set of MultiStageTimeSeries.
createDateFormat() - Method in enum hudson.model.MultiStageTimeSeries.TimeScale
Creates a new DateFormat suitable for processing this MultiStageTimeSeries.TimeScale.
createDefaultConverter() - Method in class hudson.util.XStream2
 
createDefaultInitialColumnList() - Static method in class hudson.views.ListViewColumn
Creates the list of ListViewColumns to be used for newly created ListViews and their likes.
createDescriptorList(Jenkins, Class<T>) - Static method in class hudson.DescriptorExtensionList
Creates a new instance.
createDescriptorList(Hudson, Class<T>) - Static method in class hudson.DescriptorExtensionList
Deprecated.
createDownloadable() - Method in class hudson.tools.DownloadFromUrlInstaller.DescriptorImpl
function that creates a DownloadService.Downloadable.
createDummyLease(FilePath) - Static method in class hudson.slaves.WorkspaceList.Lease
Creates a dummy WorkspaceList.Lease object that does no-op in the release.
createEmpty(Run) - Static method in class hudson.scm.ChangeLogSet
Constant instance that represents no changes.
createEmpty(AbstractBuild) - Static method in class hudson.scm.ChangeLogSet
Deprecated.
createEmptyChangeLog(File, BuildListener, String) - Method in class hudson.scm.SCM
Deprecated.
createEmptyChangeLog(File, TaskListener, String) - Method in class hudson.scm.SCM
 
createExecutable() - Method in class hudson.model.AbstractProject
 
createExecutable() - Method in class hudson.model.queue.QueueTaskFilter
 
createExecutable() - Method in interface hudson.model.queue.SubTask
Creates Queue.Executable, which performs the actual execution of the task.
createFileSet(File, String, String) - Static method in class hudson.Util
Creates Ant FileSet with the base dir and include pattern.
createFileSet(File, String) - Static method in class hudson.Util
 
createFilter(FilterConfig) - Method in class hudson.security.LegacySecurityRealm
Filter to run for the LegacySecurityRealm is the ChainServletFilter legacy from /WEB-INF/security/SecurityFilters.groovy.
createFilter(FilterConfig) - Method in class hudson.security.SecurityRealm
Creates Filter that all the incoming HTTP requests will go through for authentication.
createFixedIndenter(String) - Method in class hudson.model.TreeView
Returns Indenter that has the fixed indentation width.
createFor(Run) - Method in class hudson.model.TransientBuildActionFactory
Deprecated.
Creates actions for the given build.
createFor(AbstractBuild) - Method in class hudson.model.TransientBuildActionFactory
Deprecated.
as of 1.461 Override and call TransientBuildActionFactory.createFor(Run) instead.
createFor(Computer) - Method in class hudson.model.TransientComputerActionFactory
Creates actions for the given computer.
createFor(AbstractProject) - Method in class hudson.model.TransientProjectActionFactory
Creates actions for the given project.
createFor(User) - Method in class hudson.model.TransientUserActionFactory
Creates actions for the given user.
createFor(View) - Method in class hudson.model.TransientViewActionFactory
returns a list of (transient) actions never null, may be empty
createFor(SearchableModelObject) - Method in class hudson.search.SearchFactory
Creates a Search object.
createFor(T) - Method in class jenkins.model.TransientActionFactory
Creates actions for a given object.
createFor(Fingerprint, List<FingerprintFacet>) - Method in class jenkins.model.TransientFingerprintFacetFactory
Creates actions for the given project.
createFor(Job) - Method in class jenkins.tasks.SimpleBuildStep.LastBuildActionFactory
 
createGraph() - Method in class hudson.util.Graph
Actually render a chart.
createHistoryWidget() - Method in class hudson.model.AbstractProject
 
createHistoryWidget() - Method in class hudson.model.Job
 
createHistoryWidget() - Method in class jenkins.model.lazy.LazyBuildMixIn
createInstance(Class<T>, StaplerRequest, String) - Static method in class hudson.scm.RepositoryBrowsers
createInstance(Class<T>, StaplerRequest, JSONObject, String) - Static method in class hudson.scm.RepositoryBrowsers
Creates an instance of RepositoryBrowser from a form submission.
CreateJobCommand - Class in hudson.cli
Creates a new job by reading stdin as a configuration XML file.
CreateJobCommand() - Constructor for class hudson.cli.CreateJobCommand
 
CreateJobCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key CreateJobCommand.ShortDescription: Creates a new job by reading stdin as a configuration XML file..
createLauncher(TaskListener) - Method in class hudson.FilePath
Creates a Launcher for starting processes on the node that has this file.
createLauncher(BuildListener) - Method in class hudson.model.AbstractBuild.AbstractBuildExecution
Creates a Launcher that this build will use.
createLauncher(TaskListener) - Method in class hudson.model.Node
Returns a Launcher for executing programs on this node.
createLauncher(TaskListener) - Method in class hudson.model.Slave
Creates a launcher for the slave.
createLauncher(TaskListener) - Method in class jenkins.model.Jenkins
 
createLinkedDummyLease(FilePath, WorkspaceList.Lease) - Static method in class hudson.slaves.WorkspaceList.Lease
Creates a WorkspaceList.Lease object that points to the specified path, but the lock is controlled by the given parent lease object.
createList(Class<T>) - Static method in class hudson.ExtensionListView
Creates a plain List backed by the current ExtensionList.
createListener() - Method in class hudson.model.AsyncAperiodicWork
 
createListener() - Method in class hudson.model.AsyncPeriodicWork
 
createListener() - Method in class hudson.model.TaskThread
Determines where the output of this TaskThread goes.
createLoggerDecorator(Run<?, ?>) - Method in class jenkins.tasks.SimpleBuildWrapper
Allows this wrapper to decorate log output.
createMac() - Method in class jenkins.security.HMACConfidentialKey
Creates a new Mac object.
createNeedsMoreExecutor(Localizable) - Static method in class hudson.model.queue.CauseOfBlockage
 
CreateNodeCommand - Class in hudson.cli
 
CreateNodeCommand() - Constructor for class hudson.cli.CreateNodeCommand
 
CreateNodeCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key CreateNodeCommand.ShortDescription: Creates a new node by reading stdin as a XML configuration..
createOverallTrendChart(MultiStageTimeSeries.TimeScale) - Method in class hudson.model.OverallLoadStatistics
When drawing the overall load statistics, use the total queue length, not LoadStatistics.queueLength, which just shows jobs that are to be run on the master.
createPath(String) - Method in class hudson.model.Node
Gets the FilePath on this node.
createPath(String) - Method in class jenkins.model.Jenkins
 
createPluginStrategy() - Method in class hudson.PluginManager
Creates a hudson.PluginStrategy, looking at the corresponding system property.
createPluginWrapper(File) - Method in class hudson.ClassicPluginStrategy
 
createPluginWrapper(File) - Method in interface hudson.PluginStrategy
Creates a plugin wrapper, which provides a management interface for the plugin
createProject(TopLevelItemDescriptor, String, boolean) - Method in class hudson.model.ItemGroupMixIn
 
createProject(TopLevelItemDescriptor, String) - Method in class jenkins.model.Jenkins
 
createProject(TopLevelItemDescriptor, String, boolean) - Method in class jenkins.model.Jenkins
 
createProject(Class<T>, String) - Method in class jenkins.model.Jenkins
Creates a new job.
createProject(TopLevelItemDescriptor, String, boolean) - Method in interface jenkins.model.ModifiableTopLevelItemGroup
Creates a new job.
createProjectFromXML(String, InputStream) - Method in class hudson.model.ItemGroupMixIn
 
createProjectFromXML(String, InputStream) - Method in class jenkins.model.Jenkins
 
createProjectFromXML(String, InputStream) - Method in interface jenkins.model.ModifiableTopLevelItemGroup
/** Creates a new job from its configuration XML.
createProxy() - Method in class hudson.ProxyConfiguration
createProxy(String) - Method in class hudson.ProxyConfiguration
 
createProxy(String, String, int, String) - Static method in class hudson.ProxyConfiguration
 
createReference() - Method in class hudson.model.AbstractBuild
 
createReference() - Method in class hudson.model.Run
Called by RunMap to obtain a reference to this run.
createReference(R) - Method in class hudson.model.RunMap
Reuses the same reference as much as we can.
createReference(R) - Method in class jenkins.model.lazy.AbstractLazyLoadRunMap
Allow subtype to capture a reference.
createReference() - Method in class jenkins.model.lazy.LazyBuildMixIn.RunMixIn
To implement Run.createReference().
createRenderOnDemandProxy(JellyContext, String) - Static method in class hudson.Functions
 
createRunner() - Method in class hudson.model.Build
Deprecated.
as of 1.467 Override the Build.run() method by calling Run.execute(RunExecution) with proper execution object.
createScriptFile(FilePath) - Method in class hudson.tasks.CommandInterpreter
Creates a script file in a temporary name in the specified directory.
createSecurityComponents() - Method in class hudson.security.AbstractPasswordBasedSecurityRealm
 
createSecurityComponents() - Method in class hudson.security.LegacySecurityRealm
 
createSecurityComponents() - Method in class hudson.security.SecurityRealm
Creates fully-configured AuthenticationManager that performs authentication against the user realm.
createShell(InputStream, PrintStream, PrintStream) - Method in class hudson.cli.GroovyshCommand
 
createShell() - Method in class jenkins.util.groovy.GroovyHookScript
Can be used to customize the environment in which the script runs.
createSocket(String, int, InetAddress, int) - Method in class hudson.util.NoClientBindProtocolSocketFactory
 
createSocket(String, int, InetAddress, int, HttpConnectionParams) - Method in class hudson.util.NoClientBindProtocolSocketFactory
Attempts to get a new socket connection to the given host within the given time limit.
createSocket(String, int) - Method in class hudson.util.NoClientBindProtocolSocketFactory
 
createSocket(String, int, InetAddress, int) - Method in class hudson.util.NoClientBindSSLProtocolSocketFactory
 
createSocket(String, int, InetAddress, int, HttpConnectionParams) - Method in class hudson.util.NoClientBindSSLProtocolSocketFactory
Attempts to get a new socket connection to the given host within the given time limit.
createSocket(String, int) - Method in class hudson.util.NoClientBindSSLProtocolSocketFactory
 
createSocket(Socket, String, int, boolean) - Method in class hudson.util.NoClientBindSSLProtocolSocketFactory
 
createSubList(Collection<?>, Class<T>) - Static method in class hudson.Util
Create a sub-list by only picking up instances of the specified type.
createSubText(Matcher) - Method in class hudson.AbstractMarkupText
 
createSubText(Matcher) - Method in class hudson.MarkupText
 
createSubText(Matcher) - Method in class hudson.MarkupText.SubText
 
createSymbolicLink(File, String, boolean) - Static method in class hudson.util.jna.Kernel32Utils
 
CreateSymbolicLinkW(WString, WString, int) - Method in interface hudson.util.jna.Kernel32
Creates a symbolic link.
createSymlink(File, String, String, TaskListener) - Static method in class hudson.Util
Creates a symlink to targetPath at baseDir+symlinkPath.
createTag(String, Attributes) - Method in class hudson.util.jelly.MorphTagLibrary
This code is really only used for dealing with dynamic tag libraries, so no point in implementing this for statically used tag libraries.
createTagScript(String, Attributes) - Method in class hudson.util.jelly.MorphTagLibrary
 
createTempDir(String, String) - Method in class hudson.FilePath
Creates a temporary directory inside the directory represented by 'this'
createTempDir() - Static method in class hudson.Util
Creates a new temporary directory.
createTempFile(String, String) - Method in class hudson.FilePath
Creates a temporary file in the directory that this FilePath object designates.
createTextTempFile(String, String, String) - Method in class hudson.FilePath
Creates a temporary file in this directory and set the contents to the given text (encoded in the platform default encoding)
createTextTempFile(String, String, String, boolean) - Method in class hudson.FilePath
Creates a temporary file in this directory (or the system temporary directory) and set the contents to the given text (encoded in the platform default encoding)
createTopLevelItem(StaplerRequest, StaplerResponse) - Method in class hudson.model.ItemGroupMixIn
Creates a TopLevelItem from the submission of the '/lib/hudson/newFromList/formList' or throws an exception if it fails.
createTransientActions() - Method in class hudson.model.AbstractProject
 
createTransientActions() - Method in class hudson.model.Project
 
createTrendChart(MultiStageTimeSeries.TimeScale) - Method in class hudson.model.LoadStatistics
Creates CategoryDataset which then becomes the basis of the load statistics graph.
createTrendChart(MultiStageTimeSeries.TimeScale, MultiStageTimeSeries...) - Static method in class hudson.model.MultiStageTimeSeries
 
createUpdated(Collection<? extends ParameterValue>) - Method in class hudson.model.ParametersAction
Creates a new ParametersAction that contains all the parameters in this action with the overrides / new values given as parameters.
createValue(StaplerRequest, JSONObject) - Method in class hudson.model.BooleanParameterDefinition
 
createValue(String) - Method in class hudson.model.BooleanParameterDefinition
 
createValue(StaplerRequest, JSONObject) - Method in class hudson.model.ChoiceParameterDefinition
 
createValue(String) - Method in class hudson.model.ChoiceParameterDefinition
 
createValue(StaplerRequest, JSONObject) - Method in class hudson.model.FileParameterDefinition
 
createValue(StaplerRequest) - Method in class hudson.model.FileParameterDefinition
 
createValue(CLICommand, String) - Method in class hudson.model.FileParameterDefinition
 
createValue(StaplerRequest, JSONObject) - Method in class hudson.model.JobParameterDefinition
 
createValue(String) - Method in class hudson.model.JobParameterDefinition
 
createValue(StaplerRequest, JSONObject) - Method in class hudson.model.ParameterDefinition
Create a parameter value from a form submission.
createValue(StaplerRequest) - Method in class hudson.model.ParameterDefinition
Create a parameter value from a GET with query string.
createValue(CLICommand, String) - Method in class hudson.model.ParameterDefinition
Create a parameter value from the string given in the CLI.
createValue(String) - Method in class hudson.model.PasswordParameterDefinition
 
createValue(StaplerRequest, JSONObject) - Method in class hudson.model.PasswordParameterDefinition
 
createValue(StaplerRequest, JSONObject) - Method in class hudson.model.RunParameterDefinition
 
createValue(String) - Method in class hudson.model.RunParameterDefinition
 
createValue(String) - Method in class hudson.model.SimpleParameterDefinition
Creates a ParameterValue from the string representation.
createValue(StaplerRequest) - Method in class hudson.model.SimpleParameterDefinition
 
createValue(CLICommand, String) - Method in class hudson.model.SimpleParameterDefinition
 
createValue(StaplerRequest, JSONObject) - Method in class hudson.model.StringParameterDefinition
 
createValue(String) - Method in class hudson.model.StringParameterDefinition
 
createValue(StaplerRequest, JSONObject) - Method in class hudson.model.TextParameterDefinition
 
createValue(String) - Method in class hudson.model.TextParameterDefinition
 
createVariableResolver(AbstractBuild<?, ?>) - Method in class hudson.model.BooleanParameterValue
 
createVariableResolver(AbstractBuild<?, ?>) - Method in class hudson.model.FileParameterValue
 
createVariableResolver(AbstractBuild<?, ?>) - Method in class hudson.model.ParametersAction
Creates an VariableResolver that aggregates all the parameters.
createVariableResolver(AbstractBuild<?, ?>) - Method in class hudson.model.ParameterValue
Returns a VariableResolver so that other components like Builders can perform variable substitution to reflect parameter values into the build process.
createVariableResolver(AbstractBuild<?, ?>) - Method in class hudson.model.PasswordParameterValue
 
createVariableResolver(AbstractBuild<?, ?>) - Method in class hudson.model.StringParameterValue
 
CreateViewCommand - Class in hudson.cli
 
CreateViewCommand() - Constructor for class hudson.cli.CreateViewCommand
 
CreateViewCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key CreateViewCommand.ShortDescription: Creates a new view by reading stdin as a XML configuration..
createViewFromXML(String, InputStream) - Static method in class hudson.model.View
Instantiate View subtype from XML stream.
createWorkUnit(SubTask) - Method in class hudson.model.queue.WorkUnitContext
Called by the executor that executes a member SubTask that belongs to this task to create its WorkUnit.
createZipArchive(OutputStream) - Method in class hudson.FilePath
Deprecated.
as of 1.315. Use FilePath.zip(OutputStream) that has more consistent name.
createZipArchive(OutputStream, String) - Method in class hudson.FilePath
Deprecated.
as of 1.315 Use FilePath.zip(OutputStream,String) that has more consistent name.
CriticalXStreamException - Exception in jenkins.util.xstream
Wraps XStreamException to indicate it is critical for Jenkins.
CriticalXStreamException(XStreamException) - Constructor for exception jenkins.util.xstream.CriticalXStreamException
 
Cron() - Constructor for class hudson.triggers.Trigger.Cron
 
CronTab - Class in hudson.scheduler
Table for driving scheduled tasks.
CronTab(String) - Constructor for class hudson.scheduler.CronTab
 
CronTab(String, Hash) - Constructor for class hudson.scheduler.CronTab
 
CronTab(String, int) - Constructor for class hudson.scheduler.CronTab
Deprecated.
CronTab(String, int, Hash) - Constructor for class hudson.scheduler.CronTab
 
CronTab(String, int, Hash, String) - Constructor for class hudson.scheduler.CronTab
 
CronTab_do_you_really_mean_every_minute_when_you(Object, Object) - Static method in class hudson.scheduler.Messages
Key CronTab.do_you_really_mean_every_minute_when_you: Do you really mean "every minute" when you say "{0}"? Perhaps you meant "{1}" to poll once per hour.
CronTab_short_cycles_in_the_day_of_month_field_w() - Static method in class hudson.scheduler.Messages
Key CronTab.short_cycles_in_the_day_of_month_field_w: Short cycles in the day-of-month field will behave oddly near the end of a month.
CronTab_spread_load_evenly_by_using_rather_than_(Object, Object) - Static method in class hudson.scheduler.Messages
Key CronTab.spread_load_evenly_by_using_rather_than_: Spread load evenly by using ‘{0}’ rather than ‘{1}’.
CrontabLexer - Class in hudson.scheduler
 
CrontabLexer(InputStream) - Constructor for class hudson.scheduler.CrontabLexer
 
CrontabLexer(Reader) - Constructor for class hudson.scheduler.CrontabLexer
 
CrontabLexer(InputBuffer) - Constructor for class hudson.scheduler.CrontabLexer
 
CrontabLexer(LexerSharedInputState) - Constructor for class hudson.scheduler.CrontabLexer
 
CronTabList - Class in hudson.scheduler
CronTab list (logically OR-ed).
CronTabList(Collection<CronTab>) - Constructor for class hudson.scheduler.CronTabList
 
CronTabList_InvalidInput(Object, Object) - Static method in class hudson.scheduler.Messages
Key CronTabList.InvalidInput: Invalid input: "{0}": {1}.
CrontabParser - Class in hudson.scheduler
 
CrontabParser(TokenBuffer, int) - Constructor for class hudson.scheduler.CrontabParser
 
CrontabParser(TokenBuffer) - Constructor for class hudson.scheduler.CrontabParser
 
CrontabParser(TokenStream, int) - Constructor for class hudson.scheduler.CrontabParser
 
CrontabParser(TokenStream) - Constructor for class hudson.scheduler.CrontabParser
 
CrontabParser(ParserSharedInputState) - Constructor for class hudson.scheduler.CrontabParser
 
CrontabParserTokenTypes - Interface in hudson.scheduler
 
crop(CategoryPlot) - Method in class hudson.model.MultiStageTimeSeries.TrendChart
 
CrumbExclusion - Class in hudson.security.csrf
Allows plugins to define exceptions to the CSRF protection filter.
CrumbExclusion() - Constructor for class hudson.security.csrf.CrumbExclusion
 
CrumbFilter - Class in hudson.security.csrf
Checks for and validates crumbs on requests that cause state changes, to protect against cross site request forgeries.
CrumbFilter() - Constructor for class hudson.security.csrf.CrumbFilter
 
CrumbIssuer - Class in hudson.security.csrf
A CrumbIssuer represents an algorithm to generate a nonce value, known as a crumb, to counter cross site request forgery exploits.
CrumbIssuer() - Constructor for class hudson.security.csrf.CrumbIssuer
 
CrumbIssuer.RestrictedApi - Class in hudson.security.csrf
 
CrumbIssuerDescriptor<T extends CrumbIssuer> - Class in hudson.security.csrf
Describes global configuration for crumb issuers.
CrumbIssuerDescriptor(String, String) - Constructor for class hudson.security.csrf.CrumbIssuerDescriptor
Crumb issuers always take a salt and a request field name.
CryptoConfidentialKey - Class in jenkins.security
ConfidentialKey that stores a SecretKey for shared-secret cryptography (AES).
CryptoConfidentialKey(String) - Constructor for class jenkins.security.CryptoConfidentialKey
 
CryptoConfidentialKey(Class, String) - Constructor for class jenkins.security.CryptoConfidentialKey
 
CULPRITS_DETERMINED - Static variable in class hudson.model.CheckPoint
CheckPoint that indicates that AbstractBuild.getCulprits() is computed.
currBytes - Variable in class hudson.org.apache.tools.tar.TarOutputStream
Deprecated.
 
current() - Static method in class hudson.BulkChange
Gets the BulkChange instance currently in scope for the current thread.
current() - Static method in class hudson.model.User
Gets the User object representing the currently logged-in user, or null if the current user is anonymous.
current() - Static method in enum hudson.Platform
 
current() - Static method in enum hudson.tools.JDKInstaller.CPU
Determines the CPU of the current JVM.
current() - Static method in enum hudson.tools.JDKInstaller.Platform
 
current() - Static method in class jenkins.FilePathFilter
Returns an FilePathFilter object that represents all the in-scope filters, or null if none is needed.
currentComputer() - Static method in class hudson.model.Computer
Gets the current Computer that the build is running.
currentExecutor() - Static method in class hudson.model.Executor
Returns the executor of the current thread or null if current thread is not an executor.
CurrentlyRunningTasks() - Constructor for class hudson.model.queue.LoadPredictor.CurrentlyRunningTasks
 
currentlyUpdatingByXml() - Static method in class hudson.model.Items
Checks whether we are in the middle of creating or configuring an item via XML.
currEntry - Variable in class hudson.org.apache.tools.tar.TarInputStream
Deprecated.
 
currName - Variable in class hudson.org.apache.tools.tar.TarOutputStream
Deprecated.
 
currSize - Variable in class hudson.org.apache.tools.tar.TarOutputStream
Deprecated.
 
cycle - Variable in exception hudson.util.CyclicGraphDetector.CycleDetectedException
 
CycleDetectedException(List) - Constructor for exception hudson.util.CyclicGraphDetector.CycleDetectedException
 
CyclicGraphDetector<N> - Class in hudson.util
Traverses a directed graph and if it contains any cycle, throw an exception.
CyclicGraphDetector() - Constructor for class hudson.util.CyclicGraphDetector
 
CyclicGraphDetector.CycleDetectedException - Exception in hudson.util
 

D

DaemonThreadFactory - Class in hudson.util
ThreadFactory that creates daemon threads.
DaemonThreadFactory() - Constructor for class hudson.util.DaemonThreadFactory
 
DaemonThreadFactory(ThreadFactory) - Constructor for class hudson.util.DaemonThreadFactory
 
DAILY - Static variable in interface hudson.scheduler.CrontabParserTokenTypes
 
DailyCheck() - Constructor for class jenkins.model.DownloadSettings.DailyCheck
 
data() - Method in class hudson.model.View.AsynchPeople
 
data(Computer) - Method in class hudson.node_monitors.AbstractDiskSpaceMonitor
 
data(Computer) - Method in class hudson.node_monitors.NodeMonitor
Obtains the monitoring result currently available, or null if no data is available.
data - Variable in class hudson.tools.JDKInstaller.JDKFamilyList
 
data - Variable in class hudson.util.PersistedList
 
data() - Method in class jenkins.util.ProgressiveRendering
Provide current data to the web page for display.
data() - Method in class jenkins.widgets.RunListProgressiveRendering
 
dataset - Variable in class hudson.model.MultiStageTimeSeries.TrendChart
 
DataSetBuilder<Row extends Comparable,Column extends Comparable> - Class in hudson.util
Builds CategoryDataset.
DataSetBuilder() - Constructor for class hudson.util.DataSetBuilder
 
DAY - Static variable in class hudson.model.PeriodicWork
 
debug - Variable in class hudson.org.apache.tools.tar.TarInputStream
Deprecated.
 
debug - Variable in class hudson.org.apache.tools.tar.TarOutputStream
Deprecated.
 
debug(int) - Method in class hudson.util.JVMBuilder
Enables the debugger support on the given port.
DEBUG_YUI - Static variable in class hudson.Functions
Set to true if you need to use the debug version of YUI.
DECAY - Static variable in class hudson.model.LoadStatistics
With 0.90 decay ratio for every 10sec, half reduction is about 1 min.
decideWorkspace(Node, WorkspaceList) - Method in class hudson.model.AbstractBuild.AbstractBuildExecution
Allocates the workspace from WorkspaceList.
DecodingStream - Class in hudson.util
Hex-binary decoding stream.
DecodingStream(OutputStream) - Constructor for class hudson.util.DecodingStream
 
decompose(StaplerRequest) - Static method in class hudson.Functions
 
decorate(Launcher, Node) - Method in class hudson.LauncherDecorator
Called from Node.createLauncher(TaskListener) to decorate the launchers.
decorate(URLConnection) - Method in class hudson.URLConnectionDecorator
Called before it gets connected.
decorateByEnv(EnvVars) - Method in class hudson.Launcher
Returns a decorated Launcher that automatically adds the specified environment variables.
decorateByPrefix(String...) - Method in class hudson.Launcher
Returns a decorated Launcher that puts the given set of arguments as a prefix to any commands that it invokes.
DecoratedLauncher(Launcher) - Constructor for class hudson.Launcher.DecoratedLauncher
 
decorateFor(Node) - Method in class hudson.Launcher
Returns a decorated Launcher for the given node.
decorateLauncher(AbstractBuild, Launcher, BuildListener) - Method in class hudson.tasks.BuildWrapper
Provides an opportunity for a BuildWrapper to decorate a Launcher to be used in the build.
decorateLauncher(AbstractBuild, Launcher, BuildListener) - Method in class jenkins.tasks.SimpleBuildWrapper
May be overridden but this will only take effect when used as a BuildWrapper on an AbstractProject.
decorateLogger(AbstractBuild, OutputStream) - Method in class hudson.console.ConsoleLogFilter
decorateLogger(Run, OutputStream) - Method in class hudson.console.ConsoleLogFilter
Called on the start of each build, giving extensions a chance to intercept the data that is written to the log.
decorateLogger(Computer, OutputStream) - Method in class hudson.console.ConsoleLogFilter
Called to decorate logger for master/slave communication.
decorateLogger(AbstractBuild, OutputStream) - Method in class hudson.tasks.BuildWrapper
Provides an opportunity for a BuildWrapper to decorate the BuildListener logger to be used by the build.
decorateLogger(AbstractBuild, OutputStream) - Method in class jenkins.tasks.SimpleBuildWrapper
 
decrypt(String) - Static method in class hudson.util.Secret
Reverse operation of Secret.getEncryptedValue().
decrypt() - Method in class jenkins.security.CryptoConfidentialKey
Returns a Cipher object for decrypting with this key.
dedup() - Method in class jenkins.util.TreeStringBuilder
Further reduces the memory footprint by finding the same labels across multiple TreeStrings.
DeeplyNestedUpstreamCause() - Constructor for class hudson.model.Cause.UpstreamCause.DeeplyNestedUpstreamCause
 
DEFAULT - Static variable in class hudson.FileSystemProvisioner
Default implementation.
Default() - Constructor for class hudson.FileSystemProvisioner.Default
 
DEFAULT - Static variable in class hudson.model.LoadBalancer
Deprecated.
as of 1.377 The only implementation in the core now is the one based on consistent hash.
Default() - Constructor for class hudson.model.RestartListener.Default
 
Default() - Constructor for class jenkins.security.SecureRequester.Default
 
DEFAULT_BLOCKED_ITEM_COMPARATOR - Static variable in class hudson.model.queue.QueueSorter
A comparator that sorts Queue.BlockedItem instances based on how long they have been in the queue.
DEFAULT_COLUMNS_ORDINAL_ACTIONS_END - Static variable in class hudson.views.ListViewColumn
 
DEFAULT_COLUMNS_ORDINAL_ACTIONS_START - Static variable in class hudson.views.ListViewColumn
 
DEFAULT_COLUMNS_ORDINAL_ICON_END - Static variable in class hudson.views.ListViewColumn
 
DEFAULT_COLUMNS_ORDINAL_ICON_START - Static variable in class hudson.views.ListViewColumn
 
DEFAULT_COLUMNS_ORDINAL_PROPERTIES_END - Static variable in class hudson.views.ListViewColumn
 
DEFAULT_COLUMNS_ORDINAL_PROPERTIES_START - Static variable in class hudson.views.ListViewColumn
 
DEFAULT_CSP_VALUE - Static variable in class hudson.model.DirectoryBrowserSupport
 
DEFAULT_NAME - Static variable in class hudson.model.JDK
Name of the “System JDK”, which is just the JDK on Jenkins' $PATH.
DEFAULT_NAMING_STRATEGY - Static variable in class jenkins.model.ProjectNamingStrategy
The default naming strategy which does not restrict the name of a job.
DEFAULT_PATTERN - Static variable in class jenkins.model.ProjectNamingStrategy.PatternProjectNamingStrategy.DescriptorImpl
 
defaultCheckout() - Method in class hudson.model.AbstractBuild.AbstractBuildExecution
 
DefaultConfidentialStore - Class in jenkins.security
Default portable implementation of ConfidentialStore that uses a directory inside $JENKINS_HOME.
DefaultConfidentialStore() - Constructor for class jenkins.security.DefaultConfidentialStore
 
DefaultConfidentialStore(File) - Constructor for class jenkins.security.DefaultConfidentialStore
 
DefaultCrumbIssuer - Class in hudson.security.csrf
A crumb issuing algorithm based on the request principal and the remote address.
DefaultCrumbIssuer(boolean) - Constructor for class hudson.security.csrf.DefaultCrumbIssuer
 
DefaultCrumbIssuer.DescriptorImpl - Class in hudson.security.csrf
 
DefaultCrumbIssuer_DisplayName() - Static method in class hudson.security.csrf.Messages
Key DefaultCrumbIssuer.DisplayName: Default Crumb Issuer.
defaulted(T, T) - Static method in class hudson.Functions
If the value exists, return that value.
DefaultFilePathFilter - Class in jenkins.security.s2m
Blocks slaves from writing to files on the master by default (and also provide the kill switch.)
DefaultFilePathFilter() - Constructor for class jenkins.security.s2m.DefaultFilePathFilter
 
DefaultGlobalSettingsProvider - Class in jenkins.mvn
 
DefaultGlobalSettingsProvider() - Constructor for class jenkins.mvn.DefaultGlobalSettingsProvider
 
DefaultGlobalSettingsProvider.DescriptorImpl - Class in jenkins.mvn
 
DefaultGlobalSettingsProvider_DisplayName() - Static method in class jenkins.mvn.Messages
Key DefaultGlobalSettingsProvider.DisplayName: Use default maven global settings.
DefaultGuiceExtensionAnnotation() - Constructor for class hudson.ExtensionFinder.DefaultGuiceExtensionAnnotation
 
DefaultHolderFactory() - Constructor for class jenkins.model.lazy.BuildReference.DefaultHolderFactory
 
defaultImplementationOf(Class) - Method in class hudson.util.xstream.MapperDelegate
 
DefaultJnlpSlaveReceiver - Class in jenkins.slaves
Match the name against the slave name and route the incoming JNLP agent as Slave.
DefaultJnlpSlaveReceiver() - Constructor for class jenkins.slaves.DefaultJnlpSlaveReceiver
 
DefaultMyViewsTabBar - Class in hudson.views
The Default MyViewsTabBar Extension for MyViewsTabBar.
DefaultMyViewsTabBar() - Constructor for class hudson.views.DefaultMyViewsTabBar
 
DefaultMyViewsTabBar.DescriptorImpl - Class in hudson.views
 
DefaultMyViewsTabsBar_DisplayName() - Static method in class hudson.views.Messages
Key DefaultMyViewsTabsBar.DisplayName: Default My Views TabBar.
DefaultProjectNamingStrategy() - Constructor for class jenkins.model.ProjectNamingStrategy.DefaultProjectNamingStrategy
 
DefaultProjectNamingStrategy_DisplayName() - Static method in class jenkins.model.Messages
Key DefaultProjectNamingStrategy.DisplayName: Default.
DefaultSCMCheckoutStrategyImpl - Class in jenkins.scm
Default SCMCheckoutStrategy implementation.
DefaultSCMCheckoutStrategyImpl() - Constructor for class jenkins.scm.DefaultSCMCheckoutStrategyImpl
 
DefaultSCMCheckoutStrategyImpl.DescriptorImpl - Class in jenkins.scm
 
DefaultSettingsProvider - Class in jenkins.mvn
 
DefaultSettingsProvider() - Constructor for class jenkins.mvn.DefaultSettingsProvider
 
DefaultSettingsProvider.DescriptorImpl - Class in jenkins.mvn
 
DefaultSettingsProvider_DisplayName() - Static method in class jenkins.mvn.Messages
Key DefaultSettingsProvider.DisplayName: Use default maven settings.
defaultToTrue(Boolean) - Static method in class hudson.Functions
Can be used to check a checkbox by default.
DefaultUserCanonicalIdResolver - Class in jenkins.model
Default User.CanonicalIdResolver to escape unsupported characters and generate user ID.
DefaultUserCanonicalIdResolver() - Constructor for class jenkins.model.DefaultUserCanonicalIdResolver
 
DefaultViewsTabBar - Class in hudson.views
The Default ViewsTabBar Extension for ViewsTabBar.
DefaultViewsTabBar() - Constructor for class hudson.views.DefaultViewsTabBar
 
DefaultViewsTabBar.DescriptorImpl - Class in hudson.views
 
DefaultViewsTabsBar_DisplayName() - Static method in class hudson.views.Messages
Key DefaultViewsTabsBar.DisplayName: Default Views TabBar.
DefaultWhitelist() - Constructor for class jenkins.security.s2m.CallableDirectionChecker.DefaultWhitelist
 
DeferredCreationLdapAuthoritiesPopulator - Class in hudson.security
Deprecated.
as of 1.280 SecurityRealm.SecurityComponents are now created after SecurityRealm is created, so the initialization order issue that this code was trying to address no longer exists.
DeferredCreationLdapAuthoritiesPopulator(InitialDirContextFactory, String) - Constructor for class hudson.security.DeferredCreationLdapAuthoritiesPopulator
Deprecated.
Constructor.
defineClassFromData(File, byte[], String) - Method in class jenkins.util.AntClassLoader
Define a class given its bytes
definedExecutors - Variable in class hudson.model.LoadStatistics
Number of executors defined for Jenkins and how it changes over time.
definePackage(File, String) - Method in class jenkins.util.AntClassLoader
Define the package information associated with a class.
definePackage(File, String, Manifest) - Method in class jenkins.util.AntClassLoader
Define the package information when the class comes from a jar with a manifest
delegate - Variable in class hudson.util.xstream.MapperDelegate
 
delegate() - Method in class jenkins.util.InterceptingExecutorService
 
DelegatingComputerLauncher - Class in hudson.slaves
Convenient base implementation of ComputerLauncher that allows subtypes to perform some initialization (typically something cloud/v12n related to power up the machine), then to delegate to another ComputerLauncher to connect.
DelegatingComputerLauncher(ComputerLauncher) - Constructor for class hudson.slaves.DelegatingComputerLauncher
 
DelegatingComputerLauncher.DescriptorImpl - Class in hudson.slaves
 
DelegatingOutputStream - Class in hudson.util
Works like FilterOutputStream except its performance problem.
DelegatingOutputStream(OutputStream) - Constructor for class hudson.util.DelegatingOutputStream
 
delete() - Method in class hudson.FilePath
Deletes this file.
delete(StaplerRequest, StaplerResponse) - Method in class hudson.model.AbstractItem
 
delete() - Method in class hudson.model.AbstractItem
Deletes this item.
DELETE - Static variable in class hudson.model.Computer
 
delete() - Method in class hudson.model.FileParameterValue.FileItemImpl
 
DELETE - Static variable in interface hudson.model.Item
 
delete() - Method in interface hudson.model.Item
Deletes this item.
delete() - Method in class hudson.model.Job
 
DELETE - Static variable in class hudson.model.Run
 
delete() - Method in class hudson.model.Run
Deletes this build and its entire log
delete() - Method in class hudson.model.User
Deletes the data directory and removes this user from Hudson.
DELETE - Static variable in class hudson.model.View
 
DELETE - Static variable in class hudson.scm.EditType
 
DELETE - Static variable in class hudson.security.Permission
Generic delete access.
delete(String) - Method in interface hudson.tools.JDKInstaller.FileSystem
 
DELETE - Static variable in interface hudson.util.jna.WINNT
 
delete() - Method in class hudson.util.TextFile
 
delete() - Method in class hudson.XmlFile
 
delete(File) - Method in class jenkins.FilePathFilter
Checks if the given file/directory can be deleted.
delete() - Method in class jenkins.model.ArtifactManager
Delete all artifacts associated with an earlier build (if any).
delete(File, String) - Method in class jenkins.model.RunIdMigrator
Delete the record of a build.
delete() - Method in class jenkins.model.StandardArtifactManager
 
delete(File) - Method in class jenkins.ReflectiveFilePathFilter
 
delete(File) - Method in class jenkins.SoloFilePathFilter
 
deleteAll() - Method in class hudson.util.io.ReopenableRotatingFileOutputStream
Deletes all the log files, including rotated files.
deleteArtifacts() - Method in class hudson.model.Run
Deletes this build's artifacts.
DeleteBuildsCommand - Class in hudson.cli
Deletes builds records in a bulk.
DeleteBuildsCommand() - Constructor for class hudson.cli.DeleteBuildsCommand
 
DeleteBuildsCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key DeleteBuildsCommand.ShortDescription: Deletes build record(s)..
deleteContents() - Method in class hudson.FilePath
Deletes all the contents of this directory, but not the directory itself
deleteContentsRecursive(File) - Static method in class hudson.Util
Deletes the contents of the given directory (but not the directory itself) recursively.
deleteFile(File) - Static method in class hudson.Util
Deletes this file (and does not take no for an answer).
DeleteJobCommand - Class in hudson.cli
 
DeleteJobCommand() - Constructor for class hudson.cli.DeleteJobCommand
 
DeleteJobCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key DeleteJobCommand.ShortDescription: Deletes job(s)..
DeleteNodeCommand - Class in hudson.cli
 
DeleteNodeCommand() - Constructor for class hudson.cli.DeleteNodeCommand
 
DeleteNodeCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key DeleteNodeCommand.ShortDescription: Deletes node(s).
deleteRecursive() - Method in class hudson.FilePath
Deletes this directory, including all its contents recursively.
deleteRecursive(File) - Static method in class hudson.Util
 
deleteView(View) - Method in class hudson.model.MyViewsProperty
 
deleteView(View) - Method in class hudson.model.TreeView
 
deleteView(View) - Method in interface hudson.model.ViewGroup
Deletes a view in this group.
deleteView(View) - Method in class hudson.model.ViewGroupMixIn
 
deleteView(View) - Method in class jenkins.model.Jenkins
 
DeleteViewCommand - Class in hudson.cli
 
DeleteViewCommand() - Constructor for class hudson.cli.DeleteViewCommand
 
DeleteViewCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key DeleteViewCommand.ShortDescription: Deletes view(s)..
Demand(long, long) - Constructor for class hudson.slaves.RetentionStrategy.Demand
 
DependecyDeclarer - Interface in hudson.model
Deprecated.
Use DependencyDeclarer instead.
dependencies - Variable in class hudson.model.UpdateSite.Plugin
Dependencies of this plugin.
Dependency(AbstractProject, AbstractProject) - Constructor for class hudson.model.DependencyGraph.Dependency
 
Dependency(String) - Constructor for class hudson.PluginWrapper.Dependency
 
DependencyChange(AbstractProject<?, ?>, int, int) - Constructor for class hudson.model.AbstractBuild.DependencyChange
 
DependencyDeclarer - Interface in jenkins.model
Marker interface for project-associated objects that can participate in the dependency graph computation process.
DependencyGraph - Class in hudson.model
Maintains the build dependencies between AbstractProjects for efficient dependency computation.
DependencyGraph() - Constructor for class hudson.model.DependencyGraph
Builds the dependency graph.
DependencyGraph.Dependency - Class in hudson.model
Represents an edge in the dependency graph.
DependencyRunner - Class in hudson
Runs a job on all projects in the order of dependencies
DependencyRunner(DependencyRunner.ProjectRunnable) - Constructor for class hudson.DependencyRunner
 
DependencyRunner.ProjectRunnable - Interface in hudson
 
deploy() - Method in class hudson.model.UpdateSite.Plugin
 
deploy(boolean) - Method in class hudson.model.UpdateSite.Plugin
Schedules the installation of this plugin.
deployBackup() - Method in class hudson.model.UpdateSite.Plugin
Schedules the downgrade of this plugin.
descramble(String) - Static method in class hudson.util.Scrambler
 
Describable<T extends Describable<T>> - Interface in hudson.model
Classes that are described by Descriptor.
DescribableList<T extends Describable<T>,D extends Descriptor<T>> - Class in hudson.util
Persisted list of Describables with some operations specific to Descriptors.
DescribableList() - Constructor for class hudson.util.DescribableList
 
DescribableList(DescribableList.Owner) - Constructor for class hudson.util.DescribableList
Deprecated.
DescribableList(Saveable) - Constructor for class hudson.util.DescribableList
 
DescribableList(Saveable, Collection<? extends T>) - Constructor for class hudson.util.DescribableList
 
DescribableList.ConverterImpl - Class in hudson.util
Converter implementation for XStream.
DescribableList.Owner - Interface in hudson.util
Deprecated.
since 2008-08-15. Just implement Saveable.
describe() - Method in class jenkins.security.s2m.CallableRejectionConfig
Return the object that helps the UI rendering by providing the details.
description - Variable in class hudson.cli.SetBuildDescriptionCommand
 
description - Variable in class hudson.model.AbstractItem
Project description.
description - Variable in class hudson.model.Run
Human-readable description.
description - Variable in class hudson.model.View
Message displayed in the view page.
description - Variable in class hudson.security.Permission
Human-readable description of this permission.
description - Variable in class hudson.slaves.OfflineCause.SimpleOfflineCause
 
description - Variable in class hudson.WebAppMain.FileAndDescription
 
description(Map, Closure) - Method in interface lib.FormTagLib
Renders a row that shows description text below an input field.
description(Closure) - Method in interface lib.FormTagLib
Renders a row that shows description text below an input field.
description(Map) - Method in interface lib.FormTagLib
Renders a row that shows description text below an input field.
description() - Method in interface lib.FormTagLib
Renders a row that shows description text below an input field.
Descriptor<T extends Describable<T>> - Class in hudson.model
Metadata about a configurable instance.
Descriptor(Class<? extends T>) - Constructor for class hudson.model.Descriptor
 
Descriptor() - Constructor for class hudson.model.Descriptor
Infers the type of the corresponding Describable from the outer class.
DESCRIPTOR - Static variable in class hudson.model.FreeStyleProject
Descriptor is instantiated as a field purely for backward compatibility.
DESCRIPTOR - Static variable in class hudson.node_monitors.ClockMonitor
 
DESCRIPTOR - Static variable in class hudson.node_monitors.DiskSpaceMonitor
 
DESCRIPTOR - Static variable in class hudson.node_monitors.ResponseTimeMonitor
 
DESCRIPTOR - Static variable in class hudson.node_monitors.SwapSpaceMonitor
 
DESCRIPTOR - Static variable in class hudson.node_monitors.TemporarySpaceMonitor
 
DESCRIPTOR - Static variable in class hudson.security.FullControlOnceLoggedInAuthorizationStrategy
Deprecated.
as of 1.643 Inject descriptor via Inject.
DESCRIPTOR - Static variable in class hudson.security.LegacySecurityRealm
 
DESCRIPTOR - Static variable in class hudson.slaves.JNLPLauncher
 
DESCRIPTOR - Static variable in class hudson.tasks.ArtifactArchiver
Deprecated.
as of 1.286 Some plugin depends on this, so this field is left here and points to the last created instance. Use Jenkins.getDescriptorByType(Class) instead.
DESCRIPTOR - Static variable in class hudson.tasks.Maven
Deprecated.
as of 1.286 Use Jenkins.getDescriptorByType(Class) to obtain the current instance. For compatibility, this field retains the last created Maven.DescriptorImpl. TODO: fix sonar plugin that depends on this. That's the only plugin that depends on this field.
Descriptor() - Constructor for class hudson.tools.AbstractCommandInstaller.Descriptor
 
DESCRIPTOR - Static variable in class jenkins.model.DefaultUserCanonicalIdResolver
 
Descriptor.FormException - Exception in hudson.model
 
Descriptor.PropertyType - Class in hudson.model
Represents a readable property on Describable.
Descriptor.Self - Class in hudson.model
Special type indicating that Descriptor describes itself.
Descriptor_From(Object, Object) - Static method in class hudson.model.Messages
Key Descriptor.From: (from <a href="{1}">{0}</a>).
DescriptorByNameOwner - Interface in hudson.model
DescriptorExtensionList<T extends Describable<T>,D extends Descriptor<T>> - Class in hudson
ExtensionList for holding a set of Descriptors, which is a group of descriptors for the same extension point.
DescriptorExtensionList(Hudson, Class<T>) - Constructor for class hudson.DescriptorExtensionList
DescriptorExtensionList(Jenkins, Class<T>) - Constructor for class hudson.DescriptorExtensionList
 
DescriptorExtensionListImpl(Jenkins) - Constructor for class hudson.tasks.Publisher.DescriptorExtensionListImpl
 
DescriptorImpl() - Constructor for class hudson.console.ExpandableDetailsNote.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.console.HudsonExceptionNote.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.console.HyperlinkNote.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.console.ModelHyperlinkNote.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.FileSystemProvisioner.Default.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.markup.EscapedMarkupFormatter.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.model.AllView.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.model.BooleanParameterDefinition.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.model.ChoiceParameterDefinition.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.model.ComputerSet.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.model.FileParameterDefinition.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.model.FreeStyleProject.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.model.JDK.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.model.JobParameterDefinition.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.model.ListView.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.model.MyView.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.model.MyViewsProperty.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.model.PaneStatusProperties.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.model.ParametersDefinitionProperty.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.model.ProxyView.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.model.RunParameterDefinition.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.model.StringParameterDefinition.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.model.TextParameterDefinition.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.model.TreeView.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.node_monitors.ArchitectureMonitor.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.ProxyConfiguration.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.scm.NullSCM.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.search.UserSearchProperty.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.security.AuthorizationStrategy.Unsecured.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.security.csrf.DefaultCrumbIssuer.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.security.FullControlOnceLoggedInAuthorizationStrategy.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.security.GlobalSecurityConfiguration.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.security.HudsonPrivateSecurityRealm.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.security.HudsonPrivateSecurityRealm.Details.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.security.LegacyAuthorizationStrategy.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.slaves.CommandConnector.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.slaves.CommandLauncher.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.slaves.DelegatingComputerLauncher.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.slaves.DumbSlave.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.slaves.EnvironmentVariablesNodeProperty.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.slaves.RetentionStrategy.Always.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.slaves.RetentionStrategy.Demand.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.slaves.SimpleScheduledRetentionStrategy.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.tasks._maven.Maven3MojoNote.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.tasks._maven.MavenErrorNote.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.tasks._maven.MavenMojoNote.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.tasks._maven.MavenWarningNote.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.tasks.ArtifactArchiver.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.tasks.BatchFile.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.tasks.BuildTrigger.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.tasks.Fingerprinter.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.tasks.Maven.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.tasks.Maven.MavenInstallation.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.tasks.Maven.MavenInstaller.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.tasks.Shell.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.tools.BatchCommandInstaller.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.tools.CommandInstaller.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.tools.DownloadFromUrlInstaller.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.tools.InstallSourceProperty.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.tools.JDKInstaller.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.tools.ToolLocationNodeProperty.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.tools.ZipExtractionInstaller.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.triggers.SCMTrigger.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.triggers.TimerTrigger.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.views.BuildButtonColumn.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.views.DefaultMyViewsTabBar.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.views.DefaultViewsTabBar.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.views.JobColumn.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.views.LastDurationColumn.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.views.LastFailureColumn.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.views.LastStableColumn.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.views.LastSuccessColumn.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.views.StatusColumn.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.views.WeatherColumn.DescriptorImpl
 
DescriptorImpl() - Constructor for class jenkins.model.BuildDiscarderProperty.DescriptorImpl
 
DescriptorImpl() - Constructor for class jenkins.model.IdStrategy.CaseInsensitive.DescriptorImpl
 
DescriptorImpl() - Constructor for class jenkins.model.IdStrategy.CaseSensitive.DescriptorImpl
 
DescriptorImpl() - Constructor for class jenkins.model.IdStrategy.CaseSensitiveEmailAddress.DescriptorImpl
 
DescriptorImpl() - Constructor for class jenkins.model.Jenkins.DescriptorImpl
 
DescriptorImpl() - Constructor for class jenkins.model.ProjectNamingStrategy.DefaultProjectNamingStrategy.DescriptorImpl
 
DescriptorImpl() - Constructor for class jenkins.model.ProjectNamingStrategy.PatternProjectNamingStrategy.DescriptorImpl
 
DescriptorImpl() - Constructor for class jenkins.mvn.DefaultGlobalSettingsProvider.DescriptorImpl
 
DescriptorImpl() - Constructor for class jenkins.mvn.DefaultSettingsProvider.DescriptorImpl
 
DescriptorImpl() - Constructor for class jenkins.mvn.FilePathGlobalSettingsProvider.DescriptorImpl
 
DescriptorImpl() - Constructor for class jenkins.mvn.FilePathSettingsProvider.DescriptorImpl
 
DescriptorImpl() - Constructor for class jenkins.scm.DefaultSCMCheckoutStrategyImpl.DescriptorImpl
 
DescriptorImpl() - Constructor for class jenkins.security.ApiTokenProperty.DescriptorImpl
 
DescriptorImpl() - Constructor for class jenkins.security.LastGrantedAuthoritiesProperty.DescriptorImpl
 
DescriptorImpl() - Constructor for class jenkins.triggers.ReverseBuildTrigger.DescriptorImpl
 
DescriptorList<T extends Describable<T>> - Class in hudson.util
List of Descriptors.
DescriptorList(Descriptor<T>...) - Constructor for class hudson.util.DescriptorList
Deprecated.
As of 1.286. Use DescriptorList.DescriptorList(Class) instead.
DescriptorList(Class<T>) - Constructor for class hudson.util.DescriptorList
Creates a DescriptorList backed by ExtensionList.
descriptorList(Map, Closure) - Method in interface lib.FormTagLib
Generate config pages from a list of Descriptors into a section.
descriptorList(Closure) - Method in interface lib.FormTagLib
Generate config pages from a list of Descriptors into a section.
descriptorList(Map) - Method in interface lib.FormTagLib
Generate config pages from a list of Descriptors into a section.
descriptorList() - Method in interface lib.FormTagLib
Generate config pages from a list of Descriptors into a section.
descriptorRadioList(Map, Closure) - Method in interface lib.FormTagLib
Generate config pages from a list of Descriptors into a section.
descriptorRadioList(Closure) - Method in interface lib.FormTagLib
Generate config pages from a list of Descriptors into a section.
descriptorRadioList(Map) - Method in interface lib.FormTagLib
Generate config pages from a list of Descriptors into a section.
descriptorRadioList() - Method in interface lib.FormTagLib
Generate config pages from a list of Descriptors into a section.
DescriptorVisibilityFilter - Class in hudson.model
Hides Descriptors from users.
DescriptorVisibilityFilter() - Constructor for class hudson.model.DescriptorVisibilityFilter
 
destroy() - Method in class hudson.ResponseHeaderFilter
 
destroy() - Method in class hudson.security.BasicAuthenticationFilter
 
destroy() - Method in class hudson.security.ChainedServletFilter
 
destroy() - Method in class hudson.security.csrf.CrumbFilter
destroy() - Method in class hudson.security.HudsonFilter
 
destroy() - Method in class hudson.security.NoopFilter
 
destroy() - Method in class hudson.security.UnwrapSecurityExceptionFilter
 
destroy() - Method in class hudson.util.CharacterEncodingFilter
 
destroy() - Method in class hudson.util.PluginServletFilter
 
destroy() - Method in class jenkins.security.BasicHeaderProcessor
 
destroy() - Method in class jenkins.security.ExceptionTranslationFilter
 
details - Variable in class hudson.util.AdministrativeError
 
determineFailureUrl(HttpServletRequest, AuthenticationException) - Method in class hudson.security.AuthenticationProcessingFilter2
 
determineRows(String) - Static method in class hudson.Functions
Counts the number of rows needed for textarea to fit the content.
determineTargetUrl(HttpServletRequest) - Method in class hudson.security.AuthenticationProcessingFilter2
 
diff - Variable in class hudson.util.ClockDifference
The difference in milliseconds.
diffieHellman(boolean) - Method in class hudson.cli.Connection
Performs a Diffie-Hellman key exchange and produce a common secret between two ends of the connection.
diffieHellman(boolean, int) - Method in class hudson.cli.Connection
 
digest() - Method in class hudson.FilePath
Computes the MD5 digest of the file in hex string.
Digester2 - Class in hudson.util
Digester wrapper to fix the issue DIGESTER-118.
Digester2() - Constructor for class hudson.util.Digester2
 
din - Variable in class hudson.cli.Connection
 
dir - Variable in class jenkins.model.lazy.AbstractLazyLoadRunMap
Base directory for data.
DIR_SEPARATOR - Static variable in class hudson.util.IOUtils
Deprecated.
Use instead IOUtils.DIR_SEPARATOR
DIR_SEPARATOR_UNIX - Static variable in class hudson.util.IOUtils
Deprecated.
Use instead IOUtils.DIR_SEPARATOR_UNIX
DIR_SEPARATOR_WINDOWS - Static variable in class hudson.util.IOUtils
Deprecated.
Use instead IOUtils.DIR_SEPARATOR_WINDOWS
DirectedGraph<N> - Class in jenkins.util
A possible cyclic directed graph.
DirectedGraph() - Constructor for class jenkins.util.DirectedGraph
 
DirectedGraph.SCC<N> - Class in jenkins.util
Strongly connected component (SCC) of a graph.
DirectlyModifiableTopLevelItemGroup - Interface in jenkins.model
Item group which supports items being directly moved in or out of it.
DirectlyModifiableView - Interface in hudson.model
Marker interface for View its items can be modified.
DirectoryBrowserSupport - Class in hudson.model
Has convenience methods to serve file system.
DirectoryBrowserSupport(ModelObject, String) - Constructor for class hudson.model.DirectoryBrowserSupport
DirectoryBrowserSupport(ModelObject, FilePath, String, String, boolean) - Constructor for class hudson.model.DirectoryBrowserSupport
 
DirectoryBrowserSupport(ModelObject, VirtualFile, String, String, boolean) - Constructor for class hudson.model.DirectoryBrowserSupport
 
DirectoryBrowserSupport.Path - Class in hudson.model
Represents information about one file or folder.
DirScanner - Class in hudson.util
Visits a directory and its contents and pass them to the FileVisitor.
DirScanner() - Constructor for class hudson.util.DirScanner
 
DirScanner.Filter - Class in hudson.util
Scans by filtering things out from FileFilter.
DirScanner.Full - Class in hudson.util
Scans everything recursively.
DirScanner.Glob - Class in hudson.util
Scans by using Ant GLOB syntax.
disable() - Method in class hudson.logging.LogRecorder.Target
 
disable() - Method in class hudson.model.AbstractProject
 
disable(boolean) - Method in class hudson.model.AdministrativeMonitor
Mark this monitor as disabled, to prevent this from showing up in the UI.
disable() - Method in class hudson.PluginWrapper
Disables this plugin next time Jenkins runs.
DISABLE - Static variable in class jenkins.security.BasicHeaderRealPasswordAuthenticator
Legacy property to disable the real password support.
DISABLE_TRANSFORMER - Static variable in class hudson.ClassicPluginStrategy
 
disabled - Static variable in class hudson.DNSMultiCast
 
disabled - Variable in class hudson.model.AbstractProject
True to suspend new builds.
DISABLED - Static variable in class hudson.model.UsageStatistics
 
disabled - Static variable in class hudson.model.WorkspaceCleanupThread
Can be used to disable workspace clean up.
disabled - Static variable in class hudson.slaves.CloudRetentionStrategy
 
DISABLED - Static variable in class jenkins.CLI
 
DISABLED - Static variable in class jenkins.slaves.NioChannelSelector
Escape hatch to disable use of NIO.
disabled - Static variable in class jenkins.slaves.StandardOutputSwapper
 
disableSecurity() - Method in class jenkins.model.Jenkins
 
discard(FilePath, TaskListener) - Method in class hudson.FileSystemProvisioner.Default.DescriptorImpl
 
discard(FilePath, TaskListener) - Method in class hudson.FileSystemProvisionerDescriptor
Called to clean up a workspace that may potentially belong to this FileSystemProvisioner.
discardWorkspace(AbstractProject<?, ?>, FilePath) - Method in class hudson.FileSystemProvisioner.Default
 
discardWorkspace(AbstractProject<?, ?>, FilePath) - Method in class hudson.FileSystemProvisioner
When a project is deleted, this method is called to undo the effect of FileSystemProvisioner.prepareWorkspace(AbstractBuild, FilePath, TaskListener).
DISCONNECT - Static variable in class hudson.model.Computer
 
disconnect(OfflineCause) - Method in class hudson.model.Computer
Disconnect this computer.
disconnect() - Method in class hudson.model.Computer
Deprecated.
as of 1.320. Use Computer.disconnect(OfflineCause) and specify the cause.
disconnect(OfflineCause) - Method in class hudson.slaves.SlaveComputer
 
DISCOVER - Static variable in interface hudson.model.Item
 
discover(Class<T>) - Method in class hudson.PluginManager
Discover all the service provider implementations of the given class, via META-INF/services.
DiskSpace(String, long) - Constructor for class hudson.node_monitors.DiskSpaceMonitorDescriptor.DiskSpace
 
DiskSpaceMonitor - Class in hudson.node_monitors
Checks available disk space of the remote FS root.
DiskSpaceMonitor(String) - Constructor for class hudson.node_monitors.DiskSpaceMonitor
 
DiskSpaceMonitor() - Constructor for class hudson.node_monitors.DiskSpaceMonitor
 
DiskSpaceMonitor_DisplayName() - Static method in class hudson.node_monitors.Messages
Key DiskSpaceMonitor.DisplayName: Free Disk Space.
DiskSpaceMonitor_MarkedOffline(Object) - Static method in class hudson.node_monitors.Messages
Key DiskSpaceMonitor.MarkedOffline: Making {0} offline temporarily due to the lack of disk space.
DiskSpaceMonitor_MarkedOnline(Object) - Static method in class hudson.node_monitors.Messages
Key DiskSpaceMonitor.MarkedOnline: Putting {0} back online as there is enough disk space again.
DiskSpaceMonitorDescriptor - Class in hudson.node_monitors
AbstractNodeMonitorDescriptor for NodeMonitor that checks a free disk space of some directory.
DiskSpaceMonitorDescriptor() - Constructor for class hudson.node_monitors.DiskSpaceMonitorDescriptor
 
DiskSpaceMonitorDescriptor.DiskSpace - Class in hudson.node_monitors
Value object that represents the disk space.
DiskSpaceMonitorDescriptor.GetUsableSpace - Class in hudson.node_monitors
 
DiskSpaceMonitorDescriptor_DiskSpace_FreeSpaceTooLow(Object, Object) - Static method in class hudson.node_monitors.Messages
Key DiskSpaceMonitorDescriptor.DiskSpace.FreeSpaceTooLow: {@code Disk space is too low.
displayCell() - Method in exception jenkins.model.queue.AsynchronousExecution
Allows an executable to control whether or not to display executorCell.jelly.
DisplayExecutor(String, String, Executor) - Constructor for class hudson.model.Computer.DisplayExecutor
 
displayIOException(IOException, TaskListener) - Static method in class hudson.Util
On Windows, error messages for IOException aren't very helpful.
displayName - Variable in class hudson.cli.SetBuildDisplayNameCommand
 
displayName - Variable in class hudson.model.AbstractItem
 
displayName - Variable in class hudson.model.Descriptor.PropertyType
 
displayName - Variable in class hudson.model.Resource
Human-readable name of this resource.
displayName - Variable in class hudson.slaves.NodeProvisioner.PlannedNode
Used to display this planned node to UI.
displayName - Variable in class jenkins.model.ModelObjectWithContextMenu.MenuItem
Human readable caption of the menu item.
DisplayNameListener - Class in hudson.model
 
DisplayNameListener() - Constructor for class hudson.model.DisplayNameListener
 
displayNameOf(Initializer) - Method in class hudson.init.InitializerFinder
 
displayNameOf(Terminator) - Method in class hudson.init.TerminatorFinder
 
Disposer() - Constructor for class jenkins.tasks.SimpleBuildWrapper.Disposer
 
DIV - Static variable in interface hudson.scheduler.CrontabParserTokenTypes
 
DIY_CHUNKING - Static variable in class hudson.model.FullDuplexHttpChannel
Set to true if the servlet container doesn't support chunked encoding.
DNSMultiCast - Class in hudson
Registers a DNS multi-cast service-discovery support.
DNSMultiCast(Jenkins) - Constructor for class hudson.DNSMultiCast
 
do_launchAll(StaplerRequest, StaplerResponse) - Method in class hudson.model.ComputerSet
 
doAct(String) - Method in class hudson.diagnosis.HudsonHomeDiskUsageMonitor
Depending on whether the user said "yes" or "no", send him to the right place.
doAct(StaplerRequest, StaplerResponse) - Method in class hudson.diagnosis.OldDataMonitor
Depending on whether the user said "yes" or "no", send him to the right place.
doAct(String) - Method in class hudson.diagnosis.ReverseProxySetupMonitor
Depending on whether the user said "yes" or "no", send him to the right place.
doAct(StaplerRequest, StaplerResponse) - Method in class hudson.diagnosis.TooManyJobsButNoView
Depending on whether the user said "yes" or "no", send him to the right place.
doAct(StaplerRequest, StaplerResponse) - Method in class jenkins.diagnostics.SecurityIsOffMonitor
Depending on whether the user said "yes" or "no", send him to the right place.
doAct(String) - Method in class jenkins.security.s2m.AdminCallableMonitor
Depending on whether the user said "examin" or "dismiss", send him to the right place.
doAct(String) - Method in class jenkins.security.s2m.MasterKillSwitchWarning
 
doAddJobToView(String) - Method in interface hudson.model.DirectlyModifiableView
Handle addJobToView web method.
doAddJobToView(String) - Method in class hudson.model.ListView
 
doAjax(StaplerRequest, StaplerResponse, String) - Method in class hudson.widgets.HistoryWidget
Handles AJAX requests from browsers to update build history.
doAperiodicRun() - Method in class hudson.model.AperiodicWork
 
doAperiodicRun() - Method in class hudson.model.AsyncAperiodicWork
Schedules this periodic work now in a new thread, if one isn't already running.
doApprove(String) - Method in class jenkins.security.s2m.AdminWhitelistRule
Approves specific callables by their names.
doApproveAll() - Method in class jenkins.security.s2m.AdminWhitelistRule
Approves all the currently rejected subjects
doArtifact() - Method in class hudson.model.Run
Serves the artifacts.
doAutoCompleteAssignedLabelString(String) - Method in class hudson.model.AbstractProject.AbstractProjectDescriptor
 
doAutoCompleteChildProjects(String, Item, ItemGroup) - Method in class hudson.tasks.BuildTrigger.DescriptorImpl
 
doAutoCompleteCopyNewItemFrom(String) - Method in class hudson.model.ComputerSet.DescriptorImpl
Auto-completion for the "copy from" field in the new job page.
doAutoCompleteCopyNewItemFrom(String, ItemGroup) - Method in class hudson.model.ViewDescriptor
Auto-completion for the "copy from" field in the new job page.
doAutoCompleteLabel(String) - Method in class hudson.model.AbstractProject.AbstractProjectDescriptor
 
doAutoCompleteLoggerName(String) - Method in class hudson.logging.LogRecorder
 
doAutoCompleteProjectName(String) - Method in class hudson.model.RunParameterDefinition.DescriptorImpl
 
doAutoCompleteUpstreamProjects(String) - Method in class hudson.model.AbstractProject.AbstractProjectDescriptor
 
doAutoCompleteUpstreamProjects(String, Item, ItemGroup) - Method in class jenkins.triggers.ReverseBuildTrigger.DescriptorImpl
 
doBuild(StaplerRequest, StaplerResponse, TimeDuration) - Method in class hudson.model.AbstractProject
Schedules a new build command.
doBuild(StaplerRequest, StaplerResponse) - Method in class hudson.model.AbstractProject
doBuild(StaplerRequest, StaplerResponse, TimeDuration) - Method in class jenkins.model.ParameterizedJobMixIn
Schedules a new build command.
doBuildNumber(StaplerResponse) - Method in class hudson.model.Run
Returns the build number in the body.
doBuildStatus(StaplerRequest, StaplerResponse) - Method in class hudson.model.Job
Returns the image that shows the current buildCommand status.
doBuildStatus(StaplerRequest, StaplerResponse) - Method in class hudson.model.Run
 
doBuildTimestamp(StaplerRequest, StaplerResponse, String) - Method in class hudson.model.Run
Returns the build time stamp in the body.
doBuildWithParameters(StaplerRequest, StaplerResponse, TimeDuration) - Method in class hudson.model.AbstractProject
Supports build trigger with parameters via an HTTP GET or POST.
doBuildWithParameters(StaplerRequest, StaplerResponse) - Method in class hudson.model.AbstractProject
doBuildWithParameters(StaplerRequest, StaplerResponse, TimeDuration) - Method in class jenkins.model.ParameterizedJobMixIn
Supports build trigger with parameters via an HTTP GET or POST.
doCancelItem(long) - Method in class hudson.model.Queue
Called from queue.jelly and entries.jelly.
doCancelQueue(StaplerRequest, StaplerResponse) - Method in class hudson.model.AbstractProject
Cancels a scheduled build.
doCancelQueue() - Method in class hudson.model.Queue.Item
Deprecated.
doCancelQueue(StaplerRequest, StaplerResponse) - Method in class jenkins.model.ParameterizedJobMixIn
Cancels a scheduled build.
doCancelQuietDown() - Method in class jenkins.model.Jenkins
 
doCancelRestart(StaplerResponse) - Method in class hudson.model.UpdateCenter
Cancel all scheduled jenkins restarts
doCaptcha(StaplerRequest, StaplerResponse) - Method in class hudson.security.SecurityRealm
Generates a captcha image.
doChangeOfflineCause(String) - Method in class hudson.model.Computer
 
doChangeToken(User, StaplerResponse) - Method in class jenkins.security.ApiTokenProperty.DescriptorImpl
 
doCheck(String) - Method in class hudson.slaves.SimpleScheduledRetentionStrategy.DescriptorImpl
Performs syntax check.
doCheck(AbstractProject, String) - Method in class hudson.tasks.BuildTrigger.DescriptorImpl
Form validation method.
doCheck(AbstractProject, String) - Method in class hudson.tasks.Fingerprinter.DescriptorImpl
Deprecated.
doCheck(String, Item) - Method in class hudson.triggers.TimerTrigger.DescriptorImpl
 
doCheckAcceptLicense(boolean) - Method in class hudson.tools.JDKInstaller.DescriptorImpl
 
doCheckAdminAddress(String) - Method in class jenkins.model.JenkinsLocationConfiguration
 
doCheckArtifacts(AbstractProject, String, String) - Method in class hudson.tasks.ArtifactArchiver.DescriptorImpl
Performs on-the-fly validation of the file mask wildcard, when the artifacts textbox or the caseSensitive checkbox are modified
doCheckAssignedLabelString(AbstractProject<?, ?>, String) - Method in class hudson.model.AbstractProject.AbstractProjectDescriptor
 
doCheckChoices(String) - Method in class hudson.model.ChoiceParameterDefinition.DescriptorImpl
Checks if parameterised build choices are valid.
doCheckCommand(String) - Method in class hudson.slaves.CommandLauncher.DescriptorImpl
 
doCheckCommand(String) - Method in class hudson.tools.AbstractCommandInstaller.Descriptor
 
doCheckCustomWorkspace(String) - Method in class hudson.model.AbstractProject.AbstractProjectDescriptor
 
doCheckDisplayName(String, String) - Method in class jenkins.model.Jenkins
Checks to see if the candidate displayName collides with any existing display names or project names
doCheckHome(File) - Method in class hudson.tools.ToolDescriptor
Checks if the home directory is valid.
doCheckId(String) - Method in class hudson.tools.JDKInstaller.DescriptorImpl
 
doCheckIncludeRegex(String) - Method in class hudson.model.ListView.DescriptorImpl
Checks if the include regular expression is valid.
doCheckJobName(String) - Method in class jenkins.model.Jenkins
Makes sure that the given name is good as a job name.
doCheckLabel(AbstractProject<?, ?>, String) - Method in class hudson.model.AbstractProject.AbstractProjectDescriptor
 
doCheckName(String) - Method in class hudson.model.ComputerSet
Makes sure that the given name is good as a slave name.
doCheckName(String) - Method in class hudson.slaves.NodeDescriptor
 
doCheckName(String) - Method in class hudson.tools.ToolDescriptor
Checks if the tool name is valid.
doCheckNamePattern(String) - Method in class jenkins.model.ProjectNamingStrategy.PatternProjectNamingStrategy.DescriptorImpl
 
doCheckNumExecutors(String) - Method in class hudson.model.Slave.SlaveDescriptor
 
doCheckNumExecutors(String) - Method in class jenkins.model.Jenkins.DescriptorImpl
 
doCheckPollingThreadCount(String) - Method in class hudson.triggers.SCMTrigger.DescriptorImpl
 
doCheckPort(String) - Method in class hudson.ProxyConfiguration.DescriptorImpl
 
doCheckRawBuildsDir(String) - Method in class jenkins.model.Jenkins.DescriptorImpl
 
doCheckRemoteFS(String) - Method in class hudson.model.Slave.SlaveDescriptor
Performs syntactical check on the remote FS for slaves.
doCheckRetryCount(String) - Method in class hudson.model.AbstractProject
Validates the retry count Regex
doCheckShell(String) - Method in class hudson.tasks.Shell.DescriptorImpl
Check the existence of sh in the given location.
doCheckSpec(String, Item) - Method in class hudson.triggers.TimerTrigger.DescriptorImpl
Performs syntax check.
doCheckTargets(AbstractProject<?, ?>, String) - Method in class hudson.tasks.Fingerprinter.DescriptorImpl
 
doCheckToolHome(String) - Method in class hudson.tools.AbstractCommandInstaller.Descriptor
 
doCheckUpdatesServer() - Method in class hudson.PluginManager
 
doCheckUpstreamProjects(Job, String) - Method in class jenkins.triggers.ReverseBuildTrigger.DescriptorImpl
 
doCheckURIEncoding(StaplerRequest) - Method in class jenkins.model.Jenkins
Checks if container uses UTF-8 to decode URLs.
doCheckUrl(String) - Method in class hudson.tools.ZipExtractionInstaller.DescriptorImpl
 
doCheckUrl(String) - Method in class jenkins.model.JenkinsLocationConfiguration
Checks the URL in global.jelly
doCheckViewName(String) - Method in class jenkins.model.Jenkins
Checks if a top-level view with the given name exists and make sure that the name is good as a view name.
doChildrenContextMenu(StaplerRequest, StaplerResponse) - Method in class hudson.logging.LogRecorderManager
 
doChildrenContextMenu(StaplerRequest, StaplerResponse) - Method in class hudson.model.ComputerSet
 
doChildrenContextMenu(StaplerRequest, StaplerResponse) - Method in class hudson.model.Job
 
doChildrenContextMenu(StaplerRequest, StaplerResponse) - Method in class hudson.model.Label
 
doChildrenContextMenu(StaplerRequest, StaplerResponse) - Method in class hudson.model.View
 
doChildrenContextMenu(StaplerRequest, StaplerResponse) - Method in class jenkins.model.Jenkins
 
doChildrenContextMenu(StaplerRequest, StaplerResponse) - Method in interface jenkins.model.ModelObjectWithChildren
Generates the context menu to list up all the children.
doClassicThreadDump(StaplerResponse) - Method in class jenkins.model.Jenkins
Backward compatibility.
doClear() - Method in class hudson.logging.LogRecorder
 
doClearError(StaplerRequest, StaplerResponse) - Method in class hudson.model.TaskAction
Clears the error status.
doCommand(StaplerRequest, StaplerResponse) - Method in class hudson.cli.CLIAction
 
doConfigDotXml(StaplerRequest, StaplerResponse) - Method in class hudson.model.AbstractItem
Accepts config.xml submission, as well as serve it.
doConfigDotXml(StaplerRequest, StaplerResponse) - Method in class hudson.model.Computer
Accepts config.xml submission, as well as serve it.
doConfigDotXml(StaplerRequest) - Method in class hudson.model.View
Accepts config.xml submission, as well as serve it.
doConfigDotXml(StaplerRequest, StaplerResponse) - Method in class jenkins.model.Jenkins.MasterComputer
 
doConfigExecutorsSubmit(StaplerRequest, StaplerResponse) - Method in class jenkins.model.Jenkins
Accepts submission from the node configuration page.
doConfigLogger(String, String) - Method in class hudson.logging.LogRecorderManager
Configure the logging level.
doConfigSubmit(StaplerRequest, StaplerResponse) - Method in class hudson.logging.LogRecorder
Accepts submission from the configuration page.
doConfigSubmit(StaplerRequest, StaplerResponse) - Method in class hudson.model.AbstractProject
 
doConfigSubmit(StaplerRequest, StaplerResponse) - Method in class hudson.model.Computer
Accepts the update to the node configuration.
doConfigSubmit(StaplerRequest) - Method in class hudson.model.ComputerSet
Accepts submission from the configuration page.
doConfigSubmit(StaplerRequest, StaplerResponse) - Method in class hudson.model.Job
Accepts submission from the configuration page.
doConfigSubmit(StaplerRequest, StaplerResponse) - Method in class hudson.model.labels.LabelAtom
Accepts the update to the node configuration.
doConfigSubmit(StaplerRequest) - Method in class hudson.model.Run
 
doConfigSubmit(StaplerRequest, StaplerResponse) - Method in class hudson.model.User
Accepts submission from the configuration page.
doConfigSubmit(StaplerRequest, StaplerResponse) - Method in class hudson.model.View
Accepts submission from the configuration page.
doConfigSubmit(StaplerRequest, StaplerResponse) - Method in class jenkins.model.Jenkins
Accepts submission from the configuration page.
doConfigSubmit(StaplerRequest, StaplerResponse) - Method in class jenkins.model.Jenkins.MasterComputer
 
doConfigure(StaplerRequest, StaplerResponse) - Method in class hudson.security.GlobalSecurityConfiguration
 
doConsoleText(StaplerRequest, StaplerResponse) - Method in class hudson.model.Run
Sends out the raw console output.
doContextMenu(StaplerRequest, StaplerResponse) - Method in class hudson.model.Actionable
 
doContextMenu(StaplerRequest, StaplerResponse) - Method in class hudson.model.User
 
doContextMenu(StaplerRequest, StaplerResponse) - Method in class jenkins.model.Jenkins
 
doContextMenu(StaplerRequest, StaplerResponse) - Method in interface jenkins.model.ModelObjectWithContextMenu
Generates the context menu.
doCreateAccount(StaplerRequest, StaplerResponse) - Method in class hudson.security.HudsonPrivateSecurityRealm
Creates an user account.
doCreateAccountByAdmin(StaplerRequest, StaplerResponse) - Method in class hudson.security.HudsonPrivateSecurityRealm
Creates an user account.
doCreateAccountWithFederatedIdentity(StaplerRequest, StaplerResponse) - Method in class hudson.security.HudsonPrivateSecurityRealm
Creates an account and associates that with the given identity.
doCreateFirstAccount(StaplerRequest, StaplerResponse) - Method in class hudson.security.HudsonPrivateSecurityRealm
Creates a first admin user account.
doCreateItem(StaplerRequest, StaplerResponse) - Method in class hudson.model.AllView
 
doCreateItem(StaplerRequest, StaplerResponse, String, String, String) - Method in class hudson.model.ComputerSet
First check point in creating a new slave.
doCreateItem(StaplerRequest, StaplerResponse) - Method in class hudson.model.ListView
 
doCreateItem(StaplerRequest, StaplerResponse) - Method in interface hudson.model.ModifiableItemGroup
The request format follows that of &lt;n:form xmlns:n="/lib/form">.
doCreateItem(StaplerRequest, StaplerResponse) - Method in class hudson.model.MyView
 
doCreateItem(StaplerRequest, StaplerResponse) - Method in class hudson.model.ProxyView
 
doCreateItem(StaplerRequest, StaplerResponse) - Method in class hudson.model.TreeView
 
doCreateItem(StaplerRequest, StaplerResponse) - Method in class hudson.model.View
Creates a new Item in this collection.
doCreateItem(StaplerRequest, StaplerResponse) - Method in class jenkins.model.Jenkins
 
doCreateView(StaplerRequest, StaplerResponse) - Method in class hudson.model.MyViewsProperty
 
doCreateView(StaplerRequest, StaplerResponse) - Method in class hudson.model.TreeView
 
doCreateView(StaplerRequest, StaplerResponse) - Method in class jenkins.model.Jenkins
 
doData(StaplerRequest, long, long) - Method in class hudson.model.BuildTimelineWidget
 
doDefaultJDKCheck(StaplerRequest, String) - Method in class jenkins.model.Jenkins
If the user chose the default JDK, make sure we got 'java' in PATH.
doDelete() - Method in class jenkins.diagnosis.HsErrPidFile
 
doDescription(StaplerRequest, StaplerResponse) - Method in class hudson.model.Job
Accepts and serves the job description
doDisable() - Method in class hudson.model.AbstractProject
 
doDisable(StaplerRequest, StaplerResponse) - Method in class hudson.model.AdministrativeMonitor
URL binding to disable this monitor.
doDiscard(StaplerRequest, StaplerResponse) - Method in class hudson.diagnosis.OldDataMonitor
Save all files containing only unreadable data (no data upgrades), which discards this data.
doDoCreateItem(StaplerRequest, StaplerResponse, String, String) - Method in class hudson.model.ComputerSet
Really creates a new slave.
doDoDelete(StaplerResponse) - Method in class hudson.logging.LogRecorder
Deletes this recorder, then go back to the parent.
doDoDelete(StaplerRequest, StaplerResponse) - Method in class hudson.model.AbstractItem
Deletes this item.
doDoDelete() - Method in class hudson.model.Computer
Really deletes the slave.
doDoDelete(StaplerRequest, StaplerResponse) - Method in class hudson.model.Run
Deletes the build when the button is pressed.
doDoDelete(StaplerRequest, StaplerResponse) - Method in class hudson.model.User
Deletes this user from Hudson.
doDoDelete(StaplerRequest, StaplerResponse) - Method in class hudson.model.View
Deletes this view.
doDoDelete() - Method in class hudson.slaves.AbstractCloudComputer
When the slave is deleted, free the node right away.
doDoDelete() - Method in class jenkins.model.Jenkins.MasterComputer
Report an error.
doDoDisconnect(String) - Method in class hudson.slaves.SlaveComputer
 
doDoFingerprintCheck(StaplerRequest, StaplerResponse) - Method in class jenkins.model.Jenkins
Do a finger-print check.
doDoRename(StaplerRequest, StaplerResponse) - Method in class hudson.model.Job
Renames this job.
doDoUninstall() - Method in class hudson.PluginWrapper
 
doDoWipeOutWorkspace() - Method in class hudson.model.AbstractProject
Wipes out the workspace.
doDowngrade(StaplerResponse) - Method in class hudson.model.UpdateCenter
Performs hudson downgrade.
doDowngrade() - Method in class hudson.model.UpdateSite.Plugin
Performs the downgrade of the plugin.
doDownload() - Method in class jenkins.diagnosis.HsErrPidFile
 
doDumpExportTable(StaplerRequest, StaplerResponse) - Method in class hudson.model.Computer
Dumps the contents of the export table.
doDynamic(StaplerRequest, StaplerResponse) - Method in class hudson.model.FileParameterValue
Serve this file parameter in response to a StaplerRequest.
doDynamic(StaplerResponse) - Method in class hudson.model.Run.RedirectUp
 
doDynamic(StaplerRequest, StaplerResponse) - Method in class hudson.Plugin
This method serves static resources in the plugin under hudson/plugin/SHORTNAME.
doDynamic(StaplerRequest, StaplerResponse) - Method in class hudson.util.DoubleLaunchChecker
Serve all URLs with the index view.
doDynamic(StaplerRequest, StaplerResponse) - Method in exception hudson.util.ErrorObject
 
doDynamic(StaplerRequest, StaplerResponse) - Method in class hudson.util.HudsonIsLoading
 
doDynamic(StaplerRequest, StaplerResponse) - Method in class hudson.util.HudsonIsRestarting
 
doEnable() - Method in class hudson.model.AbstractProject
 
doEval(StaplerRequest, StaplerResponse) - Method in class jenkins.model.Jenkins
Evaluates the Jelly script submitted by the client.
doException() - Method in class jenkins.model.Jenkins
End point that intentionally throws an exception to test the error behaviour.
doExit(StaplerRequest, StaplerResponse) - Method in class jenkins.model.Jenkins
Shutdown the system.
doFieldCheck(StaplerRequest, StaplerResponse) - Method in class hudson.model.Hudson
Deprecated.
as of 1.294 Define your own check method, instead of relying on this generic one.
doFieldCheck(String, String, String, String) - Method in class hudson.model.Hudson
Deprecated.
as of 1.324 Either use client-side validation (e.g. class="required number") or define your own check method, instead of relying on this generic one.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class hudson.ResponseHeaderFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class hudson.security.BasicAuthenticationFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class hudson.security.ChainedServletFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class hudson.security.csrf.CrumbFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class hudson.security.HttpSessionContextIntegrationFilter2
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class hudson.security.HudsonFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class hudson.security.NoopFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class hudson.security.UnwrapSecurityExceptionFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class hudson.util.CharacterEncodingFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class hudson.util.PluginServletFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class jenkins.security.BasicHeaderProcessor
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class jenkins.security.ExceptionTranslationFilter
 
doFingerprintCleanup(StaplerResponse) - Method in class jenkins.model.Jenkins
 
doGc(StaplerResponse) - Method in class jenkins.model.Jenkins
For debugging.
doGraph(String) - Method in class hudson.diagnosis.MemoryUsageMonitor.MemoryGroup
Generates the memory usage statistics graph.
doGraph(String) - Method in class hudson.model.LoadStatistics
Generates the load statistics graph.
doHeapDump(StaplerRequest, StaplerResponse) - Method in class hudson.util.RemotingDiagnostics.HeapDump
 
doHelp(StaplerRequest, StaplerResponse) - Method in class hudson.model.Descriptor
Serves help.html from the resource of Descriptor.clazz.
doIconSize(StaplerRequest, StaplerResponse) - Method in class jenkins.model.Jenkins
Changes the icon size by changing the cookie
doIgnore(StaplerRequest, StaplerResponse) - Method in class hudson.util.DoubleLaunchChecker
Ignore the problem and go back to using Hudson.
doIndex(StaplerResponse) - Method in class hudson.diagnosis.OldDataMonitor
 
doIndex() - Method in class hudson.model.MyViewsProperty
 
doIndex(StaplerRequest, StaplerResponse) - Method in class hudson.model.Slave.JnlpJar
 
doIndex(StaplerRequest, StaplerResponse) - Method in class hudson.scm.AbstractScmTagAction
 
doIndex(StaplerRequest, StaplerResponse) - Method in class hudson.search.Search
 
doIndex(StaplerResponse) - Method in class hudson.util.RemotingDiagnostics.HeapDump
Obtains the heap dump.
doIndex() - Method in class jenkins.security.s2m.AdminCallableMonitor
 
doInstall() - Method in class hudson.model.UpdateSite.Plugin
Making the installation web bound.
doInstall(StaplerRequest, StaplerResponse) - Method in class hudson.PluginManager
Performs the installation of the plugins.
doInstallNecessaryPlugins(StaplerRequest) - Method in class hudson.PluginManager
doInstallNow() - Method in class hudson.model.UpdateSite.Plugin
 
doInvalidateData() - Method in class hudson.model.UpdateCenter
Invalidates the update center JSON data for all the sites and force re-retrieval.
doInvalidateData() - Method in class hudson.model.UpdateSite
Invalidates the cached data and force retrieval.
doJnlpJars(StaplerRequest) - Method in class jenkins.model.Jenkins
 
doJson(StaplerRequest, StaplerResponse) - Method in class hudson.model.Api
Exposes the bean as JSON.
doLaunchSlaveAgent(StaplerRequest, StaplerResponse) - Method in class hudson.model.Computer
If Computer.getChannel()==null, attempts to relaunch the slave agent.
doLaunchSlaveAgent(StaplerRequest, StaplerResponse) - Method in class hudson.slaves.SlaveComputer
 
doLaunchSlaveAgent(StaplerRequest, StaplerResponse) - Method in class jenkins.model.Jenkins.MasterComputer
 
doLoginEntry(StaplerRequest, StaplerResponse) - Method in class jenkins.model.Jenkins
Called once the user logs in.
doLogout(StaplerRequest, StaplerResponse) - Method in class hudson.security.SecurityRealm
Handles the logout processing.
doLogout(StaplerRequest, StaplerResponse) - Method in class jenkins.model.Jenkins
Logs out the user.
doLogRss(StaplerRequest, StaplerResponse) - Method in class hudson.model.Hudson
Deprecated.
As on 1.267, moved to "/log/rss..."
doMakeDisabled() - Method in class hudson.PluginWrapper
 
doMakeEnabled() - Method in class hudson.PluginWrapper
 
doMap(StaplerRequest, StaplerResponse) - Method in class hudson.util.Graph
Renders a clickable map.
doMarshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class hudson.util.RobustReflectionConverter
 
doNewLogRecorder(String) - Method in class hudson.logging.LogRecorderManager
Creates a new log recorder.
doPin() - Method in class hudson.PluginWrapper
 
doPng(StaplerRequest, StaplerResponse) - Method in class hudson.util.Graph
Renders a graph.
doPolling(StaplerRequest, StaplerResponse) - Method in class hudson.model.AbstractProject
Schedules a new SCM polling command.
doPollingLog(StaplerRequest, StaplerResponse) - Method in class hudson.triggers.SCMTrigger.BuildAction
Sends out the raw polling log output.
doPostBack(StaplerRequest, StaplerResponse) - Method in class hudson.model.DownloadService.Downloadable
This is where the browser sends us the data.
doPostBack(StaplerRequest) - Method in class hudson.model.UpdateSite
This is the endpoint that receives the update center data file from the browser.
doPostCredential(String, String) - Method in class hudson.tools.JDKInstaller.DescriptorImpl
Submits the Oracle account username/password.
doPrevalidateConfig(StaplerRequest) - Method in class hudson.PluginManager
Like PluginManager.doInstallNecessaryPlugins(StaplerRequest) but only checks if everything is installed or if some plugins need updates or installation.
doPreviewDescription(String) - Method in class hudson.markup.MarkupFormatter
Generate HTML for preview, using markup formatter.
doProgressiveHtml(StaplerRequest, StaplerResponse) - Method in class hudson.console.AnnotatedLargeText
 
doProgressiveHtml(StaplerRequest, StaplerResponse) - Method in class hudson.model.TaskAction
Handles incremental log output.
doProgressiveLog(StaplerRequest, StaplerResponse) - Method in class hudson.model.Computer
Handles incremental log.
doProgressiveLog(StaplerRequest, StaplerResponse) - Method in class hudson.model.Run
Deprecated.
as of 1.352 Use getLogText().doProgressiveText(req,rsp)
doProgressiveLog(StaplerRequest, StaplerResponse) - Method in class hudson.model.TaskAction
Handles incremental log output.
doProgressiveText(StaplerRequest, StaplerResponse) - Method in class hudson.console.AnnotatedLargeText
Aliasing what I think was a wrong name in LargeText
doProgressText(StaplerRequest, StaplerResponse) - Method in class hudson.model.LargeText
Deprecated.
Implements the progressive text handling.
doProxyConfigure(StaplerRequest) - Method in class hudson.PluginManager
 
doPython(StaplerRequest, StaplerResponse) - Method in class hudson.model.Api
Exposes the bean as Python literal.
doQuietDown(StaplerResponse) - Method in class hudson.model.Hudson
Deprecated.
as of 1.317 Use Jenkins.doQuietDown() instead.
doQuietDown() - Method in class jenkins.model.Jenkins
 
doQuietDown(boolean, int) - Method in class jenkins.model.Jenkins
 
doReload() - Method in class hudson.model.AbstractItem
Reloads this job from the disk.
doReload() - Method in class jenkins.model.Jenkins
Reloads the configuration.
doRemoveJobFromView(String) - Method in interface hudson.model.DirectlyModifiableView
Handle removeJobFromView web method.
doRemoveJobFromView(String) - Method in class hudson.model.ListView
 
doResources(StaplerRequest, StaplerResponse) - Method in class jenkins.model.Jenkins
Serves static resources placed along with Jelly view files.
doRestart(StaplerResponse) - Method in class hudson.model.UpdateCenter
Performs hudson downgrade.
doRestart(StaplerRequest, StaplerResponse) - Method in class jenkins.model.Jenkins
Perform a restart of Jenkins, if we can.
doRss(StaplerRequest, StaplerResponse) - Method in class hudson.logging.LogRecorder
RSS feed for log entries.
doRss(StaplerRequest, StaplerResponse) - Method in class hudson.logging.LogRecorderManager
RSS feed for log entries.
doRssAll(StaplerRequest, StaplerResponse) - Method in class hudson.model.Computer
 
doRssAll(StaplerRequest, StaplerResponse) - Method in class hudson.model.Job
 
doRssAll(StaplerRequest, StaplerResponse) - Method in class hudson.model.User
 
doRssAll(StaplerRequest, StaplerResponse) - Method in class hudson.model.View
 
doRssChangelog(StaplerRequest, StaplerResponse) - Method in class hudson.model.AbstractProject
RSS feed for changes in this project.
doRssFailed(StaplerRequest, StaplerResponse) - Method in class hudson.model.Computer
 
doRssFailed(StaplerRequest, StaplerResponse) - Method in class hudson.model.Job
 
doRssFailed(StaplerRequest, StaplerResponse) - Method in class hudson.model.User
 
doRssFailed(StaplerRequest, StaplerResponse) - Method in class hudson.model.View
 
doRssLatest(StaplerRequest, StaplerResponse) - Method in class hudson.model.User
 
doRssLatest(StaplerRequest, StaplerResponse) - Method in class hudson.model.View
 
doRun() - Method in class hudson.diagnosis.HudsonHomeDiskUsageChecker
 
doRun() - Method in class hudson.diagnosis.MemoryUsageMonitor
 
doRun(BuildListener) - Method in class hudson.model.AbstractBuild.AbstractBuildExecution
The portion of a build that is specific to a subclass of AbstractBuild goes here.
doRun() - Method in class hudson.model.AperiodicWork
 
doRun() - Method in class hudson.model.AsyncPeriodicWork
Schedules this periodic work now in a new thread, if one isn't already running.
doRun(BuildListener) - Method in class hudson.model.Build.BuildExecution
 
doRun() - Method in class hudson.model.LoadStatistics.LoadStatisticsUpdater
 
doRun() - Method in class hudson.slaves.ComputerRetentionWork
doRun() - Method in class hudson.slaves.NodeProvisioner.NodeProvisionerInvoker
 
doRun() - Method in class hudson.triggers.SafeTimerTask
 
doRun() - Method in class hudson.triggers.Trigger.Cron
 
doSafeExit(StaplerRequest) - Method in class jenkins.model.Jenkins
Shutdown the system safely.
doSafeRestart(StaplerRequest, StaplerResponse) - Method in class hudson.model.UpdateCenter
Schedules a Jenkins restart.
doSafeRestart(StaplerRequest) - Method in class jenkins.model.Jenkins
Queues up a restart of Jenkins for when there are no builds running, if we can.
doScan(StaplerRequest) - Method in class jenkins.security.RekeySecretAdminMonitor
 
doSchema(StaplerRequest, StaplerResponse) - Method in class hudson.model.Api
Generate schema.
doScript(StaplerRequest, StaplerResponse) - Method in class hudson.model.Computer
For system diagnostics.
doScript(StaplerRequest, StaplerResponse) - Method in class jenkins.model.Jenkins
For system diagnostics.
doScriptJs(StaplerRequest, StaplerResponse) - Method in class hudson.console.ConsoleAnnotationDescriptor
 
doScriptJs(StaplerRequest, StaplerResponse) - Method in class hudson.console.ConsoleAnnotatorFactory
Serves the JavaScript file associated with this console annotator factory.
doScriptText(StaplerRequest, StaplerResponse) - Method in class hudson.model.Computer
Run arbitrary Groovy script and return result as plain text.
doScriptText(StaplerRequest, StaplerResponse) - Method in class jenkins.model.Jenkins
Run arbitrary Groovy script and return result as plain text.
doSecured(StaplerRequest, StaplerResponse) - Method in class jenkins.model.Jenkins
Checks if the user was successfully authenticated.
doSetName(String) - Method in class hudson.model.AbstractItem
Just update AbstractItem.name without performing the rename operation, which would involve copying files and etc.
doSignup(StaplerRequest, StaplerResponse) - Method in class jenkins.model.Jenkins
Sign up for the user account.
doSimulateOutOfMemory() - Method in class jenkins.model.Jenkins
Simulates OutOfMemoryError.
doSiteConfigure(String) - Method in class hudson.PluginManager
Bare-minimum configuration mechanism to change the update center.
doSlaveAgentJnlp(StaplerRequest, StaplerResponse) - Method in class hudson.slaves.SlaveComputer
 
doStop(StaplerRequest, StaplerResponse) - Method in class hudson.model.AbstractBuild
Deprecated.
as of 1.489 Use AbstractBuild.doStop()
doStop() - Method in class hudson.model.AbstractBuild
Stops this build if it's still going.
doStop(StaplerRequest, StaplerResponse) - Method in class hudson.model.Executor
Deprecated.
as of 1.489 Use Executor.doStop().
doStop() - Method in class hudson.model.Executor
Stops the current build.
doStyleCss(StaplerRequest, StaplerResponse) - Method in class hudson.console.ConsoleAnnotationDescriptor
 
doStyleCss(StaplerRequest, StaplerResponse) - Method in class hudson.console.ConsoleAnnotatorFactory
 
doSubmit(StaplerRequest) - Method in class jenkins.security.s2m.AdminWhitelistRule
 
doSubmitDescription(StaplerRequest, StaplerResponse) - Method in class hudson.model.AbstractItem
Accepts the new description.
doSubmitDescription(StaplerRequest, StaplerResponse) - Method in class hudson.model.labels.LabelAtom
Accepts the new description.
doSubmitDescription(StaplerRequest, StaplerResponse) - Method in class hudson.model.Run
Accepts the new description.
doSubmitDescription(StaplerRequest, StaplerResponse) - Method in class hudson.model.User
Accepts the new description.
doSubmitDescription(StaplerRequest, StaplerResponse) - Method in class hudson.model.View
Accepts the new description.
doSubmitDescription(StaplerRequest, StaplerResponse) - Method in class jenkins.model.Jenkins
Accepts the new description.
doSuggest(StaplerRequest, StaplerResponse, String) - Method in class hudson.search.Search
Used by search box auto-completion.
doSuggestOpenSearch(StaplerRequest, StaplerResponse, String) - Method in class hudson.search.Search
Used by OpenSearch auto-completion.
doTest() - Method in class hudson.diagnosis.ReverseProxySetupMonitor
 
doTestPost(StaplerRequest, StaplerResponse) - Method in class jenkins.model.Jenkins
 
doToggleCollapse() - Method in class jenkins.model.Jenkins
 
doToggleLogKeep(StaplerRequest, StaplerResponse) - Method in class hudson.model.Run
 
doToggleOffline(String) - Method in class hudson.model.Computer
 
doTrackback(Object, StaplerRequest, StaplerResponse) - Static method in class hudson.model.RSS
Parses trackback ping.
DoubleLaunchChecker - Class in hudson.util
Makes sure that no other Hudson uses our JENKINS_HOME directory, to forestall the problem of running multiple instances of Hudson that point to the same data directory.
DoubleLaunchChecker() - Constructor for class hudson.util.DoubleLaunchChecker
 
doUnmarshal(Object, HierarchicalStreamReader, UnmarshallingContext) - Method in class hudson.util.RobustReflectionConverter
 
doUnpin() - Method in class hudson.PluginWrapper
 
doUpdateNow(StaplerRequest, StaplerResponse) - Method in class hudson.model.ComputerSet
Triggers the schedule update now.
doUpdateSources(StaplerRequest) - Method in class hudson.PluginManager
 
doUpgrade(StaplerRequest, StaplerResponse) - Method in class hudson.diagnosis.OldDataMonitor
Save all or some of the files to persist data in the new forms.
doUpgrade(StaplerResponse) - Method in class hudson.model.UpdateCenter
Schedules a Jenkins upgrade.
doUploadPlugin(StaplerRequest) - Method in class hudson.PluginManager
Uploads a plugin.
doUserContent() - Method in class jenkins.model.Jenkins
Binds /userContent/...
dout - Variable in class hudson.cli.Connection
 
doValidateProxy(String, String, int, String, String, String) - Method in class hudson.ProxyConfiguration.DescriptorImpl
 
doVerifySignature() - Method in class hudson.model.UpdateSite
 
doViewExistsCheck(String, boolean) - Method in class hudson.model.MyViewsProperty
Checks if a private view with the given name exists.
doViewExistsCheck(String) - Method in class hudson.model.ProxyView
Fails if a global view with the given name does not exist.
doViewExistsCheck(String) - Method in class jenkins.model.Jenkins
Deprecated.
1.512
download(StaplerRequest, StaplerResponse) - Method in class hudson.model.FullDuplexHttpChannel
This is where we send the data to the client.
download(UpdateCenter.DownloadJob, URL) - Method in class hudson.model.UpdateCenter.UpdateCenterConfiguration
Download a plugin or core upgrade in preparation for installing it into its final location.
Downloadable(String, String, long) - Constructor for class hudson.model.DownloadService.Downloadable
 
Downloadable() - Constructor for class hudson.model.DownloadService.Downloadable
 
Downloadable(Class) - Constructor for class hudson.model.DownloadService.Downloadable
Uses the class name as an ID.
Downloadable(String) - Constructor for class hudson.model.DownloadService.Downloadable
 
Downloadable(String, String) - Constructor for class hudson.model.DownloadService.Downloadable
 
DownloadableListener() - Constructor for class hudson.model.DownloadService.DownloadableListener
 
DownloadFromUrlInstaller - Class in hudson.tools
Partial convenience implementation of ToolInstaller that just downloads an archive from the URL and extracts it.
DownloadFromUrlInstaller(String) - Constructor for class hudson.tools.DownloadFromUrlInstaller
 
DownloadFromUrlInstaller.DescriptorImpl<T extends DownloadFromUrlInstaller> - Class in hudson.tools
 
DownloadFromUrlInstaller.Installable - Class in hudson.tools
Downloadable and installable tool.
DownloadFromUrlInstaller.InstallableList - Class in hudson.tools
Used for JSON databinding to parse the obtained list.
DownloadFromUrlInstaller.NodeSpecificInstallable - Class in hudson.tools
Convenient abstract class to implement a NodeSpecificInstallable based on an existing Installable
DownloadJob(UpdateSite, Authentication) - Constructor for class hudson.model.UpdateCenter.DownloadJob
 
DownloadService - Class in hudson.model
Service for plugins to periodically retrieve update data files (like the one in the update center) through browsers.
DownloadService() - Constructor for class hudson.model.DownloadService
 
DownloadService.Downloadable - Class in hudson.model
Represents a periodically updated JSON data file obtained from a remote URL.
DownloadService.DownloadableListener - Class in hudson.model
This installs itself as a listener to changes to the Downloadable extension list and will download the metadata for any newly added Downloadables.
DownloadSettings - Class in jenkins.model
Lets user configure how metadata files should be downloaded.
DownloadSettings() - Constructor for class jenkins.model.DownloadSettings
 
DownloadSettings.DailyCheck - Class in jenkins.model
 
DownloadSettings.Warning - Class in jenkins.model
 
doWorkspaceCleanup(StaplerResponse) - Method in class jenkins.model.Jenkins
 
doWs(StaplerRequest, StaplerResponse) - Method in class hudson.model.AbstractProject
Serves the workspace files.
doXml(StaplerRequest, StaplerResponse, String, String, String, int) - Method in class hudson.model.Api
Exposes the bean as XML.
doXml(StaplerRequest, StaplerResponse, String, String, String, int) - Method in class hudson.security.csrf.CrumbIssuer.RestrictedApi
 
doYank() - Method in class hudson.model.Executor
Throws away this executor and get a new one.
drain(InputStream) - Static method in class hudson.util.IOUtils
Drains the input stream and closes it.
drawCategoryLabels(Graphics2D, Rectangle2D, Rectangle2D, RectangleEdge, AxisState, PlotRenderingInfo) - Method in class hudson.util.NoOverlapCategoryAxis
 
drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class hudson.util.StackedAreaRenderer2
 
dropdownDescriptorSelector(Map, Closure) - Method in interface lib.FormTagLib
Renders a single <select> control for choosing a Describable.
dropdownDescriptorSelector(Closure) - Method in interface lib.FormTagLib
Renders a single <select> control for choosing a Describable.
dropdownDescriptorSelector(Map) - Method in interface lib.FormTagLib
Renders a single <select> control for choosing a Describable.
dropdownDescriptorSelector() - Method in interface lib.FormTagLib
Renders a single <select> control for choosing a Describable.
dropdownList(Map, Closure) - Method in interface lib.FormTagLib
Foldable block expanded when the corresponding item is selected in the drop-down list.
dropdownList(Closure) - Method in interface lib.FormTagLib
Foldable block expanded when the corresponding item is selected in the drop-down list.
dropdownList(Map) - Method in interface lib.FormTagLib
Foldable block expanded when the corresponding item is selected in the drop-down list.
dropdownList() - Method in interface lib.FormTagLib
Foldable block expanded when the corresponding item is selected in the drop-down list.
dropdownListBlock(Map, Closure) - Method in interface lib.FormTagLib
Foldable block expanded when the corresponding item is selected in the drop-down list.
dropdownListBlock(Closure) - Method in interface lib.FormTagLib
Foldable block expanded when the corresponding item is selected in the drop-down list.
dropdownListBlock(Map) - Method in interface lib.FormTagLib
Foldable block expanded when the corresponding item is selected in the drop-down list.
dropdownListBlock() - Method in interface lib.FormTagLib
Foldable block expanded when the corresponding item is selected in the drop-down list.
dropLinks() - Method in class hudson.model.AbstractBuild
 
dropLinks() - Method in class hudson.model.Run
Called by RunMap to drop bi-directional links in preparation for deleting a build.
dropLinks() - Method in class jenkins.model.lazy.LazyBuildMixIn.RunMixIn
To implement Run.dropLinks().
dst - Variable in class hudson.cli.CopyJobCommand
 
DualOutputStream - Class in hudson.util
 
DualOutputStream(OutputStream, OutputStream) - Constructor for class hudson.util.DualOutputStream
 
due() - Method in class hudson.model.AbstractBuild
 
DumbSlave - Class in hudson.slaves
Default Slave implementation for computers that do not belong to a higher level structure, like grid or cloud.
DumbSlave(String, String, String, String, Node.Mode, String, ComputerLauncher, RetentionStrategy) - Constructor for class hudson.slaves.DumbSlave
DumbSlave(String, String, String, String, Node.Mode, String, ComputerLauncher, RetentionStrategy, List<? extends NodeProperty<?>>) - Constructor for class hudson.slaves.DumbSlave
 
DumbSlave.DescriptorImpl - Class in hudson.slaves
 
DumbSlave_displayName() - Static method in class hudson.slaves.Messages
Key DumbSlave.displayName: Dumb Slave.
DummyImpl() - Constructor for class hudson.Plugin.DummyImpl
 
DummyLauncher(TaskListener) - Constructor for class hudson.Launcher.DummyLauncher
 
dumpAllThreads() - Static method in class hudson.Functions
 
dumpThreadInfo(ThreadInfo, Functions.ThreadGroupMap) - Static method in class hudson.Functions
 
dup(int) - Method in interface hudson.util.jna.GNUCLibrary
 
dup2(int, int) - Method in interface hudson.util.jna.GNUCLibrary
 
DuplicateFieldException(String) - Constructor for exception hudson.util.RobustReflectionConverter.DuplicateFieldException
 
DuplicateFilterIterator(Iterator<? extends T>) - Constructor for class hudson.util.Iterators.DuplicateFilterIterator
 
DuplicateFilterIterator(Iterable<? extends T>) - Constructor for class hudson.util.Iterators.DuplicateFilterIterator
 
duration - Variable in class hudson.model.queue.FutureLoad
How long is task expected to continue, in milliseconds?
duration - Variable in class hudson.model.Run
Number of milli-seconds it took to run this build.
dynamicLoad - Variable in class hudson.cli.InstallPluginCommand
 
dynamicLoad(File) - Method in class hudson.PluginManager
TODO: revisit where/how to expose this.

E

EDIT - Static variable in class hudson.scm.EditType
 
editableComboBox(Map, Closure) - Method in interface lib.FormTagLib
Editable drop-down combo box.
editableComboBox(Closure) - Method in interface lib.FormTagLib
Editable drop-down combo box.
editableComboBox(Map) - Method in interface lib.FormTagLib
Editable drop-down combo box.
editableComboBox() - Method in interface lib.FormTagLib
Editable drop-down combo box.
editableComboBoxValue(Map, Closure) - Method in interface lib.FormTagLib
Used inside <f:editableComboBox/> to specify one value of a combobox.
editableComboBoxValue(Closure) - Method in interface lib.FormTagLib
Used inside <f:editableComboBox/> to specify one value of a combobox.
editableComboBoxValue(Map) - Method in interface lib.FormTagLib
Used inside <f:editableComboBox/> to specify one value of a combobox.
editableComboBoxValue() - Method in interface lib.FormTagLib
Used inside <f:editableComboBox/> to specify one value of a combobox.
editableDescription(Map, Closure) - Method in interface lib.JenkinsTagLib
Renders ${it.description} and then allow it to be editable in place, if the current user has the specified permission.
editableDescription(Closure) - Method in interface lib.JenkinsTagLib
Renders ${it.description} and then allow it to be editable in place, if the current user has the specified permission.
editableDescription(Map) - Method in interface lib.JenkinsTagLib
Renders ${it.description} and then allow it to be editable in place, if the current user has the specified permission.
editableDescription() - Method in interface lib.JenkinsTagLib
Renders ${it.description} and then allow it to be editable in place, if the current user has the specified permission.
EditDistance - Class in hudson.util
Computes the string edit distance.
editDistance(String, String) - Static method in class hudson.util.EditDistance
Computes the edit distance between two strings.
EditType - Class in hudson.scm
Designates the SCM operation.
EditType(String, String) - Constructor for class hudson.scm.EditType
 
editTypeIcon(Map, Closure) - Method in interface lib.JenkinsTagLib
 
editTypeIcon(Closure) - Method in interface lib.JenkinsTagLib
 
editTypeIcon(Map) - Method in interface lib.JenkinsTagLib
 
editTypeIcon() - Method in interface lib.JenkinsTagLib
 
email - Variable in class hudson.security.HudsonPrivateSecurityRealm.SignupInfo
 
EMPTY - Static variable in class hudson.model.DependencyGraph
 
EMPTY - Static variable in class hudson.model.ResourceList
Empty resource list.
EMPTY - Static variable in interface hudson.search.SearchIndex
Empty set.
empty() - Static method in class hudson.util.Iterators
Returns the empty iterator.
EMPTY - Static variable in class jenkins.ExtensionComponentSet
Constant that has zero component in it.
emptyList() - Static method in class hudson.Functions
 
enable() - Method in class hudson.logging.LogRecorder.Target
Makes sure that the logger passes through messages at the correct level to us.
enable() - Method in class hudson.model.AbstractProject
 
enable() - Method in class hudson.PluginWrapper
Enables this plugin next time Jenkins runs.
enabled - Variable in class hudson.security.Permission
Whether this permission is available for use.
enabled - Variable in class hudson.slaves.ConnectionActivityMonitor
 
enabled - Static variable in class hudson.util.ProcessTree
Flag to control this feature.
enabled - Static variable in class jenkins.security.FrameOptionsPageDecorator
 
enableFingerprintsInDependencyGraph - Static variable in class hudson.tasks.Fingerprinter
 
encode() - Method in class hudson.console.ConsoleNote
Works like ConsoleNote.encodeTo(Writer) but obtain the result as a string.
encode(String) - Static method in class hudson.Functions
 
encode(String) - Static method in class hudson.Util
Escapes non-ASCII characters in URL.
encodeRFC2396(String) - Static method in class hudson.Util
Deprecated.
since 2008-05-13. This method is broken (see ISSUE#1666). It should probably be removed but I'm not sure if it is considered part of the public API that needs to be maintained for backwards compatibility. Use Util.encode(String) instead.
encodeTo(OutputStream) - Method in class hudson.console.ConsoleNote
Prints this note into a stream.
encodeTo(Writer) - Method in class hudson.console.ConsoleNote
Prints this note into a writer.
encodeTo(String, String) - Static method in class hudson.console.ExpandableDetailsNote
 
encodeTo(String, String) - Static method in class hudson.console.HyperlinkNote
 
encodeTo(User) - Static method in class hudson.console.ModelHyperlinkNote
 
encodeTo(User, String) - Static method in class hudson.console.ModelHyperlinkNote
 
encodeTo(Item) - Static method in class hudson.console.ModelHyperlinkNote
 
encodeTo(Item, String) - Static method in class hudson.console.ModelHyperlinkNote
 
encodeTo(Run) - Static method in class hudson.console.ModelHyperlinkNote
 
encodeTo(Node) - Static method in class hudson.console.ModelHyperlinkNote
 
encodeTo(String, String) - Static method in class hudson.console.ModelHyperlinkNote
 
EncodingStream - Class in hudson.util
Hex-binary encoding stream.
EncodingStream(OutputStream) - Constructor for class hudson.util.EncodingStream
 
encrypt() - Method in class jenkins.security.CryptoConfidentialKey
Returns a Cipher object for encrypting with this key.
encryptConnection(SecretKey, String) - Method in class hudson.cli.Connection
Upgrades a connection with transport encryption by the specified symmetric cipher.
ENCRYPTED_VALUE_PATTERN - Static variable in class hudson.util.Secret
Pattern matching a possible output of Secret.getEncryptedValue().
EncryptedSlaveAgentJnlpFile - Class in jenkins.slaves
Serves the JNLP file.
EncryptedSlaveAgentJnlpFile(AccessControlled, String, String, Permission) - Constructor for class jenkins.slaves.EncryptedSlaveAgentJnlpFile
 
end(int) - Method in class hudson.MarkupText.SubText
Gets the end index of the captured group within MarkupText.getText().
end() - Method in class hudson.MarkupText.SubText
Gets the end index of this subtext within MarkupText.getText().
endElement(String, String, String) - Method in class hudson.util.TableNestChecker
 
endNode() - Method in class jenkins.util.xstream.XStreamDOM.WriterImpl
 
ensureEndsWith(String, String) - Static method in class hudson.Util
Ensure string ends with suffix
entriesWritten - Variable in class hudson.util.io.Archiver
 
Entry(String, JSONObject) - Constructor for class hudson.model.UpdateSite.Entry
 
Entry() - Constructor for class hudson.scm.ChangeLogSet.Entry
 
Entry(Sid, Permission, boolean) - Constructor for class hudson.security.SparseACL.Entry
 
Entry(String, String) - Constructor for class hudson.slaves.EnvironmentVariablesNodeProperty.Entry
 
Entry(T, float) - Constructor for class hudson.util.TagCloud.Entry
 
entry(Map, Closure) - Method in interface lib.FormTagLib
An entry of the <f:form>, which is one logical row (that consists of several <TR> tags.
entry(Closure) - Method in interface lib.FormTagLib
An entry of the <f:form>, which is one logical row (that consists of several <TR> tags.
entry(Map) - Method in interface lib.FormTagLib
An entry of the <f:form>, which is one logical row (that consists of several <TR> tags.
entry() - Method in interface lib.FormTagLib
An entry of the <f:form>, which is one logical row (that consists of several <TR> tags.
entryOffset - Variable in class hudson.org.apache.tools.tar.TarInputStream
Deprecated.
 
entrySet() - Method in class hudson.util.CopyOnWriteMap
This method will return a read-only Set.
entrySet() - Method in class hudson.util.PackedMap
 
entrySet() - Method in class jenkins.model.lazy.AbstractLazyLoadRunMap
 
entrySize - Variable in class hudson.org.apache.tools.tar.TarInputStream
Deprecated.
 
enum_(Map, Closure) - Method in interface lib.FormTagLib
Binds an enum field to a <select> element.
enum_(Closure) - Method in interface lib.FormTagLib
Binds an enum field to a <select> element.
enum_(Map) - Method in interface lib.FormTagLib
Binds an enum field to a <select> element.
enum_() - Method in interface lib.FormTagLib
Binds an enum field to a <select> element.
EnumConverter - Class in hudson.util
Converter for enums.
EnumConverter() - Constructor for class hudson.util.EnumConverter
 
enumSet(Map, Closure) - Method in interface lib.FormTagLib
Binds a set of Enum to a list of checkboxes, each with the label taken from enum Enum.toString() Should be used inside an <f:entry field='...'> element.
enumSet(Closure) - Method in interface lib.FormTagLib
Binds a set of Enum to a list of checkboxes, each with the label taken from enum Enum.toString() Should be used inside an <f:entry field='...'> element.
enumSet(Map) - Method in interface lib.FormTagLib
Binds a set of Enum to a list of checkboxes, each with the label taken from enum Enum.toString() Should be used inside an <f:entry field='...'> element.
enumSet() - Method in interface lib.FormTagLib
Binds a set of Enum to a list of checkboxes, each with the label taken from enum Enum.toString() Should be used inside an <f:entry field='...'> element.
env(String, String) - Method in class jenkins.tasks.SimpleBuildWrapper.Context
Specify an environment variable override to apply to processes launched within the block.
Environment - Class in hudson.model
Represents some resources that are set up for the duration of a build to be torn down when the build is over.
Environment() - Constructor for class hudson.model.Environment
 
Environment() - Constructor for class hudson.tasks.BuildWrapper.Environment
 
EnvironmentContributingAction - Interface in hudson.model
Action that contributes environment variables during a build.
EnvironmentContributor - Class in hudson.model
Contributes environment variables to builds.
EnvironmentContributor() - Constructor for class hudson.model.EnvironmentContributor
 
EnvironmentContributor.EnvVarsHtml - Class in hudson.model
Serves the combined list of environment variables available from this plugin.
EnvironmentList - Class in hudson.model
List of Environment.
EnvironmentList(List<Environment>) - Constructor for class hudson.model.EnvironmentList
 
EnvironmentSpecific<T extends EnvironmentSpecific<T>> - Interface in hudson.model
Represents any concept that can be adapted for a certain environment.
EnvironmentVariablesNodeProperty - Class in hudson.slaves
NodeProperty that sets additional environment variables.
EnvironmentVariablesNodeProperty(List<EnvironmentVariablesNodeProperty.Entry>) - Constructor for class hudson.slaves.EnvironmentVariablesNodeProperty
 
EnvironmentVariablesNodeProperty(EnvironmentVariablesNodeProperty.Entry...) - Constructor for class hudson.slaves.EnvironmentVariablesNodeProperty
 
EnvironmentVariablesNodeProperty.DescriptorImpl - Class in hudson.slaves
 
EnvironmentVariablesNodeProperty.Entry - Class in hudson.slaves
 
EnvironmentVariablesNodeProperty_displayName() - Static method in class hudson.slaves.Messages
Key EnvironmentVariablesNodeProperty.displayName: Environment variables.
envs - Variable in class hudson.Launcher.ProcStarter
 
envs(Map<String, String>) - Method in class hudson.Launcher.ProcStarter
Sets the environment variable overrides.
envs(String...) - Method in class hudson.Launcher.ProcStarter
 
envs() - Method in class hudson.Launcher.ProcStarter
Gets a list of environment variables to be set.
EnvVars - Class in hudson
Environment variables.
EnvVars() - Constructor for class hudson.EnvVars
 
EnvVars(Map<String, String>) - Constructor for class hudson.EnvVars
 
EnvVars(EnvVars) - Constructor for class hudson.EnvVars
 
EnvVars(String...) - Constructor for class hudson.EnvVars
Builds an environment variables from an array of the form "key","value","key","value"...
EnvVarsHtml() - Constructor for class hudson.model.EnvironmentContributor.EnvVarsHtml
 
EnvVarsSlaveInfo - Class in jenkins.slaves.systemInfo
 
EnvVarsSlaveInfo() - Constructor for class jenkins.slaves.systemInfo.EnvVarsSlaveInfo
 
EnvVarsSlaveInfo_DisplayName() - Static method in class jenkins.slaves.systemInfo.Messages
Key EnvVarsSlaveInfo.DisplayName: Environment Variables.
EOF - Static variable in interface hudson.model.labels.LabelExpressionParserTokenTypes
 
EOF - Static variable in interface hudson.scheduler.CrontabParserTokenTypes
 
eol(byte[], int) - Method in class hudson.console.ConsoleAnnotationOutputStream
Called after we read the whole line of plain text, which is stored in LineTransformationOutputStream.buf.
eol(byte[], int) - Method in class hudson.console.LineTransformationOutputStream
Called for each end of the line.
eol(byte[], int) - Method in class hudson.console.PlainTextConsoleOutputStream
Called after we read the whole line of plain text.
eol(byte[], int) - Method in class hudson.tasks._maven.MavenConsoleAnnotator
 
EphemeralNode - Interface in hudson.slaves
Nodes that are not persisted as configuration by itself.
equals(Object) - Method in class hudson.cli.BuildCommand.CLICause
 
equals(Object) - Method in class hudson.FilePath
 
equals(Object) - Method in class hudson.model.BooleanParameterValue
 
equals(Object) - Method in class hudson.model.Cause.RemoteCause
 
equals(Object) - Method in class hudson.model.Cause.UpstreamCause
 
equals(Object) - Method in class hudson.model.Cause.UserCause
Deprecated.
 
equals(Object) - Method in class hudson.model.Cause.UserIdCause
 
equals(Object) - Method in class hudson.model.CheckPoint
 
equals(Object) - Method in class hudson.model.Computer.DisplayExecutor
 
equals(Object) - Method in class hudson.model.DependencyGraph.Dependency
 
equals(Object) - Method in class hudson.model.FileParameterValue
Compares file parameters (existing files will be considered as different).
equals(Object) - Method in class hudson.model.Fingerprint.Range
 
equals(Object) - Method in class hudson.model.Fingerprint.RangeSet
 
equals(Object) - Method in class hudson.model.Label
 
equals(Object) - Method in class hudson.model.LoadStatistics.LoadStatisticsSnapshot
equals(Object) - Method in class hudson.model.ParameterValue
 
equals(Object) - Method in class hudson.model.Resource
 
equals(Object) - Method in class hudson.model.Slave
 
equals(Object) - Method in class hudson.model.StringParameterValue
 
equals(Object) - Method in class hudson.security.Permission
 
equals(Object) - Method in class hudson.security.PermissionGroup
 
equals(Object) - Method in class hudson.triggers.SCMTrigger.Runner
 
equals(Object) - Method in class hudson.triggers.SCMTrigger.SCMTriggerCause
 
equals(Object) - Method in class hudson.triggers.TimerTrigger.TimerTriggerCause
 
equals(Object) - Method in class hudson.util.ChartUtil.NumberOnlyBuildLabel
 
equals(Object) - Method in class hudson.util.CopyOnWriteMap
 
equals(Object) - Method in class hudson.util.NoClientBindProtocolSocketFactory
All instances are the same.
equals(Object) - Method in class hudson.util.NoClientBindSSLProtocolSocketFactory
All instances are the same.
equals(Object) - Method in class hudson.util.Secret
 
equals(Object) - Method in class jenkins.model.CauseOfInterruption.UserInterruption
 
equals(String, String) - Method in class jenkins.model.IdStrategy.CaseSensitive
Compare two IDs and return true IFF the two ids are the same.
equals(String, String) - Method in class jenkins.model.IdStrategy.CaseSensitiveEmailAddress
Compare two IDs and return true IFF the two ids are the same.
equals(String, String) - Method in class jenkins.model.IdStrategy
Compare two IDs and return true IFF the two ids are the same.
equals(Object) - Method in class jenkins.model.IdStrategy
This method is used to decide whether a User.rekey() operation is required.
equals(Object) - Method in class jenkins.model.lazy.AbstractLazyLoadRunMap
 
equals(Object) - Method in class jenkins.model.lazy.BuildReference
 
equals(Object) - Method in class jenkins.security.NonSerializableSecurityContext
 
equals(Object) - Method in class jenkins.util.TreeString
 
equals(Object) - Method in class jenkins.util.VirtualFile
Compares according to VirtualFile.toURI().
error(String) - Method in interface hudson.model.TaskListener
An error in the build.
error(String, Object...) - Method in interface hudson.model.TaskListener
Formatter#format(String, Object[]) version of TaskListener.error(String).
error - Variable in class hudson.model.UpdateCenter.UpdateCenterJob
If this job fails, set to the error.
error(String) - Method in class hudson.util.FormFieldValidator
Deprecated.
Sends out a string error message that indicates an error.
error(String, Object...) - Method in class hudson.util.FormFieldValidator
Deprecated.
Sends out a string error message that indicates an error, by formatting it with String.format(String, Object[])
error(String) - Static method in exception hudson.util.FormValidation
Sends out a string error message that indicates an error.
error(String, Object...) - Static method in exception hudson.util.FormValidation
Sends out a string error message that indicates an error, by formatting it with String.format(String, Object[])
error(Throwable, String) - Static method in exception hudson.util.FormValidation
Sends out a string error message, with optional "show details" link that expands to the full stack trace.
error(Throwable, String, Object...) - Static method in exception hudson.util.FormValidation
 
error(String) - Method in class hudson.util.LogTaskListener
 
error(String, Object...) - Method in class hudson.util.LogTaskListener
 
error(String) - Method in class hudson.util.StreamTaskListener
 
error(String, Object...) - Method in class hudson.util.StreamTaskListener
 
error(String) - Method in class jenkins.slaves.JnlpSlaveHandshake
Sends the error output and bail out.
error(String) - Method in class jenkins.util.BuildListenerAdapter
 
error(String, Object...) - Method in class jenkins.util.BuildListenerAdapter
 
ERROR_FILE_NOT_FOUND - Static variable in interface hudson.util.jna.WINERROR
 
ERROR_MORE_DATA - Static variable in interface hudson.util.jna.WINERROR
 
ERROR_NO_MORE_ITEMS - Static variable in interface hudson.util.jna.WINERROR
 
ERROR_SUCCESS - Static variable in interface hudson.util.jna.WINERROR
 
errorMessage - Variable in class hudson.security.HudsonPrivateSecurityRealm.SignupInfo
To display an error message, set it here.
ErrorObject - Exception in hudson.util
Basis for error model objects.
ErrorObject() - Constructor for exception hudson.util.ErrorObject
 
ErrorObject(Throwable) - Constructor for exception hudson.util.ErrorObject
 
errorWithMarkup(String) - Method in class hudson.util.FormFieldValidator
Deprecated.
Sends out an HTML fragment that indicates an error.
errorWithMarkup(String) - Static method in exception hudson.util.FormValidation
Sends out an HTML fragment that indicates an error.
escape(String) - Static method in class hudson.Functions
 
escape(String) - Static method in class hudson.model.labels.LabelAtom
 
escape(String) - Static method in class hudson.Util
Escapes HTML unsafe characters like <, & to the respective character entities.
EscapedMarkupFormatter - Class in hudson.markup
 
EscapedMarkupFormatter() - Constructor for class hudson.markup.EscapedMarkupFormatter
 
EscapedMarkupFormatter.DescriptorImpl - Class in hudson.markup
 
EscapedMarkupFormatter_DisplayName() - Static method in class hudson.markup.Messages
Key EscapedMarkupFormatter.DisplayName: Plain text.
EVERYONE - Static variable in class hudson.security.ACL
Special Sid that represents "everyone", even including anonymous users.
exception - Variable in exception hudson.util.HudsonFailedToLoad
Deprecated.
exception - Variable in exception hudson.util.InsufficientPermissionDetected
Deprecated.
exception - Variable in exception hudson.util.NoTempDir
Deprecated.
ExceptionCatchingThreadFactory - Class in hudson.util
ThreadFactory that creates a thread, which in turn displays a stack trace when it terminates unexpectedly.
ExceptionCatchingThreadFactory() - Constructor for class hudson.util.ExceptionCatchingThreadFactory
 
ExceptionCatchingThreadFactory(ThreadFactory) - Constructor for class hudson.util.ExceptionCatchingThreadFactory
 
ExceptionTranslationFilter - Class in jenkins.security
Handles any AccessDeniedException and AuthenticationException thrown within the filter chain.
ExceptionTranslationFilter() - Constructor for class jenkins.security.ExceptionTranslationFilter
 
excerpt - Variable in class hudson.model.UpdateSite.Plugin
Optional excerpt string.
Executable(StaplerRequest, StaplerResponse) - Constructor for class hudson.util.FormFieldValidator.Executable
Deprecated.
 
Executables - Class in hudson.model.queue
Convenience methods around Queue.Executable.
Executables() - Constructor for class hudson.model.queue.Executables
 
execute(List<String>, InputStream, OutputStream, OutputStream) - Method in class hudson.cli.CLI
 
execute(List<String>) - Method in class hudson.cli.CLI
 
execute(String...) - Method in class hudson.cli.CLI
 
execute(TaskListener) - Method in class hudson.model.AsyncAperiodicWork
Executes the task.
execute(TaskListener) - Method in class hudson.model.AsyncPeriodicWork
Executes the task.
execute(TaskListener) - Method in class hudson.model.FingerprintCleanupThread
 
execute(WorkUnitContext) - Method in class hudson.model.queue.MappingWorksheet.Mapping
Executes this mapping by handing over Queue.Executables to Queue.JobOffer as defined by the mapping.
execute(Runnable, ResourceActivity) - Method in class hudson.model.ResourceController
Performs the task that requires the given list of resources.
execute(Run<JobT, RunT>.RunExecution) - Method in class hudson.model.Run
 
execute(TaskListener) - Method in class hudson.model.WorkspaceCleanupThread
 
execute(TaskListener, String, String, Callable<V, T>) - Static method in class hudson.os.SU
Starts a new privilege-escalated environment, execute a closure, and shut it down.
execute(TaskListener) - Method in class hudson.slaves.ConnectionActivityMonitor
 
execute(AbstractBuild, BuildListener, BuildTrigger) - Static method in class hudson.tasks.BuildTrigger
execute(AbstractBuild, BuildListener) - Static method in class hudson.tasks.BuildTrigger
Convenience method to trigger downstream builds.
execute() - Method in class hudson.util.DoubleLaunchChecker
 
execute(Runnable) - Method in class hudson.util.SequentialExecutionQueue
 
execute(TaskListener) - Method in class jenkins.model.DownloadSettings.DailyCheck
 
execute(URL) - Method in class jenkins.util.groovy.GroovyHookScript
 
execute(File) - Method in class jenkins.util.groovy.GroovyHookScript
 
execute(GroovyCodeSource) - Method in class jenkins.util.groovy.GroovyHookScript
 
execute(Runnable) - Method in class jenkins.util.InterceptingExecutorService
 
executeGroovy(String, VirtualChannel) - Static method in class hudson.util.RemotingDiagnostics
Executes Groovy script remotely.
Executor - Class in hudson.model
Thread that executes builds.
Executor(Computer, int) - Constructor for class hudson.model.Executor
 
executor - Variable in class hudson.model.Queue.JobOffer
 
Executor_NotAvailable() - Static method in class hudson.model.Messages
Key Executor.NotAvailable: N/A.
ExecutorListener - Interface in hudson.model
A listener for task related events from executors.
executors - Variable in class hudson.model.queue.MappingWorksheet
 
executors(int) - Method in class hudson.model.queue.MappingWorksheet
 
executors(Map, Closure) - Method in interface lib.JenkinsTagLib
Displays the status of executors.
executors(Closure) - Method in interface lib.JenkinsTagLib
Displays the status of executors.
executors(Map) - Method in interface lib.JenkinsTagLib
Displays the status of executors.
executors() - Method in interface lib.JenkinsTagLib
Displays the status of executors.
executorService(ExecutorService) - Method in class hudson.cli.CLIConnectionFactory
This ExecutorService is used to execute closures received from the server.
executorService() - Method in class jenkins.util.ProgressiveRendering
May be overridden to provide an alternate executor service.
ExecutorSlot() - Constructor for class hudson.model.queue.MappingWorksheet.ExecutorSlot
 
ExecutorsWidget - Class in jenkins.widgets
The default executors widget.
ExecutorsWidget() - Constructor for class jenkins.widgets.ExecutorsWidget
 
execv(String, StringArray) - Method in interface hudson.util.jna.GNUCLibrary
 
execvp(String, StringArray) - Method in interface hudson.util.jna.GNUCLibrary
 
existing(Queue.Item) - Static method in class hudson.model.queue.ScheduleResult
 
exists() - Method in class hudson.FilePath
Checks if the file exists.
exists(String) - Method in class hudson.util.ssh.SFTPClient
Deprecated.
Checks if the given path exists.
exists() - Method in class hudson.util.TextFile
 
exists() - Method in class hudson.XmlFile
 
exists() - Method in class jenkins.util.VirtualFile
Checks whether this file exists.
expand(String) - Method in class hudson.EnvVars
Expands the variables in the given string by using environment variables represented in 'this'.
expand(T) - Method in class hudson.util.Iterators.FlattenIterator
 
ExpandableDetailsNote - Class in hudson.console
Renders a button that can be clicked to reveal additional block tag (and HTML inside it.)
ExpandableDetailsNote(String, String) - Constructor for class hudson.console.ExpandableDetailsNote
 
ExpandableDetailsNote.DescriptorImpl - Class in hudson.console
 
expandableTextbox(Map, Closure) - Method in interface lib.FormTagLib
single-line textbox that can be expanded into a multi-line textarea.
expandableTextbox(Closure) - Method in interface lib.FormTagLib
single-line textbox that can be expanded into a multi-line textarea.
expandableTextbox(Map) - Method in interface lib.FormTagLib
single-line textbox that can be expanded into a multi-line textarea.
expandableTextbox() - Method in interface lib.FormTagLib
single-line textbox that can be expanded into a multi-line textarea.
expandButton(Map, Closure) - Method in interface lib.LayoutTagLib
 
expandButton(Closure) - Method in interface lib.LayoutTagLib
 
expandButton(Map) - Method in interface lib.LayoutTagLib
 
expandButton() - Method in interface lib.LayoutTagLib
 
expandLeft() - Method in class hudson.model.Fingerprint.Range
 
expandMacro(VariableResolver<String>) - Method in class jenkins.util.xstream.XStreamDOM
Recursively expands the variables in text and attribute values and return the new DOM.
expandRight() - Method in class hudson.model.Fingerprint.Range
 
ExplicitlySpecifiedDirScanner(Map<String, String>) - Constructor for class hudson.FilePath.ExplicitlySpecifiedDirScanner
Create a “scanner” (it actually does no scanning).
expr() - Method in class hudson.model.labels.LabelExpressionParser
 
expr(int) - Method in class hudson.scheduler.CrontabParser
 
EXTENDED_READ - Static variable in class hudson.model.Computer
 
EXTENDED_READ - Static variable in interface hudson.model.Item
Ability to view configuration details.
extendSearchIndex(SearchIndexBuilder) - Method in class jenkins.model.ParameterizedJobMixIn
Use from a Job.makeSearchIndex() override.
Extension - Annotation Type in hudson
Marks a field, a method, or a class for automatic discovery, so that Hudson can locate implementations of ExtensionPoints automatically.
ExtensionComponent<T> - Class in hudson
Discovered Extension object with a bit of metadata for Hudson.
ExtensionComponent(T, double) - Constructor for class hudson.ExtensionComponent
 
ExtensionComponent(T, Extension) - Constructor for class hudson.ExtensionComponent
 
ExtensionComponent(T) - Constructor for class hudson.ExtensionComponent
 
ExtensionComponentSet - Class in jenkins
Represents the components that's newly discovered during ExtensionFinder.refresh().
ExtensionComponentSet() - Constructor for class jenkins.ExtensionComponentSet
 
ExtensionFilter - Class in jenkins
Filters out ExtensionComponents discovered by ExtensionFinders, as if they were never discovered.
ExtensionFilter() - Constructor for class jenkins.ExtensionFilter
 
ExtensionFinder - Class in hudson
Discovers the implementations of an extension point.
ExtensionFinder() - Constructor for class hudson.ExtensionFinder
 
ExtensionFinder.DefaultGuiceExtensionAnnotation - Class in hudson
 
ExtensionFinder.GuiceExtensionAnnotation<T extends Annotation> - Class in hudson
Captures information about the annotation that we use to mark Guice-instantiated components.
ExtensionFinder.GuiceFinder - Class in hudson
Discovers components via sezpoz but instantiates them by using Guice.
ExtensionFinder.Sezpoz - Class in hudson
The bootstrap implementation that looks for the Extension marker.
ExtensionList<T> - Class in hudson
Retains the known extension instances for the given type 'T'.
ExtensionList(Hudson, Class<T>) - Constructor for class hudson.ExtensionList
Deprecated.
ExtensionList(Jenkins, Class<T>) - Constructor for class hudson.ExtensionList
 
ExtensionList(Hudson, Class<T>, CopyOnWriteArrayList<ExtensionComponent<T>>) - Constructor for class hudson.ExtensionList
ExtensionList(Jenkins, Class<T>, CopyOnWriteArrayList<ExtensionComponent<T>>) - Constructor for class hudson.ExtensionList
 
ExtensionListListener - Class in hudson
ExtensionList listener.
ExtensionListListener() - Constructor for class hudson.ExtensionListListener
 
ExtensionListView - Class in hudson
Compatibility layer for legacy manual registration of extension points.
ExtensionListView() - Constructor for class hudson.ExtensionListView
 
ExtensionPoint - Interface in hudson
Marker interface that designates extensible components in Jenkins that can be implemented by plugins.
ExtensionPoint.LegacyInstancesAreScopedToHudson - Annotation Type in hudson
Used by designers of extension points (direct subtypes of ExtensionPoint) to indicate that the legacy instances are scoped to Jenkins instance.
ExtensionRefreshException - Exception in jenkins
Signals that ExtensionFinder.refresh() had failed.
ExtensionRefreshException() - Constructor for exception jenkins.ExtensionRefreshException
 
ExtensionRefreshException(String) - Constructor for exception jenkins.ExtensionRefreshException
 
ExtensionRefreshException(String, Throwable) - Constructor for exception jenkins.ExtensionRefreshException
 
ExtensionRefreshException(Throwable) - Constructor for exception jenkins.ExtensionRefreshException
 
extensionType - Variable in class hudson.ExtensionList
 
extra - Variable in class hudson.diagnosis.OldDataMonitor.VersionRange
 
extraAttributes() - Method in class hudson.console.HyperlinkNote
 
extraAttributes() - Method in class hudson.console.ModelHyperlinkNote
 
extract(InputStream) - Method in enum hudson.FilePath.TarCompression
 

F

F_GETFD - Static variable in interface hudson.util.jna.GNUCLibrary
 
F_SETFD - Static variable in interface hudson.util.jna.GNUCLibrary
 
fail() - Method in class hudson.util.FormFieldValidator.Base64
Deprecated.
 
fail(HttpServletRequest, HttpServletResponse, BadCredentialsException) - Method in class jenkins.security.BasicHeaderProcessor
 
failed_test(Map, Closure) - Method in interface lib.JenkinsTagLib
DEPRECATED
failed_test(Closure) - Method in interface lib.JenkinsTagLib
DEPRECATED
failed_test(Map) - Method in interface lib.JenkinsTagLib
DEPRECATED
failed_test() - Method in interface lib.JenkinsTagLib
DEPRECATED
FailedPlugin(String, Exception) - Constructor for class hudson.PluginManager.FailedPlugin
 
failedPlugins - Variable in class hudson.PluginManager
 
failedToAuthenticate(String) - Method in class jenkins.security.LastGrantedAuthoritiesProperty.SecurityListenerImpl
 
failedToAuthenticate(String) - Method in class jenkins.security.SecurityListener
Fired when a user tried to authenticate by password but failed.
failedToLogIn(String) - Method in class jenkins.security.LastGrantedAuthoritiesProperty.SecurityListenerImpl
 
failedToLogIn(String) - Method in class jenkins.security.SecurityListener
Fired when a user has failed to log in via the web UI.
Failure - Exception in hudson.model
Represents an error induced by user, encountered during HTTP request processing.
Failure(String) - Constructor for exception hudson.model.Failure
 
Failure(String, boolean) - Constructor for exception hudson.model.Failure
 
FAILURE - Static variable in class hudson.model.Result
The build had a fatal error.
Failure(Throwable) - Constructor for class hudson.model.UpdateCenter.DownloadJob.Failure
 
Failure() - Constructor for class hudson.model.UpdateCenter.RestartJenkinsJob.Failure
 
failureOnly() - Method in class hudson.util.RunList
Filter the list to non-successful builds only.
FAST_LOOKUP - Static variable in class hudson.PluginManager
 
fastGet() - Method in class jenkins.util.io.FileBoolean
Like FileBoolean.get() except instead of checking the actual file, use the result from the last FileBoolean.get() call.
fastTail(int, Charset) - Method in class hudson.util.TextFile
Efficiently reads the last N characters (or shorter, if the whole file is shorter than that.)
fastTail(int) - Method in class hudson.util.TextFile
Uses the platform default encoding.
fatalError(String) - Method in interface hudson.model.TaskListener
A fatal error in the build.
fatalError(String, Object...) - Method in interface hudson.model.TaskListener
Formatter#format(String, Object[]) version of TaskListener.fatalError(String).
fatalError(String) - Method in class hudson.util.LogTaskListener
 
fatalError(String, Object...) - Method in class hudson.util.LogTaskListener
 
fatalError(String) - Method in class hudson.util.StreamTaskListener
 
fatalError(String, Object...) - Method in class hudson.util.StreamTaskListener
 
fatalError(String) - Method in class jenkins.util.BuildListenerAdapter
 
fatalError(String, Object...) - Method in class jenkins.util.BuildListenerAdapter
 
fatalOf(Initializer) - Method in class hudson.init.InitializerFinder
 
fatalOf(Terminator) - Method in class hudson.init.TerminatorFinder
Termination code is never fatal.
FAULT_TOLERANT_SCOPE - Static variable in class hudson.ExtensionFinder.GuiceFinder
Scope that allows a failure to create a component, and change the value to null.
fcntl(int, int) - Method in interface hudson.util.jna.GNUCLibrary
 
fcntl(int, int, int) - Method in interface hudson.util.jna.GNUCLibrary
 
FD_CLOEXEC - Static variable in interface hudson.util.jna.GNUCLibrary
 
FederatedIdentity() - Constructor for class hudson.security.FederatedLoginService.FederatedIdentity
 
FederatedLoginService - Class in hudson.security
Abstraction for a login mechanism through external authenticator/identity provider (instead of username/password.)
FederatedLoginService() - Constructor for class hudson.security.FederatedLoginService
 
FederatedLoginService.FederatedIdentity - Class in hudson.security
Identity information as obtained from FederatedLoginService.
FederatedLoginService.UnclaimedIdentityException - Exception in hudson.security
Used in FederatedLoginService.FederatedIdentity.signin() to indicate that the identifier is not currently associated with anyone.
FederatedLoginServiceUserProperty - Class in hudson.security
Remembers identifiers given by FederatedLoginService to this user.
FederatedLoginServiceUserProperty(Collection<String>) - Constructor for class hudson.security.FederatedLoginServiceUserProperty
 
FEED_ADAPTER - Static variable in class hudson.model.Run
FeedAdapter to produce feed from the summary of this build.
FEED_ADAPTER_LATEST - Static variable in class hudson.model.Run
FeedAdapter to produce feeds to show one build per project.
FeedAdapter<E> - Interface in hudson
Provides a RSS feed view of the data.
file - Variable in class hudson.util.TextFile
 
file - Variable in class hudson.WebAppMain.FileAndDescription
 
FILE_ATTRIBUTE_REPARSE_POINT - Static variable in interface hudson.util.jna.Kernel32
 
FileAndDescription(File, String) - Constructor for class hudson.WebAppMain.FileAndDescription
 
FileBoolean - Class in jenkins.util.io
Uses a presence/absence of a file as a persisted boolean storage.
FileBoolean(File) - Constructor for class jenkins.util.io.FileBoolean
 
FileBoolean(Class, String) - Constructor for class jenkins.util.io.FileBoolean
 
FileCallableWrapperFactory() - Constructor for class hudson.FilePath.FileCallableWrapperFactory
 
FileItemImpl(File) - Constructor for class hudson.model.FileParameterValue.FileItemImpl
 
filenameOf(String) - Method in class jenkins.model.IdStrategy.CaseInsensitive
 
filenameOf(String) - Method in class jenkins.model.IdStrategy.CaseSensitive
Converts an ID into a name that for use as a filename.
filenameOf(String) - Method in class jenkins.model.IdStrategy.CaseSensitiveEmailAddress
Converts an ID into a name that for use as a filename.
filenameOf(String) - Method in class jenkins.model.IdStrategy
Converts an ID into a name that for use as a filename.
FileParameterDefinition - Class in hudson.model
ParameterDefinition for doing file upload.
FileParameterDefinition(String, String) - Constructor for class hudson.model.FileParameterDefinition
 
FileParameterDefinition.DescriptorImpl - Class in hudson.model
 
FileParameterDefinition_DisplayName() - Static method in class hudson.model.Messages
Key FileParameterDefinition.DisplayName: File Parameter.
FileParameterValue - Class in hudson.model
FileParameterValue(String, FileItem) - Constructor for class hudson.model.FileParameterValue
 
FileParameterValue(String, File, String) - Constructor for class hudson.model.FileParameterValue
 
FileParameterValue(String, FileItem, String) - Constructor for class hudson.model.FileParameterValue
 
FileParameterValue.FileItemImpl - Class in hudson.model
Default implementation from File.
FilePath - Class in hudson
File like object with remoting support.
FilePath(VirtualChannel, String) - Constructor for class hudson.FilePath
Creates a FilePath that represents a path on the given node.
FilePath(File) - Constructor for class hudson.FilePath
To create FilePath that represents a "local" path.
FilePath(FilePath, String) - Constructor for class hudson.FilePath
Construct a path starting with a base location.
filepath - Variable in class hudson.tools.JDKInstaller.JDKFile
 
FilePath.AbstractInterceptorCallableWrapper<T> - Class in hudson
Abstract DelegatingCallable that exposes an Before/After pattern for FilePath.FileCallableWrapperFactory that want to implement AOP-style interceptors
FilePath.ExplicitlySpecifiedDirScanner - Class in hudson
Helper class to make it easy to send an explicit list of files using FilePath methods.
FilePath.FileCallable<T> - Interface in hudson
Code that gets executed on the machine where the FilePath is local.
FilePath.FileCallableWrapperFactory - Class in hudson
This extension point allows to contribute a wrapper around a fileCallable so that a plugin can "intercept" a call.
FilePath.TarCompression - Enum in hudson
Supported tar file compression methods.
FilePath_did_not_manage_to_validate_may_be_too_sl(Object) - Static method in class hudson.Messages
Key FilePath.did_not_manage_to_validate_may_be_too_sl: Did not manage to validate {0} (may be too slow).
FilePath_TildaDoesntWork() - Static method in class hudson.Messages
Key FilePath.TildaDoesntWork: ‘~’ is only supported in a Unix shell and nowhere else..
FilePath_validateAntFileMask_doesntMatchAndSuggest(Object, Object) - Static method in class hudson.Messages
Key FilePath.validateAntFileMask.doesntMatchAndSuggest: ‘{0}’ doesn’t match anything, but ‘{1}’ does.
FilePath_validateAntFileMask_doesntMatchAnything(Object) - Static method in class hudson.Messages
Key FilePath.validateAntFileMask.doesntMatchAnything: ‘{0}’ doesn’t match anything.
FilePath_validateAntFileMask_doesntMatchAnythingAndSuggest(Object, Object) - Static method in class hudson.Messages
Key FilePath.validateAntFileMask.doesntMatchAnythingAndSuggest: ‘{0}’ doesn’t match anything: even ‘{1}’ doesn’t exist.
FilePath_validateAntFileMask_matchWithCaseInsensitive(Object) - Static method in class hudson.Messages
Key FilePath.validateAntFileMask.matchWithCaseInsensitive: ‘{0}’ doesn’t match anything because it is treated case sensitively.
FilePath_validateAntFileMask_portionMatchAndSuggest(Object, Object) - Static method in class hudson.Messages
Key FilePath.validateAntFileMask.portionMatchAndSuggest: ‘{0}’ doesn’t match anything, although ‘{1}’ exists.
FilePath_validateAntFileMask_portionMatchButPreviousNotMatchAndSuggest(Object, Object, Object) - Static method in class hudson.Messages
Key FilePath.validateAntFileMask.portionMatchButPreviousNotMatchAndSuggest: ‘{0}’ doesn’t match anything: ‘{1}’ exists but not ‘{2}’.
FilePath_validateAntFileMask_whitespaceSeprator() - Static method in class hudson.Messages
Key FilePath.validateAntFileMask.whitespaceSeprator: {@code Whitespace can no longer be used as the separator.
FilePath_validateRelativePath_noSuchDirectory(Object) - Static method in class hudson.Messages
Key FilePath.validateRelativePath.noSuchDirectory: No such directory: ‘{0}’.
FilePath_validateRelativePath_noSuchFile(Object) - Static method in class hudson.Messages
Key FilePath.validateRelativePath.noSuchFile: No such file: ‘{0}’.
FilePath_validateRelativePath_notDirectory(Object) - Static method in class hudson.Messages
Key FilePath.validateRelativePath.notDirectory: ‘{0}’ is not a directory.
FilePath_validateRelativePath_notFile(Object) - Static method in class hudson.Messages
Key FilePath.validateRelativePath.notFile: ‘{0}’ is not a file.
FilePath_validateRelativePath_wildcardNotAllowed() - Static method in class hudson.Messages
Key FilePath.validateRelativePath.wildcardNotAllowed: Wildcard is not allowed here.
FilePathFilter - Class in jenkins
Inspects FilePath access from remote channels.
FilePathFilter() - Constructor for class jenkins.FilePathFilter
 
FilePathGlobalSettingsProvider - Class in jenkins.mvn
 
FilePathGlobalSettingsProvider(String) - Constructor for class jenkins.mvn.FilePathGlobalSettingsProvider
 
FilePathGlobalSettingsProvider.DescriptorImpl - Class in jenkins.mvn
 
FilePathGlobalSettingsProvider_DisplayName() - Static method in class jenkins.mvn.Messages
Key FilePathGlobalSettingsProvider.DisplayName: Global settings file on filesystem.
filePathRules - Variable in class jenkins.security.s2m.AdminWhitelistRule
FilePath access pattern rules specified by the admin
FilePathSettingsProvider - Class in jenkins.mvn
 
FilePathSettingsProvider(String) - Constructor for class jenkins.mvn.FilePathSettingsProvider
 
FilePathSettingsProvider.DescriptorImpl - Class in jenkins.mvn
 
FilePathSettingsProvider_DisplayName() - Static method in class jenkins.mvn.Messages
Key FilePathSettingsProvider.DisplayName: Settings file in filesystem.
files - Variable in class hudson.tools.JDKInstaller.JDKRelease
the list of s
FileSystemProvisioner - Class in hudson
Prepares and provisions workspaces for AbstractProjects.
FileSystemProvisioner() - Constructor for class hudson.FileSystemProvisioner
 
FileSystemProvisioner.Default - Class in hudson
Default implementation that doesn't rely on any file system specific capability, and thus can be used anywhere that Hudson runs.
FileSystemProvisioner.Default.DescriptorImpl - Class in hudson
 
FileSystemProvisioner.Default.WorkspaceSnapshotImpl - Class in hudson
 
FileSystemProvisionerDescriptor - Class in hudson
FileSystemProvisionerDescriptor() - Constructor for class hudson.FileSystemProvisionerDescriptor
 
FileValidator() - Constructor for class hudson.util.FormValidation.FileValidator
 
FileVisitor - Class in hudson.util
Visits files in a directory recursively.
FileVisitor() - Constructor for class hudson.util.FileVisitor
 
fillSide() - Method in class hudson.util.HeadBufferingStream
Read until we fill up the side buffer.
filter(SortedMap<Integer, V>, String, String) - Static method in class hudson.Functions
Creates a sub map by using the given range (both ends inclusive).
filter(Object, Descriptor) - Method in class hudson.model.DescriptorVisibilityFilter
Decides if the given descriptor should be visible to the user.
filter(Class<? extends RepositoryBrowser>) - Static method in class hudson.scm.RepositoryBrowsers
Only returns those RepositoryBrowser descriptors that extend from the given type.
FILTER - Static variable in class hudson.security.GlobalSecurityConfiguration
 
filter(List<Descriptor<T>>, Class<? extends AbstractProject>) - Static method in class hudson.tasks.BuildStepDescriptor
Filters a descriptor for BuildSteps by using BuildStepDescriptor.isApplicable(Class).
Filter(FileFilter) - Constructor for class hudson.util.DirScanner.Filter
 
filter(Iterable<?>, Class<T>) - Static method in class hudson.Util
Creates a filtered sublist.
filter(List<?>, Class<T>) - Static method in class hudson.Util
Creates a filtered sublist.
filter(T) - Method in class hudson.util.Iterators.DuplicateFilterIterator
 
filter(T) - Method in class hudson.util.Iterators.FilterIterator
Filter out items in the original collection.
filter(Predicate<R>) - Method in class hudson.util.RunList
Returns elements that satisfy the given predicate.
filter(List<TopLevelItem>, List<TopLevelItem>, View) - Method in class hudson.views.ViewJobFilter
Choose which jobs to show for a view.
filter(Object, Descriptor) - Method in class jenkins.model.BuildDiscarderProperty.ConditionallyHidden
 
filterDescriptors(Object, Iterable) - Method in class hudson.Functions
 
filtered() - Method in class jenkins.ExtensionComponentSet
Apply ExtensionFilters and returns a filtered set.
FilteredFunctionContext - Class in jenkins.util.xml
FunctionContext that removes some XPath function names that are deemed bad as user input.
FilteredFunctionContext(Set<String>) - Constructor for class jenkins.util.xml.FilteredFunctionContext
 
FilteredFunctionContext() - Constructor for class jenkins.util.xml.FilteredFunctionContext
 
filterExcludingFrom(SortedMap<Integer, V>, String, String) - Static method in class hudson.Functions
Creates a sub map by using the given range (upper end inclusive).
filterExecutors - Variable in class hudson.model.View
If true, only show relevant executors
FilterIterator(Iterator<? extends T>) - Constructor for class hudson.util.Iterators.FilterIterator
 
FilterIterator(Iterable<? extends T>) - Constructor for class hudson.util.Iterators.FilterIterator
 
filterQueue - Variable in class hudson.model.View
If true, only show relevant queue items
filters - Variable in class hudson.security.ChainedServletFilter
 
finalize() - Method in class hudson.util.AtomicFileWriter
 
find(Class<T>, Hudson) - Method in class hudson.cli.declarative.CLIRegisterer
 
find(String) - Method in class hudson.DescriptorExtensionList
Deprecated.
Descriptor.getId() is supposed to be used for new code, not the descriptor class name.
find(Class<? extends T>) - Method in class hudson.DescriptorExtensionList
Finds the descriptor that describes the given type.
find(Class<T>, Hudson) - Method in class hudson.ExtensionFinder
Discover extensions of the given type.
find(Class<U>, Hudson) - Method in class hudson.ExtensionFinder.GuiceFinder
 
find(Class<T>, Hudson) - Method in class hudson.ExtensionFinder.Sezpoz
 
find(Collection<? extends T>, String) - Static method in class hudson.model.Descriptor
find(String) - Static method in class hudson.model.Descriptor
find(String, List<SearchItem>) - Method in class hudson.search.CollectionSearchIndex
 
find(String, List<SearchItem>) - Method in class hudson.search.FixedSet
 
find(SearchIndex, String) - Static method in class hudson.search.Search
find(SearchIndex, String, SearchableModelObject) - Static method in class hudson.search.Search
Performs a search and returns the match, or null if no match was found or more than one match was found.
find(String, List<SearchItem>) - Method in interface hudson.search.SearchIndex
 
find(String, List<SearchItem>) - Method in class hudson.search.UnionSearchIndex
 
find(String) - Method in class hudson.security.PermissionGroup
Finds a permission that has the given name.
find(String) - Method in class hudson.util.DescriptorList
Deprecated.
Underspecified what the parameter is. Descriptor.getId()? A Describable class name?
find(Class<T>) - Method in class jenkins.ExtensionComponentSet
Discover extensions of the given type.
findAvatarFor(User, int, int) - Method in class hudson.tasks.UserAvatarResolver
Finds an avatar image URL string for a user.
findBean(Class<T>, ApplicationContext) - Static method in class hudson.security.SecurityRealm
Picks up the instance of the given type from the spring context.
findBindingsByType(TypeLiteral<T>) - Method in class jenkins.ProxyInjector
 
findByDescribableClassName(Collection<? extends T>, String) - Static method in class hudson.model.Descriptor
Finds a descriptor from a collection by the class name of the Describable it describes.
findById(Collection<? extends T>, String) - Static method in class hudson.model.Descriptor
Finds a descriptor from a collection by its ID.
findByName(String) - Method in class hudson.DescriptorExtensionList
Finds a descriptor by their Descriptor.getId().
findByName(String) - Method in class hudson.util.DescriptorList
Finds a descriptor by their Descriptor.getId().
findCause(Class<T>) - Method in class hudson.model.CauseAction
Finds the cause of the specific type.
findClass(String) - Method in class hudson.PluginManager.UberClassLoader
 
findClass(ClassLoader, String) - Method in class jenkins.ClassLoaderReflectionToolkit
Deprecated.
unsafe
findClass(String) - Method in class jenkins.util.AntClassLoader
Searches for and load a class on the classpath of this class loader.
findComponents(Class<T>, Hudson) - Method in class hudson.ClassicPluginStrategy
 
findComponents(Class<T>, Hudson) - Method in interface hudson.PluginStrategy
Find components of the given type using the assigned strategy.
findExtensions(Class<T>, Hudson) - Method in class hudson.ExtensionFinder
Deprecated.
as of 1.356 Use and implement ExtensionFinder.find(Class,Hudson) that allows us to put some metadata.
findLabels(Node) - Method in class hudson.model.LabelFinder
Find the labels that the node supports.
findLoadedClass(ClassLoader, String) - Method in class jenkins.ClassLoaderReflectionToolkit
Deprecated.
unsafe
findNameFor(User) - Method in class hudson.tasks.UserNameResolver
Finds full name of the given user.
findNearest(String) - Static method in class hudson.model.AbstractProject
Finds a AbstractProject that has the name closest to the given name.
findNearest(String, ItemGroup) - Static method in class hudson.model.AbstractProject
Finds a AbstractProject whose name (when referenced from the specified context) is closest to the given name.
findNearest(Class<T>, String, ItemGroup) - Static method in class hudson.model.Items
Finds an item whose name (when referenced from the specified context) is closest to the given name.
findNearest(String) - Static method in class hudson.model.labels.LabelAtom
 
findNearest(String) - Method in class hudson.PermalinkList
Finds the closest name match by its ID.
findNearest(String, String[]) - Static method in class hudson.util.EditDistance
Finds the string in the group closest to key and returns it.
findNearest(String, Collection<String>) - Static method in class hudson.util.EditDistance
 
findNumber(String) - Method in class jenkins.model.RunIdMigrator
Look up a historical run by ID.
findPreamble(byte[], int, int) - Static method in class hudson.console.ConsoleNote
Locates the preamble in the given buffer.
findPullUpDirectory(FilePath) - Method in class hudson.tools.DownloadFromUrlInstaller
Often an archive contains an extra top-level directory that's unnecessary when extracted on the disk into the expected location.
findResource(String) - Method in class hudson.PluginManager.UberClassLoader
 
findResource(ClassLoader, String) - Method in class jenkins.ClassLoaderReflectionToolkit
Deprecated.
unsafe
findResources(String, boolean) - Method in class hudson.PluginFirstClassLoader
 
findResources(String) - Method in class hudson.PluginFirstClassLoader
 
findResources(String) - Method in class hudson.PluginManager.UberClassLoader
 
findResources(ClassLoader, String) - Method in class jenkins.ClassLoaderReflectionToolkit
Deprecated.
unsafe
findResources(String) - Method in class jenkins.util.AntClassLoader
Returns an enumeration of URLs representing all the resources with the given name by searching the class loader's classpath.
findResources(String, boolean) - Method in class jenkins.util.AntClassLoader
Returns an enumeration of URLs representing all the resources with the given name by searching the class loader's classpath.
findText(BufferedReader, String) - Method in class hudson.util.FormFieldValidator.URLCheck
Deprecated.
Finds the string literal from the given reader.
findText(BufferedReader, String) - Method in class hudson.util.FormValidation.URLCheck
Finds the string literal from the given reader.
findToken(Pattern) - Method in class hudson.AbstractMarkupText
Find the first occurrence of the given pattern in this text, or null.
findTokens(Pattern) - Method in class hudson.AbstractMarkupText
Find all "tokens" that match the given pattern in this text.
findTokens(Pattern) - Method in class hudson.MarkupText
 
Fingerprint - Class in hudson.model
A file being tracked by Jenkins.
Fingerprint(Run, String, byte[]) - Constructor for class hudson.model.Fingerprint
 
Fingerprint.BuildPtr - Class in hudson.model
Pointer to a Build.
Fingerprint.ProjectRenameListener - Class in hudson.model
 
Fingerprint.Range - Class in hudson.model
Range of build numbers [start,end).
Fingerprint.RangeItem - Class in hudson.model
 
Fingerprint.RangeSet - Class in hudson.model
FingerprintAction(Run, Map<String, String>) - Constructor for class hudson.tasks.Fingerprinter.FingerprintAction
 
FingerprintAction(AbstractBuild, Map<String, String>) - Constructor for class hudson.tasks.Fingerprinter.FingerprintAction
Deprecated.
FingerprintCleanupThread - Class in hudson.model
Scans the fingerprint database and remove old records that are no longer relevant.
FingerprintCleanupThread() - Constructor for class hudson.model.FingerprintCleanupThread
 
Fingerprinter - Class in hudson.tasks
Records fingerprints of the specified files.
Fingerprinter(String) - Constructor for class hudson.tasks.Fingerprinter
 
Fingerprinter(String, boolean) - Constructor for class hudson.tasks.Fingerprinter
Deprecated.
Fingerprinter.DescriptorImpl - Class in hudson.tasks
 
Fingerprinter.FingerprintAction - Class in hudson.tasks
Action for displaying fingerprints.
Fingerprinter_Aborted() - Static method in class hudson.tasks.Messages
Key Fingerprinter.Aborted: Aborted.
Fingerprinter_Action_DisplayName() - Static method in class hudson.tasks.Messages
Key Fingerprinter.Action.DisplayName: See Fingerprints.
Fingerprinter_DigestFailed(Object) - Static method in class hudson.tasks.Messages
Key Fingerprinter.DigestFailed: Failed to compute digest for {0}.
Fingerprinter_DisplayName() - Static method in class hudson.tasks.Messages
Key Fingerprinter.DisplayName: Record fingerprints of files to track usage.
Fingerprinter_Failed() - Static method in class hudson.tasks.Messages
Key Fingerprinter.Failed: Failed to record fingerprints.
Fingerprinter_FailedFor(Object) - Static method in class hudson.tasks.Messages
Key Fingerprinter.FailedFor: failed to record fingerprint for {0}.
Fingerprinter_Recording() - Static method in class hudson.tasks.Messages
Key Fingerprinter.Recording: Recording fingerprints.
FingerprintFacet - Class in jenkins.model
Plugin-specific additions to fingerprint information.
FingerprintFacet(Fingerprint, long) - Constructor for class jenkins.model.FingerprintFacet
 
FingerprintMap - Class in hudson.model
Cache of Fingerprints.
FingerprintMap() - Constructor for class hudson.model.FingerprintMap
 
finish() - Method in class hudson.org.apache.tools.tar.TarOutputStream
Deprecated.
Ends the TAR archive without closing the underlying OutputStream.
finish() - Method in class hudson.util.ChunkedOutputStream
Must be called to ensure the internal cache is flushed and the closing chunk is written.
finished(Result) - Method in interface hudson.model.BuildListener
Called when a build is finished.
finished(AbstractBuild, BuildStep, BuildListener, boolean) - Method in class hudson.model.BuildStepListener
Called when a buildStep has completed.
finished(Result) - Method in class hudson.model.StreamBuildListener
 
finished(Result) - Method in class jenkins.util.BuildListenerAdapter
 
fireAuthenticated(UserDetails) - Static method in class jenkins.security.SecurityListener
 
fireBeforePolling(AbstractProject<?, ?>, TaskListener) - Static method in class hudson.model.listeners.SCMPollListener
 
fireCompleted(Run, TaskListener) - Static method in class hudson.model.listeners.RunListener
fireDeleted(Run) - Static method in class hudson.model.listeners.RunListener
Fires the RunListener.onDeleted(R) event.
fireFailedToAuthenticate(String) - Static method in class jenkins.security.SecurityListener
 
fireFailedToLogIn(String) - Static method in class jenkins.security.SecurityListener
 
fireFinalized(Run) - Static method in class hudson.model.listeners.RunListener
fireLocationChange(Item, String) - Static method in class hudson.model.listeners.ItemListener
fireLoggedIn(String) - Static method in class jenkins.security.SecurityListener
 
fireLoggedOut(String) - Static method in class jenkins.security.SecurityListener
 
fireOnChange(Saveable, XmlFile) - Static method in class hudson.model.listeners.SaveableListener
fireOnCopied(Item, Item) - Static method in class hudson.model.listeners.ItemListener
 
fireOnCreated(Item) - Static method in class hudson.model.listeners.ItemListener
 
fireOnDeleted(Item) - Static method in class hudson.model.listeners.ItemListener
 
fireOnUpdated(Item) - Static method in class hudson.model.listeners.ItemListener
 
firePollingFailed(AbstractProject<?, ?>, TaskListener, Throwable) - Static method in class hudson.model.listeners.SCMPollListener
 
firePollingSuccess(AbstractProject<?, ?>, TaskListener, PollingResult) - Static method in class hudson.model.listeners.SCMPollListener
 
fireStarted(Run, TaskListener) - Static method in class hudson.model.listeners.RunListener
firstKey() - Method in class jenkins.model.lazy.AbstractLazyLoadRunMap
 
firstUser(Map, Closure) - Method in interface jenkins.security.HudsonPrivateSecurityRealmTagLib
 
firstUser(Closure) - Method in interface jenkins.security.HudsonPrivateSecurityRealmTagLib
 
firstUser(Map) - Method in interface jenkins.security.HudsonPrivateSecurityRealmTagLib
 
firstUser() - Method in interface jenkins.security.HudsonPrivateSecurityRealmTagLib
 
fix(TaskListener) - Method in class jenkins.management.AsynchronousAdministrativeMonitor
Run on a separate thread in the background to fix up stuff.
fix(TaskListener) - Method in class jenkins.security.RekeySecretAdminMonitor
 
FixedSet - Class in hudson.search
Set of SearchItems that are statically known upfront.
FixedSet(Collection<? extends SearchItem>) - Constructor for class hudson.search.FixedSet
 
FixedSet(SearchItem...) - Constructor for class hudson.search.FixedSet
 
fixEmpty(String) - Static method in class hudson.Util
Convert empty string to null.
fixEmptyAndTrim(String) - Static method in class hudson.Util
Convert empty string to null, and trim whitespace.
fixNull(String) - Static method in class hudson.Util
Convert null to "".
fixNull(List<T>) - Static method in class hudson.Util
 
fixNull(Set<T>) - Static method in class hudson.Util
 
fixNull(Collection<T>) - Static method in class hudson.Util
 
fixNull(Iterable<T>) - Static method in class hudson.Util
 
FlattenIterator(Iterator<? extends T>) - Constructor for class hudson.util.Iterators.FlattenIterator
 
FlattenIterator(Iterable<? extends T>) - Constructor for class hudson.util.Iterators.FlattenIterator
 
floor(long) - Method in class hudson.scheduler.CronTab
Computes the nearest past timestamp that matched this cron tab.
floor(Calendar) - Method in class hudson.scheduler.CronTab
See CronTab.floor(long) This method modifies the given calendar and returns the same object.
flush() - Method in class hudson.console.ConsoleAnnotationOutputStream
 
flush() - Method in class hudson.console.PlainTextConsoleOutputStream
 
flush() - Method in class hudson.logging.WeakLogHandler
 
flush() - Method in class hudson.util.AtomicFileWriter
 
flush() - Method in class hudson.util.CharSpool
Deprecated.
 
flush() - Method in class hudson.util.ChunkedOutputStream
Flushes the underlying stream, but leaves the internal buffer alone.
flush() - Method in class hudson.util.DelegatingOutputStream
 
flush() - Method in class hudson.util.DualOutputStream
 
flush() - Method in class hudson.util.FlushProofOutputStream
 
flush() - Method in class hudson.util.ForkOutputStream
 
flush() - Method in class hudson.util.io.ReopenableFileOutputStream
 
flush() - Method in class hudson.util.RingBufferLogHandler
 
flush() - Method in class hudson.util.WriterOutputStream
Deprecated.
 
flush() - Method in class jenkins.util.MarkFindingOutputStream
 
flush() - Method in class jenkins.util.xstream.XStreamDOM.WriterImpl
 
flushCache() - Method in class hudson.util.ChunkedOutputStream
Writes the cache out onto the underlying stream
flushCacheWithAppend(byte[], int, int) - Method in class hudson.util.ChunkedOutputStream
Writes the cache and bufferToAppend to the underlying stream as one large chunk
FlushProofOutputStream - Class in hudson.util
FlushProofOutputStream(OutputStream) - Constructor for class hudson.util.FlushProofOutputStream
 
FLYWEIGHT_SUPPORT - Static variable in class jenkins.model.Jenkins
Deprecated.
No longer used.
fold(byte[], int) - Static method in class hudson.cli.Connection
Given a byte array that contains arbitrary number of bytes, digests or expands those bits into the specified number of bytes without loss of entropy.
FoldableAction - Interface in hudson.model.queue
An action interface that allows action data to be folded together.
foldIntoExisting(Queue.Item, Queue.Task, List<Action>) - Method in class hudson.model.CauseAction
 
foldIntoExisting(Queue.Item, Queue.Task, List<Action>) - Method in interface hudson.model.queue.FoldableAction
Notifies that the Queue.Task that "owns" this action (that is, the task for which this action is submitted) is considered as a duplicate.
follow - Variable in class hudson.cli.BuildCommand
 
follow - Variable in class hudson.cli.ConsoleCommand
 
for_(Node) - Static method in class hudson.slaves.NodeProperty
List up all NodePropertyDescriptors that are applicable for the given project.
for_(List<D>, Class<? extends T>) - Static method in class hudson.tools.PropertyDescriptor
 
for_(List<D>, T) - Static method in class hudson.tools.PropertyDescriptor
 
for_(Class<? extends ToolInstallation>) - Static method in class hudson.tools.ToolInstallerDescriptor
Filters ToolInstallerDescriptor.all() by eliminating things that are not applicable to the given type.
for_(Item) - Static method in class hudson.triggers.Trigger
Returns a subset of TriggerDescriptors that applys to the given item.
forceEol() - Method in class hudson.console.LineTransformationOutputStream
Forces the EOL behavior.
forceLoadClass(String) - Method in class jenkins.util.AntClassLoader
Loads a class through this class loader even if that class is available on the parent classpath.
forceLoadSystemClass(String) - Method in class jenkins.util.AntClassLoader
Loads a class through this class loader but defer to the parent class loader.
forCurrentUser() - Static method in class hudson.model.PaneStatusProperties
 
forEnvironment(EnvVars) - Method in interface hudson.model.EnvironmentSpecific
Returns a specialized copy of T for functioning in the given environment.
forEnvironment(EnvVars) - Method in class hudson.model.JDK
 
forEnvironment(EnvVars) - Method in class hudson.tasks.Maven.MavenInstallation
 
forFile(File) - Static method in class hudson.model.TaskThread.ListenerAndText
Deprecated.
as of Hudson 1.350 Use TaskThread.ListenerAndText.forFile(File, TaskAction) and pass in the calling TaskAction
forFile(File, TaskAction) - Static method in class hudson.model.TaskThread.ListenerAndText
Creates one that's backed by a file.
forFile(File) - Static method in class jenkins.util.VirtualFile
Creates a virtual file wrapper for a local file.
forFilePath(FilePath) - Static method in class jenkins.util.VirtualFile
Creates a virtual file wrapper for a remotable file.
fork() - Method in interface hudson.util.jna.GNUCLibrary
 
ForkOutputStream - Class in hudson.util
 
ForkOutputStream(OutputStream, OutputStream) - Constructor for class hudson.util.ForkOutputStream
 
form(Map, Closure) - Method in interface lib.FormTagLib
Outer-most tag of the entire form taglib, that generates <form> element.
form(Closure) - Method in interface lib.FormTagLib
Outer-most tag of the entire form taglib, that generates <form> element.
form(Map) - Method in interface lib.FormTagLib
Outer-most tag of the entire form taglib, that generates <form> element.
form() - Method in interface lib.FormTagLib
Outer-most tag of the entire form taglib, that generates <form> element.
form(Map, Closure) - Method in interface lib.jenkins.NewFromListTagLib
Generates a form for creating something out of descriptors by (1) selecting a descriptor and specifying a name.
form(Closure) - Method in interface lib.jenkins.NewFromListTagLib
Generates a form for creating something out of descriptors by (1) selecting a descriptor and specifying a name.
form(Map) - Method in interface lib.jenkins.NewFromListTagLib
Generates a form for creating something out of descriptors by (1) selecting a descriptor and specifying a name.
form() - Method in interface lib.jenkins.NewFromListTagLib
Generates a form for creating something out of descriptors by (1) selecting a descriptor and specifying a name.
FormApply - Class in hudson.util
Server-side code related to the <f:apply> button.
FormApply() - Constructor for class hudson.util.FormApply
 
format - Variable in class hudson.cli.ListChangesCommand
 
forMemory() - Static method in class hudson.model.TaskThread.ListenerAndText
Deprecated.
as of Hudson 1.350 Use TaskThread.ListenerAndText.forMemory(TaskAction) and pass in the calling TaskAction
forMemory(TaskAction) - Static method in class hudson.model.TaskThread.ListenerAndText
Creates one that's backed by memory.
FormException(String, String) - Constructor for exception hudson.model.Descriptor.FormException
 
FormException(String, Throwable, String) - Constructor for exception hudson.model.Descriptor.FormException
 
FormException(Throwable, String) - Constructor for exception hudson.model.Descriptor.FormException
 
FormFieldValidator - Class in hudson.util
Deprecated.
as of 1.294 Use FormValidation as a return value in your check method.
FormFieldValidator(StaplerRequest, StaplerResponse, boolean) - Constructor for class hudson.util.FormFieldValidator
Deprecated.
 
FormFieldValidator(StaplerRequest, StaplerResponse, Permission) - Constructor for class hudson.util.FormFieldValidator
Deprecated.
Use FormFieldValidator.FormFieldValidator(Permission) and remove StaplerRequest and StaplerResponse from your "doCheck..." method parameter
FormFieldValidator(Permission) - Constructor for class hudson.util.FormFieldValidator
Deprecated.
 
FormFieldValidator(StaplerRequest, StaplerResponse, AccessControlled, Permission) - Constructor for class hudson.util.FormFieldValidator
Deprecated.
Use FormFieldValidator.FormFieldValidator(AccessControlled,Permission) and remove StaplerRequest and StaplerResponse from your "doCheck..." method parameter
FormFieldValidator(AccessControlled, Permission) - Constructor for class hudson.util.FormFieldValidator
Deprecated.
 
FormFieldValidator.Base64 - Class in hudson.util
FormFieldValidator.Executable - Class in hudson.util
Deprecated.
FormFieldValidator.HudsonURL - Class in hudson.util
Deprecated.
Checks if the given value is an URL to some Hudson's top page.
FormFieldValidator.NonNegativeInteger - Class in hudson.util
FormFieldValidator.URLCheck - Class in hudson.util
Deprecated.
as of 1.294 Use FormValidation.URLCheck
FormFieldValidator.WorkspaceDirectory - Class in hudson.util
Deprecated.
as of 1.294. Use FilePath.validateRelativeDirectory(String, boolean) (see javadoc plugin for the example)
FormFieldValidator.WorkspaceFileMask - Class in hudson.util
FormFieldValidator.WorkspaceFilePath - Class in hudson.util
FormFieldValidator_did_not_manage_to_validate_may_be_too_sl(Object) - Static method in class hudson.util.Messages
Key FormFieldValidator.did_not_manage_to_validate_may_be_too_sl: Did not manage to validate {0} (may be too slow).
FormTagLib - Interface in lib
 
FormValidation - Exception in hudson.util
Represents the result of the form field validation.
FormValidation.CheckMethod - Class in hudson.util
Builds up the check URL for the client-side JavaScript to call back.
FormValidation.FileValidator - Class in hudson.util
Performs an application-specific validation on the given file.
FormValidation.Kind - Enum in hudson.util
Indicates the kind of result.
FormValidation.URLCheck - Class in hudson.util
Convenient base class for checking the validity of URLs.
FormValidation_Error_Details() - Static method in class hudson.util.Messages
Key FormValidation.Error.Details: (show details).
FormValidation_ValidateRequired() - Static method in class hudson.util.Messages
Key FormValidation.ValidateRequired: Required.
forNode(Node, TaskListener) - Method in class hudson.model.JDK
 
forNode(Node, TaskListener) - Method in interface hudson.slaves.NodeSpecific
Returns a specialized copy of T for functioning in the given node.
forNode(Node, TaskListener) - Method in class hudson.tasks.Maven.MavenInstallation
 
forProcess(String, ExecutorService, InputStream, OutputStream, Proc) - Static method in class hudson.slaves.Channels
forProcess(String, ExecutorService, InputStream, OutputStream, OutputStream, Proc) - Static method in class hudson.slaves.Channels
Creates a channel that wraps a remote process, so that when we shut down the connection we kill the process.
forProcess(String, ExecutorService, Process, OutputStream) - Static method in class hudson.slaves.Channels
 
forProject(AbstractProject<?, ?>) - Method in class hudson.model.queue.SubTaskContributor
 
forward(N) - Method in class jenkins.util.DirectedGraph
Forward traversal of the edges.
forwardToRss(String, String, Collection<? extends E>, FeedAdapter<E>, StaplerRequest, HttpServletResponse) - Static method in class hudson.model.RSS
Sends the RSS feed to the client.
FrameOptionsPageDecorator - Class in jenkins.security
Adds the 'X-Frame-Options' header to all web pages.
FrameOptionsPageDecorator() - Constructor for class jenkins.security.FrameOptionsPageDecorator
 
FREE_SPACE_THRESHOLD - Static variable in class hudson.diagnosis.HudsonHomeDiskUsageChecker
Gets the minimum amount of space to check for, with a default of 1GB
freeSpaceThreshold - Variable in class hudson.node_monitors.AbstractDiskSpaceMonitor
The free space threshold, below which the node monitor will be triggered.
FreeStyleBuild - Class in hudson.model
 
FreeStyleBuild(FreeStyleProject) - Constructor for class hudson.model.FreeStyleBuild
 
FreeStyleBuild(FreeStyleProject, File) - Constructor for class hudson.model.FreeStyleBuild
 
FreeStyleProject - Class in hudson.model
Free-style software project.
FreeStyleProject(Jenkins, String) - Constructor for class hudson.model.FreeStyleProject
Deprecated.
as of 1.390
FreeStyleProject(ItemGroup, String) - Constructor for class hudson.model.FreeStyleProject
 
FreeStyleProject.DescriptorImpl - Class in hudson.model
 
FreeStyleProject_DisplayName() - Static method in class hudson.model.Messages
Key FreeStyleProject.DisplayName: Freestyle project.
from - Variable in class hudson.model.AbstractBuild.DependencyChange
from(String) - Static method in class hudson.scheduler.Hash
 
from(ModelObjectWithContextMenu, StaplerRequest, StaplerResponse) - Method in class jenkins.model.ModelObjectWithContextMenu.ContextMenu
Default implementation of the context menu generation.
from(ModelObjectWithContextMenu, StaplerRequest, StaplerResponse, String) - Method in class jenkins.model.ModelObjectWithContextMenu.ContextMenu
 
from(XStream, Object) - Static method in class jenkins.util.xstream.XStreamDOM
Marshals the given object with the given XStream into XStreamDOM and return it.
from(InputStream) - Static method in class jenkins.util.xstream.XStreamDOM
 
from(Reader) - Static method in class jenkins.util.xstream.XStreamDOM
 
from(HierarchicalStreamReader) - Static method in class jenkins.util.xstream.XStreamDOM
 
fromExternalizableId(String) - Static method in class hudson.model.Run
Tries to find a run from an persisted identifier.
fromHexString(String) - Static method in class hudson.Util
 
fromId - Variable in class hudson.model.AbstractBuild.DependencyChange
Version of the dependency project used in the previous build.
fromId(String) - Static method in class hudson.security.Permission
Convert the ID representation into Permission object.
fromMessage(Localizable) - Static method in class hudson.model.queue.CauseOfBlockage
Obtains a simple implementation backed by Localizable.
fromNameList(String, Class<T>) - Static method in class hudson.model.Items
fromNameList(ItemGroup, String, Class<T>) - Static method in class hudson.model.Items
Does the opposite of Items.toNameList(Collection).
fromRuns(Collection<? extends R>) - Static method in class hudson.util.RunList
 
fromStderr() - Static method in class hudson.util.StreamTaskListener
 
fromStdout() - Static method in class hudson.util.StreamTaskListener
 
fromString(String) - Method in class hudson.model.BuildAuthorizationToken.ConverterImpl
Deprecated.
 
fromString(String, boolean) - Static method in class hudson.model.Fingerprint.RangeSet
Parses a Fingerprint.RangeSet from a string like "1-3,5,7-9"
fromString(String) - Static method in class hudson.model.Result
 
fromString(String) - Method in class hudson.util.HeapSpaceStringConverter
 
fromString(String) - Method in class hudson.util.LRUStringConverter
 
fromString(String) - Static method in class hudson.util.Secret
Attempts to treat the given string first as a cipher text, and if it doesn't work, treat the given string as the unencrypted secret value.
fromString(String) - Method in class hudson.util.StringConverter2
Deprecated.
 
fromString(String) - Static method in class jenkins.util.TimeDuration
 
Full() - Constructor for class hudson.util.DirScanner.Full
 
FULL_CONTROL - Static variable in class hudson.security.Permission
Deprecated.
since 2009-01-23. Use Jenkins.ADMINISTER.
FullControlOnceLoggedInAuthorizationStrategy - Class in hudson.security
AuthorizationStrategy that grants full-control to authenticated user (other than anonymous users.)
FullControlOnceLoggedInAuthorizationStrategy() - Constructor for class hudson.security.FullControlOnceLoggedInAuthorizationStrategy
 
FullControlOnceLoggedInAuthorizationStrategy.DescriptorImpl - Class in hudson.security
 
FullControlOnceLoggedInAuthorizationStrategy_DisplayName() - Static method in class hudson.security.Messages
Key FullControlOnceLoggedInAuthorizationStrategy.DisplayName: Logged-in users can do anything.
FullDuplexHttpChannel - Class in hudson.model
Builds a Channel on top of two HTTP streams (one used for each direction.)
FullDuplexHttpChannel(UUID, boolean) - Constructor for class hudson.model.FullDuplexHttpChannel
 
FullDuplexHttpStream - Class in hudson.cli
Creates a capacity-unlimited bi-directional InputStream/OutputStream pair over HTTP, which is a request/response protocol.
FullDuplexHttpStream(URL) - Constructor for class hudson.cli.FullDuplexHttpStream
Deprecated.
FullDuplexHttpStream(URL, String) - Constructor for class hudson.cli.FullDuplexHttpStream
 
fullname - Variable in class hudson.security.HudsonPrivateSecurityRealm.SignupInfo
 
FullNameIdResolver() - Constructor for class hudson.model.User.FullNameIdResolver
 
Function1<R,P1> - Interface in hudson.util
Unary function y=f(x).
Functions - Class in hudson
Utility functions used in views.
Functions() - Constructor for class hudson.Functions
 
Functions.RunUrl - Class in hudson
URL decomposed for easier computation of relevant URLs.
Functions.ThreadGroupMap - Class in hudson
 
Functions_NoExceptionDetails() - Static method in class hudson.Messages
Key Functions.NoExceptionDetails: No Exception details.
future - Variable in class hudson.model.queue.WorkUnitContext
Once the execution starts and completes, update this future object with the outcome.
future - Variable in class hudson.slaves.NodeProvisioner.PlannedNode
Used to launch and return a Node object.
FutureImpl - Class in hudson.model.queue
Created when Queue.Item is created so that the caller can track the progress of the task.
FutureImpl(Queue.Task) - Constructor for class hudson.model.queue.FutureImpl
 
FutureLoad - Class in hudson.model.queue
Estimated future load to Hudson.
FutureLoad(long, long, int) - Constructor for class hudson.model.queue.FutureLoad
 
Futures - Class in hudson.util
Various Future implementations.
Futures() - Constructor for class hudson.util.Futures
 

G

generate(Class<T>, String) - Method in class hudson.util.SubClassGenerator
 
generateClickableMap(StaplerRequest, StaplerResponse, JFreeChart, Area) - Static method in class hudson.util.ChartUtil
Deprecated.
as of 1.320 Bind Graph to the URL space. See hudson.tasks.junit.History as an example (note that doing so involves a bit of URL structure change.)
generateClickableMap(StaplerRequest, StaplerResponse, JFreeChart, int, int) - Static method in class hudson.util.ChartUtil
Deprecated.
as of 1.320 Bind Graph to the URL space. See hudson.tasks.junit.History as an example (note that doing so involves a bit of URL structure change.)
generateConsoleAnnotationScriptAndStylesheet() - Static method in class hudson.Functions
Generate a series of <script> tags to include script.js from ConsoleAnnotatorFactorys and ConsoleAnnotationDescriptors.
generateFragment() - Method in class hudson.model.DownloadService
Builds up an HTML fragment that starts all the download jobs.
generateGraph(StaplerRequest, StaplerResponse, JFreeChart, Area) - Static method in class hudson.util.ChartUtil
Deprecated.
as of 1.320 Bind Graph to the URL space. See hudson.tasks.junit.History as an example (note that doing so involves a bit of URL structure change.)
generateGraph(StaplerRequest, StaplerResponse, JFreeChart, int, int) - Static method in class hudson.util.ChartUtil
Deprecated.
as of 1.320 Bind Graph to the URL space. See hudson.tasks.junit.History as an example (note that doing so involves a bit of URL structure change.)
generateId() - Method in class hudson.Functions
Generates an unique ID.
generateImage(String, OutputStream) - Method in class hudson.security.captcha.CaptchaSupport
 
generateResponse(StaplerRequest, StaplerResponse, Object) - Method in class hudson.model.AutoCompletionCandidates
 
generateResponse(StaplerRequest, StaplerResponse, Object) - Method in exception hudson.model.Descriptor.FormException
 
generateResponse(StaplerRequest, StaplerResponse, Object) - Method in class hudson.model.DirectoryBrowserSupport
 
generateResponse(StaplerRequest, StaplerResponse, Object) - Method in exception hudson.model.Failure
 
generateResponse(StaplerRequest, StaplerResponse, Object) - Method in class hudson.model.MultiStageTimeSeries.TrendChart
Renders this object as an image.
generateResponse(StaplerRequest, StaplerResponse, Object) - Method in class hudson.model.Slave.JnlpJar
 
generateResponse(StaplerRequest, StaplerResponse, Object) - Method in exception hudson.security.FederatedLoginService.UnclaimedIdentityException
 
generateResponse(StaplerRequest, StaplerResponse, Object) - Method in class hudson.util.ComboBoxModel
 
generateResponse(StaplerRequest, StaplerResponse, Object) - Method in exception hudson.util.FormValidation
 
generateResponse(StaplerRequest, StaplerResponse, Object) - Method in class hudson.util.ListBoxModel
 
generateResponse(StaplerRequest, StaplerResponse, Object) - Method in class jenkins.model.ModelObjectWithContextMenu.ContextMenu
 
generateResponse(StaplerRequest, StaplerResponse, Object) - Method in class jenkins.slaves.EncryptedSlaveAgentJnlpFile
 
generateToolTip(CategoryDataset, int, int) - Method in class hudson.util.StackedAreaRenderer2
Override this method to specify the tool tip text of the given data point.
generateURL(CategoryDataset, int, int) - Method in class hudson.util.StackedAreaRenderer2
Override this method to specify the hyperlink target of the given data point.
generation - Variable in class hudson.scm.SCMDescriptor
Incremented every time a new SCM instance is created from this descriptor.
GENERIC_EXECUTE - Static variable in interface hudson.util.jna.WINNT
 
GenericItemOptionHandler<T extends Item> - Class in hudson.cli.handlers
Refers to an Item by its name.
GenericItemOptionHandler(CmdLineParser, OptionDef, Setter<T>) - Constructor for class hudson.cli.handlers.GenericItemOptionHandler
 
genericType() - Method in class hudson.util.ReflectionUtils.Parameter
Gets the unerased generic type of this parameter.
get() - Method in class hudson.cli.ClientAuthenticationCache
Gets the persisted authentication for this Jenkins.
get() - Static method in class hudson.diagnosis.HudsonHomeDiskUsageMonitor
Short cut for getting the singleton instance.
get(String, String) - Method in class hudson.EnvVars
Convenience message
get(Class<U>) - Method in class hudson.ExtensionList
Looks for the extension instance of the given type (subclasses excluded), or return null.
get(int) - Method in class hudson.ExtensionList
 
get(ClassLoader) - Static method in class hudson.init.InitStrategy
Obtains the instance to be used.
get() - Static method in class hudson.lifecycle.Lifecycle
Gets the singleton instance.
get(Class<T>) - Method in class hudson.Lookup
 
get(String) - Static method in class hudson.model.DownloadService.Downloadable
Returns the DownloadService.Downloadable that has the given ID.
get(int) - Method in class hudson.model.EnvironmentList
 
get(Class<T>) - Method in class hudson.model.EnvironmentList
 
get() - Method in class hudson.model.FileParameterValue.FileItemImpl
 
get(String, boolean, FingerprintMap.FingerprintParams) - Method in class hudson.model.FingerprintMap
 
get(String) - Static method in class hudson.model.Label
Obtains a label by its name.
get(String) - Static method in class hudson.model.labels.LabelAtom
Obtains an atom by its name.
get(int) - Method in class hudson.model.queue.MappingWorksheet.Mapping
get(String, boolean) - Static method in class hudson.model.User
get(String, boolean, Map) - Static method in class hudson.model.User
Gets the User object by its id or full name.
get(String) - Static method in class hudson.model.User
Gets the User object by its id or full name.
get(Authentication) - Static method in class hudson.model.User
Gets the User object representing the supplied Authentication or null if the supplied Authentication is either anonymous or null
get(Computer) - Method in class hudson.node_monitors.AbstractNodeMonitorDescriptor
Obtains the monitoring result currently available, or null if no data is available.
get(String) - Method in class hudson.PermalinkList
get(String) - Method in class hudson.search.CollectionSearchIndex
Gets a single item that exactly matches the given key.
get(ServletContext) - Static method in class hudson.security.HudsonFilter
Gets the HudsonFilter created for the given ServletContext.
get(Class) - Static method in class hudson.security.PermissionGroup
Gets the PermissionGroup whose PermissionGroup.owner is the given class.
get(StaplerRequest) - Static method in class hudson.StructuredForm
Deprecated.
Use StaplerRequest.getSubmittedForm(). Since 1.238.
get(int) - Method in class hudson.tasks.BuildStep.PublisherList
 
get(AlternativeUiTextProvider.Message<T>, T, String) - Static method in class hudson.util.AlternativeUiTextProvider
 
get(AlternativeUiTextProvider.Message<T>, T) - Static method in class hudson.util.AlternativeUiTextProvider
Consults all the existing AlternativeUiTextProvider and return an override, if any, or null.
get(int) - Method in class hudson.util.CopyOnWriteList
 
get(Object) - Method in class hudson.util.CopyOnWriteMap
 
get(D) - Method in class hudson.util.DescribableList
 
get(Class<U>) - Method in class hudson.util.DescribableList
 
get(int) - Method in class hudson.util.DescriptorList
 
get(String) - Method in class hudson.util.KeyedDataStorage
Finds the data object that matches the given key if available, or null if not found.
get(String, boolean, P) - Method in class hudson.util.KeyedDataStorage
Implementation of get/getOrCreate.
get(K) - Method in class hudson.util.Memoizer
 
get(String) - Method in class hudson.util.MultipartFormDataParser
 
get(Object) - Method in class hudson.util.PackedMap
 
get(int) - Method in class hudson.util.PersistedList
 
get(Class<U>) - Method in class hudson.util.PersistedList
 
get(int) - Method in class hudson.util.ProcessTree
Gets the process given a specific ID, or null if no such process exists.
get(Process) - Method in class hudson.util.ProcessTree
Try to convert Process into this process object or null if it fails (for example, maybe the snapshot is taken after this process has already finished.)
get() - Static method in class hudson.util.ProcessTree
Gets the ProcessTree of the current system that JVM runs in, or in the worst case return the default one that's not capable of killing descendants at all.
get(Process) - Method in class hudson.util.ProcessTree.Remote
 
get() - Static method in class hudson.util.ProcessTreeKiller
Deprecated.
Gets the ProcessTreeKiller suitable for the current system that JVM runs in, or in the worst case return the default one that's not capable of killing descendants at all.
get(String) - Method in class hudson.util.QueryParameterMap
 
get(int) - Method in class hudson.util.RunList
Deprecated.
as of 1.485 RunList, despite its name, should be really used as Iterable, not as List.
get(int) - Method in class hudson.util.TagCloud
 
get() - Static method in class jenkins.model.ArtifactManagerConfiguration
 
get() - Static method in class jenkins.model.DownloadSettings
 
get(Class<T>) - Static method in class jenkins.model.GlobalConfigurationCategory
 
get() - Static method in class jenkins.model.JenkinsLocationConfiguration
 
get(Object) - Method in class jenkins.model.lazy.AbstractLazyLoadRunMap
 
get(int) - Method in class jenkins.model.lazy.AbstractLazyLoadRunMap
 
get() - Method in class jenkins.model.lazy.BuildReference
Gets the build if still in memory.
get() - Method in interface jenkins.model.lazy.BuildReference.Holder
Gets a build.
get() - Static method in class jenkins.mvn.GlobalMavenConfig
 
get() - Static method in class jenkins.security.ConfidentialStore
Retrieves the currently active singleton instance of ConfidentialStore.
get() - Method in class jenkins.security.HexStringConfidentialKey
Returns the persisted hex string value.
get() - Static method in class jenkins.security.QueueItemAuthenticatorConfiguration
 
get() - Method in class jenkins.util.io.FileBoolean
Gets the current state.
get() - Static method in class jenkins.util.Timer
Returns the scheduled executor service used by all timed tasks in Jenkins.
get_all() - Method in class hudson.model.ComputerSet
 
get_monitors() - Static method in class hudson.model.ComputerSet
Deprecated.
as of 1.301 Use ComputerSet.getMonitors().
get_slaveNames() - Method in class hudson.model.ComputerSet
Gets all the slave names.
getAbsoluteRemoteFs() - Method in class hudson.slaves.SlaveComputer
Returns the remote FS root absolute path or null if the slave is off-line.
getAbsoluteUrl() - Method in class hudson.model.AbstractItem
 
getAbsoluteUrl() - Method in interface hudson.model.Item
Deprecated.
This method shall NEVER be used during HTML page rendering, as it won't work with network set up like Apache reverse proxy. This method is only intended for the remote API clients who cannot resolve relative references (even this won't work for the same reason, which should be fixed.)
getAbsoluteUrl() - Method in class hudson.model.Run
Deprecated.
This method shall NEVER be used during HTML page rendering, as it's too easy for misconfiguration to break this value, with network set up like Apache reverse proxy. This method is only intended for the remote API clients who cannot resolve relative references.
getAbsoluteUrl() - Method in class hudson.model.User
The URL of the user page.
getAbsoluteUrl() - Method in class hudson.model.View
Gets the absolute URL of this view.
getAcceptedIssuers() - Method in class hudson.cli.NoCheckTrustManager
 
getACL() - Method in class hudson.model.AbstractItem
Returns the ACL for this object.
getACL() - Method in class hudson.model.Computer
 
getACL() - Method in class hudson.model.Job
Returns the ACL for this object.
getACL() - Method in class hudson.model.MyViewsProperty
 
getACL() - Method in class hudson.model.Node
 
getACL() - Method in class hudson.model.Run
 
getACL() - Method in class hudson.model.TaskAction
Gets the ACL against which TaskAction.getPermission() is checked.
getACL() - Method in class hudson.model.User
 
getACL() - Method in class hudson.model.View
Returns the ACL for this object.
getACL() - Method in class hudson.scm.AbstractScmTagAction
 
getACL() - Method in interface hudson.security.AccessControlled
Obtains the ACL associated with this object.
getACL(AbstractProject<?, ?>) - Method in class hudson.security.AuthorizationStrategy
Deprecated.
since 1.277 Override AuthorizationStrategy.getACL(Job) instead.
getACL(Job<?, ?>) - Method in class hudson.security.AuthorizationStrategy
 
getACL(View) - Method in class hudson.security.AuthorizationStrategy
Implementation can choose to provide different ACL for different views.
getACL(AbstractItem) - Method in class hudson.security.AuthorizationStrategy
Implementation can choose to provide different ACL for different items.
getACL(User) - Method in class hudson.security.AuthorizationStrategy
Implementation can choose to provide different ACL per user.
getACL(Computer) - Method in class hudson.security.AuthorizationStrategy
Implementation can choose to provide different ACL for different computers.
getACL(Cloud) - Method in class hudson.security.AuthorizationStrategy
Implementation can choose to provide different ACL for different Clouds.
getACL(Node) - Method in class hudson.security.AuthorizationStrategy
 
getACL() - Method in class hudson.security.HudsonPrivateSecurityRealm
 
getACL() - Method in class hudson.slaves.Cloud
 
getACL() - Method in class jenkins.model.Jenkins
Returns the root ACL.
getAction(int) - Method in class hudson.model.Actionable
Deprecated.
No clear purpose, since subclasses may have overridden Actionable.getActions(), and does not consider TransientActionFactory.
getAction(Class<T>) - Method in class hudson.model.Actionable
Gets the action (first instance to be found) of a specified type that contributed to this build.
getActions() - Method in class hudson.model.AbstractProject
Gets actions contributed to this object.
getActions() - Method in class hudson.model.Actionable
Deprecated.
Normally outside code should not call this method any more. Use Actionable.getAllActions(), or Actionable.addAction(hudson.model.Action), or Actionable.replaceAction(hudson.model.Action). May still be called for compatibility reasons from subclasses predating TransientActionFactory.
getActions(Class<T>) - Method in class hudson.model.Actionable
Gets all actions of a specified type that contributed to this object.
getActions() - Method in class hudson.model.Computer
Returns the transient Actions associated with the computer.
getActions() - Method in class hudson.model.Fingerprint
Returns the actions contributed from Fingerprint.getFacets()
getActions() - Method in class hudson.model.labels.LabelAtom
Gets actions contributed to this object.
getActions(LabelAtom) - Method in class hudson.model.labels.LabelAtomProperty
Contributes Actions to the label.
getActions() - Method in class hudson.model.View
Returns the transient Actions associated with the top page.
getActions() - Method in class jenkins.model.Jenkins
Returns the transient Actions associated with the top page.
getActionUrl(String, Action) - Static method in class hudson.Functions
Computes the hyperlink to actions, to handle the situation when the Action.getUrlName() returns absolute URL.
getActiveInstance() - Static method in class jenkins.model.Jenkins
Gets the Jenkins singleton.
getAdditionalPlannedCapacity() - Method in class hudson.slaves.NodeProvisioner.StrategyState
The additional planned capacity for this NodeProvisioner.StrategyState.getLabel() and provisioned by previous strategies during the current updating of the NodeProvisioner.
getAddr() - Method in class hudson.model.Cause.RemoteCause
 
getAdjuncts(String) - Method in class jenkins.model.Jenkins
Makes AdjunctManager URL-bound.
getAdminAddress() - Method in class jenkins.model.JenkinsLocationConfiguration
Gets the service administrator e-mail address.
getAdministrativeMonitor(String) - Method in class jenkins.model.Jenkins
Binds AdministrativeMonitors to URL.
getAffectedFiles() - Method in class hudson.scm.ChangeLogSet.Entry
Returns a set of paths in the workspace that was affected by this change.
getAffectedPaths() - Method in class hudson.scm.ChangeLogSet.Entry
Returns a set of paths in the workspace that was affected by this change.
getAggregatedReports() - Method in class hudson.model.HealthReport
Getter for property 'aggregatedReports'.
getAggregatedTestResultAction() - Method in class hudson.model.AbstractBuild
Deprecated.
Use Actionable.getAction(Class) on AggregatedTestResultAction.
getAll() - Static method in class hudson.model.User
Gets all the users.
getAll() - Static method in class hudson.node_monitors.NodeMonitor
Obtains all the instances of NodeMonitors that are alive.
getAll() - Static method in class hudson.security.Permission
Returns all the Permissions available in the system.
getAll() - Static method in class hudson.security.PermissionGroup
Returns all the PermissionGroups available in the system.
getAll(Class<U>) - Method in class hudson.util.PersistedList
Gets all instances that matches the given type.
getAll(String) - Method in class hudson.util.QueryParameterMap
 
getAllActions() - Method in class hudson.model.Actionable
Gets all actions, transient or persistent.
getAllBindings() - Method in class jenkins.ProxyInjector
 
getAllItems(ItemGroup, Class<T>) - Static method in class hudson.model.Items
Gets all the Items recursively in the ItemGroup tree and filter them by the given type.
getAllItems() - Method in class hudson.model.View
Gets all the items recursively contained in this collection in a read-only view.
getAllItems(Class<T>) - Method in class jenkins.model.Jenkins
Gets all the Items recursively in the ItemGroup tree and filter them by the given type.
getAllItems() - Method in class jenkins.model.Jenkins
Gets all the items recursively.
getAllJobs() - Method in class hudson.model.AbstractItem
Gets all the jobs that this Item contains as descendants.
getAllJobs() - Method in interface hudson.model.Item
Gets all the jobs that this Item contains as descendants.
getAllJobs() - Method in class hudson.model.Job
 
getAllJobs() - Method in class jenkins.model.AbstractTopLevelItem
 
getAllowEmptyArchive() - Method in class hudson.tasks.ArtifactArchiver
 
getAllowsSignup() - Method in class hudson.security.HudsonPrivateSecurityRealm
 
getAllParameters() - Method in class hudson.model.ParametersAction
Returns all parameters.
getAllProperties() - Method in class hudson.model.Job
List of all JobProperty exposed primarily for the remoting API.
getAllProperties() - Method in class hudson.model.User
List of all UserPropertys exposed primarily for the remoting API.
getAllProperties() - Method in class hudson.model.View
List of all ViewPropertys exposed primarily for the remoting API.
getAllThreadDumps() - Method in class jenkins.model.Jenkins
Obtains the thread dump of all slaves (including the master.)
getAllTopLevelItems(ItemGroup) - Static method in class hudson.Functions
Gets all the TopLevelItems recursively in the ItemGroup tree.
getAllUsers() - Method in class hudson.security.HudsonPrivateSecurityRealm
All users who can login to the system.
getAnnotation(Class<T>) - Method in class hudson.util.ReflectionUtils.Parameter
 
getAnnotations() - Method in class hudson.util.ReflectionUtils.Parameter
 
getApi() - Method in class hudson.model.AbstractItem
Remote API access.
getApi() - Method in class hudson.model.Computer
 
getApi() - Method in class hudson.model.ComputerSet
 
getApi() - Method in class hudson.model.Executor
Exposes the executor to the remote API.
getApi() - Method in class hudson.model.Fingerprint
 
getApi() - Method in class hudson.model.Label
Expose this object to the remote API.
getApi() - Method in class hudson.model.LoadStatistics
 
getApi() - Method in class hudson.model.MultiStageTimeSeries
 
getApi() - Method in class hudson.model.Queue
 
getApi() - Method in class hudson.model.Queue.Item
 
getApi() - Method in class hudson.model.Run
 
getApi() - Method in class hudson.model.UpdateCenter
 
getApi() - Method in class hudson.model.UpdateCenter.UpdateCenterJob
 
getApi() - Method in class hudson.model.UpdateSite.Entry
 
getApi() - Method in class hudson.model.UpdateSite
 
getApi() - Method in class hudson.model.User
Exposed remote API.
getApi() - Method in class hudson.model.View.AsynchPeople
 
getApi() - Method in class hudson.model.View
 
getApi() - Method in class hudson.model.View.People
 
getApi() - Method in class hudson.PluginManager
 
getApi() - Method in class hudson.PluginWrapper
 
getApi() - Method in class hudson.scm.SCM
Expose SCM to the remote API.
getApi() - Method in class hudson.security.csrf.CrumbIssuer
 
getApi() - Method in class hudson.security.WhoAmI
 
getApi() - Method in class jenkins.model.Jenkins
 
getApiToken() - Method in class jenkins.security.ApiTokenProperty
Gets the API token.
getApplicableDescriptors() - Method in class hudson.model.Descriptor.PropertyType
Returns all the descriptors that produce types assignable to the property type.
getApplicableDescriptors() - Method in class hudson.slaves.DelegatingComputerLauncher.DescriptorImpl
Returns the applicable nested computer launcher types.
getApplicableItemDescriptors() - Method in class hudson.model.Descriptor.PropertyType
Returns all the descriptors that produce types assignable to the item type for a collection property.
getApplicablePropertyDescriptors() - Method in class hudson.model.labels.LabelAtom
Returns all the LabelAtomPropertyDescriptors that can be potentially configured on this label.
getApplicablePropertyDescriptors() - Method in class hudson.model.View
Returns all the LabelAtomPropertyDescriptors that can be potentially configured on this label.
getApplicableSCMCheckoutStrategyDescriptors(AbstractProject) - Method in class hudson.model.AbstractProject.AbstractProjectDescriptor
 
getApplicableTriggers(Item) - Static method in class hudson.triggers.Triggers
Deprecated.
as of 1.286 Use Trigger.for_(Item).
getApproximateItemsQuickly() - Method in class hudson.model.Queue
Deprecated.
Use Queue.getItems() directly. As of 1.607 the approximation is no longer needed.
getApproximateQueueItemsQuickly() - Method in class hudson.model.View
Deprecated.
Use View.getQueueItems(). As of 1.607 the approximation is no longer needed.
getArguments() - Method in class hudson.util.ProcessTree.OSProcess
Gets the command-line arguments of this process.
getArguments() - Method in class hudson.util.ProcessTree.UnixProcess
Obtains the argument list of this process.
getArguments() - Method in interface hudson.util.ProcessTreeRemoting.IOSProcess
 
getArtifactDaysToKeep() - Method in class hudson.tasks.LogRotator
 
getArtifactDaysToKeepStr() - Method in class hudson.tasks.LogRotator
 
getArtifactManager() - Method in class hudson.model.Run
Gets an object responsible for storing and retrieving build artifacts.
getArtifactManagerFactories() - Method in class jenkins.model.ArtifactManagerConfiguration
 
getArtifactNumToKeep() - Method in class hudson.tasks.LogRotator
 
getArtifactNumToKeepStr() - Method in class hudson.tasks.LogRotator
 
getArtifacts() - Method in class hudson.model.Run
Gets the artifacts (relative to Run.getArtifactsDir().
getArtifacts() - Method in class hudson.tasks.ArtifactArchiver
 
getArtifactsDir() - Method in class hudson.model.Run
Deprecated.
Should only be used from StandardArtifactManager or subclasses.
getArtifactsUpTo(int) - Method in class hudson.model.Run
Gets the first N artifacts.
getAssignedLabel() - Method in class hudson.model.AbstractProject
If this project is configured to be always built on this node, return that Node.
getAssignedLabel(SubTask) - Method in interface hudson.model.labels.LabelAssignmentAction
Reassigns where the task gets run.
getAssignedLabel(SubTask) - Method in class hudson.model.ParametersAction
 
getAssignedLabel(SubTask) - Method in class hudson.model.ParameterValue
Controls where the build (that this parameter is submitted to) will happen.
getAssignedLabel() - Method in class hudson.model.queue.AbstractSubTask
 
getAssignedLabel() - Method in class hudson.model.Queue.Item
If this task needs to be run on a node with a particular label, return that Label.
getAssignedLabel() - Method in class hudson.model.queue.QueueTaskFilter
 
getAssignedLabel() - Method in interface hudson.model.queue.SubTask
If this task needs to be run on a node with a particular label, return that Label.
getAssignedLabelFor(SubTask) - Method in class hudson.model.Queue.Item
Test if the specified SubTask needs to be run on a node with a particular label.
getAssignedLabels() - Method in class hudson.model.Node
Returns the possibly empty set of labels that are assigned to this node, including the automatic self label, manually assigned labels and dynamically assigned labels via the LabelFinder extension point.
getAssignedLabelString() - Method in class hudson.model.AbstractProject
Gets the textual representation of the assigned label as it was entered by the user.
getAsynchPeople() - Method in class hudson.model.View
 
getAsynchPeople() - Method in class jenkins.model.Jenkins
 
getAsynchronousExecution() - Method in class hudson.model.Executor
If currently running in asynchronous mode, returns that handle.
getAttribute(String) - Method in class jenkins.util.xstream.XStreamDOM
 
getAttribute(int) - Method in class jenkins.util.xstream.XStreamDOM
 
getAttributeCount() - Method in class jenkins.util.xstream.XStreamDOM
 
getAttributeMap() - Method in class jenkins.util.xstream.XStreamDOM
 
getAttributes() - Method in class hudson.model.Run.RunExecution
Bag of stuff to allow plugins to store state for the duration of a build without persisting it.
getAuthentication() - Static method in class jenkins.model.Jenkins
Gets the Authentication object that represents the user associated with the current request.
getAuthentication() - Method in class jenkins.security.NonSerializableSecurityContext
 
getAuthenticationEntryPoint() - Method in class jenkins.security.ExceptionTranslationFilter
 
getAuthenticationGatewayUrl() - Method in class hudson.security.LegacySecurityRealm
To have the username/password authenticated by the container, submit the form to the URL defined by the servlet spec.
getAuthenticationGatewayUrl() - Method in class hudson.security.SecurityRealm
Returns the URL to submit a form for the authentication.
getAuthenticationOf(Queue.Task) - Static method in class hudson.model.queue.Tasks
Finds what authentication a task is likely to be run under when scheduled.
getAuthenticationTrustResolver() - Method in class jenkins.security.ExceptionTranslationFilter
 
getAuthenticators() - Method in class jenkins.security.QueueItemAuthenticatorConfiguration
 
getAuthenticators() - Method in class jenkins.security.QueueItemAuthenticatorConfiguration.ProviderImpl
 
getAuthenticators() - Method in class jenkins.security.QueueItemAuthenticatorProvider
 
getAuthor() - Method in class hudson.scm.ChangeLogSet.Entry
The user who made this change.
getAuthorities() - Method in class hudson.model.User
Checks for authorities (groups) associated with this user.
getAuthorities() - Method in class hudson.security.ContainerAuthentication
 
getAuthorities() - Method in class hudson.security.HudsonPrivateSecurityRealm.Details
 
getAuthorities() - Method in class hudson.security.WhoAmI
 
getAuthorities() - Method in class jenkins.security.LastGrantedAuthoritiesProperty
 
getAuthorizationStrategy() - Method in class jenkins.model.Jenkins
 
getAuthorizationStrategyDescriptors() - Static method in class hudson.Functions
 
getAuthToken() - Method in class hudson.model.AbstractProject
 
getAuthToken() - Method in interface jenkins.model.ParameterizedJobMixIn.ParameterizedJob
 
getAvailableExecutors() - Method in class hudson.model.LoadStatistics.LoadStatisticsSnapshot
The total number of executors that are currently on-line, idle and accepting tasks.
getAvailableExecutorsLatest() - Method in class hudson.slaves.NodeProvisioner.StrategyState
The time series average number of available executors for this NodeProvisioner.StrategyState.getLabel()
getAvailablePhysicalMemory() - Method in class hudson.node_monitors.SwapSpaceMonitor.MemoryUsage2
Of the total physical memory of the system, available bytes.
getAvailables() - Method in class hudson.model.UpdateCenter
 
getAvailables() - Method in class hudson.model.UpdateSite
Returns a list of plugins that should be shown in the "available" tab.
getAvailableSwapSpace() - Method in class hudson.node_monitors.SwapSpaceMonitor.MemoryUsage2
Available swap space in bytes.
getAvatar(User, String) - Static method in class hudson.Functions
Returns an avatar image URL for the specified user and preferred image size
getAverage() - Method in class hudson.node_monitors.ResponseTimeMonitor.Data
Computes the average response time, by taking the time out into account.
getBackup() - Method in class hudson.model.UpdateCenter.PluginDowngradeJob
 
getBackupFile() - Method in class hudson.PluginWrapper
Where is the backup file?
getBackupVersion() - Method in class hudson.model.UpdateCenter
Returns String with version of backup .war file, if the file does not exists returns null
getBackupVersion() - Method in class hudson.PluginWrapper
returns the version of the backed up plugin, or null if there's no back up.
getBadgeActions() - Method in class hudson.model.Run
Gets the subset of Actionable.getActions() that consists of BuildBadgeActions.
getBaseColor() - Method in enum hudson.model.BallColor
Gets the RGB color of this color.
getBaseDir() - Method in class jenkins.management.AsynchronousAdministrativeMonitor
 
getBaseDirectory(AbstractProject<?, ?>) - Method in class hudson.util.FormFieldValidator.WorkspaceFileMask
Deprecated.
The base directory from which the path name is resolved.
getBaseDirectory(AbstractProject<?, ?>) - Method in class hudson.util.FormFieldValidator.WorkspaceFilePath
Deprecated.
The base directory from which the path name is resolved.
getBaseName() - Method in class hudson.FilePath
Gets the file name portion except the extension.
getBaseUrl() - Method in class hudson.Functions.RunUrl
 
getBeanDefinition(String) - Method in class hudson.util.spring.BeanBuilder
Retrieves a BeanDefinition for the given name
getBeanDefinition() - Method in interface hudson.util.spring.BeanConfiguration
 
getBeanDefinitions() - Method in class hudson.util.spring.BeanBuilder
Retrieves all BeanDefinitions for this BeanBuilder
getBinding(Key<T>) - Method in class jenkins.ProxyInjector
 
getBinding(Class<T>) - Method in class jenkins.ProxyInjector
 
getBindings() - Method in class jenkins.ProxyInjector
 
getBindings() - Method in class jenkins.util.groovy.GroovyHookScript
 
getBinDir() - Method in class hudson.model.JDK
Gets the path to the bin directory.
getBlockedItems() - Method in class hudson.model.Queue
Gets the snapshot of all Queue.BlockedItems.
getBlockingActivity(ResourceActivity) - Method in class hudson.model.ResourceController
Of the activities that are in progress, return one that's blocking the given activity, or null if it's not blocked (and thus the given activity can be executed immediately.)
getBooleanConfigParameter(String, boolean) - Static method in class jenkins.model.Configuration
 
getBootFailureFile(File) - Static method in exception hudson.util.BootFailure
This file captures failed boot attempts.
getBrowser() - Method in class hudson.scm.ChangeLogSet
 
getBrowser() - Method in class hudson.scm.SCM
Returns the RepositoryBrowser for files controlled by this SCM.
getBrowserDescriptors() - Method in class hudson.scm.SCMDescriptor
Returns the list of RepositoryBrowser Descriptor that can be used with this SCM.
getBuffer() - Method in class hudson.util.ByteArrayOutputStream2
 
getBuild(String) - Method in class hudson.model.AbstractProject
Looks up a build by its ID.
getBuild(String) - Method in class hudson.model.Job
Looks up a build by its ID.
getBuild() - Method in class hudson.model.Run.RunExecution
 
getBuild() - Method in class hudson.scm.AbstractScmTagAction
Deprecated.
getBuild() - Method in class hudson.tasks.Fingerprinter.FingerprintAction
Deprecated.
getBuild(String) - Method in class jenkins.model.lazy.LazyBuildMixIn
getBuildableItems(Computer) - Method in class hudson.model.Queue
Gets all the BuildableItems that are waiting for an executor in the given Computer.
getBuildableItems() - Method in class hudson.model.Queue
Gets the snapshot of all BuildableItems.
getBuildByNumber(int) - Method in class hudson.model.AbstractProject
More efficient implementation.
getBuildByNumber(int) - Method in class hudson.model.Job
 
getBuildByNumber(int) - Method in class jenkins.model.lazy.LazyBuildMixIn
getBuildCause(ParameterizedJobMixIn.ParameterizedJob, StaplerRequest) - Static method in class jenkins.model.ParameterizedJobMixIn
Computes the build cause, using RemoteCause or UserCause as appropriate.
getBuildClass() - Method in class hudson.model.AbstractProject
Type token for the corresponding build type.
getBuildClass() - Method in class hudson.model.FreeStyleProject
 
getBuildClass() - Method in class jenkins.model.lazy.LazyBuildMixIn
Type token for the build type.
getBuildDir() - Method in class hudson.model.Job
Directory for storing Run records.
getBuildDirFor(Job) - Method in class jenkins.model.Jenkins
 
getBuildDiscarder() - Method in class hudson.model.Job
Returns the configured build discarder for this job, via BuildDiscarderProperty, or null if none.
getBuilder(String) - Method in class jenkins.model.Jenkins
Gets the builder descriptor by name.
getBuilderDescriptors(AbstractProject<?, ?>) - Static method in class hudson.Functions
 
getBuilders() - Method in class hudson.model.Project
 
getBuildersList() - Method in class hudson.model.Project
 
getBuildFingerprints() - Method in class hudson.model.AbstractBuild
get the fingerprints associated with this build
getBuildForCLI(String) - Method in class hudson.model.Job
 
getBuildHealth() - Method in interface hudson.model.HealthReportingAction
Get this Action's HealthReport.
getBuildHealth() - Method in class hudson.model.Job
Get the current health report for a job.
getBuildHealthReports() - Method in class hudson.model.Job
 
getBuildingDownstream() - Method in class hudson.model.AbstractProject
Returns the project if any of the downstream project is either building, waiting, pending or buildable.
getBuildingUpstream() - Method in class hudson.model.AbstractProject
Returns the project if any of the upstream project is either building or is in the queue.
getBuildNowText() - Method in class hudson.model.AbstractProject
Gets the human readable display name to be rendered in the "Build Now" link.
getBuildNowText() - Method in class jenkins.model.ParameterizedJobMixIn
getBuildNowText() - Method in interface jenkins.model.ParameterizedJobMixIn.ParameterizedJob
 
getBuilds() - Method in class hudson.model.AbstractBuild.DependencyChange
Gets the AbstractBuild objects (fromId,toId].
getBuilds() - Method in class hudson.model.Computer
 
getBuilds() - Method in class hudson.model.Job
Gets the read-only view of all the builds.
getBuilds(Fingerprint.RangeSet) - Method in class hudson.model.Job
Obtains all the Runs whose build numbers matches the given Fingerprint.RangeSet.
getBuilds() - Method in class hudson.model.RunParameterDefinition
 
getBuilds() - Method in class hudson.model.User
Gets the list of Builds that include changes by this user, by the timestamp order.
getBuilds() - Method in class hudson.model.View
 
getBuildsAsMap() - Method in class hudson.model.Job
Gets all the builds in a map.
getBuildsByTimestamp(long, long) - Method in class hudson.model.Job
Deprecated.
as of 1.372. Should just do getBuilds().byTimestamp(s,e) to avoid code bloat in Job.
getBuildStatusIconClassName() - Method in class hudson.model.Job
 
getBuildStatusIconClassName() - Method in class hudson.model.Run
 
getBuildStatusSummary() - Method in class hudson.model.Run
Gets an object which represents the single line summary of the status of this build (especially in comparison with the previous build.)
getBuildStatusUrl() - Method in class hudson.model.Job
 
getBuildStatusUrl() - Method in class hudson.model.Run
 
getBuildTimeGraph() - Method in class hudson.model.Job
 
getBuildTriggerUpstreamProjects() - Method in class hudson.model.AbstractProject
Returns only those upstream projects that defines BuildTrigger to this project.
getBuildVariableResolver() - Method in class hudson.model.AbstractBuild
getBuildVariables() - Method in class hudson.model.AbstractBuild
Provides additional variables and their values to Builders.
getBuildWrapper(String) - Method in class jenkins.model.Jenkins
Gets the build wrapper descriptor by name.
getBuildWrapperDescriptors(AbstractProject<?, ?>) - Static method in class hudson.Functions
 
getBuildWrappers() - Method in class hudson.model.Project
 
getBuildWrappersList() - Method in interface hudson.model.BuildableItemWithBuildWrappers
BuildWrappers associated with this AbstractProject.
getBuildWrappersList() - Method in class hudson.model.Project
 
getBuiltOn() - Method in class hudson.model.AbstractBuild
Returns a Slave on which this build was done.
getBuiltOnStr() - Method in class hudson.model.AbstractBuild
Returns the name of the slave it was built on; null or "" if built by the master.
getBundledPluginManifest(String) - Method in class hudson.PluginManager
Returns the manifest of a bundled but not-extracted plugin.
getBundledPluginsFromProperty(List<File>) - Method in class hudson.init.InitStrategy
Lists up additional bundled plugins from the system property hudson.bundled.plugins.
getBusyExecutors() - Method in class hudson.model.ComputerSet
Number of busy Executors that are carrying out some work right now.
getBusyExecutors() - Method in class hudson.model.Label
Number of busy Executors that are carrying out some work right now.
getBusyExecutors() - Method in class hudson.model.LoadStatistics.LoadStatisticsSnapshot
The total number of executors that are currently busy running jobs.
getBusyExecutorsLatest() - Method in class hudson.slaves.NodeProvisioner.StrategyState
The time series average number of busy executors for this NodeProvisioner.StrategyState.getLabel()
getById(String) - Method in class hudson.model.DownloadService
getById(String) - Method in class hudson.model.RunMap
 
getById(String) - Method in class hudson.model.UpdateCenter
Gets UpdateSite by its ID.
getById(String, boolean) - Static method in class hudson.model.User
Gets the User object by its id
getById(String) - Method in class jenkins.model.lazy.AbstractLazyLoadRunMap
 
getByName(String) - Method in class jenkins.model.Jenkins.CloudList
 
getByNumber(int) - Method in class jenkins.model.lazy.AbstractLazyLoadRunMap
 
getCanonicalName(ItemGroup, String) - Static method in class hudson.model.Items
Computes the canonical full name of a relative path in an ItemGroup context, handling relative positions ".." and "." as absolute path starting with "/".
getCaptchaSupport() - Method in class hudson.security.SecurityRealm
 
getCaptchaSupportDescriptors() - Static method in class hudson.Functions
 
getCaptchaSupportDescriptors() - Method in class hudson.security.SecurityRealm
 
getCaption() - Method in class hudson.model.Computer
 
getCaption() - Method in class jenkins.model.Jenkins.MasterComputer
 
getCategorizedAvailables() - Method in class hudson.model.UpdateCenter
Returns a list of plugins that should be shown in the "available" tab, grouped by category.
getCategory() - Method in class hudson.security.csrf.GlobalCrumbIssuerConfiguration
 
getCategory() - Method in class jenkins.model.DownloadSettings
 
getCategory() - Method in class jenkins.model.GlobalConfiguration
Every GlobalConfiguration belongs to a specific category.
getCategory() - Method in class jenkins.security.QueueItemAuthenticatorConfiguration
 
getCategory() - Method in class jenkins.security.s2m.MasterKillSwitchConfiguration
 
getCategoryEnd(int, int, Rectangle2D, RectangleEdge) - Method in class hudson.util.ShiftedCategoryAxis
 
getCategoryMiddle(int, int, Rectangle2D, RectangleEdge) - Method in class hudson.util.ShiftedCategoryAxis
 
getCategoryStart(int, int, Rectangle2D, RectangleEdge) - Method in class hudson.util.ShiftedCategoryAxis
 
getCause(Class<T>) - Method in class hudson.model.Run
Returns a Cause of a particular type.
getCauseCounts() - Method in class hudson.model.CauseAction
Get list of causes with duplicates combined into counters.
getCauseOfBlockage() - Method in class hudson.model.AbstractProject
 
getCauseOfBlockage() - Method in class hudson.model.queue.AbstractQueueTask
 
getCauseOfBlockage() - Method in class hudson.model.Queue.BlockedItem
 
getCauseOfBlockage() - Method in class hudson.model.Queue.BuildableItem
 
getCauseOfBlockage() - Method in class hudson.model.Queue.Item
Gets an object that describes why this item is in the queue.
getCauseOfBlockage() - Method in class hudson.model.Queue.LeftItem
 
getCauseOfBlockage() - Method in class hudson.model.queue.QueueTaskFilter
 
getCauseOfBlockage() - Method in interface hudson.model.Queue.Task
If the execution of this task should be blocked for temporary reasons, this method returns a non-null object explaining why.
getCauseOfBlockage() - Method in class hudson.model.Queue.WaitingItem
 
getCauseOfDeath() - Method in class hudson.model.Executor
If this thread dies unexpectedly, obtain the cause of the failure.
getCauses() - Method in class hudson.model.CauseAction
Lists all causes of this build.
getCauses() - Method in class hudson.model.Queue.Item
Convenience method that returns a read only view of the Causes associated with this item in the queue.
getCauses() - Method in class hudson.model.Run
Returns the Causes that triggered a build.
getCauses() - Method in class jenkins.model.InterruptedBuildAction
 
getCausesDescription() - Method in class hudson.model.Queue.Item
 
getCausesOfInterruption() - Method in class hudson.model.Executor
Returns causes of interruption.
getChangeSet() - Method in class hudson.model.AbstractBuild
Gets the changes incorporated into this build.
getChangeSetLink(E) - Method in class hudson.scm.RepositoryBrowser
Determines the link to the given change set.
getChangeSets() - Method in class hudson.model.AbstractBuild
 
getChannel() - Method in class hudson.cli.CLI
Accesses the underlying communication channel.
getChannel() - Method in class hudson.FilePath
 
getChannel() - Method in class hudson.Launcher.DecoratedLauncher
 
getChannel() - Method in class hudson.Launcher
Gets the channel that can be used to run a program remotely.
getChannel() - Method in class hudson.model.Computer
Gets the channel that can be used to run a program on this computer.
getChannel() - Method in class hudson.model.FullDuplexHttpChannel
 
getChannel() - Method in class hudson.model.Node
Gets the current channel, if the node is connected and online, or null.
getChannel() - Method in class hudson.slaves.SlaveComputer
 
getChannel() - Method in class jenkins.model.Jenkins.MasterComputer
 
getChannelToMaster() - Static method in class hudson.slaves.SlaveComputer
Obtains a VirtualChannel that allows some computation to be performed on the master.
getCharacteristicEnvVars() - Method in class hudson.model.Job
Builds up the environment variable map that's sufficient to identify a process as ours.
getCharacteristicEnvVars() - Method in class hudson.model.Run
Builds up the environment variable map that's sufficient to identify a process as ours.
getCharset() - Method in class hudson.model.Run
Gets the charset in which the log file is written.
getCheckMethod(String) - Method in class hudson.model.Descriptor
If the field "xyz" of a Describable has the corresponding "doCheckXyz" method, return the model of the check method.
getCheckUrl(String, Object, String) - Method in class hudson.Functions
getCheckUrl(String) - Method in class hudson.model.Descriptor
Deprecated.
getChildProjects() - Method in class hudson.tasks.BuildTrigger
Deprecated.
getChildProjects(AbstractProject) - Method in class hudson.tasks.BuildTrigger
 
getChildProjects(ItemGroup) - Method in class hudson.tasks.BuildTrigger
 
getChildProjectsValue() - Method in class hudson.tasks.BuildTrigger
 
getChildren() - Method in class hudson.util.ProcessTree.OSProcess
Immediate child processes.
getChildren() - Method in class jenkins.util.xstream.XStreamDOM
 
getChoices() - Method in class hudson.model.ChoiceParameterDefinition
 
getChoicesText() - Method in class hudson.model.ChoiceParameterDefinition
 
getCipher(String) - Static method in class hudson.util.Secret
Workaround for JENKINS-6459 / http://java.net/jira/browse/GLASSFISH-11862 This method uses specific provider selected via hudson.util.Secret.provider system property to provide a workaround for the above bug where default provide gives an unusable instance.
getClassLoader() - Method in class hudson.FilePath.AbstractInterceptorCallableWrapper
 
getClassLoadingCount() - Method in class hudson.slaves.SlaveComputer
Shows Channel.classLoadingCount.
getClassLoadingPrefetchCacheCount() - Method in class hudson.slaves.SlaveComputer
Shows Channel.classLoadingPrefetchCacheCount.
getClassLoadingTime() - Method in class hudson.slaves.SlaveComputer
Shows Channel.classLoadingTime.
getClassName() - Method in class hudson.util.TagCloud.Entry
 
getClasspath() - Method in class jenkins.util.AntClassLoader
Returns the classpath this classloader will consult.
getCLICommands() - Static method in class hudson.Functions
 
getClientCharset() - Method in class hudson.cli.CLICommand
 
getClientEnvironmentVariable(String) - Method in class hudson.cli.CLICommand
Convenience method for subtypes to obtain environment variables of the client.
getClientSystemProperty(String) - Method in class hudson.cli.CLICommand
Convenience method for subtypes to obtain the system property of the client.
getCliTcpPort(String) - Method in class hudson.cli.CLI
If the server advertises CLI endpoint, returns its location.
getClockDifference() - Method in class hudson.model.Node
Estimates the clock difference with this slave.
getClockDifference() - Method in class jenkins.model.Jenkins
 
getClockDifferenceCallable() - Method in class hudson.model.Node
Returns a Callable that when run on the channel, estimates the clock difference.
getClockDifferenceCallable() - Method in class hudson.model.Slave
 
getClockDifferenceCallable() - Method in class jenkins.model.Jenkins
 
getCloud(String) - Method in class jenkins.model.Jenkins
Gets a Cloud by its name, or null.
getCloudDescriptors() - Static method in class hudson.Functions
 
getClouds() - Method in class hudson.model.Label
Gets all Clouds that can launch for this label.
getCmdLineParser() - Method in class hudson.cli.CLICommand
Get parser for this command.
getCollidingId() - Method in class hudson.util.DoubleLaunchChecker
 
getColumnCaption() - Method in class hudson.node_monitors.DiskSpaceMonitor
 
getColumnCaption() - Method in class hudson.node_monitors.NodeMonitor
Returns the name of the column to be added to ComputerSet index.jelly.
getColumnCaption() - Method in class hudson.node_monitors.SwapSpaceMonitor
 
getColumnCaption() - Method in class hudson.node_monitors.TemporarySpaceMonitor
 
getColumnCaption() - Method in class hudson.views.ListViewColumn
Returns the name of the column that explains what this column means
getColumns() - Method in class hudson.model.ListView
 
getColumns() - Method in class hudson.model.View
If this view uses <t:projectView> for rendering, this method returns columns to be displayed.
getColumnsDescriptors() - Method in class hudson.model.ViewDescriptor
Possible ListViewColumnDescriptors that can be used with this view.
getCommand() - Method in class hudson.slaves.CommandLauncher
 
getCommand() - Method in class hudson.tasks.CommandInterpreter
 
getCommand() - Method in class hudson.tools.AbstractCommandInstaller
 
getCommand() - Method in class jenkins.model.RunIdMigrator.UnmigrationInstruction
 
getCommandCall(FilePath) - Method in class hudson.tools.AbstractCommandInstaller
Retrieves a call for remote script caller.
getCommandCall(FilePath) - Method in class hudson.tools.BatchCommandInstaller
 
getCommandCall(FilePath) - Method in class hudson.tools.CommandInstaller
 
getCommandFileExtension() - Method in class hudson.tools.AbstractCommandInstaller
 
getCommandFileExtension() - Method in class hudson.tools.BatchCommandInstaller
 
getCommandFileExtension() - Method in class hudson.tools.CommandInstaller
 
getCommitId() - Method in class hudson.scm.ChangeLogSet.Entry
Returns a human readable display name of the commit number, revision number, and such thing that identifies this entry.
getCompatibilityTransformer() - Method in class hudson.PluginManager
 
getComponents() - Method in class hudson.ExtensionList
Gets the same thing as the 'this' list represents, except as ExtensionComponents.
getComputationalData(Class<T>) - Method in class hudson.model.DependencyGraph
Gets temporary data which is needed for building up the dependency graph.
getComputedSHA1() - Method in class hudson.model.UpdateCenter.DownloadJob
During download, an attempt is made to compute the SHA-1 checksum of the file.
getComputer() - Method in class hudson.Launcher.DecoratedLauncher
 
getComputer() - Method in class hudson.Launcher
Deprecated.
since 2008-11-16. See the javadoc for why this is inherently unreliable. If you are trying to figure out the current Computer from within a build, use Computer.currentComputer()
getComputer() - Method in class hudson.model.ComputerPanelBox
 
getComputer() - Method in class hudson.model.Slave
Gets the corresponding computer object.
getComputer() - Method in class jenkins.model.Jenkins
Deprecated.
UI method. Not meant to be used programatically.
getComputer(String) - Method in class jenkins.model.Jenkins
 
getComputerLauncherDescriptors() - Static method in class hudson.Functions
 
getComputerListeners() - Method in class hudson.model.Hudson
Deprecated.
as of 1.286. Use ComputerListener.all().
getComputerMap() - Method in class hudson.model.AbstractCIBase
 
getComputerMap() - Method in class jenkins.model.Jenkins
 
getComputerPanelBoxs() - Method in class hudson.model.Computer
Returns list of all boxes ComputerPanelBoxs.
getComputers() - Method in class hudson.model.View
 
getComputers() - Method in class jenkins.model.Jenkins
Gets the read-only list of all Computers.
getConfigFile() - Method in class hudson.model.AbstractItem
 
getConfigFile() - Method in class hudson.model.Descriptor
 
getConfigFile(File) - Static method in class hudson.model.Items
The file we save our configuration.
getConfigFile(Item) - Static method in class hudson.model.Items
The file we save our configuration.
getConfigFile() - Method in class hudson.model.User
The file we save our configuration.
getConfigPage() - Method in class hudson.model.Descriptor
 
getConfigPage() - Method in class hudson.slaves.NodeDescriptor
 
getConfiguredParent() - Method in class jenkins.util.AntClassLoader
Gets the parent as has been specified in the constructor or via setParent.
getConfigXml() - Method in class hudson.Plugin
Controls the file where Plugin.load() and Plugin.save() persists data.
getConflict(ResourceList) - Method in class hudson.model.ResourceList
Returns the resource in this list that's colliding with the given resource list.
getConnectingExecutors() - Method in class hudson.model.LoadStatistics.LoadStatisticsSnapshot
The total number of executors that are currently in the process of connecting to Jenkins.
getConnectingExecutorsLatest() - Method in class hudson.slaves.NodeProvisioner.StrategyState
The time series average number of connecting executors for this NodeProvisioner.StrategyState.getLabel()
getConnectionCheckUrl() - Method in class hudson.model.UpdateCenter.UpdateCenterConfiguration
Deprecated.
as of 1.333 With the introduction of multiple update center capability, this information is now a part of the update-center.json file. See http://jenkins-ci.org/update-center.json as an example.
getConnectionCheckUrl() - Method in class hudson.model.UpdateSite
Returns an "always up" server for Internet connectivity testing, or null if we are going to skip the test.
getConnectTime() - Method in class hudson.model.Computer
Gets the time (since epoch) when this computer connected.
getConsoleAnnotator() - Method in class hudson.console.ConsoleAnnotationOutputStream
 
getContainer() - Method in class hudson.ExtensionFinder.GuiceFinder
 
getContents() - Method in class hudson.tasks.BatchFile
 
getContents() - Method in class hudson.tasks.CommandInterpreter
 
getContents() - Method in class hudson.tasks.Shell
 
getContentType() - Method in class hudson.model.FileParameterValue.FileItemImpl
 
getConverterFromAttribute(String) - Method in class hudson.util.xstream.MapperDelegate
getConverterFromAttribute(Class, String) - Method in class hudson.util.xstream.MapperDelegate
getConverterFromAttribute(Class, String, Class) - Method in class hudson.util.xstream.MapperDelegate
 
getConverterFromItemType(String, Class) - Method in class hudson.util.xstream.MapperDelegate
getConverterFromItemType(Class) - Method in class hudson.util.xstream.MapperDelegate
getConverterFromItemType(String, Class, Class) - Method in class hudson.util.xstream.MapperDelegate
 
getCookie(HttpServletRequest, String) - Static method in class hudson.Functions
 
getCookie(HttpServletRequest, String, String) - Static method in class hudson.Functions
 
getCore() - Method in class hudson.slaves.ComputerLauncherFilter
Returns the delegation target.
getCoreSource() - Method in class hudson.model.UpdateCenter
Gets the UpdateSite from which we receive updates for jenkins.war.
getCreateItem() - Method in class hudson.model.queue.ScheduleResult.Created
 
getCreateItem() - Method in class hudson.model.queue.ScheduleResult
If ScheduleResult.isCreated() returns true, then this method returns the newly created item, which is always of the type Queue.WaitingItem.
getCredentials() - Method in class hudson.security.ContainerAuthentication
 
getCrumb(StaplerRequest) - Static method in class hudson.Functions
 
getCrumb() - Method in class hudson.security.csrf.CrumbIssuer
Get a crumb value based on user specific information in the current request.
getCrumb(ServletRequest) - Method in class hudson.security.csrf.CrumbIssuer
Get a crumb value based on user specific information in the request.
getCrumbIssuer() - Method in class hudson.security.csrf.CrumbFilter
Because servlet containers generally don't specify the ordering of the initialization (and different implementations indeed do this differently --- See HUDSON-3878), we cannot use Hudson to the CrumbIssuer into CrumbFilter eagerly.
getCrumbIssuer() - Method in class jenkins.model.Jenkins
Gets the CrumbIssuer currently in use.
getCrumbIssuerDescriptors() - Static method in class hudson.Functions
 
getCrumbRequestField() - Static method in class hudson.Functions
 
getCrumbRequestField() - Method in class hudson.security.csrf.CrumbIssuer
Get the name of the request parameter the crumb will be stored in.
getCrumbRequestField() - Method in class hudson.security.csrf.CrumbIssuerDescriptor
Gets the request parameter name that contains the crumb generated from a previous response.
getCrumbSalt() - Method in class hudson.security.csrf.CrumbIssuerDescriptor
Get the salt value.
getCss(J) - Method in class hudson.Indenter
 
getCulprits() - Method in class hudson.model.AbstractBuild
List of users who committed a change since the last non-broken build till now.
getCurrent() - Static method in class hudson.cli.CLICommand
If the calling thread is in the middle of executing a CLI command, return it.
getCurrentDescriptorByNameUrl() - Static method in class hudson.Functions
 
getCurrentDescriptorByNameUrl() - Static method in class hudson.model.Descriptor
 
getCurrentExecutable() - Method in class hudson.model.Executor
Returns the current build this executor is running.
getCurrentJellyContext() - Static method in class hudson.Functions
When called from within JEXL expression evaluation, this method returns the current JellyContext used to evaluate the script.
getCurrentLocale() - Static method in class hudson.Functions
 
getCurrentlyBuilding() - Method in class hudson.cli.CommandDuringBuild
This method makes sense only when called from within the build kicked by Jenkins.
getCurrentNode() - Method in class hudson.model.AbstractBuild.AbstractBuildExecution
Returns the current Node on which we are building.
getCurrentTime() - Static method in class hudson.Functions
 
getCurrentWorkspace() - Method in class hudson.model.Executor
If current executable is AbstractBuild, return the workspace that this executor is using, or null if the build hasn't gotten to that point yet.
getCurrentWorkUnit() - Method in class hudson.model.Executor
Returns the current WorkUnit (of the current executable) that this executor is running.
getCustomWorkspace() - Method in class hudson.model.AbstractProject
 
getData() - Method in class hudson.diagnosis.OldDataMonitor
 
getData() - Method in class hudson.model.DownloadService.Downloadable
Loads the current file into JSON and returns it, or null if no data exists.
getData() - Method in class hudson.model.UpdateCenter.CoreUpdateMonitor
 
getData() - Method in class hudson.model.UpdateSite
Loads the update center data, if any and if modified since last read.
getDataFile() - Method in class hudson.model.DownloadService.Downloadable
This is where the retrieved file will be stored.
getDataTimestamp() - Method in class hudson.model.UpdateSite
 
getDaysToKeep() - Method in class hudson.tasks.LogRotator
 
getDaysToKeepStr() - Method in class hudson.tasks.LogRotator
 
getDeclaredAnnotations() - Method in class hudson.util.ReflectionUtils.Parameter
 
getDefaultAuthentication() - Method in class hudson.model.AbstractProject
 
getDefaultAuthentication(Queue.Item) - Method in class hudson.model.AbstractProject
 
getDefaultAuthentication() - Method in class hudson.model.queue.AbstractQueueTask
This default implementation is the historical behaviour, but this is no longer desirable.
getDefaultAuthentication(Queue.Item) - Method in class hudson.model.queue.AbstractQueueTask
 
getDefaultAuthentication() - Method in interface hudson.model.Queue.Task
This method allows the task to provide the default fallback authentication object to be used when QueueItemAuthenticator fails to authenticate the build.
getDefaultAuthentication(Queue.Item) - Method in interface hudson.model.Queue.Task
This method allows the task to provide the default fallback authentication object to be used when QueueItemAuthenticator fails to authenticate the build.
getDefaultAuthenticationOf(Queue.Task) - Static method in class hudson.model.queue.Tasks
Helper method to safely invoke Queue.Task.getDefaultAuthentication() on classes that may come from plugins compiled against an earlier version of Jenkins.
getDefaultAuthenticationOf(Queue.Task, Queue.Item) - Static method in class hudson.model.queue.Tasks
Helper method to safely invoke Task#getDefaultAuthentication(Item) on classes that may come from plugins compiled against an earlier version of Jenkins.
getDefaultBaseUrl() - Method in class hudson.model.UpdateCenter
Deprecated.
TODO: revisit tool update mechanism, as that should be de-centralized, too. In the mean time, please try not to use this method, and instead ping us to get this part completed.
getDefaultCharset() - Method in class hudson.model.Computer
Gets the default charset of this computer.
getDefaultCharset() - Method in class hudson.slaves.SlaveComputer
 
getDefaultCharset() - Method in class jenkins.model.Jenkins.MasterComputer
 
getDefaultColumns() - Static method in class hudson.model.ListView
getDefaultGlobalSettingsProvider() - Method in class hudson.tasks.Maven.DescriptorImpl
 
getDefaultInstallers() - Method in class hudson.model.JDK.DescriptorImpl
 
getDefaultInstallers() - Method in class hudson.tasks.Maven.MavenInstallation.DescriptorImpl
 
getDefaultInstallers() - Method in class hudson.tools.ToolDescriptor
Optional list of installers to be configured by default for new tools of this type.
getDefaultMetaVariable() - Method in class hudson.cli.handlers.AbstractProjectOptionHandler
 
getDefaultMetaVariable() - Method in class hudson.cli.handlers.GenericItemOptionHandler
 
getDefaultMetaVariable() - Method in class hudson.cli.handlers.NodeOptionHandler
 
getDefaultMetaVariable() - Method in class hudson.cli.handlers.TopLevelItemOptionHandler
 
getDefaultMetaVariable() - Method in class hudson.cli.handlers.ViewOptionHandler
 
getDefaultMetaVariable() - Method in class hudson.model.Result.OptionHandlerImpl
 
getDefaultParameterValue() - Method in class hudson.model.BooleanParameterDefinition
 
getDefaultParameterValue() - Method in class hudson.model.ChoiceParameterDefinition
 
getDefaultParameterValue() - Method in class hudson.model.ParameterDefinition
Returns default parameter value for this definition.
getDefaultParameterValue() - Method in class hudson.model.PasswordParameterDefinition
 
getDefaultParameterValue() - Method in class hudson.model.RunParameterDefinition
 
getDefaultParameterValue() - Method in class hudson.model.StringParameterDefinition
 
getDefaultProperties() - Method in class hudson.tools.ToolDescriptor
Default value for ToolInstallation.getProperties() used in the form binding.
getDefaultSettingsProvider() - Method in class hudson.tasks.Maven.DescriptorImpl
 
getDefaultValue() - Method in class hudson.model.PasswordParameterDefinition
 
getDefaultValue() - Method in class hudson.model.StringParameterDefinition
 
getDefaultValueAsSecret() - Method in class hudson.model.PasswordParameterDefinition
 
getDefinedExecutors() - Method in class hudson.model.LoadStatistics.LoadStatisticsSnapshot
The total number of executors that Jenkins currently knows, this includes all off-line slaves.
getDefinedExecutorsLatest() - Method in class hudson.slaves.NodeProvisioner.StrategyState
The time series average number of defined executors for this NodeProvisioner.StrategyState.getLabel()
getDefinition() - Method in class hudson.model.ParameterValue
Deprecated.
since 2008-09-20. parameter definition may change any time. So if you find yourself in need of accessing the information from ParameterDefinition, instead copy them in ParameterDefinition.createValue(StaplerRequest, JSONObject) into ParameterValue.
getDelay(StaplerRequest) - Method in class hudson.model.AbstractProject
Deprecated.
as of 1.489 Inject TimeDuration.
getDemandStartMilliseconds() - Method in class hudson.model.Computer
Returns the time when this computer first became in demand.
getDependants() - Method in class hudson.PluginWrapper
Get the list of components that depend on this plugin.
getDependencies() - Method in class hudson.PluginWrapper
 
getDependencies() - Method in class hudson.tasks.Fingerprinter.FingerprintAction
Gets the dependency to other existing builds in a map.
getDependencies(boolean) - Method in class hudson.tasks.Fingerprinter.FingerprintAction
Gets the dependency to other builds in a map.
getDependencyChanges(AbstractBuild) - Method in class hudson.model.AbstractBuild
Gets the changes in the dependency between the given build and this build.
getDependencyGraph() - Method in class jenkins.model.Jenkins
 
getDependsOn() - Method in class hudson.util.FormValidation.CheckMethod
 
getDescription() - Method in class hudson.AboutJenkins
 
getDescription() - Method in class hudson.diagnosis.OldDataMonitor.ManagementLinkImpl
 
getDescription() - Method in class hudson.model.AbstractItem
Gets the project description HTML.
getDescription() - Method in enum hudson.model.BallColor
Gets the human-readable description used as img/@alt.
getDescription() - Method in class hudson.model.HealthReport
Getter for property 'description'.
getDescription() - Method in class hudson.model.Label
Returns a human readable text that explains this label.
getDescription() - Method in class hudson.model.labels.LabelAtom
 
getDescription() - Method in class hudson.model.ManagementLink
Returns a short description of what this link does.
getDescription() - Method in enum hudson.model.Node.Mode
 
getDescription() - Method in class hudson.model.ParameterDefinition
 
getDescription() - Method in class hudson.model.ParameterValue
 
getDescription() - Method in enum hudson.model.ResultTrend
Returns a short human-readable description of the result.
getDescription() - Method in class hudson.model.Run
 
getDescription() - Method in interface hudson.model.StatusIcon
Gets the human-readable description used as img/@alt.
getDescription() - Method in class hudson.model.StockStatusIcon
 
getDescription() - Method in class hudson.model.User
 
getDescription() - Method in class hudson.model.View
Message displayed in the top page.
getDescription() - Method in class hudson.scm.EditType
 
getDescription() - Method in class hudson.security.GlobalSecurityConfiguration
 
getDescription() - Method in class hudson.security.HudsonPrivateSecurityRealm.ManageUserLinks
 
getDescription() - Method in class jenkins.management.CliLink
 
getDescription() - Method in class jenkins.management.ConfigureLink
 
getDescription() - Method in class jenkins.management.ConsoleLink
 
getDescription() - Method in class jenkins.management.NodesLink
 
getDescription() - Method in class jenkins.management.PluginsLink
 
getDescription() - Method in class jenkins.management.ReloadLink
 
getDescription() - Method in class jenkins.management.ShutdownLink
 
getDescription() - Method in class jenkins.management.StatisticsLink
 
getDescription() - Method in class jenkins.management.SystemInfoLink
 
getDescription() - Method in class jenkins.management.SystemLogLink
 
getDescription() - Method in class jenkins.model.Jenkins
 
getDescription() - Method in class jenkins.model.ProjectNamingStrategy.PatternProjectNamingStrategy
 
getDescriptor() - Method in class hudson.console.ConsoleNote
 
getDescriptor() - Method in class hudson.FileSystemProvisioner
 
getDescriptor() - Method in class hudson.fsp.WorkspaceSnapshotSCM
 
getDescriptor() - Method in class hudson.markup.MarkupFormatter
 
getDescriptor() - Method in class hudson.model.AbstractDescribableImpl
By default looks for a nested class (conventionally named DescriptorImpl) implementing Descriptor and marked with Extension.
getDescriptor() - Method in class hudson.model.ComputerSet
 
getDescriptor() - Method in interface hudson.model.Describable
Gets the descriptor for this instance.
getDescriptor() - Method in class hudson.model.FreeStyleProject
 
getDescriptor(String) - Static method in class hudson.model.Items
Deprecated.
Underspecified what the parameter is. Descriptor.getId()? A Describable class name?
getDescriptor() - Method in class hudson.model.JobProperty
Gets the descriptor for this instance.
getDescriptor() - Method in class hudson.model.Node
 
getDescriptor() - Method in class hudson.model.PageDecorator
 
getDescriptor() - Method in class hudson.model.ParameterDefinition
Gets the descriptor for this instance.
getDescriptor() - Method in class hudson.model.Slave
 
getDescriptor() - Method in interface hudson.model.TopLevelItem
 
getDescriptor() - Method in class hudson.model.UserProperty
 
getDescriptor() - Method in class hudson.model.View
 
getDescriptor() - Method in class hudson.model.ViewProperty
 
getDescriptor() - Method in class hudson.node_monitors.NodeMonitor
 
getDescriptor() - Method in class hudson.scm.SCM
 
getDescriptor() - Method in class hudson.security.captcha.CaptchaSupport
 
getDescriptor() - Method in class hudson.security.csrf.CrumbIssuer
Access global configuration for the crumb issuer.
getDescriptor() - Method in class hudson.security.GlobalSecurityConfiguration
 
getDescriptor() - Method in class hudson.security.SecurityRealm
By default looks for a nested class (conventionally named DescriptorImpl) implementing Descriptor and marked with Extension.
getDescriptor() - Method in class hudson.slaves.Cloud
 
getDescriptor() - Method in class hudson.slaves.ComputerConnector
 
getDescriptor() - Method in class hudson.slaves.ComputerLauncherFilter
 
getDescriptor() - Method in class hudson.slaves.NodeProperty
 
getDescriptor() - Method in class hudson.tasks.Builder
 
getDescriptor() - Method in class hudson.tasks.Maven
 
getDescriptor() - Method in class hudson.tasks.Notifier
 
getDescriptor() - Method in class hudson.tasks.Publisher
 
getDescriptor() - Method in class hudson.tasks.Recorder
 
getDescriptor() - Method in class hudson.tasks.Shell
 
getDescriptor() - Method in class hudson.tools.JDKInstaller
 
getDescriptor() - Method in class hudson.tools.ToolInstaller
 
getDescriptor() - Method in class hudson.tools.ToolProperty
 
getDescriptor() - Method in class hudson.triggers.SCMTrigger
 
getDescriptor() - Method in class hudson.triggers.Trigger
 
getDescriptor() - Method in class hudson.views.ListViewColumn
For compatibility reason, this method may not return a ListViewColumnDescriptor and instead return a plain Descriptor instance.
getDescriptor() - Method in class hudson.views.MyViewsTabBar
 
getDescriptor() - Method in class hudson.views.ViewJobFilter
 
getDescriptor() - Method in class hudson.views.ViewsTabBar
 
getDescriptor() - Method in class jenkins.model.AbstractTopLevelItem
 
getDescriptor() - Method in class jenkins.model.ArtifactManagerFactory
 
getDescriptor() - Method in class jenkins.model.BuildDiscarder
 
getDescriptor() - Method in class jenkins.model.DefaultUserCanonicalIdResolver
 
getDescriptor() - Method in class jenkins.model.GlobalConfiguration
 
getDescriptor() - Method in class jenkins.model.IdStrategy
By default looks for a nested class (conventionally named DescriptorImpl) implementing Descriptor and marked with Extension.
getDescriptor(String) - Method in class jenkins.model.Jenkins
Exposes Descriptor by its name to URL.
getDescriptor(Class<? extends Describable>) - Method in class jenkins.model.Jenkins
Gets the Descriptor that corresponds to the given Describable type.
getDescriptor() - Method in class jenkins.model.Jenkins
 
getDescriptor() - Method in class jenkins.model.OptionalJobProperty
 
getDescriptor() - Method in class jenkins.model.ProjectNamingStrategy
 
getDescriptor() - Method in class jenkins.scm.SCMCheckoutStrategy
 
getDescriptor() - Method in class jenkins.security.QueueItemAuthenticator
 
getDescriptorByName(String) - Method in class hudson.model.AbstractItem
 
getDescriptorByName(String) - Method in interface hudson.model.DescriptorByNameOwner
Exposes all Descriptors by its name to URL.
getDescriptorByName(String) - Method in class hudson.model.Run
 
getDescriptorByName(String) - Method in class hudson.model.User
 
getDescriptorByName(String) - Method in class jenkins.model.Jenkins
getDescriptorByType(Class<T>) - Method in class jenkins.model.Jenkins
Gets the Descriptor instance in the current Jenkins by its type.
getDescriptorFullUrl() - Method in class hudson.model.Descriptor
Gets the URL that this Descriptor is bound to, relative to the context path.
getDescriptorList(Class<T>) - Method in class jenkins.model.Jenkins
Returns ExtensionList that retains the discovered Descriptor instances for the given kind of Describable.
getDescriptorOrDie(Class<? extends Describable>) - Method in class jenkins.model.Jenkins
Works just like Jenkins.getDescriptor(Class) but don't take no for an answer.
getDescriptorUrl() - Method in class hudson.model.Descriptor
Gets the URL that this Descriptor is bound to, relative to the nearest DescriptorByNameOwner.
getDestination() - Method in class hudson.model.UpdateCenter.DownloadJob
Where to download the file to.
getDestination() - Method in class hudson.model.UpdateCenter.HudsonDowngradeJob
 
getDestination() - Method in class hudson.model.UpdateCenter.HudsonUpgradeJob
 
getDestination() - Method in class hudson.model.UpdateCenter.InstallationJob
 
getDestination() - Method in class hudson.model.UpdateCenter.PluginDowngradeJob
 
getDetails() - Method in class hudson.security.ContainerAuthentication
 
getDetails() - Method in class hudson.security.WhoAmI
 
getDifferenceFor(Computer) - Method in class hudson.node_monitors.ClockMonitor
 
getDiffString(int) - Static method in class hudson.Functions
Prints the integer as a string that represents difference, like "-5", "+/-0", "+3".
getDiffString2(int) - Static method in class hudson.Functions
Functions.getDiffString(int) that doesn't show anything for +/-0
getDiffString2(String, int, String) - Static method in class hudson.Functions
Functions.getDiffString2(int) that puts the result into prefix and suffix if there's something to print
getDigestOf(InputStream) - Static method in class hudson.Util
Computes MD5 digest of the given input stream.
getDigestOf(String) - Static method in class hudson.Util
 
getDigestOf(File) - Static method in class hudson.Util
Computes the MD5 digest of a file.
getDiscoverableItems() - Method in class hudson.model.Queue
Returns an array of Item for which it is only visible the name of the task.
getDisplayExecutors() - Method in class hudson.model.Computer
Used to render the list of executors.
getDisplayName() - Method in class hudson.AboutJenkins
 
getDisplayName() - Method in class hudson.cli.CLIAction
 
getDisplayName() - Method in class hudson.console.ConsoleAnnotationDescriptor
Human readable name of this kind of configurable object.
getDisplayName() - Method in class hudson.console.ExpandableDetailsNote.DescriptorImpl
 
getDisplayName() - Method in class hudson.console.HudsonExceptionNote.DescriptorImpl
 
getDisplayName() - Method in class hudson.console.HyperlinkNote.DescriptorImpl
 
getDisplayName() - Method in class hudson.console.ModelHyperlinkNote.DescriptorImpl
 
getDisplayName() - Method in class hudson.diagnosis.HudsonHomeDiskUsageMonitor
 
getDisplayName() - Method in class hudson.diagnosis.OldDataMonitor
 
getDisplayName() - Method in class hudson.diagnosis.OldDataMonitor.ManagementLinkImpl
 
getDisplayName() - Method in class hudson.FileSystemProvisioner.Default.DescriptorImpl
 
getDisplayName() - Method in class hudson.logging.LogRecorder
 
getDisplayName() - Method in class hudson.logging.LogRecorderManager
 
getDisplayName() - Method in class hudson.markup.EscapedMarkupFormatter.DescriptorImpl
 
getDisplayName() - Method in class hudson.model.AbstractItem
 
getDisplayName() - Method in interface hudson.model.Action
Gets the string to be displayed.
getDisplayName() - Method in class hudson.model.AdministrativeMonitor
 
getDisplayName() - Method in class hudson.model.AllView.DescriptorImpl
 
getDisplayName() - Method in class hudson.model.Api
 
getDisplayName() - Method in class hudson.model.BooleanParameterDefinition.DescriptorImpl
 
getDisplayName() - Method in class hudson.model.CauseAction
 
getDisplayName() - Method in class hudson.model.ChoiceParameterDefinition.DescriptorImpl
 
getDisplayName() - Method in class hudson.model.Computer.DisplayExecutor
 
getDisplayName() - Method in class hudson.model.Computer
 
getDisplayName() - Method in class hudson.model.ComputerSet
 
getDisplayName() - Method in class hudson.model.Descriptor
Human readable name of this kind of configurable object.
getDisplayName() - Method in class hudson.model.EnvironmentContributor.EnvVarsHtml
 
getDisplayName() - Method in class hudson.model.Executor
getDisplayName() - Method in class hudson.model.FileParameterDefinition.DescriptorImpl
 
getDisplayName() - Method in class hudson.model.Fingerprint
 
getDisplayName() - Method in class hudson.model.FreeStyleProject.DescriptorImpl
 
getDisplayName() - Method in class hudson.model.InvisibleAction
 
getDisplayName() - Method in interface hudson.model.Item
Gets the human readable short name of this item.
getDisplayName() - Method in class hudson.model.JDK.DescriptorImpl
 
getDisplayName() - Method in class hudson.model.JobParameterDefinition.DescriptorImpl
 
getDisplayName() - Method in class hudson.model.Label
Returns a human-readable text that represents this label.
getDisplayName() - Method in class hudson.model.ListView.DescriptorImpl
 
getDisplayName() - Method in class hudson.model.ManageJenkinsAction
 
getDisplayName() - Method in interface hudson.model.ModelObject
 
getDisplayName() - Method in class hudson.model.MyView.DescriptorImpl
 
getDisplayName() - Method in class hudson.model.MyViewsProperty.DescriptorImpl
 
getDisplayName() - Method in class hudson.model.MyViewsProperty
 
getDisplayName() - Method in class hudson.model.MyViewsProperty.GlobalAction
 
getDisplayName() - Method in class hudson.model.Node
 
getDisplayName() - Method in class hudson.model.NoFingerprintMatch
 
getDisplayName() - Method in class hudson.model.ParameterDefinition.ParameterDescriptor
 
getDisplayName() - Method in class hudson.model.ParametersAction
 
getDisplayName() - Method in class hudson.model.ParametersDefinitionProperty.DescriptorImpl
 
getDisplayName() - Method in class hudson.model.ParametersDefinitionProperty
 
getDisplayName() - Method in class hudson.model.PasswordParameterDefinition.ParameterDescriptorImpl
 
getDisplayName() - Method in class hudson.model.PermalinkProjectAction.Permalink
String to be displayed in the UI, such as "Last successful build".
getDisplayName() - Method in class hudson.model.ProxyView.DescriptorImpl
 
getDisplayName() - Method in class hudson.model.Queue.Item
 
getDisplayName() - Method in class hudson.model.queue.QueueTaskFilter
 
getDisplayName() - Method in interface hudson.model.ResourceActivity
Used for rendering HTML.
getDisplayName() - Method in class hudson.model.Run
 
getDisplayName() - Method in class hudson.model.Run.KeepLogBuildBadge
 
getDisplayName() - Method in class hudson.model.RunParameterDefinition.DescriptorImpl
 
getDisplayName() - Method in class hudson.model.StringParameterDefinition.DescriptorImpl
 
getDisplayName() - Method in class hudson.model.TextParameterDefinition.DescriptorImpl
 
getDisplayName() - Method in class hudson.model.TopLevelItemDescriptor
Human readable name of this kind of configurable object.
getDisplayName() - Method in class hudson.model.TreeView.DescriptorImpl
 
getDisplayName() - Method in class hudson.model.UpdateCenter
 
getDisplayName() - Method in class hudson.model.UpdateSite.Plugin
 
getDisplayName() - Method in class hudson.model.User
Returns the user name.
getDisplayName() - Method in class hudson.model.View
 
getDisplayName() - Method in class hudson.model.ViewDescriptor
Returns the human-readable name of this type of view.
getDisplayName() - Method in class hudson.node_monitors.ArchitectureMonitor.DescriptorImpl
 
getDisplayName() - Method in class hudson.PluginManager
 
getDisplayName() - Method in class hudson.PluginWrapper
 
getDisplayName() - Method in class hudson.ProxyConfiguration.DescriptorImpl
 
getDisplayName() - Method in class hudson.scm.NullSCM.DescriptorImpl
 
getDisplayName() - Method in class hudson.scm.SCMRevisionState
 
getDisplayName() - Method in class hudson.search.UserSearchProperty.DescriptorImpl
 
getDisplayName() - Method in class hudson.security.AuthorizationStrategy.Unsecured.DescriptorImpl
 
getDisplayName() - Method in class hudson.security.csrf.DefaultCrumbIssuer.DescriptorImpl
 
getDisplayName() - Method in class hudson.security.FullControlOnceLoggedInAuthorizationStrategy.DescriptorImpl
 
getDisplayName() - Method in class hudson.security.GlobalSecurityConfiguration.DescriptorImpl
 
getDisplayName() - Method in class hudson.security.GlobalSecurityConfiguration
 
getDisplayName() - Method in class hudson.security.GroupDetails
Returns the human-readable name used for rendering in HTML.
getDisplayName() - Method in class hudson.security.HudsonPrivateSecurityRealm.DescriptorImpl
 
getDisplayName() - Method in class hudson.security.HudsonPrivateSecurityRealm.Details.DescriptorImpl
 
getDisplayName() - Method in class hudson.security.HudsonPrivateSecurityRealm
This is used primarily when the object is listed in the breadcrumb, in the user management screen.
getDisplayName() - Method in class hudson.security.HudsonPrivateSecurityRealm.ManageUserLinks
 
getDisplayName() - Method in class hudson.security.LegacyAuthorizationStrategy.DescriptorImpl
 
getDisplayName() - Method in class hudson.security.WhoAmI
 
getDisplayName() - Method in class hudson.slaves.Cloud
 
getDisplayName() - Method in class hudson.slaves.CommandConnector.DescriptorImpl
 
getDisplayName() - Method in class hudson.slaves.CommandLauncher.DescriptorImpl
 
getDisplayName() - Method in class hudson.slaves.DumbSlave.DescriptorImpl
 
getDisplayName() - Method in class hudson.slaves.EnvironmentVariablesNodeProperty.DescriptorImpl
 
getDisplayName() - Method in class hudson.slaves.RetentionStrategy.Always.DescriptorImpl
 
getDisplayName() - Method in class hudson.slaves.RetentionStrategy.Demand.DescriptorImpl
 
getDisplayName() - Method in class hudson.slaves.SimpleScheduledRetentionStrategy.DescriptorImpl
 
getDisplayName() - Method in class hudson.tasks._maven.Maven3MojoNote.DescriptorImpl
 
getDisplayName() - Method in class hudson.tasks._maven.MavenErrorNote.DescriptorImpl
 
getDisplayName() - Method in class hudson.tasks._maven.MavenMojoNote.DescriptorImpl
 
getDisplayName() - Method in class hudson.tasks._maven.MavenWarningNote.DescriptorImpl
 
getDisplayName() - Method in class hudson.tasks.ArtifactArchiver.DescriptorImpl
 
getDisplayName() - Method in class hudson.tasks.BatchFile.DescriptorImpl
 
getDisplayName() - Method in class hudson.tasks.BuildTrigger.DescriptorImpl
 
getDisplayName() - Method in class hudson.tasks.Fingerprinter.DescriptorImpl
 
getDisplayName() - Method in class hudson.tasks.Fingerprinter.FingerprintAction
 
getDisplayName() - Method in class hudson.tasks.LogRotator.LRDescriptor
 
getDisplayName() - Method in class hudson.tasks.Maven.DescriptorImpl
 
getDisplayName() - Method in class hudson.tasks.Maven.MavenInstallation.DescriptorImpl
 
getDisplayName() - Method in class hudson.tasks.Maven.MavenInstaller.DescriptorImpl
 
getDisplayName() - Method in class hudson.tasks.Shell.DescriptorImpl
 
getDisplayName() - Method in class hudson.tools.BatchCommandInstaller.DescriptorImpl
 
getDisplayName() - Method in class hudson.tools.CommandInstaller.DescriptorImpl
 
getDisplayName() - Method in class hudson.tools.InstallSourceProperty.DescriptorImpl
 
getDisplayName() - Method in class hudson.tools.JDKInstaller.DescriptorImpl
 
getDisplayName() - Method in class hudson.tools.ToolLocationNodeProperty.DescriptorImpl
 
getDisplayName() - Method in class hudson.tools.ZipExtractionInstaller.DescriptorImpl
 
getDisplayName() - Method in class hudson.triggers.SCMTrigger.BuildAction
 
getDisplayName() - Method in class hudson.triggers.SCMTrigger.DescriptorImpl
 
getDisplayName() - Method in class hudson.triggers.SCMTrigger.SCMAction
 
getDisplayName() - Method in class hudson.triggers.TimerTrigger.DescriptorImpl
 
getDisplayName() - Method in class hudson.views.BuildButtonColumn.DescriptorImpl
 
getDisplayName() - Method in class hudson.views.DefaultMyViewsTabBar.DescriptorImpl
 
getDisplayName() - Method in class hudson.views.DefaultViewsTabBar.DescriptorImpl
 
getDisplayName() - Method in class hudson.views.JobColumn.DescriptorImpl
 
getDisplayName() - Method in class hudson.views.LastDurationColumn.DescriptorImpl
 
getDisplayName() - Method in class hudson.views.LastFailureColumn.DescriptorImpl
 
getDisplayName() - Method in class hudson.views.LastStableColumn.DescriptorImpl
 
getDisplayName() - Method in class hudson.views.LastSuccessColumn.DescriptorImpl
 
getDisplayName() - Method in class hudson.views.StatusColumn.DescriptorImpl
 
getDisplayName() - Method in class hudson.views.WeatherColumn.DescriptorImpl
 
getDisplayName() - Method in class hudson.widgets.HistoryWidget
Title of the widget.
getDisplayName() - Method in class hudson.WorkspaceSnapshot
 
getDisplayName() - Method in class jenkins.diagnosis.HsErrPidList
 
getDisplayName() - Method in class jenkins.management.AsynchronousAdministrativeMonitor
 
getDisplayName() - Method in class jenkins.management.CliLink
 
getDisplayName() - Method in class jenkins.management.ConfigureLink
 
getDisplayName() - Method in class jenkins.management.ConsoleLink
 
getDisplayName() - Method in class jenkins.management.NodesLink
 
getDisplayName() - Method in class jenkins.management.PluginsLink
 
getDisplayName() - Method in class jenkins.management.ReloadLink
 
getDisplayName() - Method in class jenkins.management.ShutdownLink
 
getDisplayName() - Method in class jenkins.management.StatisticsLink
 
getDisplayName() - Method in class jenkins.management.SystemInfoLink
 
getDisplayName() - Method in class jenkins.management.SystemLogLink
 
getDisplayName() - Method in class jenkins.model.BuildDiscarderProperty.DescriptorImpl
 
getDisplayName() - Method in class jenkins.model.GlobalConfigurationCategory.Security
 
getDisplayName() - Method in class jenkins.model.GlobalConfigurationCategory.Unclassified
 
getDisplayName() - Method in class jenkins.model.IdStrategy.CaseInsensitive.DescriptorImpl
Human readable name of this kind of configurable object.
getDisplayName() - Method in class jenkins.model.IdStrategy.CaseSensitive.DescriptorImpl
Human readable name of this kind of configurable object.
getDisplayName() - Method in class jenkins.model.IdStrategy.CaseSensitiveEmailAddress.DescriptorImpl
Human readable name of this kind of configurable object.
getDisplayName() - Method in class jenkins.model.Jenkins
 
getDisplayName() - Method in class jenkins.model.Jenkins.MasterComputer
 
getDisplayName() - Method in class jenkins.model.ProjectNamingStrategy.DefaultProjectNamingStrategy.DescriptorImpl
 
getDisplayName() - Method in class jenkins.model.ProjectNamingStrategy.PatternProjectNamingStrategy.DescriptorImpl
 
getDisplayName() - Method in class jenkins.model.RunIdMigrator.UnmigrationInstruction
 
getDisplayName() - Method in class jenkins.mvn.DefaultGlobalSettingsProvider.DescriptorImpl
 
getDisplayName() - Method in class jenkins.mvn.DefaultSettingsProvider.DescriptorImpl
 
getDisplayName() - Method in class jenkins.mvn.FilePathGlobalSettingsProvider.DescriptorImpl
 
getDisplayName() - Method in class jenkins.mvn.FilePathSettingsProvider.DescriptorImpl
 
getDisplayName() - Method in class jenkins.scm.DefaultSCMCheckoutStrategyImpl.DescriptorImpl
 
getDisplayName() - Method in class jenkins.security.ApiTokenProperty.DescriptorImpl
 
getDisplayName() - Method in class jenkins.security.RekeySecretAdminMonitor
 
getDisplayName() - Method in class jenkins.security.s2m.AdminCallableMonitor
 
getDisplayName() - Method in class jenkins.slaves.systemInfo.ClassLoaderStatisticsSlaveInfo
 
getDisplayName() - Method in class jenkins.slaves.systemInfo.EnvVarsSlaveInfo
 
getDisplayName() - Method in class jenkins.slaves.systemInfo.SlaveSystemInfo
Human readable name of this statistics.
getDisplayName() - Method in class jenkins.slaves.systemInfo.SystemPropertySlaveInfo
 
getDisplayName() - Method in class jenkins.slaves.systemInfo.ThreadDumpSlaveInfo
 
getDisplayName() - Method in class jenkins.triggers.ReverseBuildTrigger.DescriptorImpl
 
getDisplayNameOrNull() - Method in class hudson.model.AbstractItem
 
getDisplayPath() - Method in class hudson.model.Run.Artifact
 
getDisposer() - Method in class jenkins.tasks.SimpleBuildWrapper.Context
 
getDouble() - Method in class hudson.util.QuotedStringTokenizer
 
getDownloadUrl() - Method in class hudson.model.UpdateSite
Deprecated.
Exposed only for UI.
getDownstream(AbstractProject) - Method in class hudson.model.DependencyGraph
Gets all the immediate downstream projects (IOW forward edges) of the given project.
getDownstreamBuilds(AbstractProject<?, ?>) - Method in class hudson.model.AbstractBuild
Works like AbstractBuild.getDownstreamRelationship(AbstractProject) but returns the actual build objects, in ascending order.
getDownstreamBuilds() - Method in class hudson.model.AbstractBuild
Gets the downstream builds of this build, which are the builds of the downstream projects that use artifacts of this build.
getDownstreamDependencies(AbstractProject) - Method in class hudson.model.DependencyGraph
 
getDownstreamProject() - Method in class hudson.model.DependencyGraph.Dependency
 
getDownstreamProjects() - Method in class hudson.model.AbstractProject
Gets the other AbstractProjects that should be built when a build of this project is completed.
getDownstreamRelationship(AbstractProject) - Method in class hudson.model.AbstractBuild
Gets the dependency relationship from this build (as the source) and that project (as the sink.)
getdtablesize() - Method in interface hudson.util.jna.GNUCLibrary
 
getDue() - Method in class hudson.model.DownloadService.Downloadable
When shall we retrieve this file next time?
getDuration() - Method in class hudson.model.Run
Gets the millisecond it took to build.
getDuration() - Method in class hudson.triggers.SCMTrigger.Runner
Human readable string of when this polling is started.
getDurationString() - Method in class hudson.model.Run
Gets the string that says how long the build took to run.
getDynamic(String) - Method in class hudson.ExtensionList
Used to bind extension to URLs by their class names.
getDynamic(String) - Method in class hudson.logging.LogRecorderManager
 
getDynamic(String, StaplerRequest, StaplerResponse) - Method in class hudson.model.Actionable
 
getDynamic(String, StaplerRequest, StaplerResponse) - Method in class hudson.model.ComputerSet
 
getDynamic(String, StaplerRequest, StaplerResponse) - Method in class hudson.model.Job
 
getDynamic(String, StaplerRequest, StaplerResponse) - Method in class hudson.model.Run
 
getDynamic(String) - Method in class hudson.model.User
 
getDynamic(String) - Method in class hudson.model.View
 
getDynamic(String) - Method in class hudson.util.DescribableList
Binds items in the collection to URL.
getDynamic(String) - Method in class jenkins.model.Jenkins.DescriptorImpl
 
getDynamic(String) - Method in class jenkins.model.Jenkins
 
getEdges(N) - Method in class hudson.util.CyclicGraphDetector
List up edges from the given node (by listing nodes that those edges point to.)
getEditType() - Method in interface hudson.scm.ChangeLogSet.AffectedFile
Return whether the file is new/modified/deleted
getEffectiveBrowser() - Method in class hudson.scm.SCM
Returns the applicable RepositoryBrowser for files controlled by this SCM.
getegid() - Method in interface hudson.util.jna.GNUCLibrary
 
getElapsedTime() - Method in class hudson.model.Executor
 
getEmailAddress() - Method in class hudson.security.FederatedLoginService.FederatedIdentity
Gets the e-mail address of this user, like "abc@def.com"
getEnabled() - Method in class hudson.security.Permission
 
getEncodedPublicKey() - Method in class jenkins.security.RSAConfidentialKey
Gets base64-encoded public key.
getEncryptedPassword() - Method in class hudson.ProxyConfiguration
 
getEncryptedValue() - Method in class hudson.util.Secret
Encrypts Secret.value and returns it in an encoded printable form.
getEnd() - Method in class hudson.model.Fingerprint.Range
 
getEntry() - Method in class jenkins.widgets.HistoryPageEntry
 
getEntryAuthor(E) - Method in interface hudson.FeedAdapter
Author of this entry.
getEntryDescription(E) - Method in interface hudson.FeedAdapter
(Potentially lengthy) plain text to be attached to the feed.
getEntryID(E) - Method in interface hudson.FeedAdapter
Unique ID of each entry.
getEntryId() - Method in class jenkins.widgets.HistoryPageEntry
 
getEntryId(Object) - Static method in class jenkins.widgets.HistoryPageEntry
 
getEntryTimestamp(E) - Method in interface hudson.FeedAdapter
Timestamp of the last change in this entry.
getEntryTitle(E) - Method in interface hudson.FeedAdapter
Gets the human readable title of the entry.
getEntryUrl(E) - Method in interface hudson.FeedAdapter
Gets the URL that represents this entry.
getEnumConstants() - Method in class hudson.model.Descriptor.PropertyType
 
getEnv() - Method in class jenkins.tasks.SimpleBuildWrapper.Context
 
getEnvironment(TaskListener) - Method in class hudson.model.AbstractBuild
 
getEnvironment(Node, TaskListener) - Method in class hudson.model.AbstractProject
 
getEnvironment() - Method in class hudson.model.Computer
Returns cached environment variables (copy to prevent modification) for the JVM on this computer.
getEnvironment(Node, TaskListener) - Method in class hudson.model.Job
Creates an environment variable override for launching processes for this project.
getEnvironment() - Method in class hudson.model.Run
Deprecated.
getEnvironment(TaskListener) - Method in class hudson.model.Run
Returns the map that contains environmental variables to be used for launching processes for this build.
getEnvironments() - Method in class hudson.model.AbstractBuild
During the build, expose the environments contributed by BuildWrappers and others.
getEnvironmentVariables() - Method in class hudson.util.ProcessTree.OSProcess
Obtains the environment variables of this process.
getEnvironmentVariables() - Method in interface hudson.util.ProcessTreeRemoting.IOSProcess
 
getEnvVars() - Static method in class hudson.Functions
 
getEnvVars() - Method in class hudson.model.Computer
Deprecated.
as of 1.292 Use Computer.getEnvironment() instead.
getEnvVars() - Method in class hudson.model.Run
Deprecated.
as of 1.292 Use Run.getEnvironment(TaskListener) instead.
getEnvVars() - Method in class hudson.slaves.EnvironmentVariablesNodeProperty
 
getError() - Method in class hudson.model.UpdateCenter.UpdateCenterJob
 
getErrorCode() - Method in exception hudson.os.PosixException
Deprecated.
Leaks reference to deprecated jna-posix API.
getErrorCode() - Method in exception hudson.util.jna.JnaException
 
getErrorCode() - Method in exception hudson.util.jna.WinIOException
 
getErrorLoggingLevel() - Method in class hudson.model.AsyncAperiodicWork
Returns the logging level at which error messages are displayed.
getErrorLoggingLevel() - Method in class hudson.model.AsyncPeriodicWork
Returns the logging level at which error messages are displayed.
getErrorMessage() - Method in class hudson.model.UpdateCenter.UpdateCenterJob
 
getEstimatedDuration() - Method in class hudson.model.Job
 
getEstimatedDuration() - Method in class hudson.model.queue.AbstractSubTask
 
getEstimatedDuration() - Method in interface hudson.model.Queue.Executable
Estimate of how long will it take to execute this executable.
getEstimatedDuration() - Method in class hudson.model.queue.QueueTaskFilter
 
getEstimatedDuration() - Method in interface hudson.model.queue.SubTask
Estimate of how long will it take to execute this task.
getEstimatedDuration() - Method in class hudson.model.Run
Returns the estimated duration for this run if it is currently running.
getEstimatedDurationCandidates() - Method in class hudson.model.Job
Returns candidate build for calculating the estimated duration of the current run.
getEstimatedDurationFor(Queue.Executable) - Static method in class hudson.model.Executor
getEstimatedDurationFor(Queue.Executable) - Static method in class hudson.model.queue.Executables
Returns the estimated duration for the executable.
getEstimatedRemainingTime() - Method in class hudson.model.Executor
Computes a human-readable text that shows the expected remaining time until the build completes.
getEstimatedRemainingTimeMillis() - Method in class hudson.model.Executor
The same as Executor.getEstimatedRemainingTime() but return it as a number of milli-seconds.
geteuid() - Method in interface hudson.util.jna.GNUCLibrary
 
getExceptionString() - Method in class hudson.PluginManager.FailedPlugin
 
getExcludes() - Method in class hudson.tasks.ArtifactArchiver
 
getExecutable() - Method in class hudson.model.Queue.LeftItem
If this is representing an item that started executing, this property returns the primary executable (such as AbstractBuild) that created out of it.
getExecutable() - Method in class hudson.model.queue.WorkUnit
If the execution has already started, return the executable that was created.
getExecutable(Launcher) - Method in class hudson.tasks.Maven.MavenInstallation
Gets the executable path of this maven on the given target system.
getExecutor() - Method in class hudson.model.Computer.DisplayExecutor
 
getExecutor() - Method in class hudson.model.Queue.JobOffer
 
getExecutor() - Method in class hudson.model.queue.MappingWorksheet.ExecutorSlot
 
getExecutor() - Method in class hudson.model.queue.WorkUnit
Executor running this work unit.
getExecutor() - Method in class hudson.model.Run
Gets the Executor building this job, if it's being built.
getExecutor() - Method in class hudson.triggers.SCMTrigger.DescriptorImpl
 
getExecutor() - Method in exception jenkins.model.queue.AsynchronousExecution
Obtains the associated executor.
getExecutors() - Method in class hudson.model.Computer
Gets the read-only snapshot view of all Executors.
getExecutors() - Method in class hudson.util.SequentialExecutionQueue
Gets the base underlying executors.,
getExistingBinding(Key<T>) - Method in class jenkins.ProxyInjector
 
getExists() - Method in class hudson.model.JDK
Returns true if the executable exists.
getExists() - Method in class hudson.tasks.Maven.MavenInstallation
Returns true if the executable exists.
GetExitCodeProcess(Pointer, IntByReference) - Method in interface hudson.util.jna.Kernel32
 
getExpression() - Method in class hudson.model.Label
Returns a label expression that represents this label.
getExpression() - Method in class hudson.model.labels.LabelAtom
If the label contains 'unsafe' chars, escape them.
getExpression() - Method in class hudson.model.labels.LabelExpression
 
getExtensionList(Class<T>) - Method in class jenkins.model.Jenkins
Returns ExtensionList that retains the discovered instances for the given extension type.
getExtensionList(String) - Method in class jenkins.model.Jenkins
Used to bind ExtensionLists to URLs.
getExternalizableId() - Method in class hudson.model.Run
Produces an identifier for this run unique in the system.
getFacet(Class<T>) - Method in class hudson.model.Fingerprint
Finds a facet of the specific type (including subtypes.)
getFacets() - Method in class hudson.model.Fingerprint
Gets the associated FingerprintFacets.
getFailedPlugins() - Method in class hudson.PluginManager
 
getFederatedLoginService(String) - Method in class jenkins.model.Jenkins
 
getFederatedLoginServices() - Method in class jenkins.model.Jenkins
 
getFieldName() - Method in class hudson.model.FileParameterValue.FileItemImpl
 
getFieldNameForItemTypeAndName(Class, Class, String) - Method in class hudson.util.xstream.MapperDelegate
 
getFile() - Method in class hudson.model.FileParameterValue
 
getFile() - Method in class hudson.model.Run.Artifact
Deprecated.
May not be meaningful with custom artifact managers. Use ArtifactManager.root() plus VirtualFile.child(java.lang.String) with Run.Artifact.relativePath instead.
getFile(String) - Method in class hudson.util.ProcessTree.UnixProcess
 
getFile() - Method in class hudson.XmlFile
 
GetFileAttributesW(WString) - Method in interface hudson.util.jna.Kernel32
 
getFileExtension() - Method in class hudson.tasks.BatchFile
 
getFileExtension() - Method in class hudson.tasks.CommandInterpreter
 
getFileExtension() - Method in class hudson.tasks.Shell
 
getFileItem(String) - Method in class hudson.util.MultipartFormDataParser
 
getFileName() - Method in class hudson.model.Fingerprint
The file name (like "foo.jar" without path).
getFileName() - Method in class hudson.model.Run.Artifact
Returns just the file name portion, without the path.
getFileName(String) - Static method in class hudson.Util
Cuts all the leading path portion and get just the file name.
getFileParameter(String) - Method in class hudson.util.FormFieldValidator
Deprecated.
Gets the parameter as a file.
getFiles() - Method in class jenkins.diagnosis.HsErrPidList
Expose files to the URL.
getFileSize() - Method in class hudson.model.Run.Artifact
 
getFileSystemProvisioner() - Method in class hudson.model.Node
 
getFilter() - Method in class hudson.model.RunParameterDefinition
 
getFingerprint() - Method in class jenkins.model.FingerprintFacet
Gets the Fingerprint that this object belongs to.
getFingerprint(String) - Method in class jenkins.model.Jenkins
 
getFingerprintMap() - Method in class jenkins.model.Jenkins
 
getFingerprints() - Method in class hudson.tasks.Fingerprinter.FingerprintAction
Map from file names of the fingerprinted file to its fingerprint record.
getFirstBuild() - Method in class hudson.model.AbstractProject
Returns the oldest build in the record.
getFirstBuild() - Method in class hudson.model.BuildTimelineWidget
Deprecated.
getFirstBuild() - Method in class hudson.model.Job
Returns the oldest build in the record.
getFirstBuild() - Method in class hudson.util.RunList
Deprecated.
see RunList.size() for why this violates lazy-loading
getFirstBuild() - Method in class jenkins.model.lazy.LazyBuildMixIn
Suitable for Job.getFirstBuild().
getFirstTransientBuildKey() - Method in class hudson.widgets.HistoryWidget
 
getFooterURL() - Static method in class hudson.Functions
Returns the link to be displayed in the footer of the UI.
getFor(AbstractProject<?, ?>) - Static method in class hudson.tasks.BuildWrappers
List up all BuildWrapperDescriptors that are applicable for the given project.
getFormattedDescription() - Method in class hudson.model.ParameterDefinition
return parameter description, applying the configured MarkupFormatter for jenkins instance.
getFormField() - Method in exception hudson.model.Descriptor.FormException
Which form field contained an error?
getFreeDiskSpace() - Method in class hudson.FilePath
Returns the number of unallocated bytes in the partition of that file.
getFreeSize() - Method in class hudson.node_monitors.DiskSpaceMonitorDescriptor.DiskSpace
 
getFreeSpace(Computer) - Method in class hudson.node_monitors.DiskSpaceMonitor
 
getFreeSpace(Computer) - Method in class hudson.node_monitors.TemporarySpaceMonitor
 
getFullDisplayName() - Method in class hudson.model.AbstractItem
 
getFullDisplayName() - Method in interface hudson.model.Item
Works like Item.getDisplayName() but return the full path that includes all the display names of the ancestors.
getFullDisplayName() - Method in interface hudson.model.ItemGroup
 
getFullDisplayName() - Method in class hudson.model.queue.QueueTaskFilter
 
getFullDisplayName() - Method in interface hudson.model.Queue.Task
 
getFullDisplayName() - Method in class hudson.model.Run
 
getFullDisplayName() - Method in class jenkins.model.Jenkins
 
getFullName() - Method in class hudson.model.AbstractItem
 
getFullName() - Method in interface hudson.model.Item
Gets the full name of this item, like "abc/def/ghi".
getFullName() - Method in interface hudson.model.ItemGroup
Gets the full name of this ItemGroup.
getFullName() - Method in class hudson.model.User
Gets the human readable name of this user.
getFullName() - Method in class hudson.security.FederatedLoginService.FederatedIdentity
Gets a human readable full name of this user.
getFullName() - Method in class jenkins.model.Jenkins
 
getFunction(String, String, String) - Method in class jenkins.util.xml.FilteredFunctionContext
 
getFuture() - Method in class hudson.model.Queue.Item
Can be used to wait for the completion (either normal, abnormal, or cancellation) of the Queue.Task.
getGbLeft() - Method in class hudson.node_monitors.DiskSpaceMonitorDescriptor.DiskSpace
Gets GB left.
getGlobalConfigPage() - Method in class hudson.model.Descriptor
 
getGlobalConfigPage() - Method in class jenkins.model.GlobalConfiguration
 
getGlobalNodeProperties() - Method in class jenkins.model.Jenkins
 
getGlobalNodePropertyDescriptors() - Static method in class hudson.Functions
Returns those node properties which can be configured as global node properties.
getGlobalPropertyType(String) - Method in class hudson.model.Descriptor
Obtains the property type of the given field of this descriptor.
getGlobalSettings() - Method in class hudson.tasks.Maven
 
getGlobalSettingsProvider() - Method in class jenkins.mvn.GlobalMavenConfig
 
getGrantedAuthorities(LdapUserDetails) - Method in class hudson.security.DeferredCreationLdapAuthoritiesPopulator
Deprecated.
 
getGroupIdStrategy() - Method in class hudson.security.SecurityRealm
Returns the IdStrategy that should be used for turning GroupDetails.getName() into an ID.
getGroups() - Method in class hudson.security.AuthorizationStrategy
Returns the list of all group/role names used in this authorization strategy, and the ACL returned from the AuthorizationStrategy.getRootACL() method.
getGroups() - Method in class hudson.security.AuthorizationStrategy.Unsecured
 
getGroups() - Method in class hudson.security.FullControlOnceLoggedInAuthorizationStrategy
 
getGroups() - Method in class hudson.security.LegacyAuthorizationStrategy
 
getHasArtifacts() - Method in class hudson.model.Run
Check if the Run contains artifacts.
getHasCustomQuietPeriod() - Method in class hudson.model.AbstractProject
 
getHashString() - Method in class hudson.model.Fingerprint
Gets the MD5 hash string.
getHeaders() - Method in class hudson.model.FileParameterValue.FileItemImpl
 
getHeapDump() - Method in class hudson.model.Computer
Obtains the heap dump.
getHeapDump(VirtualChannel) - Static method in class hudson.util.RemotingDiagnostics
Obtains the heap dump in an HPROF file.
getHeapDump() - Method in class jenkins.model.Jenkins
Obtains the heap dump.
getHelpFile() - Method in class hudson.model.BooleanParameterDefinition.DescriptorImpl
 
getHelpFile() - Method in class hudson.model.ChoiceParameterDefinition.DescriptorImpl
 
getHelpFile() - Method in class hudson.model.Descriptor
Returns the resource path to the help screen HTML, if any.
getHelpFile(String) - Method in class hudson.model.Descriptor
Returns the path to the help screen HTML for the given field.
getHelpFile(Klass<?>, String) - Method in class hudson.model.Descriptor
 
getHelpFile() - Method in class hudson.model.FileParameterDefinition.DescriptorImpl
 
getHelpFile() - Method in class hudson.model.PasswordParameterDefinition.ParameterDescriptorImpl
 
getHelpFile() - Method in class hudson.model.RunParameterDefinition.DescriptorImpl
 
getHelpFile() - Method in class hudson.model.StringParameterDefinition.DescriptorImpl
 
getHelpFile() - Method in class hudson.tasks.BatchFile.DescriptorImpl
 
getHelpFile() - Method in class hudson.tasks.BuildTrigger.DescriptorImpl
 
getHelpFile(String) - Method in class hudson.tasks.Maven.DescriptorImpl
 
getHelpFile() - Method in class jenkins.model.ProjectNamingStrategy.DefaultProjectNamingStrategy.DescriptorImpl
 
getHelpFile() - Method in class jenkins.model.ProjectNamingStrategy.PatternProjectNamingStrategy.DescriptorImpl
 
getHelpPage() - Method in class hudson.slaves.EnvironmentVariablesNodeProperty.DescriptorImpl
 
getHelpUrl() - Method in class hudson.markup.MarkupFormatter
Gets the URL of the help file.
getHistory() - Method in class hudson.model.TimeSeries
Gets the history data of the exponential moving average.
getHistoryPageFilter() - Method in class hudson.widgets.BuildHistoryWidget
 
getHistoryPageFilter() - Method in class hudson.widgets.HistoryWidget
Get a HistoryPageFilter for rendering a page of queue items.
getHome() - Method in class hudson.tools.ToolInstallation
Gets the home directory of this tool.
getHome(ToolInstallation) - Method in class hudson.tools.ToolLocationNodeProperty
 
getHome() - Method in class hudson.tools.ToolLocationNodeProperty.ToolLocation
 
getHomeDir() - Method in class hudson.tasks.Maven.MavenInstallation
 
getHomeDir(ServletContextEvent) - Method in class hudson.WebAppMain
Determines the home directory for Jenkins.
getHomeDirectory(VirtualChannel) - Static method in class hudson.FilePath
Gets the FilePath representation of the "~" directory (User's home directory in the Unix sense) of the given channel.
getHostName() - Method in class hudson.model.Computer
This method tries to compute the name of the host that's reachable by all the other nodes.
getHostName() - Static method in class hudson.Util
Guesses the current host name.
getHref() - Method in class hudson.model.DirectoryBrowserSupport.Path
 
getHref() - Method in class hudson.model.Run.Artifact
 
getHtmlBaseColor() - Method in enum hudson.model.BallColor
Returns the BallColor.getBaseColor() in the "#RRGGBB" format.
getHub() - Method in class jenkins.slaves.JnlpSlaveHandshake
 
getHub() - Method in class jenkins.slaves.NioChannelSelector
 
getHudsonJob() - Method in class hudson.model.UpdateCenter
Returns latest Jenkins upgrade job.
getHudsonVersion() - Method in class hudson.model.AbstractBuild
Gets the version of Hudson that was used to build this job.
getHudsonWar() - Method in class hudson.lifecycle.Lifecycle
If the location of jenkins.war is known in this life cycle, return it location.
getIcon() - Method in class hudson.model.Computer
 
getIcon() - Method in class hudson.slaves.SlaveComputer
 
getIconAltText() - Method in class hudson.model.Computer
 
getIconClassName() - Method in enum hudson.model.BallColor
Get the status ball icon class spec name.
getIconClassName() - Method in class hudson.model.Computer
 
getIconClassName() - Method in class hudson.model.DirectoryBrowserSupport.Path
 
getIconClassName() - Method in class hudson.model.HealthReport
Get health status icon class.
getIconColor() - Method in class hudson.model.AbstractProject
 
getIconColor() - Method in class hudson.model.Job
Used as the color of the status ball for the project.
getIconColor() - Method in class hudson.model.Run
Gets the icon color for display.
getIconFileName() - Method in class hudson.AboutJenkins
 
getIconFileName() - Method in class hudson.cli.CLIAction
 
getIconFileName() - Method in class hudson.diagnosis.OldDataMonitor.ManagementLinkImpl
 
getIconFileName() - Method in interface hudson.model.Action
Gets the file name of the icon.
getIconFileName() - Method in class hudson.model.CauseAction
 
getIconFileName() - Method in class hudson.model.EnvironmentContributor.EnvVarsHtml
 
getIconFileName() - Method in class hudson.model.InvisibleAction
 
getIconFileName() - Method in class hudson.model.ManageJenkinsAction
 
getIconFileName() - Method in class hudson.model.ManagementLink
Mostly works like Action.getIconFileName(), except that the expected icon size is 48x48, not 24x24.
getIconFileName() - Method in class hudson.model.MyViewsProperty
 
getIconFileName() - Method in class hudson.model.MyViewsProperty.GlobalAction
 
getIconFileName() - Method in class hudson.model.ParametersAction
 
getIconFileName() - Method in class hudson.model.ParametersDefinitionProperty
 
getIconFileName() - Method in class hudson.model.Run.KeepLogBuildBadge
 
getIconFileName() - Method in class hudson.model.TaskAction
Gets the file name of the icon.
getIconFileName() - Method in class hudson.scm.SCMRevisionState
 
getIconFileName() - Method in class hudson.security.GlobalSecurityConfiguration
 
getIconFileName() - Method in class hudson.security.HudsonPrivateSecurityRealm.ManageUserLinks
 
getIconFileName() - Method in class hudson.security.WhoAmI
 
getIconFileName() - Method in class hudson.tasks.Fingerprinter.FingerprintAction
 
getIconFileName() - Method in class hudson.triggers.SCMTrigger.BuildAction
 
getIconFileName() - Method in class hudson.triggers.SCMTrigger.SCMAction
 
getIconFileName() - Method in class hudson.WorkspaceSnapshot
 
getIconFileName() - Method in class jenkins.management.CliLink
 
getIconFileName() - Method in class jenkins.management.ConfigureLink
 
getIconFileName() - Method in class jenkins.management.ConsoleLink
 
getIconFileName() - Method in class jenkins.management.NodesLink
 
getIconFileName() - Method in class jenkins.management.PluginsLink
 
getIconFileName() - Method in class jenkins.management.ReloadLink
 
getIconFileName() - Method in class jenkins.management.ShutdownLink
 
getIconFileName() - Method in class jenkins.management.StatisticsLink
 
getIconFileName() - Method in class jenkins.management.SystemInfoLink
 
getIconFileName() - Method in class jenkins.management.SystemLogLink
 
getIconFileName() - Method in class jenkins.model.RunIdMigrator.UnmigrationInstruction
 
getIconFilePath(Action) - Static method in class hudson.Functions
Computes the path to the icon of the given action from the context path.
getIconName() - Method in enum hudson.model.BallColor
Get the status ball icon name.
getIconName() - Method in class hudson.model.DirectoryBrowserSupport.Path
 
getIconUrl() - Method in class hudson.model.HealthReport
Getter for property 'iconUrl'.
getIconUrl(String) - Method in class hudson.model.HealthReport
Get's the iconUrl relative to the hudson root url, for the correct size.
getId() - Method in class hudson.model.Descriptor
Uniquely identifies this Descriptor among all the other Descriptors.
getId() - Method in class hudson.model.DownloadService.Downloadable
 
getId() - Method in class hudson.model.PermalinkProjectAction.Permalink
ID that uniquely identifies this permalink.
getId() - Method in class hudson.model.Queue.Item
Unique ID (per master) that tracks the Queue.Task as it moves through different stages in the queue (each represented by different subtypes of Item and into any subsequent Run instance (see Run.getQueueId()).
getID() - Method in enum hudson.model.ResultTrend
Gets all upper case ID like token of the build status.
getId() - Method in class hudson.model.Run
Unique ID of this build.
getId() - Method in class hudson.model.UpdateSite
Get ID string.
getId() - Method in class hudson.model.User
 
getId() - Method in class hudson.security.Permission
Returns the string representation of this Permission, which can be converted back to Permission via the Permission.fromId(String) method.
getId() - Method in class hudson.tools.DownloadFromUrlInstaller.DescriptorImpl
This ID needs to be unique, and needs to match the ID token in the JSON update file.
getId() - Method in class hudson.util.DoubleLaunchChecker
Figures out a string that identifies this instance of Hudson.
getId() - Method in class jenkins.security.ConfidentialKey
 
getIdentifier() - Method in class hudson.security.FederatedLoginService.FederatedIdentity
Gets the string representation of the identity in the form that makes sense to the enclosing FederatedLoginService, such as full OpenID URL.
getIdentifiers() - Method in class hudson.security.FederatedLoginServiceUserProperty
 
getIdentity() - Method in class hudson.cli.CliPort
Gets the public part of the RSA key that represents the server identity.
getIdleDelay() - Method in class hudson.slaves.RetentionStrategy.Demand
Getter for property 'idleDelay'.
getIdleExecutors() - Method in class hudson.model.ComputerSet
getTotalExecutors()-getBusyExecutors(), plus executors that are being brought online.
getIdleExecutors() - Method in class hudson.model.Label
Number of idle Executors that can start working immediately.
getIdleExecutors() - Method in class hudson.model.LoadStatistics.LoadStatisticsSnapshot
The total number of executors that are currently on-line and idle.
getIdleExecutorsLatest() - Method in class hudson.slaves.NodeProvisioner.StrategyState
The time series average number of idle executors for this NodeProvisioner.StrategyState.getLabel()
getIdLegacy() - Method in class hudson.model.Queue.Item
Deprecated.
getIdleLatest() - Method in class hudson.slaves.NodeProvisioner.StrategyState
getIdleMaxTime() - Method in class hudson.slaves.CloudSlaveRetentionStrategy
If the computer has been idle longer than this time, we'll kill the slave.
getIdleSnapshot() - Method in class hudson.slaves.NodeProvisioner.StrategyState
Deprecated.
use NodeProvisioner.StrategyState.getSnapshot(), LoadStatistics.LoadStatisticsSnapshot#getAvailableExecutors()
getIdleStartMilliseconds() - Method in class hudson.model.Computer
Returns the time when this computer last became idle.
getIdleStartMilliseconds() - Method in class hudson.model.Executor
Returns when this executor started or should start being idle.
getIdOf(R) - Method in class hudson.model.RunMap
 
getIdOf(R) - Method in class jenkins.model.lazy.AbstractLazyLoadRunMap
Subtype to provide Run.getId() so that this class doesn't have to depend on it.
getImage() - Method in enum hudson.model.BallColor
String like "red.png" that represents the file name of the image.
getImageOf(String) - Method in enum hudson.model.BallColor
 
getImageOf(String) - Method in interface hudson.model.StatusIcon
Returns the URL to the image.
getImageOf(String) - Method in class hudson.model.StockStatusIcon
 
getImplicitCollectionDefForFieldName(Class, String) - Method in class hudson.util.xstream.MapperDelegate
 
getIn() - Method in class jenkins.slaves.JnlpSlaveHandshake
 
getIncludeRegex() - Method in class hudson.model.ListView
 
getInDemandDelay() - Method in class hudson.slaves.RetentionStrategy.Demand
Getter for property 'inDemandDelay'.
getIndenter() - Method in class hudson.model.View
If this view uses <t:projectView> for rendering, this method returns the indenter used to indent each row.
getIndexPage() - Method in class hudson.PluginWrapper
Returns the URL of the index page jelly script.
getInfo() - Method in class hudson.PluginWrapper
returns the UpdateSite.Plugin object, or null.
getInitialDelay() - Method in class hudson.model.AperiodicWork
Gets the number of milliseconds till the first execution.
getInitialDelay() - Method in class hudson.model.PeriodicWork
Gets the number of milliseconds til the first execution.
getInitialDelay() - Method in class hudson.slaves.NodeProvisioner.NodeProvisionerInvoker
 
getInitialDelay() - Method in class hudson.triggers.Trigger.Cron
 
getInitialDelay() - Method in class jenkins.model.DownloadSettings.DailyCheck
 
getInitLevel() - Method in class jenkins.model.Jenkins
Gets the initialization milestone that we've already reached.
getInjector() - Method in class jenkins.model.Jenkins
Gets the dependency injection container that hosts all the extension implementations and other components in Jenkins.
getInner() - Method in class hudson.Launcher.DecoratedLauncher
Gets nested launcher.
getInProgress() - Method in class hudson.util.SequentialExecutionQueue
Gets Runnables that are currently executed by a live thread.
getInputStream() - Method in class hudson.cli.FullDuplexHttpStream
 
getInputStream() - Method in class hudson.model.FileParameterValue.FileItemImpl
 
getInputStream(URL) - Static method in class hudson.ProxyConfiguration
 
getInputStream() - Method in class hudson.util.StreamResource
 
getInQueueForString() - Method in class hudson.model.Queue.Item
Returns a human readable presentation of how long this item is already in the queue.
getInQueueSince() - Method in class hudson.model.Queue.Item
Since when is this item in the queue.
getInsensitiveSearch() - Method in class hudson.search.UserSearchProperty
 
getInstallable() - Method in class hudson.tools.DownloadFromUrlInstaller
getInstallableJDKs() - Method in class hudson.tools.JDKInstaller.DescriptorImpl
List of installable JDKs.
getInstallables() - Method in class hudson.tools.DownloadFromUrlInstaller.DescriptorImpl
List of installable tools.
getInstallations() - Method in class hudson.model.JDK.DescriptorImpl
 
getInstallations() - Method in class hudson.tasks.Maven.DescriptorImpl
 
getInstallations() - Method in class hudson.tasks.Maven.MavenInstallation.DescriptorImpl
 
getInstallations() - Method in class hudson.tools.ToolDescriptor
Configured instances of ToolInstallations.
getInstalled() - Method in class hudson.model.UpdateSite.Plugin
If some version of this plugin is currently installed, return PluginWrapper.
getInstance() - Method in class hudson.ExtensionComponent
The instance of the discovered extension.
getInstance() - Static method in class hudson.model.Hudson
Deprecated.
Here only for compatibility. Use Jenkins.getInstance() instead.
getInstance() - Static method in class hudson.model.Queue
 
getInstance() - Static method in class hudson.PluginManager.PluginUpdateMonitor
Convenience method to ease access to this monitor, this allows other plugins to register required updates.
getInstance() - Static method in class jenkins.model.Jenkins
Gets the Jenkins singleton.
getInstance() - Method in interface jenkins.model.Jenkins.JenkinsHolder
 
getInstance(Key<T>) - Method in class jenkins.ProxyInjector
 
getInstance(Class<T>) - Method in class jenkins.ProxyInjector
 
getInstanceCap() - Method in class hudson.slaves.AbstractCloudImpl
Gets the instance cap as int, where the capless is represented as Integer.MAX_VALUE
getInstanceCapStr() - Method in class hudson.slaves.AbstractCloudImpl
Gets the instance cap as string.
getInterval() - Method in class hudson.model.DownloadService.Downloadable
How often do we retrieve the new image?
getIOtriplet() - Method in interface hudson.Launcher.RemoteProcess
 
getIsUnitTest() - Static method in class hudson.Functions
Returns true if we are running unit tests.
getItem(String) - Method in interface hudson.model.ItemGroup
Gets the Item inside this group that has a given name, or null if it does not exist.
getItem(long) - Method in class hudson.model.Queue
 
getItem(Queue.Task) - Method in class hudson.model.Queue
Gets the information about the queue item for the given project.
getItem() - Method in class hudson.model.queue.ScheduleResult.Created
 
getItem() - Method in class hudson.model.queue.ScheduleResult.Existing
 
getItem() - Method in class hudson.model.queue.ScheduleResult
Unless ScheduleResult.isRefused() is true, this method either returns the newly created item in the queue or the existing item that's already in the queue that matched the submitted task.
getItem(String) - Method in class hudson.model.View
Gets the TopLevelItem of the given name.
getItem() - Method in class hudson.triggers.SCMTrigger.SCMAction
 
getItem(String) - Method in class jenkins.model.Jenkins
Gets the Item inside this group that has a given name, or null if it does not exist.
getItem(String, ItemGroup) - Method in class jenkins.model.Jenkins
Gets the item by its path name from the given context
getItem(String, Item) - Method in class jenkins.model.Jenkins
 
getItem(String, ItemGroup, Class<T>) - Method in class jenkins.model.Jenkins
 
getItem(String, Item, Class<T>) - Method in class jenkins.model.Jenkins
 
getItemByFullName(String, Class<T>) - Method in class jenkins.model.Jenkins
Gets the Item object by its full name.
getItemByFullName(String) - Method in class jenkins.model.Jenkins
 
getItemCreatePermission() - Static method in class hudson.model.View
 
getItemGroup() - Method in class hudson.model.MyViewsProperty
 
getItemGroup() - Method in class hudson.model.TreeView
 
getItemGroup() - Method in interface hudson.model.ViewGroup
Returns the ItemGroup from which the views in this group should render items.
getItemGroup() - Method in class jenkins.model.Jenkins
 
getItemMap() - Method in class jenkins.model.Jenkins
Returns the read-only view of all the TopLevelItems keyed by their names.
getItemPaint(int, int) - Method in class hudson.util.StackedAreaRenderer2
Override this method to specify the color to draw the given area.
getItems() - Method in class hudson.model.AllView
 
getItems() - Method in interface hudson.model.ItemGroup
Gets all the items in this collection in a read-only view.
getItems() - Method in class hudson.model.ListView
Returns a read-only view of all Jobs in this view.
getItems() - Method in class hudson.model.MyView
 
getItems() - Method in class hudson.model.ProxyView
 
getItems() - Method in class hudson.model.Queue
Gets a snapshot of items in the queue.
getItems(Queue.Task) - Method in class hudson.model.Queue
Gets the information about the queue item for the given project.
getItems() - Method in class hudson.model.TreeView
Returns a read-only view of all Jobs in this view.
getItems() - Method in class hudson.model.View
Gets all the items in this collection in a read-only view.
getItems() - Method in class hudson.scm.ChangeLogSet
All changes in this change set.
getItems() - Method in class jenkins.model.Jenkins
Gets just the immediate children of Jenkins.
getItems(Class<T>) - Method in class jenkins.model.Jenkins
Gets just the immediate children of Jenkins but of the given type.
getItemsBeingPolled() - Method in class hudson.triggers.SCMTrigger.DescriptorImpl
 
getItemType() - Method in class hudson.model.Descriptor.PropertyType
If the property is a collection/array type, what is an item type?
getItemTypeDescriptor() - Method in class hudson.model.Descriptor.PropertyType
Returns Descriptor whose 'clazz' is the same as the item type.
getItemTypeDescriptorOrDie() - Method in class hudson.model.Descriptor.PropertyType
 
getItemTypeForItemFieldName(Class, String) - Method in class hudson.util.xstream.MapperDelegate
 
getJavaHome() - Method in class hudson.model.JDK
Deprecated.
getJDK() - Method in class hudson.model.AbstractProject
Gets the JDK that this project is configured with, or null.
getJDK(String) - Method in class jenkins.model.Jenkins
Gets the JDK installation of the given name, or returns null.
getJDKDescriptor() - Method in class hudson.Functions
 
getJDKs() - Method in class jenkins.model.Jenkins
 
getJnlpJars(String) - Method in class hudson.slaves.SlaveComputer
Deprecated.
since 2008-08-18. This URL binding is no longer used and moved up directly under to Jenkins, but it's left here for now just in case some old JNLP slave agents request it.
getJnlpJars(String) - Method in class jenkins.model.Jenkins
Serves jar files for JNLP slave agents.
getJnlpMac() - Method in class hudson.slaves.SlaveComputer
 
getJob() - Method in class hudson.model.Fingerprint.BuildPtr
Gets the Job that this pointer points to, or null if such a job no longer exists.
getJob(String) - Method in class hudson.model.Hudson
Deprecated.
Left only for the compatibility of URLs. Should not be invoked for any other purpose.
getJob() - Method in class hudson.model.ParametersDefinitionProperty
 
getJob(int) - Method in class hudson.model.UpdateCenter
Gets a job by its ID.
getJob(UpdateSite.Plugin) - Method in class hudson.model.UpdateCenter
Returns latest install/upgrade job for the given plugin.
getJob(String) - Method in class hudson.model.View
getJobAction(J) - Method in class hudson.model.JobProperty
Deprecated.
as of 1.341. Override JobProperty.getJobActions(Job) instead.
getJobActions(J) - Method in class hudson.model.JobProperty
Actions to be displayed in the job page.
getJobActions(Job<?, ?>) - Method in class hudson.model.ParametersDefinitionProperty
 
getJobActions(AbstractProject<?, ?>) - Method in class hudson.model.ParametersDefinitionProperty
Deprecated.
getJobCaseInsensitive(String) - Method in class hudson.model.Hudson
Deprecated.
Used only for mapping jobs to URL in a case-insensitive fashion.
GetJobCommand - Class in hudson.cli
 
GetJobCommand() - Constructor for class hudson.cli.GetJobCommand
 
GetJobCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key GetJobCommand.ShortDescription: Dumps the job definition XML to stdout..
getJobFilters() - Method in class hudson.model.ListView
 
getJobFiltersDescriptors() - Method in class hudson.model.ViewDescriptor
Possible ViewJobFilter types that can be used with this view.
getJobListeners() - Method in class hudson.model.Hudson
Deprecated.
as of 1.286. Use ItemListener.all().
getJobName() - Method in class hudson.model.RunParameterValue
 
getJobNames() - Method in class jenkins.model.Jenkins
Gets the names of all the Jobs.
getJobOverrides() - Method in class hudson.model.JobProperty
 
getJobProperty(String) - Method in class jenkins.model.Jenkins
Gets the JobPropertyDescriptor by name.
getJobPropertyDescriptors(Class<? extends Job>) - Static method in class hudson.Functions
 
getJobPropertyDescriptors(Job) - Static method in class hudson.Functions
 
getJobs() - Method in class hudson.model.Fingerprint
Gets the sorted list of job names where this jar is used.
getJobs() - Method in class hudson.model.UpdateCenter
Returns the list of UpdateCenter.UpdateCenterJob representing scheduled installation attempts.
getJSONObject() - Method in class hudson.model.UpdateSite
Gets the raw update center JSON data.
getJsonSafeClassName() - Method in class hudson.model.Descriptor
Gets the class name nicely escaped to be usable as a key in the structured form submission.
getJsonSignatureValidator() - Method in class hudson.model.UpdateSite
Let sub-classes of UpdateSite provide their own signature validator.
getKey() - Method in class hudson.scm.SCM
Should create a key by which this SCM configuration might be distinguished from others in the same project.
getKey(ToolInstallation) - Method in class hudson.tools.ToolLocationNodeProperty.DescriptorImpl
 
getKey() - Method in class hudson.tools.ToolLocationNodeProperty.ToolLocation
 
getKey(T) - Method in interface hudson.widgets.HistoryWidget.Adapter
 
getKeys() - Method in class hudson.cli.PrivateKeyProvider
Get keys read so far.
getKind() - Method in class hudson.scm.ChangeLogSet
Optional identification of the kind of SCM being used.
getKlass() - Method in class hudson.model.Descriptor
Returns the Klass object used for the purpose of loading resources from this descriptor.
getLabel() - Method in class hudson.slaves.NodeProvisioner.StrategyState
The label under consideration.
getLabel() - Method in class hudson.tools.ToolInstaller
Label to limit which nodes this installation can be performed on.
getLabel(String) - Method in class jenkins.model.Jenkins
Gets the label that exists on this system by the name.
getLabelAtom(String) - Method in class jenkins.model.Jenkins
Returns the label atom of the given name.
getLabelAtoms() - Method in class jenkins.model.Jenkins
 
getLabelCloud() - Method in class hudson.model.Node
Return the possibly empty tag cloud for the labels of this node.
getLabels() - Method in class jenkins.model.Jenkins
Gets all the active labels in the current system.
getLabelString() - Method in class hudson.model.Node
Returns the manually configured label for a node.
getLabelString() - Method in class hudson.model.Slave
 
getLabelString() - Method in class jenkins.model.Jenkins
 
getLabelString() - Method in class jenkins.model.MasterBuildConfiguration
 
getLastBuild() - Method in class hudson.model.AbstractProject
 
getLastBuild() - Method in class hudson.model.BuildTimelineWidget
Deprecated.
getLastBuild() - Method in class hudson.model.Job
Returns the last build.
getLastBuild() - Method in class hudson.util.RunList
 
getLastBuild() - Method in class jenkins.model.lazy.LazyBuildMixIn
Suitable for Job.getLastBuild().
getLastBuildsOverThreshold(int, Result) - Method in class hudson.model.Job
Returns the last 'numberOfBuilds' builds with a build result >= 'threshold'
getLastBuiltOn() - Method in class hudson.model.AbstractProject
Gets the Node where this project was last built on.
getLastBuiltOn() - Method in class hudson.model.queue.AbstractSubTask
 
getLastBuiltOn() - Method in class hudson.model.queue.QueueTaskFilter
 
getLastBuiltOn() - Method in interface hudson.model.queue.SubTask
If the previous execution of this task run on a certain node and this task prefers to run on the same node, return that.
getLastChange() - Method in class hudson.model.View.UserInfo
 
getLastChangeTimeString() - Method in class hudson.model.View.UserInfo
Returns a human-readable string representation of when this user was last active.
getLastCompletedBuild() - Method in class hudson.model.Job
Returns the last completed build, if any.
getLastFailedBuild() - Method in class hudson.model.Job
Returns the last failed build, if any.
getLastModified() - Method in class jenkins.diagnosis.HsErrPidFile
 
getLastModifiedDate() - Method in class jenkins.diagnosis.HsErrPidFile
 
getLastStableBuild() - Method in class hudson.model.Job
Returns the last stable build, if any.
getLastSuccessfulBuild() - Method in class hudson.model.Job
Returns the last successful build, if any.
getLastUnstableBuild() - Method in class hudson.model.Job
Returns the last unstable build, if any.
getLastUnsuccessfulBuild() - Method in class hudson.model.Job
Returns the last build that was anything but stable, if any.
getLastUpdatedString() - Method in class hudson.model.UpdateCenter
Gets the string representing how long ago the data was obtained.
getLatest(MultiStageTimeSeries.TimeScale) - Method in class hudson.model.MultiStageTimeSeries
Gets the most up-to-date data point value.
getLatest() - Method in class hudson.model.TimeSeries
Gets the most up-to-date data point value.
getLatestIdleExecutors(MultiStageTimeSeries.TimeScale) - Method in class hudson.model.LoadStatistics
Deprecated.
getLauncher() - Method in class hudson.model.AbstractBuild.AbstractBuildExecution
 
getLauncher() - Method in class hudson.model.Slave
 
getLauncher() - Method in class hudson.slaves.DelegatingComputerLauncher
 
getLauncher() - Method in class hudson.slaves.SlaveComputer
 
getLazyBuildMixIn() - Method in class hudson.model.AbstractProject
 
getLazyBuildMixIn() - Method in interface jenkins.model.lazy.LazyBuildMixIn.LazyLoadingJob
 
getLeftItems() - Method in class hudson.model.Queue
Returns the snapshot of all Queue.LeftItems.
getLegacyInstanceId() - Method in class jenkins.model.Jenkins
Returns the unique identifier of this Jenkins that has been historically used to identify this Jenkins to the outside world.
getLength() - Method in class hudson.model.Run.Artifact
 
getLevel() - Method in class hudson.logging.LogRecorder.Target
 
getLicensesURL() - Method in class hudson.AboutJenkins
 
getLifecycle() - Method in class jenkins.model.Jenkins
 
getListener() - Method in class hudson.Launcher.DecoratedLauncher
 
getListener() - Method in class hudson.Launcher
Gets the TaskListener that this launcher uses to report the commands that it's executing.
getListener() - Method in class hudson.model.AbstractBuild.AbstractBuildExecution
 
getLoadBalancer() - Method in class hudson.model.Queue
 
getLoadedBuilds() - Method in class jenkins.model.lazy.AbstractLazyLoadRunMap
Returns a read-only view of records that has already been loaded.
getLoadLock() - Method in class hudson.DescriptorExtensionList
DescriptorExtensionList.load() in the descriptor is not a real load activity, so locking against "this" is enough.
getLoadLock() - Method in class hudson.ExtensionList
Chooses the object that locks the loading of the extension instances.
getLoadStatistics() - Method in class hudson.model.Computer
 
getLocalConverter(Class, String) - Method in class hudson.util.xstream.MapperDelegate
 
getLocalizableDescription() - Method in class hudson.model.HealthReport
Getter for property 'localizibleDescription'.
getLocation() - Method in class hudson.model.FileParameterValue
 
getLocations() - Method in class hudson.tools.ToolLocationNodeProperty
 
getLog() - Method in class hudson.model.Computer
Gets the string representation of the slave log.
getLog() - Method in class hudson.model.Run
Deprecated.
since 2007-11-11. Use Run.getLog(int) instead as it avoids loading the whole log into memory unnecessarily.
getLog(int) - Method in class hudson.model.Run
Gets the log of the build as a list of strings (one per log line).
getLog() - Method in class hudson.model.TaskAction
Deprecated.
as of 1.350 Use TaskAction.obtainLog(), which returns the same object in a more type-safe signature.
getLog() - Method in class hudson.triggers.SCMTrigger.SCMAction
 
getLog() - Method in class jenkins.model.Jenkins
For binding LogRecorderManager to "/log".
getLogDir() - Method in class hudson.model.Computer
Directory where rotated slave logs are stored.
getLogFile() - Method in class hudson.model.AsyncAperiodicWork
Determines the log file that records the result of this task.
getLogFile() - Method in class hudson.model.AsyncPeriodicWork
Determines the log file that records the result of this task.
getLogFile() - Method in class hudson.model.Computer
This is where the log from the remote agent goes.
getLogFile() - Method in class hudson.model.Run
Returns the log file.
getLogFile() - Method in class hudson.triggers.SCMTrigger
Returns the file that records the last/current polling activity.
getLogFile() - Method in class hudson.triggers.SCMTrigger.Runner
Where the log file is written.
getLogFile() - Method in class jenkins.management.AsynchronousAdministrativeMonitor
Rewrite log file.
getLogFile() - Method in class jenkins.security.RekeySecretAdminMonitor
Rewrite log file.
getLogger() - Method in class hudson.logging.LogRecorder.Target
 
getLogger() - Method in interface hudson.model.TaskListener
This writer will receive the output of the build
getLogger() - Method in class hudson.util.LogTaskListener
 
getLogger() - Method in class hudson.util.StreamTaskListener
 
getLogger() - Method in class jenkins.util.BuildListenerAdapter
 
getLoggerNames() - Method in class hudson.Functions
Work around for bug 6935026.
getLogInputStream() - Method in class hudson.model.Run
Returns an input stream that reads from the log file.
getLoginUrl() - Method in class hudson.security.LegacySecurityRealm
 
getLoginUrl() - Method in class hudson.security.SecurityRealm
Gets the target URL of the "login" link.
getLogReader() - Method in class hudson.model.Run
 
getLogRecorder(String) - Method in class hudson.logging.LogRecorderManager
 
getLogRecords() - Static method in class hudson.Functions
 
getLogRecords() - Method in class hudson.logging.LogRecorder
Gets a view of the log records.
getLogRecords() - Method in class hudson.model.Computer
Gets the logs recorded by this slave.
getLogRecords() - Method in class hudson.slaves.SlaveComputer
 
getLogRecords() - Method in class jenkins.model.Jenkins.MasterComputer
 
getLogRotator() - Method in class hudson.model.Job
Deprecated.
as of 1.503 Use Job.getBuildDiscarder().
getLogText() - Method in class hudson.model.Computer
Used to URL-bind AnnotatedLargeText.
getLogText() - Method in class hudson.model.Run
Used to URL-bind AnnotatedLargeText.
getLogText() - Method in class jenkins.management.AsynchronousAdministrativeMonitor
Used to URL-bind AnnotatedLargeText.
getLongDescription() - Method in class hudson.cli.CLICommand
Get long description as a string.
getLongName() - Method in class hudson.PluginWrapper
Returns a one-line descriptive name of this plugin.
getManagementLinks() - Method in class jenkins.model.Jenkins
 
getManifest() - Method in class hudson.PluginWrapper
 
getMapperInjectionPoint() - Method in class hudson.util.XStream2
 
getMarkupFormatter() - Method in class hudson.security.GlobalSecurityConfiguration
 
getMarkupFormatter() - Method in class jenkins.model.Jenkins
Gets the markup formatter used in the system.
getMasterKillSwitch() - Method in class jenkins.security.s2m.AdminWhitelistRule
 
getMasterToSlaveAccessControl() - Method in class jenkins.security.s2m.MasterKillSwitchConfiguration
 
getMaven() - Method in class hudson.tasks.Maven
Gets the Maven to invoke, or null to invoke the default one.
getMavenHome() - Method in class hudson.tasks.Maven.MavenInstallation
Deprecated.
as of 1.308. Use ToolInstallation.getHome().
getMe() - Method in class jenkins.model.Jenkins
Exposes the current user to /me URL.
getMembers() - Method in class hudson.security.GroupDetails
Returns the members of the group, or null if the members were not retrieved.
getMembersInjector(TypeLiteral<T>) - Method in class jenkins.ProxyInjector
 
getMembersInjector(Class<T>) - Method in class jenkins.ProxyInjector
 
getMessage() - Method in class hudson.model.UpdateCenter.DownloadJob.SuccessButRequiresRestart
 
getMessage() - Method in exception hudson.util.IncompatibleAntVersionDetected
 
getMessage() - Method in exception hudson.util.jna.WinIOException
 
getMessage() - Method in class hudson.util.ProcessKillingVeto.VetoCause
 
getMissingResource(ResourceList) - Method in class hudson.model.ResourceController
Of the resource in the given resource list, return the one that's currently in use.
getMode() - Method in class hudson.model.Node
Returns Node.Mode.EXCLUSIVE if this node is only available for those jobs that exclusively specifies this node as the assigned node.
getMode() - Method in class hudson.model.Slave
 
getMode() - Method in class jenkins.model.Jenkins
 
getModuleRoot() - Method in class hudson.model.AbstractBuild
Returns the root directory of the checked-out module.
getModuleRoot() - Method in class hudson.model.AbstractProject
Deprecated.
as of 1.319 See AbstractProject.getWorkspace() for a migration strategy.
getModuleRoot(FilePath, AbstractBuild) - Method in class hudson.scm.SCM
Gets the top directory of the checked out module.
getModuleRoot(FilePath) - Method in class hudson.scm.SCM
Deprecated.
since 1.382 Use/override SCM.getModuleRoot(FilePath, AbstractBuild) instead.
getModuleRoots() - Method in class hudson.model.AbstractBuild
Returns the root directories of all checked-out modules.
getModuleRoots() - Method in class hudson.model.AbstractProject
Deprecated.
as of 1.319 See AbstractProject.getWorkspace() for a migration strategy.
getModuleRoots(FilePath, AbstractBuild) - Method in class hudson.scm.SCM
Gets the top directories of all the checked out modules.
getModuleRoots(FilePath) - Method in class hudson.scm.SCM
Deprecated.
as of 1.382. Use/derive from SCM.getModuleRoots(FilePath, AbstractBuild) instead.
getMonitorData() - Method in class hudson.model.Computer
Expose monitoring data for the remote API.
getMonitoringTimeOut() - Method in class hudson.node_monitors.AbstractNodeMonitorDescriptor
Controls the time out of monitoring.
getMonitors() - Static method in class hudson.model.ComputerSet
 
getMsg() - Method in class hudson.scm.ChangeLogSet.Entry
Gets the "commit message".
getMsgAnnotated() - Method in class hudson.scm.ChangeLogSet.Entry
Gets the text fully marked up by ChangeLogAnnotator.
getMsgEscaped() - Method in class hudson.scm.ChangeLogSet.Entry
Message escaped for HTML
getMyViewsTabBar() - Method in class hudson.model.MyViewsProperty
 
getMyViewsTabBar() - Method in class hudson.views.MyViewsTabBar.GlobalConfigurationImpl
 
getMyViewsTabBar() - Method in class jenkins.model.Jenkins
 
getMyViewsTabBarDescriptors() - Static method in class hudson.Functions
 
getName() - Method in class hudson.cli.CLICommand
Gets the command name.
getName() - Method in class hudson.cli.CliProtocol
 
getName() - Method in class hudson.cli.CliProtocol2
 
getName() - Method in class hudson.FilePath
Gets just the file name portion without directories.
getName() - Method in class hudson.logging.LogRecorder
 
getName() - Method in class hudson.logging.LogRecorder.Target
 
getName() - Method in class hudson.model.AbstractItem
 
getName() - Method in class hudson.model.Computer
getName() - Method in class hudson.model.FileParameterValue.FileItemImpl
 
getName() - Method in class hudson.model.Fingerprint.BuildPtr
getName() - Method in interface hudson.model.Item
Gets the name of the item.
getName() - Method in class hudson.model.Label
getName() - Method in enum hudson.model.Node.Mode
 
getName() - Method in class hudson.model.ParameterDefinition
 
getName() - Method in class hudson.model.ParameterValue
Name of the parameter.
getName() - Method in class hudson.model.queue.MappingWorksheet.ExecutorChunk
Node name.
getName() - Method in class hudson.model.queue.QueueTaskFilter
 
getName() - Method in class hudson.model.Queue.StubTask
 
getName() - Method in interface hudson.model.Queue.Task
Unique name of this task.
getName() - Method in enum hudson.model.RunParameterDefinition.RunParameterFilter
 
getName() - Method in class hudson.model.UpdateCenter.DownloadJob
 
getName() - Method in class hudson.model.UpdateCenter.HudsonDowngradeJob
 
getName() - Method in class hudson.model.UpdateCenter.HudsonUpgradeJob
 
getName() - Method in class hudson.model.UpdateCenter.InstallationJob
 
getName() - Method in class hudson.model.UpdateCenter.PluginDowngradeJob
 
getName() - Method in class hudson.scm.EditType
 
getName(SMT) - Method in class hudson.search.CollectionSearchIndex
 
getName() - Method in class hudson.security.ContainerAuthentication
 
getName() - Method in class hudson.security.GroupDetails
Returns the name of the group.
getName() - Method in class hudson.security.WhoAmI
 
getName() - Method in class hudson.tools.ToolInstallation
Gets the human readable name that identifies this tool among other ToolInstallations of the same kind.
getName() - Method in class hudson.tools.ToolLocationNodeProperty.ToolLocation
 
getName() - Method in interface hudson.util.spring.BeanConfiguration
 
getName() - Method in class jenkins.AgentProtocol
Protocol name.
getName() - Method in class jenkins.diagnosis.HsErrPidFile
 
getName() - Method in class jenkins.model.Jenkins.MasterComputer
Returns "" to match with AbstractCIBase.getNodeName().
getName() - Method in class jenkins.slaves.JnlpSlaveAgentProtocol
 
getName() - Method in class jenkins.slaves.JnlpSlaveAgentProtocol2
 
getName() - Method in class jenkins.util.VirtualFile
Gets the base name, meaning just the last portion of the path name without any directories.
getNamedResources(String) - Method in class jenkins.util.AntClassLoader
Finds all the resources with the given name.
getNamePattern() - Method in class jenkins.model.ProjectNamingStrategy.PatternProjectNamingStrategy
 
getNearestAncestorUrl(StaplerRequest, Object) - Static method in class hudson.Functions
Finds the given object in the ancestor list and returns its URL.
getNearestBuild(int) - Method in class hudson.model.AbstractProject
 
getNearestBuild(int) - Method in class hudson.model.Job
Gets the youngest build #m that satisfies n<=m.
getNearestBuild(int) - Method in class jenkins.model.lazy.LazyBuildMixIn
getNearestOldBuild(int) - Method in class hudson.model.AbstractProject
 
getNearestOldBuild(int) - Method in class hudson.model.Job
Gets the latest build #m that satisfies m<=n.
getNearestOldBuild(int) - Method in class jenkins.model.lazy.LazyBuildMixIn
getNeededDependencies() - Method in class hudson.model.UpdateSite.Plugin
Returns a list of dependent plugins which need to be installed or upgraded for this plugin to work.
getNeededDependenciesRequiredCore() - Method in class hudson.model.UpdateSite.Plugin
 
getNestLevel(J) - Method in class hudson.Indenter
 
getNewBuilds() - Method in class hudson.model.Job
Gets the read-only view of the recent builds.
getNewInstance() - Method in class hudson.model.AperiodicWork
Gets new instance of task to be executed.
getNewPronoun() - Method in class hudson.model.View
 
getNewViewDetailPage() - Method in class hudson.model.ViewDescriptor
Jelly fragment included in the "new view" page.
getNextBuild() - Method in class hudson.model.AbstractBuild
 
getNextBuild() - Method in class hudson.model.Run
 
getNextBuild() - Method in class jenkins.model.lazy.LazyBuildMixIn.RunMixIn
To implement Run.getNextBuild().
getNextBuildNumber() - Method in class hudson.model.Job
Peeks the next build number.
getNextBuildNumber() - Method in interface jenkins.triggers.SCMTriggerItem
 
getNextBuildNumberToFetch() - Method in class hudson.widgets.HistoryWidget
 
getNextBuildUrl() - Method in class hudson.Functions.RunUrl
Returns the same page in the next build.
getNextEntry() - Method in class hudson.org.apache.tools.tar.TarInputStream
Deprecated.
Get the next entry in this tar archive.
getNextKey(String) - Method in interface hudson.widgets.HistoryWidget.Adapter
 
getNickname() - Method in class hudson.security.FederatedLoginService.FederatedIdentity
Gets a short ID of this user, as a suitable candidate for User.getId().
getNode() - Method in class hudson.model.Computer
Returns the Node that this computer represents.
getNode() - Method in class hudson.model.Queue.JobOffer
 
getNode() - Method in class hudson.slaves.AbstractCloudComputer
 
getNode(String) - Method in class hudson.slaves.NodeList
 
getNode() - Method in class hudson.slaves.SlaveComputer
 
getNode(String) - Method in class jenkins.model.Jenkins
Gets the slave node of the give name, hooked under this Jenkins.
getNode(String) - Method in class jenkins.model.Nodes
Returns the named node.
GetNodeCommand - Class in hudson.cli
 
GetNodeCommand() - Constructor for class hudson.cli.GetNodeCommand
 
GetNodeCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key GetNodeCommand.ShortDescription: Dumps the node definition XML to stdout..
getNodeDescription() - Method in class hudson.model.Node
Human-readable description of this node.
getNodeDescription() - Method in class hudson.model.Slave
 
getNodeDescription() - Method in class jenkins.model.Jenkins
 
getNodeModes() - Static method in class hudson.Functions
 
getNodeMonitorDescriptors() - Method in class hudson.model.ComputerSet
Exposing NodeMonitor.all() for Jelly binding.
getNodeName() - Method in class hudson.model.AbstractCIBase
Deprecated.
Maybe you were trying to call Node.getDisplayName().
getNodeName() - Method in class hudson.model.Node
Name of this node.
getNodeName() - Method in class hudson.model.Slave
 
getNodeProperties() - Method in class hudson.model.Node
Gets the NodeProperty instances configured for this Node.
getNodeProperties() - Method in class hudson.model.Slave
 
getNodeProperties() - Method in class jenkins.model.Jenkins
 
getNodePropertyDescriptors(Class<? extends Node>) - Static method in class hudson.Functions
 
getNodePropertyDescriptors() - Method in class hudson.model.Node
 
getNodes() - Method in class hudson.model.AbstractCIBase
Returns all Nodes in the system, excluding Jenkins instance itself which represents the master.
getNodes() - Method in class hudson.model.Label
Gets all Nodes that belong to this label.
getNodes() - Method in class hudson.model.LoadStatistics
Returns the Node instances that this statistic counts.
getNodes() - Method in class hudson.model.OverallLoadStatistics
 
getNodes() - Method in class jenkins.model.Jenkins
Returns all Nodes in the system, excluding Jenkins instance itself which represents the master.
getNodes() - Method in class jenkins.model.Nodes
Returns the list of nodes.
getNodes() - Method in class jenkins.model.UnlabeledLoadStatistics
 
getNodesObject() - Method in class jenkins.model.Jenkins
Get the Nodes object that handles maintaining individual Nodes.
getNonIgnoredMonitors() - Static method in class hudson.model.ComputerSet
Returns a subset pf ComputerSet.getMonitors() that are not ignored.
getNoProxyHostPatterns() - Method in class hudson.ProxyConfiguration
Returns the list of properly formatted no proxy host names.
getNoProxyHostPatterns(String) - Static method in class hudson.ProxyConfiguration
Returns the list of properly formatted no proxy host names.
getNormalLoggingLevel() - Method in class hudson.model.AsyncAperiodicWork
Returns the logging level at which normal messages are displayed.
getNormalLoggingLevel() - Method in class hudson.model.AsyncPeriodicWork
Returns the logging level at which normal messages are displayed.
getNote() - Method in class hudson.model.Cause.RemoteCause
 
getNumber() - Method in class hudson.model.Executor
Gets the executor number that uniquely identifies it among other Executors for the same computer.
getNumber() - Method in class hudson.model.Fingerprint.BuildPtr
Gets the project build number.
getNumber() - Method in class hudson.model.Run
 
getNumber() - Method in class hudson.model.RunParameterValue
 
getNumberedFileName(int) - Method in class hudson.util.io.ReopenableRotatingFileOutputStream
 
getNumberOf(R) - Method in class hudson.model.RunMap
 
getNumberOf(R) - Method in class jenkins.model.lazy.AbstractLazyLoadRunMap
Subtype to provide Run.getNumber() so that this class doesn't have to depend on it.
getNumExecutors() - Method in class hudson.model.Computer
Number of Executors that are configured for this computer.
getNumExecutors() - Method in class hudson.model.Node
Returns the number of Executors.
getNumExecutors() - Method in class hudson.model.Slave
 
getNumExecutors() - Method in class jenkins.model.Jenkins
 
getNumExecutors() - Method in class jenkins.model.MasterBuildConfiguration
 
getNumToKeep() - Method in class hudson.tasks.LogRotator
 
getNumToKeepStr() - Method in class hudson.tasks.LogRotator
 
getOffenders() - Method in class jenkins.diagnostics.PinningIsBlockingBundledPluginMonitor
 
getOfflineCause() - Method in class hudson.model.Computer
If the computer was offline (either temporarily or not), this method will return the cause.
getOfflineCauseReason() - Method in class hudson.model.Computer
If the computer was offline (either temporarily or not), this method will return the cause as a string (without user info).
getOneOffExecutor() - Method in class hudson.model.Run
Gets the one off Executor building this job, if it's being built.
getOneOffExecutors() - Method in class hudson.model.Computer
Gets the read-only snapshot view of all OneOffExecutors.
getOnlineExecutors() - Method in class hudson.model.LoadStatistics.LoadStatisticsSnapshot
The total number of executors that are currently on-line.
getOnlineExecutorsLatest() - Method in class hudson.slaves.NodeProvisioner.StrategyState
The time series average number of online executors for this NodeProvisioner.StrategyState.getLabel()
getOptionalDependencies() - Method in class hudson.PluginWrapper
 
getOrCreate(AbstractBuild, String, byte[]) - Method in class hudson.model.FingerprintMap
 
getOrCreate(AbstractBuild, String, String) - Method in class hudson.model.FingerprintMap
 
getOrCreate(Run, String, String) - Method in class hudson.model.FingerprintMap
 
getOrCreate(String, P) - Method in class hudson.util.KeyedDataStorage
Atomically gets the existing data object if any, or if it doesn't exist create it and return it.
getOrdinal(Extension) - Method in class hudson.ExtensionFinder.DefaultGuiceExtensionAnnotation
 
getOrdinal(T) - Method in class hudson.ExtensionFinder.GuiceExtensionAnnotation
 
getOriginal() - Method in class hudson.model.Fingerprint
The first build in which this file showed up, if the file looked like it's created there.
getOriginalFileName() - Method in class hudson.model.FileParameterValue
Get the name of the originally uploaded file.
getOSDescription() - Method in class hudson.slaves.SlaveComputer
Get the OS description.
getOut() - Method in class jenkins.slaves.JnlpSlaveHandshake
 
getOutput() - Method in class jenkins.util.xstream.XStreamDOM.WriterImpl
 
getOutputStream() - Method in class hudson.cli.FullDuplexHttpStream
 
getOutputStream() - Method in class hudson.model.FileParameterValue.FileItemImpl
Deprecated.
getOverrides() - Method in class hudson.model.Job
Overrides from job properties.
getOverrides() - Method in class hudson.PluginManager
Find all registered overrides (intended to allow overriding/adding views)
getOwner() - Method in class hudson.model.Executor
 
getOwner() - Method in class hudson.model.ParametersDefinitionProperty
Deprecated.
getOwner() - Method in class hudson.model.View
Gets the ViewGroup that this view belongs to.
getOwner() - Method in class hudson.model.View.PropertyList
 
getOwner() - Method in class hudson.triggers.SCMTrigger.SCMAction
 
getOwnerItemGroup() - Method in class hudson.model.View
Backward-compatible way of getting getOwner().getItemGroup()
getOwnerPrimaryView() - Method in class hudson.model.View
 
getOwnerTask() - Method in class hudson.model.AbstractProject
 
getOwnerTask() - Method in class hudson.model.queue.AbstractQueueTask
 
getOwnerTask() - Method in class hudson.model.queue.QueueTaskFilter
 
getOwnerTask() - Method in interface hudson.model.queue.SubTask
Gets the Queue.Task that this subtask belongs to.
getOwnerTaskOf(SubTask) - Static method in class hudson.model.queue.Tasks
 
getOwnerViewActions() - Method in class hudson.model.View
 
getPageDecorators() - Static method in class hudson.Functions
Gets all the PageDecorators.
getParameter(String) - Method in class hudson.model.ParametersAction
 
getParameterDefinition(String) - Method in class hudson.model.ParametersDefinitionProperty
Gets the ParameterDefinition of the given name, if any.
getParameterDefinitionNames() - Method in class hudson.model.ParametersDefinitionProperty
Gets the names of all the parameter definitions.
getParameterDefinitions() - Method in class hudson.model.ParametersDefinitionProperty
 
getParameterDescriptors() - Static method in class hudson.Functions
 
getParameters() - Method in class hudson.model.ParametersAction
 
getParameters(Method) - Static method in class hudson.util.ReflectionUtils
Returns an object-oriented view of parameters of each type.
getParams() - Method in class hudson.model.Queue.Item
Gets a human-readable message about the parameters of this item
getParent() - Method in class hudson.FilePath
Gets the parent file.
getParent() - Method in class hudson.logging.LogRecorder
 
getParent() - Method in class hudson.model.AbstractItem
This bridge method is to maintain binary compatibility with Item.getParent().
getParent() - Method in interface hudson.model.Item
Gets the parent that contains this item.
getParent() - Method in interface hudson.model.Queue.Executable
Task from which this executable was created.
getParent() - Method in class hudson.model.Run
The project this build is for.
getParent() - Method in class hudson.scm.ChangeLogSet.Entry
 
getParent() - Method in class hudson.util.ProcessTree.OSProcess
Gets the parent process.
getParent() - Method in interface hudson.util.ProcessTreeRemoting.IOSProcess
 
getParent() - Method in class jenkins.ProxyInjector
 
getParent() - Method in class jenkins.util.VirtualFile
Gets the parent file.
getParentCtx() - Method in class hudson.util.spring.BeanBuilder
Retrieves the parent ApplicationContext
getParentOf(Queue.Executable) - Static method in class hudson.model.queue.Executables
Due to the return type change in Queue.Executable, the caller needs a special precaution now.
getPassword() - Method in class hudson.ProxyConfiguration
 
getPassword() - Method in class hudson.security.HudsonPrivateSecurityRealm.Details
 
getPassword() - Method in class hudson.tools.JDKInstaller.DescriptorImpl
 
getPasswordValue(Object) - Method in class hudson.Functions
Used by <f:password/> so that we send an encrypted value to the client.
getPastTimeString(long) - Static method in class hudson.Util
Get a human readable string representing strings like "xxx days ago", which should be used to point to the occurrence of an event in the past.
getPath() - Method in class hudson.node_monitors.DiskSpaceMonitorDescriptor.DiskSpace
The path that was checked
getPath() - Method in interface hudson.scm.ChangeLogSet.AffectedFile
The path in the workspace that was affected
getPath() - Method in class hudson.search.SuggestedItem
 
getPath() - Method in class jenkins.diagnosis.HsErrPidFile
 
getPath() - Method in class jenkins.mvn.FilePathGlobalSettingsProvider
 
getPath() - Method in class jenkins.mvn.FilePathSettingsProvider
 
getPendingItems() - Method in class hudson.model.Queue
Gets the snapshot of all BuildableItems.
getPendingLaunches() - Method in class hudson.slaves.NodeProvisioner
Nodes that are being launched.
getPeople() - Method in class hudson.model.View
Gets the users that show up in the changelog of this job collection.
getPeople() - Method in class jenkins.model.Jenkins
 
getPerformanceStats() - Method in class hudson.util.KeyedDataStorage
Gets the short summary of performance statistics.
getPermalinkFile(Job<?, ?>) - Method in class jenkins.model.PeepholePermalink
The file in which the permalink target gets recorded.
getPermalinks() - Method in class hudson.model.Job
Gets all the PermalinkProjectAction.Permalinks defined for this job.
getPermalinks() - Method in interface hudson.model.PermalinkProjectAction
Gets the permalinks defined for this project.
getPermission() - Method in class hudson.model.TaskAction
Gets the permission object that represents the permission (against TaskAction.getACL()) to perform this task.
getPermission() - Method in class hudson.scm.AbstractScmTagAction
Defaults to SCM.TAG.
getPermissions() - Method in class hudson.security.PermissionGroup
Lists up all the permissions in this group.
getPersistentActions() - Method in class hudson.model.AbstractBuild
 
getpid() - Method in interface hudson.util.jna.GNUCLibrary
 
getPid() - Method in class hudson.util.ProcessTree.OSProcess
 
getPid() - Method in interface hudson.util.ProcessTreeRemoting.IOSProcess
 
getPlainText() - Method in class hudson.util.Secret
Obtains the plain text password.
getPlannedCapacityLatest() - Method in class hudson.slaves.NodeProvisioner.StrategyState
The time series average planned capacity for this NodeProvisioner.StrategyState.getLabel().
getPlannedCapacitySnapshot() - Method in class hudson.slaves.NodeProvisioner.StrategyState
The planned capacity for this NodeProvisioner.StrategyState.getLabel().
getPlugin() - Method in class hudson.model.Descriptor
Returns the plugin in which this descriptor is defined.
getPlugin(String) - Method in class hudson.model.UpdateCenter
Gets the plugin with the given name from the first UpdateSite to contain it.
getPlugin(String) - Method in class hudson.model.UpdateSite
Gets the information about a specific plugin.
getPlugin(String) - Method in class hudson.PluginManager
Get the plugin instance with the given short name.
getPlugin(Class<? extends Plugin>) - Method in class hudson.PluginManager
Get the plugin instance that implements a specific class, use to find your plugin singleton.
getPlugin() - Method in class hudson.PluginWrapper
Gets the instance of Plugin contributed by this plugin.
getPlugin(String) - Method in class jenkins.model.Jenkins
Gets the plugin object from its short name.
getPlugin(Class<P>) - Method in class jenkins.model.Jenkins
Gets the plugin object from its class.
getPlugin() - Method in class jenkins.security.s2m.RejectedCallable
 
getPluginClass() - Method in class hudson.PluginWrapper
 
getPluginManager() - Method in class jenkins.model.Jenkins
 
getPluginRepositoryBaseUrl() - Method in class hudson.model.UpdateCenter.UpdateCenterConfiguration
Deprecated.
as of 1.333 update-center.json is now signed, so we don't have to further make sure that we aren't downloading from anywhere unsecure.
getPlugins() - Method in class hudson.PluginManager
All discovered plugins.
getPlugins(Class<? extends Plugin>) - Method in class hudson.PluginManager
Get the plugin instances that extend a specific class, use to find similar plugins.
getPlugins(Class<P>) - Method in class jenkins.model.Jenkins
Gets the plugin objects from their super-class.
getPluginsToBeUpdated() - Method in class hudson.PluginManager.PluginUpdateMonitor
 
getPluginStrategy() - Method in class hudson.PluginManager
 
getPluginsWithCycle() - Method in class hudson.PluginManager.PluginCycleDependenciesMonitor
 
getPollingLogFile() - Method in class hudson.triggers.SCMTrigger.BuildAction
Polling log that triggered the build.
getPollingLogText() - Method in class hudson.triggers.SCMTrigger.BuildAction
 
getPollingThreadCount() - Method in class hudson.triggers.SCMTrigger.DescriptorImpl
Gets the number of concurrent threads used for polling.
getPort() - Method in class hudson.TcpSlaveAgentListener
Gets the TCP port number in which we are listening.
getPort() - Method in class jenkins.util.ServerTcpPort
Parses the value back into the port number
getPortResolver() - Method in class jenkins.security.ExceptionTranslationFilter
 
getPossibleViewNames(String) - Method in class hudson.model.Descriptor
 
getPostConstructLandingPage() - Method in class hudson.model.AllView
 
getPostConstructLandingPage() - Method in class hudson.model.MyView
 
getPostConstructLandingPage() - Method in class hudson.model.View
Returns the page to redirect the user to, after the view is created.
getPostLogOutUrl(StaplerRequest, Authentication) - Method in class hudson.security.SecurityRealm
Controls where the user is sent to after a logout.
getppid() - Method in interface hudson.util.jna.GNUCLibrary
 
getPreviousBuild() - Method in class hudson.model.AbstractBuild
 
getPreviousBuild() - Method in class hudson.model.Run
 
getPreviousBuild() - Method in class jenkins.model.lazy.LazyBuildMixIn.RunMixIn
getPreviousBuildInProgress() - Method in class hudson.model.Run
Obtains the next younger build in progress.
getPreviousBuildsOverThreshold(int, Result) - Method in class hudson.model.Run
Returns the last 'numberOfBuilds' builds with a build result >= 'threshold'.
getPreviousBuildUrl() - Method in class hudson.Functions.RunUrl
Returns the same page in the previous build.
getPreviousBuiltBuild() - Method in class hudson.model.Run
Returns the last build that was actually built - i.e., skipping any with Result.NOT_BUILT
getPreviousCompletedBuild() - Method in class hudson.model.Run
Gets the most recent completed build excluding 'this' Run itself.
getPreviousFailedBuild() - Method in class hudson.model.Run
Returns the last failed build before this build.
getPreviousNotFailedBuild() - Method in class hudson.model.Run
Returns the last build that didn't fail before this build.
getPreviousSuccessfulBuild() - Method in class hudson.model.Run
Returns the last successful build before this build.
getPrimaryView() - Method in class hudson.model.MyViewsProperty
 
getPrimaryView() - Method in class hudson.model.TreeView
 
getPrimaryView() - Method in interface hudson.model.ViewGroup
If the view group renders one view in its own URL (like Jenkins top page does), then that view is called the primary view.
getPrimaryView() - Method in class hudson.model.ViewGroupMixIn
Returns the primary View that renders the top-page of Hudson.
getPrimaryView() - Method in class jenkins.model.Jenkins
Returns the primary View that renders the top-page of Jenkins.
getPrimaryViewName() - Method in class hudson.model.MyViewsProperty
 
getPrimaryWorkUnit() - Method in class hudson.model.queue.WorkUnitContext
 
getPrincipal() - Method in class hudson.security.ContainerAuthentication
 
getPriority() - Method in class hudson.model.User.CanonicalIdResolver
 
getPriority() - Method in class hudson.model.User.FullNameIdResolver
 
getPriority() - Method in class hudson.model.User.UserIDCanonicalIdResolver
 
getPriority() - Method in class jenkins.model.DefaultUserCanonicalIdResolver
 
getPrivateKey() - Method in class jenkins.security.RSAConfidentialKey
Obtains the private key (lazily.)
getProblems() - Method in class hudson.diagnosis.NullIdDescriptorMonitor
 
getProblemStackTrace() - Method in class hudson.model.UpdateCenter.DownloadJob.Failure
 
getProgress() - Method in class hudson.model.Executor
Returns the progress of the current build in the number between 0-100.
getProject() - Method in class hudson.model.AbstractBuild
 
getProject() - Method in class hudson.model.ParametersDefinitionProperty
Deprecated.
getProject() - Method in class hudson.model.Run.RunExecution
 
getProject() - Method in class hudson.model.RunParameterDefinition
 
getProject() - Method in class hudson.model.View.UserInfo
 
getProjectAction(AbstractProject<?, ?>) - Method in class hudson.model.JobProperty
 
getProjectAction(AbstractProject<?, ?>) - Method in interface hudson.tasks.BuildStep
Deprecated.
getProjectAction(AbstractProject<?, ?>) - Method in class hudson.tasks.BuildStepCompatibilityLayer
Deprecated.
 
getProjectAction(Project<?, ?>) - Method in class hudson.tasks.BuildStepCompatibilityLayer
getProjectAction(AbstractProject) - Method in class hudson.tasks.BuildWrapper
getProjectAction(Project) - Method in class hudson.tasks.Publisher
Deprecated.
since 1.150
getProjectAction() - Method in class hudson.triggers.Trigger
Deprecated.
as of 1.341 Use Trigger.getProjectActions() instead.
getProjectActions(AbstractProject<?, ?>) - Method in class hudson.model.JobProperty
 
getProjectActions(AbstractProject<?, ?>) - Method in interface hudson.tasks.BuildStep
Returns action objects if this BuildStep has actions to contribute to a Project.
getProjectActions(AbstractProject<?, ?>) - Method in class hudson.tasks.BuildStepCompatibilityLayer
Deprecated.
 
getProjectActions(AbstractProject) - Method in class hudson.tasks.BuildWrapper
Actions to be displayed in the job page.
getProjectActions() - Method in class hudson.triggers.SCMTrigger
 
getProjectActions() - Method in class hudson.triggers.Trigger
Actions to be displayed in the job page.
getProjectActions() - Method in interface jenkins.tasks.SimpleBuildStep.LastBuildAction
Optionally add some actions to the project owning this build.
getProjectActions(AbstractProject) - Method in class jenkins.tasks.SimpleBuildWrapper
Actions to be displayed in the job page.
getProjectListString(List<AbstractProject>) - Static method in class hudson.Functions
 
getProjectName() - Method in class hudson.model.RunParameterDefinition
 
getProjectNamingStrategy() - Method in class jenkins.model.Jenkins
The strategy used to check the project names.
getProjects() - Method in class hudson.model.User
Gets all the AbstractProjects that this user has committed to.
getProjects() - Method in class jenkins.model.Jenkins
Deprecated.
This method will ignore Maven and matrix projects, as well as projects inside containers such as folders. You may prefer to call Jenkins.getAllItems(Class) on AbstractProject, perhaps also using Util.createSubList(java.util.Collection<?>, java.lang.Class<T>) to consider only TopLevelItems. (That will also consider the caller's permissions.) If you really want to get just Projects at top level, ignoring permissions, you can filter the values from Jenkins.getItemMap() using Util.createSubList(java.util.Collection<?>, java.lang.Class<T>).
getProminentActions() - Method in class hudson.model.AbstractProject
 
getPronoun() - Method in class hudson.model.AbstractItem
Get the term used in the UI to represent this kind of Item.
getPronoun() - Method in class hudson.model.AbstractProject
Get the term used in the UI to represent this kind of AbstractProject.
getPronoun() - Method in class hudson.model.Job
 
getPronoun() - Method in class hudson.security.FederatedLoginService.FederatedIdentity
Returns a human-readable pronoun that describes this kind of identifier.
getProperties() - Method in class hudson.model.Job
Gets all the job properties configured for this job.
getProperties() - Method in class hudson.model.labels.LabelAtom
Properties associated with this label.
getProperties() - Method in class hudson.model.User
Gets the user properties configured for this user.
getProperties() - Method in class hudson.model.View
Gets the view properties configured for this view.
getProperties() - Method in class hudson.tools.ToolInstallation
 
getPropertiesList() - Method in class hudson.model.labels.LabelAtom
 
getProperty(Class<T>) - Method in class hudson.model.Job
Gets the specific property, or null if the propert is not configured for this job.
getProperty(String) - Method in class hudson.model.Job
Bind JobPropertys to URL spaces.
getProperty(Class<T>) - Method in class hudson.model.User
Gets the specific property, or null.
getProperty(String) - Method in class hudson.util.spring.BeanBuilder
This method overrides property retrieval in the scope of the BeanBuilder to either: a) Retrieve a variable from the bean builder's binding if it exits b) Retrieve a RuntimeBeanReference for a specific bean if it exists c) Otherwise just delegate to super.getProperty which will resolve properties from the BeanBuilder itself
getProperty(String) - Method in class hudson.util.spring.ClosureScript
 
getPropertyActions() - Method in class hudson.model.User
Return all properties that are also actions.
getPropertyDescriptors(Class<? extends Job>) - Static method in class hudson.model.JobPropertyDescriptor
Gets the JobPropertyDescriptors applicable for a given job type.
getPropertyDescriptors() - Method in class hudson.tools.ToolDescriptor
Lists up ToolPropertyDescriptors that are applicable to this ToolInstallation.
getPropertyType(Object, String) - Method in class hudson.model.Descriptor
Used by Jelly to abstract away the handlign of global.jelly vs config.jelly databinding difference.
getPropertyType(String) - Method in class hudson.model.Descriptor
Obtains the property type of the given field of Descriptor.clazz
getPropertyTypeOrDie(Object, String) - Method in class hudson.model.Descriptor
Akin to Descriptor.getPropertyType(Object,String) but never returns null.
getPropertyValue(String) - Method in interface hudson.util.spring.BeanConfiguration
Returns the value of the given property or throws a MissingPropertyException
getProtectedPassword() - Method in class hudson.security.HudsonPrivateSecurityRealm.Details
 
getProvider(Key<T>) - Method in class jenkins.ProxyInjector
 
getProvider(Class<T>) - Method in class jenkins.ProxyInjector
 
getProxiedView() - Method in class hudson.model.ProxyView
 
getProxiedViewName() - Method in class hudson.model.ProxyView
 
getProxyDescriptor() - Method in class hudson.PluginManager
 
getPublicKey() - Method in class jenkins.security.RSAConfidentialKey
 
getPublicMethodNamed(Class, String) - Static method in class hudson.util.ReflectionUtils
Finds a public method of the given name, regardless of its parameter definitions,
getPublicProperty(Object, String) - Static method in class hudson.util.ReflectionUtils
 
getPublisher(Descriptor<Publisher>) - Method in class hudson.model.Project
 
getPublisher(String) - Method in class jenkins.model.Jenkins
Gets the publisher descriptor by name.
getPublisherDescriptors(AbstractProject<?, ?>) - Static method in class hudson.Functions
 
getPublishers() - Method in class hudson.model.Project
Deprecated.
as of 1.463 We will be soon removing the restriction that only one instance of publisher is allowed per type. Use Project.getPublishersList() instead.
getPublishersList() - Method in class hudson.model.AbstractProject
Returns the live list of all Publishers configured for this project.
getPublishersList() - Method in class hudson.model.Project
 
getpwuid(int) - Method in interface hudson.util.jna.GNUCLibrary
 
getQueue() - Method in class hudson.model.AbstractCIBase
 
getQueue() - Method in class jenkins.model.Jenkins
 
getQueuedItem() - Method in class hudson.widgets.BuildHistoryWidget
Returns the first queue item if the owner is scheduled for execution in the queue.
getQueuedItems() - Method in class hudson.widgets.BuildHistoryWidget
Returns the queue item if the owner is scheduled for execution in the queue, in REVERSE ORDER
getQueueId() - Method in class hudson.model.Run
Get the Queue.Item.getId() of the original queue item from where this Run instance originated.
getQueueItem() - Method in class hudson.model.AbstractProject
 
getQueueItem() - Method in class hudson.model.Job
If this job is in the build queue, return its item.
getQueueItems() - Method in class hudson.model.View
 
getQueueLength() - Method in class hudson.model.LoadStatistics.LoadStatisticsSnapshot
The number of items in the queue.
getQueueLengthLatest() - Method in class hudson.slaves.NodeProvisioner.StrategyState
The time series average number of items in the queue requiring this NodeProvisioner.StrategyState.getLabel().
getQueueLengthSnapshot() - Method in class hudson.slaves.NodeProvisioner.StrategyState
Deprecated.
use NodeProvisioner.StrategyState.getSnapshot(), LoadStatistics.LoadStatisticsSnapshot#getQueueLength()
getQuietPeriod() - Method in class hudson.model.AbstractProject
 
getQuietPeriod() - Method in class jenkins.model.GlobalQuietPeriodConfiguration
 
getQuietPeriod() - Method in class jenkins.model.Jenkins
Gets the system default quiet period.
getQuietPeriod() - Method in interface jenkins.model.ParameterizedJobMixIn.ParameterizedJob
 
getQuietPeriod() - Method in interface jenkins.triggers.SCMTriggerItem
 
getRanges() - Method in class hudson.model.Fingerprint.RangeSet
Gets all the ranges.
getRangeSet(String) - Method in class hudson.model.Fingerprint
Gets the build range set for the given job name.
getRangeSet(Job) - Method in class hudson.model.Fingerprint
 
getRawBuildsDir() - Method in class jenkins.model.Jenkins
 
getRawWorkspaceDir() - Method in class jenkins.model.Jenkins
 
getRecordBuildArtifacts() - Method in class hudson.tasks.Fingerprinter
Deprecated.
getRecords() - Method in class hudson.tasks.Fingerprinter.FingerprintAction
Obtains the raw data.
getRecordSize() - Method in class hudson.org.apache.tools.tar.TarInputStream
Deprecated.
Get the record size being used by this stream's TarBuffer.
getRecordSize() - Method in class hudson.org.apache.tools.tar.TarOutputStream
Deprecated.
Get the record size being used by this stream's TarBuffer.
getRecurrencePeriod() - Method in class hudson.diagnosis.HudsonHomeDiskUsageChecker
 
getRecurrencePeriod() - Method in class hudson.diagnosis.MemoryUsageMonitor
 
getRecurrencePeriod() - Method in class hudson.model.AperiodicWork
Gets the number of milliseconds between successive executions.
getRecurrencePeriod() - Method in class hudson.model.FingerprintCleanupThread
 
getRecurrencePeriod() - Method in class hudson.model.LoadStatistics.LoadStatisticsUpdater
 
getRecurrencePeriod() - Method in class hudson.model.PeriodicWork
Gets the number of milliseconds between successive executions.
getRecurrencePeriod() - Method in class hudson.model.WorkspaceCleanupThread
 
getRecurrencePeriod() - Method in class hudson.slaves.ComputerRetentionWork
 
getRecurrencePeriod() - Method in class hudson.slaves.ConnectionActivityMonitor
 
getRecurrencePeriod() - Method in class hudson.slaves.NodeProvisioner.NodeProvisionerInvoker
 
getRecurrencePeriod() - Method in class hudson.triggers.Trigger.Cron
 
getRecurrencePeriod() - Method in class jenkins.model.DownloadSettings.DailyCheck
 
getRelationship(AbstractProject) - Method in class hudson.model.AbstractProject
Gets the dependency relationship map between this project (as the source) and that project (as the sink.)
getRelativeDisplayNameFrom(Item, ItemGroup) - Static method in class hudson.Functions
Gets the relative display name to the given item from the specified group.
getRelativeDisplayNameFrom(ItemGroup) - Method in class hudson.model.AbstractItem
Gets the display name of the current item relative to the given group.
getRelativeLinkTo(Item) - Static method in class hudson.Functions
Computes the relative path from the current page to the given item.
getRelativeNameFrom(Item, ItemGroup, boolean) - Static method in class hudson.Functions
Gets the relative name or display name to the given item from the specified group.
getRelativeNameFrom(Item, ItemGroup) - Static method in class hudson.Functions
Gets the name to the given item relative to given group.
getRelativeNameFrom(ItemGroup) - Method in class hudson.model.AbstractItem
 
getRelativeNameFrom(Item) - Method in class hudson.model.AbstractItem
 
getRelativeNameFrom(ItemGroup) - Method in interface hudson.model.Item
Gets the relative name to this item from the specified group.
getRelativeNameFrom(Item) - Method in interface hudson.model.Item
Short for getRelativeNameFrom(item.getParent())
getRelativeNameFromGroup(ItemGroup) - Method in class hudson.model.AbstractItem
getRelativeShift(J) - Method in class hudson.Indenter
 
getRelease(String) - Method in class hudson.tools.JDKInstaller.JDKFamilyList
 
getRelevantLabels() - Method in class hudson.model.AbstractProject
Set of labels relevant to this job.
getRemote(VirtualChannel) - Static method in class hudson.EnvVars
Obtains the environment variables of a remote peer.
getRemote() - Method in class hudson.FilePath
Gets the full path of the file on the remote machine.
getRemoteFS() - Method in class hudson.model.Slave
 
getRenderList() - Method in class hudson.widgets.HistoryWidget
The records to be rendered this time.
getRepositoryBrowser(String) - Method in class jenkins.model.Jenkins
Gets the repository browser descriptor by name.
getRequestHeaders(String) - Static method in class hudson.Functions
 
getRequestProperties() - Method in class jenkins.slaves.JnlpSlaveHandshake
 
getRequestProperty(String) - Method in class jenkins.slaves.JnlpSlaveHandshake
 
getRequiredMonitorService() - Method in class hudson.model.JobProperty
Returns BuildStepMonitor.NONE by default, as JobPropertys normally don't depend on its previous result.
getRequiredMonitorService() - Method in class hudson.tasks.ArtifactArchiver
 
getRequiredMonitorService() - Method in class hudson.tasks.Builder
Returns BuildStepMonitor.NONE by default, as Builders normally don't depend on its previous result.
getRequiredMonitorService() - Method in interface hudson.tasks.BuildStep
Declares the scope of the synchronization monitor this BuildStep expects from outside.
getRequiredMonitorService() - Method in class hudson.tasks.BuildTrigger
 
getRequiredMonitorService() - Method in class hudson.tasks.Fingerprinter
 
getRequiredPermission() - Method in class hudson.model.ManagementLink
 
getRequiredPermission() - Method in class hudson.security.GlobalSecurityConfiguration
 
getRequiredPermission() - Method in class jenkins.management.ConsoleLink
 
getRequiresConfirmation() - Method in class hudson.model.ManagementLink
Allows implementations to request that this link show a confirmation dialog, and use POST if confirmed.
getRequiresConfirmation() - Method in class jenkins.management.ReloadLink
 
getRequiresPOST() - Method in class hudson.model.ManagementLink
Define if the rendered link will use the default GET method or POST.
getRequiresPOST() - Method in class jenkins.management.ShutdownLink
 
getResource(String) - Method in class hudson.PluginFirstClassLoader
 
getResource(String) - Method in class hudson.util.MaskingClassLoader
 
getResource(String) - Method in class jenkins.util.AntClassLoader
Finds the resource with the given name.
getResourceActivities() - Method in class hudson.model.AbstractProject
Set of child resource activities of the build of this project (override in child projects).
getResourceActivities() - Method in class hudson.model.Project
 
getResourceAsStream(String) - Method in class hudson.PluginFirstClassLoader
 
getResourceAsStream(String) - Method in class jenkins.util.AntClassLoader
Returns a stream to read the requested resource name.
getResourceList() - Method in class hudson.model.AbstractProject
List of necessary resources to perform the build of this project.
getResourceList() - Method in class hudson.model.queue.AbstractSubTask
 
getResourceList() - Method in class hudson.model.queue.QueueTaskFilter
 
getResourceList() - Method in interface hudson.model.ResourceActivity
Gets the list of Resources that this task requires.
getResourceLoadingCount() - Method in class hudson.slaves.SlaveComputer
Shows Channel.resourceLoadingCount.
getResourceLoadingTime() - Method in class hudson.slaves.SlaveComputer
Shows Channel.resourceLoadingTime.
getResourcePath() - Static method in class hudson.Functions
Resoruce path prefix.
getResources(String) - Method in class hudson.util.MaskingClassLoader
 
getResourceURL(File, String) - Method in class jenkins.util.AntClassLoader
Returns the URL of a given resource in the given file which may either be a directory or a zip file.
getResult() - Method in class hudson.model.Run
Returns the build result.
getResultTrend(AbstractBuild<?, ?>) - Static method in enum hudson.model.ResultTrend
Returns the result trend of a build.
getResultTrend(Run<?, ?>) - Static method in enum hudson.model.ResultTrend
Returns the result trend of a run.
getRetentionStrategy() - Method in class hudson.model.Computer
RetentionStrategy associated with this computer.
getRetentionStrategy() - Method in class hudson.model.Slave
 
getRetentionStrategy() - Method in class hudson.slaves.SlaveComputer
 
getRetentionStrategy(String) - Method in class jenkins.model.Jenkins
Gets the retention strategy descriptor by name.
getRetentionStrategy() - Method in class jenkins.model.Jenkins.MasterComputer
 
getRetentionStrategyDescriptors() - Static method in class hudson.Functions
 
getRootACL() - Method in class hudson.security.AuthorizationStrategy
Returns the instance of ACL where all the other ACL instances for all the other model objects eventually delegate.
getRootACL() - Method in class hudson.security.AuthorizationStrategy.Unsecured
 
getRootACL() - Method in class hudson.security.FullControlOnceLoggedInAuthorizationStrategy
 
getRootACL() - Method in class hudson.security.LegacyAuthorizationStrategy
 
getRootBuild() - Method in class hudson.model.AbstractBuild
Gets the nearest ancestor AbstractBuild that belongs to the root project of getProject() that dominates/governs/encompasses this build.
getRootDir() - Method in class hudson.model.AbstractItem
 
getRootDir() - Method in interface hudson.model.PersistenceRoot
Gets the root directory on the file system that this Item can use freely for storing the configuration data.
getRootDir() - Method in class hudson.model.Run
Get the root directory of this Run on the master.
getRootDir() - Method in class jenkins.model.Jenkins
 
getRootDirFor(T) - Method in interface hudson.model.ItemGroup
Assigns the root directory for children.
getRootDirFor(String) - Method in class hudson.model.ItemGroupMixIn
Assigns the root directory for a prospective item.
getRootDirFor(TopLevelItem) - Method in class jenkins.model.Jenkins
 
getRootPath() - Method in class hudson.model.Node
Gets the root directory of this node.
getRootPath() - Method in class hudson.model.Slave
 
getRootPath() - Method in class jenkins.model.Jenkins
 
getRootProject() - Method in class hudson.model.AbstractProject
Gets the nearest ancestor TopLevelItem that's also an AbstractProject.
getRootUrl() - Method in class jenkins.model.Jenkins
Gets the absolute URL of Jenkins, such as http://localhost/jenkins/.
getRootUrlFromRequest() - Method in class jenkins.model.Jenkins
Gets the absolute URL of Jenkins top page, such as http://localhost/jenkins/.
getRule() - Method in class jenkins.security.s2m.AdminCallableMonitor
 
getRun() - Method in class hudson.model.Fingerprint.BuildPtr
Gets the Job that this pointer points to, or null if such a job no longer exists.
getRun() - Method in class hudson.model.RunParameterValue
Can be null if the Run that this was pointing to no longer exists.
getRun() - Method in class hudson.scm.AbstractScmTagAction
 
getRun() - Method in class hudson.scm.ChangeLogSet
 
getRun() - Method in class hudson.tasks.Fingerprinter.FingerprintAction
 
getRun() - Method in class hudson.triggers.SCMTrigger.BuildAction
 
getRun() - Method in class hudson.triggers.SCMTrigger.SCMTriggerCause
 
getRun() - Method in class hudson.util.ChartUtil.NumberOnlyBuildLabel
 
getRunId() - Method in class hudson.model.RunParameterValue
 
getRunMap() - Method in class jenkins.model.lazy.LazyBuildMixIn
Gets the raw model.
getRunMixIn() - Method in class hudson.model.AbstractBuild
 
getRunMixIn() - Method in interface jenkins.model.lazy.LazyBuildMixIn.LazyLoadingRun
 
getRunners() - Method in class hudson.triggers.SCMTrigger.DescriptorImpl
Gets the snapshot of SCMTrigger.Runners that are performing polling.
getSameNodeConstraint() - Method in class hudson.model.AbstractProject
 
getSameNodeConstraint() - Method in class hudson.model.queue.AbstractQueueTask
 
getSameNodeConstraint() - Method in class hudson.model.queue.AbstractSubTask
 
getSameNodeConstraint() - Method in class hudson.model.queue.QueueTaskFilter
 
getSameNodeConstraint() - Method in interface hudson.model.queue.SubTask
If a subset of SubTasks of a Queue.Task needs to be collocated with other SubTasks, those SubTasks should return the equal object here.
getSameNodeConstraintOf(SubTask) - Static method in class hudson.model.queue.Tasks
 
getScm() - Method in class hudson.model.AbstractProject
 
getScm() - Method in interface hudson.model.SCMedItem
Deprecated.
Gets the SCM for this item.
getScm(String) - Method in class jenkins.model.Jenkins
Gets the SCM descriptor by name.
getScmCheckoutRetryCount() - Method in class hudson.model.AbstractProject
 
getScmCheckoutRetryCount() - Method in class jenkins.model.GlobalSCMRetryCountConfiguration
 
getScmCheckoutRetryCount() - Method in class jenkins.model.Jenkins
Gets the global SCM check out retry count.
getScmCheckoutStrategy() - Method in class hudson.model.AbstractProject
 
getSCMDescriptors(AbstractProject<?, ?>) - Static method in class hudson.Functions
 
getSCMListeners() - Method in class jenkins.model.Jenkins
Deprecated.
Use SCMListener.all() instead.
getSCMs() - Method in class hudson.model.Project
 
getSCMs() - Method in interface jenkins.triggers.SCMTriggerItem
Obtains all active SCMs.
getSCMTrigger() - Method in class hudson.model.Project
 
getSCMTrigger() - Method in interface jenkins.triggers.SCMTriggerItem
 
getScopeBindings() - Method in class jenkins.ProxyInjector
 
getScore() - Method in class hudson.model.HealthReport
Getter for property 'score'.
getScreenResolution() - Static method in class hudson.Functions
If we know the user's screen resolution, return it.
getSearch() - Method in class hudson.model.AbstractModelObject
 
getSearch() - Method in interface hudson.search.SearchableModelObject
This binds Search object to the URL hierarchy.
getSearchIndex() - Method in class hudson.model.AbstractModelObject
 
getSearchIndex() - Method in interface hudson.search.SearchItem
Returns the SearchIndex to further search sub items inside this item.
getSearchName() - Method in class hudson.model.AbstractItem
Default implementation that returns the display name.
getSearchName() - Method in class hudson.model.AbstractModelObject
Default implementation that returns the display name.
getSearchName() - Method in interface hudson.search.SearchItem
Name of this item.
getSearchURL() - Static method in class hudson.Functions
Finds the inner-most SearchableModelObject in scope.
getSearchUrl() - Method in class hudson.logging.LogRecorder
 
getSearchUrl() - Method in class hudson.logging.LogRecorderManager
 
getSearchUrl() - Method in class hudson.model.AbstractItem
 
getSearchUrl() - Method in class hudson.model.AdministrativeMonitor
 
getSearchUrl() - Method in class hudson.model.Api
 
getSearchUrl() - Method in class hudson.model.Computer
 
getSearchUrl() - Method in class hudson.model.ComputerSet
 
getSearchUrl() - Method in class hudson.model.Label
 
getSearchUrl() - Method in class hudson.model.Node
 
getSearchUrl() - Method in class hudson.model.Queue.Item
 
getSearchUrl() - Method in class hudson.model.Run
 
getSearchUrl() - Method in class hudson.model.TaskAction
 
getSearchUrl() - Method in class hudson.model.UpdateCenter
 
getSearchUrl() - Method in class hudson.model.User
 
getSearchUrl() - Method in class hudson.model.View
 
getSearchUrl() - Method in class hudson.PluginManager
 
getSearchUrl() - Method in interface hudson.search.SearchItem
Returns the URL of this item relative to the parent SearchItem.
getSearchUrl() - Method in class hudson.slaves.Cloud
 
getSearchUrl() - Method in class jenkins.model.Jenkins
 
getSecretKey() - Method in class jenkins.model.Jenkins
Deprecated.
Due to the past security advisory, this value should not be used any more to protect sensitive information. See ConfidentialStore and ConfidentialKey for how to store secrets.
getSecretKeyAsAES128() - Method in class jenkins.model.Jenkins
Deprecated.
getSecurity() - Method in class jenkins.model.Jenkins
Returns the constant that captures the three basic security modes in Jenkins.
getSecurityComponents() - Method in class hudson.security.SecurityRealm
Use this function to get the security components, without necessarily recreating them.
getSecurityRealm() - Method in class jenkins.model.Jenkins
 
getSecurityRealmDescriptors() - Static method in class hudson.Functions
 
getSecurityRealms(String) - Method in class jenkins.model.Jenkins
Gets the SecurityRealm descriptors by name.
getSelfLabel() - Method in class hudson.model.Node
Gets the special label that represents this node itself.
getSelfLabel() - Method in class jenkins.model.Jenkins
 
getSensitiveBuildVariables() - Method in class hudson.model.AbstractBuild
Builds up a set of variable names that contain sensitive values that should not be exposed.
getServerName() - Method in class hudson.Functions
Obtains the host name of the Hudson server that clients can use to talk back to.
getSettings() - Method in class hudson.tasks.Maven
 
getSettingsFilePath(GlobalSettingsProvider, AbstractBuild<?, ?>, TaskListener) - Static method in class jenkins.mvn.GlobalSettingsProvider
Convenience method handling all null checks.
getSettingsFilePath(SettingsProvider, AbstractBuild<?, ?>, TaskListener) - Static method in class jenkins.mvn.SettingsProvider
Convenience method handling all null checks.
getSettingsProvider() - Method in class jenkins.mvn.GlobalMavenConfig
 
getSettingsRemotePath(GlobalSettingsProvider, AbstractBuild<?, ?>, TaskListener) - Static method in class jenkins.mvn.GlobalSettingsProvider
Convenience method handling all null checks.
getSettingsRemotePath(SettingsProvider, AbstractBuild<?, ?>, TaskListener) - Static method in class jenkins.mvn.SettingsProvider
Convenience method handling all null checks.
getSha1() - Method in class hudson.model.UpdateSite.Entry
The base64 encoded binary SHA-1 checksum of the file.
getShell() - Method in class hudson.tasks.Shell.DescriptorImpl
 
getShellOrDefault() - Method in class hudson.tasks.Shell.DescriptorImpl
getShellOrDefault(VirtualChannel) - Method in class hudson.tasks.Shell.DescriptorImpl
 
getShortDescription() - Method in class hudson.cli.AddJobToViewCommand
 
getShortDescription() - Method in class hudson.cli.BuildCommand.CLICause
 
getShortDescription() - Method in class hudson.cli.BuildCommand
 
getShortDescription() - Method in class hudson.cli.CLICommand
Gets the quick summary of what this command does.
getShortDescription() - Method in class hudson.cli.ConsoleCommand
 
getShortDescription() - Method in class hudson.cli.CopyJobCommand
 
getShortDescription() - Method in class hudson.cli.CreateJobCommand
 
getShortDescription() - Method in class hudson.cli.CreateNodeCommand
 
getShortDescription() - Method in class hudson.cli.CreateViewCommand
 
getShortDescription() - Method in class hudson.cli.DeleteBuildsCommand
 
getShortDescription() - Method in class hudson.cli.DeleteJobCommand
 
getShortDescription() - Method in class hudson.cli.DeleteNodeCommand
 
getShortDescription() - Method in class hudson.cli.DeleteViewCommand
 
getShortDescription() - Method in class hudson.cli.GetJobCommand
 
getShortDescription() - Method in class hudson.cli.GetNodeCommand
 
getShortDescription() - Method in class hudson.cli.GetViewCommand
 
getShortDescription() - Method in class hudson.cli.GroovyCommand
 
getShortDescription() - Method in class hudson.cli.GroovyshCommand
 
getShortDescription() - Method in class hudson.cli.HelpCommand
 
getShortDescription() - Method in class hudson.cli.InstallPluginCommand
 
getShortDescription() - Method in class hudson.cli.InstallToolCommand
 
getShortDescription() - Method in class hudson.cli.ListChangesCommand
 
getShortDescription() - Method in class hudson.cli.ListJobsCommand
 
getShortDescription() - Method in class hudson.cli.ListPluginsCommand
 
getShortDescription() - Method in class hudson.cli.LoginCommand
 
getShortDescription() - Method in class hudson.cli.LogoutCommand
 
getShortDescription() - Method in class hudson.cli.OnlineNodeCommand
 
getShortDescription() - Method in class hudson.cli.ReloadJobCommand
 
getShortDescription() - Method in class hudson.cli.RemoveJobFromViewCommand
 
getShortDescription() - Method in class hudson.cli.SessionIdCommand
 
getShortDescription() - Method in class hudson.cli.SetBuildDescriptionCommand
 
getShortDescription() - Method in class hudson.cli.SetBuildDisplayNameCommand
 
getShortDescription() - Method in class hudson.cli.SetBuildParameterCommand
 
getShortDescription() - Method in class hudson.cli.SetBuildResultCommand
 
getShortDescription() - Method in class hudson.cli.UpdateJobCommand
 
getShortDescription() - Method in class hudson.cli.UpdateNodeCommand
 
getShortDescription() - Method in class hudson.cli.UpdateViewCommand
 
getShortDescription() - Method in class hudson.cli.VersionCommand
 
getShortDescription() - Method in class hudson.cli.WhoAmICommand
 
getShortDescription() - Method in class hudson.model.AbstractProject.BecauseOfDownstreamBuildInProgress
 
getShortDescription() - Method in class hudson.model.AbstractProject.BecauseOfUpstreamBuildInProgress
 
getShortDescription() - Method in class hudson.model.BooleanParameterValue
 
getShortDescription() - Method in class hudson.model.Cause
One-line human-readable text of the cause.
getShortDescription() - Method in class hudson.model.Cause.LegacyCodeCause
Deprecated.
 
getShortDescription() - Method in class hudson.model.Cause.RemoteCause
 
getShortDescription() - Method in class hudson.model.Cause.UpstreamCause.DeeplyNestedUpstreamCause
 
getShortDescription() - Method in class hudson.model.Cause.UpstreamCause
 
getShortDescription() - Method in class hudson.model.Cause.UserCause
Deprecated.
 
getShortDescription() - Method in class hudson.model.Cause.UserIdCause
 
getShortDescription() - Method in class hudson.model.CauseAction
Deprecated.
as of 1.288 but left here for backward compatibility.
getShortDescription() - Method in class hudson.model.FileParameterValue
 
getShortDescription() - Method in class hudson.model.JobParameterValue
 
getShortDescription() - Method in class hudson.model.ParameterValue
Computes a human-readable possible-localized one-line description of the parameter value.
getShortDescription() - Method in class hudson.model.PasswordParameterValue
 
getShortDescription() - Method in class hudson.model.queue.CauseOfBlockage.BecauseLabelIsBusy
 
getShortDescription() - Method in class hudson.model.queue.CauseOfBlockage.BecauseLabelIsOffline
 
getShortDescription() - Method in class hudson.model.queue.CauseOfBlockage.BecauseNodeIsBusy
 
getShortDescription() - Method in class hudson.model.queue.CauseOfBlockage.BecauseNodeIsOffline
 
getShortDescription() - Method in class hudson.model.queue.CauseOfBlockage
Human readable description of why the build is blocked.
getShortDescription() - Method in class hudson.model.RunParameterValue
 
getShortDescription() - Method in class hudson.model.StringParameterValue
 
getShortDescription() - Method in class hudson.slaves.OfflineCause.ChannelTermination
 
getShortDescription() - Method in class hudson.triggers.SCMTrigger.SCMTriggerCause
 
getShortDescription() - Method in class hudson.triggers.TimerTrigger.TimerTriggerCause
 
getShortDescription() - Method in class jenkins.model.BlockedBecauseOfBuildInProgress
 
getShortDescription() - Method in class jenkins.model.CauseOfInterruption
Human readable description of why the build is cancelled.
getShortDescription() - Method in class jenkins.model.CauseOfInterruption.UserInterruption
 
getShortDescription() - Method in class jenkins.model.GlobalConfigurationCategory
One-line plain text message that explains what this category is about.
getShortDescription() - Method in class jenkins.model.GlobalConfigurationCategory.Security
 
getShortDescription() - Method in class jenkins.model.GlobalConfigurationCategory.Unclassified
 
getShortName(File) - Method in class hudson.ClassicPluginStrategy
 
getShortName(File) - Method in interface hudson.PluginStrategy
Finds the plugin name without actually unpacking anything PluginStrategy.createPluginWrapper(java.io.File) would.
getShortName() - Method in class hudson.PluginWrapper
Returns the short name suitable for URL.
getShortUrl() - Method in class hudson.model.AbstractItem
 
getShortUrl() - Method in interface hudson.model.Item
Returns the URL of this item relative to the parent ItemGroup.
getSideBuffer() - Method in class hudson.util.HeadBufferingStream
Gets the side buffer content.
getSingle() - Method in class hudson.util.QuotedStringTokenizer
 
getSingleLineSummary() - Method in class hudson.cli.CLICommand
Get single line summary as a string.
getSite(String) - Method in class hudson.model.UpdateCenter
getSiteList() - Method in class hudson.model.UpdateCenter
The same as UpdateCenter.getSites() but for REST API.
getSites() - Method in class hudson.model.UpdateCenter
Returns the list of UpdateSites to be used.
getSize() - Method in class hudson.model.DirectoryBrowserSupport.Path
 
getSize() - Method in class hudson.model.FileParameterValue.FileItemImpl
 
getSlave(String) - Method in class hudson.model.Hudson
Deprecated.
Use Jenkins.getNode(String). Since 1.252.
getSlaveAgentPort() - Method in class hudson.security.GlobalSecurityConfiguration
 
getSlaveAgentPort() - Method in class jenkins.model.Jenkins
 
getSlaveLogRecords() - Method in class hudson.logging.LogRecorder
Gets a view of log records per slave matching this recorder.
getSlaves() - Method in class hudson.model.Hudson
Deprecated.
Use Jenkins.getNodes(). Since 1.252.
getSlaveVersion() - Method in class hudson.slaves.SlaveComputer
Get the slave version
getSlowLoggingLevel() - Method in class hudson.model.AsyncAperiodicWork
Returns the logging level at which previous task still executing messages is displayed.
getSlowLoggingLevel() - Method in class hudson.model.AsyncPeriodicWork
Returns the logging level at which previous task still executing messages is displayed.
getSnapshot() - Method in class hudson.slaves.NodeProvisioner.StrategyState
The current snapshot of the load statistics for this NodeProvisioner.StrategyState.getLabel().
getSocket() - Method in class jenkins.slaves.JnlpSlaveHandshake
 
getSolution(String) - Method in class hudson.diagnosis.HudsonHomeDiskUsageMonitor
Binds a solution to the URL.
getSolutions() - Method in class hudson.diagnosis.HudsonHomeDiskUsageMonitor
 
getSomeBuildWithWorkspace() - Method in class hudson.model.AbstractProject
Gets some build that has a live workspace.
getSomeWorkspace() - Method in class hudson.model.AbstractProject
Gets a workspace for some build of this project.
getSorted() - Method in class hudson.util.CyclicGraphDetector
Returns all the nodes in the topologically sorted order.
getSortedDescriptorsForGlobalConfig(Predicate<GlobalConfigurationCategory>) - Static method in class hudson.Functions
Gets all the descriptors sorted by their inheritance tree of Describable so that descriptors of similar types come nearby.
getSortedDescriptorsForGlobalConfig() - Static method in class hudson.Functions
Like Functions.getSortedDescriptorsForGlobalConfig(Predicate) but with a constant truth predicate, to include all descriptors.
getSortedDescriptorsForGlobalConfigNoSecurity() - Static method in class hudson.Functions
Deprecated.
This is rather meaningless.
getSortedDescriptorsForGlobalConfigUnclassified() - Static method in class hudson.Functions
Like Functions.getSortedDescriptorsForGlobalConfig(Predicate) but for unclassified descriptors only.
getSortedFacets() - Method in class hudson.model.Fingerprint
Sorts FingerprintFacets by their timestamps.
getSorter() - Method in class hudson.model.Queue
 
getSpec() - Method in class hudson.triggers.Trigger
Gets the crontab specification.
getSpringConfig() - Method in class hudson.util.spring.BeanBuilder
Retrieves the RuntimeSpringConfiguration instance used the the BeanBuilder
getStackTraceString() - Method in exception hudson.util.ErrorObject
 
getStaplerFallback() - Method in class hudson.model.MyViewsProperty
 
getStaplerFallback() - Method in class hudson.model.ProxyView
 
getStaplerFallback() - Method in class jenkins.model.Jenkins
Fallback to the primary view.
getStart() - Method in class hudson.model.Fingerprint.Range
 
getStartCondition() - Method in class hudson.model.queue.FutureImpl
 
getStartCondition() - Method in interface hudson.model.queue.QueueTaskFuture
Returns a Future object that can be used to wait for the start of the task execution.
getStartTime() - Method in class hudson.triggers.SCMTrigger.Runner
When was this polling started?
getStartTime() - Method in class jenkins.model.Uptime
Timestamp in which Jenkins became fully up and running.
getStartTimeInMillis() - Method in class hudson.model.Run
When the build has started running in an executor.
getStartTimeSpec() - Method in class hudson.slaves.SimpleScheduledRetentionStrategy
 
getStatData() - Method in class hudson.model.UsageStatistics
Gets the encrypted usage stat data to be sent to the Hudson server.
getStatuses() - Method in class hudson.model.UpdateCenter.ConnectionCheckJob
 
getStatusFilter() - Method in class hudson.model.ListView
Filter by enabled/disabled status of jobs.
getStderr() - Method in class hudson.Launcher.RemoteLauncher.ProcImpl
 
getStderr() - Method in class hudson.Proc
Returns an InputStream to read from stderr of the child process.
getStderr() - Method in class hudson.Proc.LocalProc
 
getStderr() - Method in class hudson.Proc.RemoteProc
Deprecated.
 
getStdin() - Method in class hudson.Launcher.RemoteLauncher.ProcImpl
 
getStdin() - Method in class hudson.Proc
Returns an OutputStream to write to stdin of the child process.
getStdin() - Method in class hudson.Proc.LocalProc
 
getStdin() - Method in class hudson.Proc.RemoteProc
Deprecated.
 
getStdout() - Method in class hudson.Launcher.RemoteLauncher.ProcImpl
 
getStdout() - Method in class hudson.Proc
Returns an InputStream to read from stdout of the child process.
getStdout() - Method in class hudson.Proc.LocalProc
 
getStdout() - Method in class hudson.Proc.RemoteProc
Deprecated.
 
getStrategy() - Method in class jenkins.model.BuildDiscarderProperty
 
getString(String) - Method in class hudson.model.FileParameterValue.FileItemImpl
 
getString() - Method in class hudson.model.FileParameterValue.FileItemImpl
 
getStringConfigParameter(String, String) - Static method in class jenkins.model.Configuration
 
getStronglyConnectedComponents() - Method in class jenkins.util.DirectedGraph
Performs the Tarjan's algorithm and computes strongly-connected components from the sink to source order.
getSubdir() - Method in class hudson.tools.ZipExtractionInstaller
 
getSubTasks() - Method in class hudson.model.AbstractProject
 
getSubTasks() - Method in class hudson.model.JobProperty
getSubTasks() - Method in class hudson.model.queue.AbstractQueueTask
 
getSubTasks() - Method in class hudson.model.queue.QueueTaskFilter
 
getSubTasks() - Method in interface hudson.model.Queue.Task
Obtains the SubTasks that constitute this task.
getSubTasksOf(Queue.Task) - Static method in class hudson.model.queue.Tasks
 
getSuggestions(StaplerRequest, String) - Method in class hudson.search.Search
Gets the list of suggestions that match the given query.
getSystemInfoExtensions() - Static method in class hudson.slaves.SlaveComputer
Helper method for Jelly.
getSystemMessage() - Method in class jenkins.model.Jenkins
getSystemProperties() - Static method in class hudson.Functions
 
getSystemProperties() - Method in class hudson.model.Computer
Gets the system properties of the JVM on this computer.
getSystemProperties() - Method in exception hudson.util.IncompatibleVMDetected
 
getSystemProperties(VirtualChannel) - Static method in class hudson.util.RemotingDiagnostics
 
getSystemProperty(String) - Method in class hudson.Functions
 
getT() - Method in class hudson.model.Descriptor
Unlike Descriptor.clazz, return the parameter type 'T', which determines the DescriptorExtensionList that this goes to.
getTagName() - Method in class jenkins.util.xstream.XStreamDOM
 
getTarget() - Method in class hudson.cli.CLIAction
 
getTarget() - Method in class hudson.triggers.SCMTrigger.Runner
For which Item are we polling?
getTarget() - Method in class jenkins.model.Jenkins
 
getTarget() - Method in class jenkins.model.RunIdMigrator.UnmigrationInstruction
 
getTarget() - Method in class jenkins.security.RekeySecretAdminMonitor
Requires ADMINISTER permission for any operation in here.
getTarget() - Method in class jenkins.security.s2m.AdminWhitelistRule
Restricts the access to administrator.
getTargets() - Method in class hudson.tasks.Fingerprinter
 
getTargets() - Method in class hudson.tasks.Maven
 
getTcpSlaveAgentListener() - Method in class jenkins.model.Jenkins
 
getTempDir() - Static method in class hudson.util.jna.Kernel32Utils
 
getTempDir() - Method in exception hudson.util.NoTempDir
 
getTemporaryFile() - Method in class hudson.util.AtomicFileWriter
Until the data is committed, this file captures the written content.
GetTempPathW(int, Pointer) - Method in interface hudson.util.jna.Kernel32
 
GetTempSpace() - Constructor for class hudson.node_monitors.TemporarySpaceMonitor.GetTempSpace
 
getTerminatedBy() - Method in class hudson.model.Computer
Returns the list of captured termination requests for this Computer.
getTestForReverseProxySetup(String) - Method in class hudson.diagnosis.ReverseProxySetupMonitor
 
getTestResultAction() - Method in class hudson.model.AbstractBuild
Deprecated.
Use Actionable.getAction(Class) on AbstractTestResultAction.
getTestUrl() - Method in class hudson.ProxyConfiguration
 
getText() - Method in class hudson.AbstractMarkupText
Returns the plain text portion of this MarkupText without any markup, nor any escape.
getText() - Method in class hudson.MarkupText
 
getText() - Method in class hudson.MarkupText.SubText
 
getText(AlternativeUiTextProvider.Message<T>, T) - Method in class hudson.util.AlternativeUiTextProvider
Provides an opportunity to override the message text.
getThreadDump() - Method in class hudson.model.Computer
Gets the thread dump of the slave JVM.
getThreadDump(VirtualChannel) - Static method in class hudson.util.RemotingDiagnostics
 
getThreadDumpAsync(VirtualChannel) - Static method in class hudson.util.RemotingDiagnostics
 
getThreadGroup(ThreadInfo) - Method in class hudson.Functions.ThreadGroupMap
 
getThreadInfos() - Static method in class hudson.Functions
 
getThreshold() - Method in class hudson.tasks.BuildTrigger
 
getThreshold() - Method in class jenkins.triggers.ReverseBuildTrigger
 
getThresholdBytes() - Method in class hudson.node_monitors.AbstractDiskSpaceMonitor
 
getTiedJobCount() - Method in class hudson.model.Label
Returns an approximate count of projects that are tied on this node.
getTiedJobs() - Method in class hudson.model.Computer
Returns projects that are tied on this node.
getTiedJobs() - Method in class hudson.model.Label
Returns projects that are tied on this node.
getTime() - Method in class hudson.model.Run
Same as Run.getTimestamp() but in a different type.
getTime() - Method in class hudson.slaves.OfflineCause
Same as OfflineCause.getTimestamp() but in a different type.
getTime() - Method in class jenkins.util.TimeDuration
 
getTimeInMillis() - Method in class hudson.model.Run
Same as Run.getTimestamp() but in a different type, that is since the time of the epoc.
getTimeInMillis() - Method in class jenkins.util.TimeDuration
 
getTimeline() - Method in class hudson.model.Computer
 
getTimeline() - Method in class hudson.model.Job
 
getTimeline() - Method in class hudson.model.View
 
getTimeSortKey() - Method in class hudson.model.View.UserInfo
 
getTimeSpanString(long) - Static method in class hudson.Util
Returns a human readable text of the time duration, for example "3 minutes 40 seconds".
getTimeSpanString() - Method in class jenkins.diagnosis.HsErrPidFile
 
getTimeSpentInQueue() - Method in class hudson.model.Executor
Returns the number of milli-seconds the currently executing job spent in the queue waiting for an available executor.
getTimestamp() - Method in class hudson.model.Fingerprint
Gets the timestamp when this record is created.
getTimestamp() - Method in class hudson.model.Run
When the build is scheduled.
getTimestamp() - Method in class hudson.node_monitors.AbstractNodeMonitorDescriptor
The timestamp that indicates when the last round of the monitoring has completed.
getTimestamp() - Method in class hudson.scm.ChangeLogSet.Entry
Returns the timestamp of this commit in the Date.getTime() format.
getTimestamp() - Method in class hudson.slaves.OfflineCause
Timestamp in which the event happened.
getTimestamp() - Method in class jenkins.model.FingerprintFacet
Gets the timestamp associated with this facet.
getTimestampString() - Method in class hudson.model.Executor
Gets the string that says how long since this build has started.
getTimestampString() - Method in class hudson.model.Fingerprint
Gets the string that says how long since this build has scheduled.
getTimestampString() - Method in class hudson.model.Run
Gets the string that says how long since this build has started.
getTimestampString() - Method in class hudson.node_monitors.AbstractNodeMonitorDescriptor
 
getTimestampString2() - Method in class hudson.model.Run
Returns the timestamp formatted in xs:dateTime.
getTitle() - Method in class hudson.model.DirectoryBrowserSupport.Path
 
getToken() - Method in class hudson.model.BuildAuthorizationToken
Deprecated.
 
getToolDescriptors() - Method in class hudson.tools.ToolLocationNodeProperty.DescriptorImpl
 
getToolHome() - Method in class hudson.tools.AbstractCommandInstaller
 
getToolHome(Node, ToolInstallation, TaskListener) - Method in class hudson.tools.InstallerTranslator
 
getToolHome(Node, ToolInstallation, TaskListener) - Static method in class hudson.tools.ToolLocationNodeProperty
Deprecated.
getToolHome(Node, ToolInstallation, TaskListener) - Method in class hudson.tools.ToolLocationTranslator
Called for each ToolInstallation.translateFor(Node, TaskListener) invocations (which normally means it's invoked for each NodeSpecific.forNode(Node, TaskListener)) to translate the tool location into the node specific location.
getTooltip() - Method in class hudson.scm.AbstractScmTagAction
This message is shown as the tool tip of the build badge icon.
getTopLevelItemNames() - Method in class jenkins.model.Jenkins
Gets the names of all the TopLevelItems.
getTopologicallySorted() - Method in class hudson.model.DependencyGraph
Returns all the projects in the topological order of the dependency.
getToString() - Method in class hudson.security.WhoAmI
 
getTotalConfiguredExecutors() - Method in class hudson.model.Label
Number of total Executors that belong to this label.
getTotalDiskSpace() - Method in class hudson.FilePath
Returns the total number of bytes in the partition of that file.
getTotalExecutors() - Method in class hudson.model.ComputerSet
Number of total Executors that belong to this label that are functioning.
getTotalExecutors() - Method in class hudson.model.Label
Number of total Executors that belong to this label that are functioning.
getTotalLatest() - Method in class hudson.slaves.NodeProvisioner.StrategyState
getTotalPhysicalMemory() - Method in class hudson.node_monitors.SwapSpaceMonitor.MemoryUsage2
Total physical memory of the system, in bytes.
getTotalSnapshot() - Method in class hudson.slaves.NodeProvisioner.StrategyState
Deprecated.
use NodeProvisioner.StrategyState.getSnapshot(), LoadStatistics.LoadStatisticsSnapshot#getOnlineExecutors()
getTotalSwapSpace() - Method in class hudson.node_monitors.SwapSpaceMonitor.MemoryUsage2
Total number of swap space in bytes.
getTransientActions() - Method in class hudson.model.Run
Deprecated.
getTransientActions() - Method in class hudson.model.User
Return all transient actions associated with this user.
getTransitiveDownstream(AbstractProject) - Method in class hudson.model.DependencyGraph
Gets all the direct and indirect downstream dependencies of the given project.
getTransitiveDownstreamProjects() - Method in class hudson.model.AbstractProject
Gets all the downstream projects including transitive downstream projects.
getTransitiveUpstream(AbstractProject) - Method in class hudson.model.DependencyGraph
Gets all the direct and indirect upstream dependencies of the given project.
getTransitiveUpstreamBuilds() - Method in class hudson.model.AbstractBuild
Works like AbstractBuild.getUpstreamBuilds() but also includes all the transitive dependencies as well.
getTransitiveUpstreamProjects() - Method in class hudson.model.AbstractProject
Gets all the upstream projects including transitive upstream projects.
getTransportAuthentication() - Method in class hudson.cli.CLICommand
Returns the identity of the client as determined at the CLI transport level.
getTree() - Method in class hudson.model.Run.ArtifactList
 
getTreeNodeId() - Method in class hudson.model.Run.Artifact
 
getTrigger(Class<T>) - Method in class hudson.model.AbstractProject
Gets the specific trigger, or null if the propert is not configured for this job.
getTrigger() - Method in class hudson.node_monitors.DiskSpaceMonitorDescriptor.DiskSpace
 
getTrigger() - Method in class hudson.node_monitors.MonitorOfflineCause
Identify monitor implementation that put computer offline.
getTrigger() - Method in class hudson.node_monitors.ResponseTimeMonitor.Data
 
getTrigger(String) - Method in class jenkins.model.Jenkins
Gets the trigger descriptor by name.
getTrigger(Job<?, ?>, Class<T>) - Static method in class jenkins.model.ParameterizedJobMixIn
Checks for the existence of a specific trigger on a job.
getTriggers() - Method in class hudson.model.AbstractProject
 
getTriggers() - Method in interface jenkins.model.ParameterizedJobMixIn.ParameterizedJob
Gets currently configured triggers.
getTruncatedDescription() - Method in class hudson.model.Run
Returns the length-limited description.
getType() - Method in class hudson.model.ParameterDefinition
 
getType() - Method in class hudson.model.UpdateCenter.DownloadJob.InstallationStatus
 
getType() - Method in class hudson.model.UpdateCenter.RestartJenkinsJob.Pending
 
getType() - Method in class hudson.model.UpdateCenter.UpdateCenterJob
 
getType() - Method in class hudson.scm.SCM
Type of this SCM.
getType() - Method in class hudson.tools.ToolLocationNodeProperty.ToolLocation
 
getTypeConverterBindings() - Method in class jenkins.ProxyInjector
 
getTypeParameter(Class<? extends B>, Class<B>, int) - Static method in class hudson.Functions
Given c=MyList (extends ArrayList<Foo>), base=List, compute the parameterization of 'base' that's assignable from 'c' (in this case List<Foo>), and return its n-th type parameter (n=0 would return Foo).
getUnblockedItems() - Method in class hudson.model.Queue
Gets all items that are in the queue but not blocked
getUnblockedTasks() - Method in class hudson.model.Queue
Works just like Queue.getUnblockedItems() but return tasks.
getUnknown() - Static method in class hudson.model.User
Gets the fallback "unknown" user instance.
getUnprotectedRootActions() - Method in class jenkins.model.Jenkins
Gets a list of unprotected root actions.
getUpdateCenter() - Method in class jenkins.model.Jenkins
 
getUpdateCenterUrl() - Method in class hudson.model.UpdateCenter.UpdateCenterConfiguration
Deprecated.
as of 1.333 With the introduction of multiple update center capability, this information is now moved to UpdateSite.
getUpdateInfo() - Method in class hudson.PluginWrapper
If the plugin has an update, returns the UpdateSite.Plugin object.
getUpdates() - Method in class hudson.model.UpdateCenter
 
getUpdates() - Method in class hudson.model.UpdateSite
Returns the list of plugins that are updates to currently installed ones.
getUpstream(AbstractProject) - Method in class hudson.model.DependencyGraph
Gets all the immediate upstream projects (IOW backward edges) of the given project.
getUpstreamBuild() - Method in class hudson.model.Cause.UpstreamCause
 
getUpstreamBuilds() - Method in class hudson.model.AbstractBuild
Gets the upstream builds of this build, which are the builds of the upstream projects whose artifacts feed into this build.
getUpstreamCauses() - Method in class hudson.model.Cause.UpstreamCause
 
getUpstreamDependencies(AbstractProject) - Method in class hudson.model.DependencyGraph
 
getUpstreamProject() - Method in class hudson.model.Cause.UpstreamCause
 
getUpstreamProject() - Method in class hudson.model.DependencyGraph.Dependency
 
getUpstreamProjects() - Method in class hudson.model.AbstractProject
 
getUpstreamProjects() - Method in class jenkins.triggers.ReverseBuildTrigger
 
getUpstreamRelationship(AbstractProject) - Method in class hudson.model.AbstractBuild
Gets the dependency relationship from this build (as the sink) and that project (as the source.)
getUpstreamRelationshipBuild(AbstractProject<?, ?>) - Method in class hudson.model.AbstractBuild
Works like AbstractBuild.getUpstreamRelationship(AbstractProject) but returns the actual build object.
getUpstreamRun() - Method in class hudson.model.Cause.UpstreamCause
 
getUpstreamUrl() - Method in class hudson.model.Cause.UpstreamCause
 
getUptime() - Method in class jenkins.model.Uptime
 
getUpTimeMins() - Method in class hudson.slaves.SimpleScheduledRetentionStrategy
 
getUpUrl() - Method in class hudson.model.AbstractBuild
Used to render the side panel "Back to project" link.
getUrl() - Method in class hudson.diagnosis.HudsonHomeDiskUsageMonitor.Solution
Returns the URL of this monitor, relative to the context path.
getUrl() - Method in class hudson.model.AbstractCIBase
Deprecated.
Why are you calling a method that always returns ""? You probably want to call Jenkins.getRootUrl()
getUrl() - Method in class hudson.model.AbstractItem
 
getUrl() - Method in class hudson.model.AdministrativeMonitor
Returns the URL of this monitor, relative to the context path, like "administrativeMonitor/foobar".
getUrl() - Method in class hudson.model.Computer.DisplayExecutor
 
getUrl() - Method in class hudson.model.Computer
 
getUrl() - Method in class hudson.model.DownloadService.Downloadable
URL to download.
getUrl() - Method in interface hudson.model.Item
Returns the URL of this item relative to the context root of the application.
getUrl() - Method in interface hudson.model.ItemGroup
Returns the path relative to the context root, like "foo/bar/zot/".
getUrl() - Method in class hudson.model.Label
Relative URL from the context path, that ends with '/'.
getUrl() - Method in class hudson.model.MyViewsProperty
 
getUrl() - Method in class hudson.model.PageDecorator
Obtains the URL of this object, excluding the context path.
getUrl() - Method in class hudson.model.Queue.Item
Returns the URL of this Item relative to the context path of Jenkins
getUrl() - Method in class hudson.model.queue.QueueTaskFilter
 
getUrl() - Method in interface hudson.model.Queue.Task
Returns the URL of this task relative to the context root of the application.
getUrl() - Method in class hudson.model.Run
Returns the URL of this Run, relative to the context root of Hudson.
getURL() - Method in class hudson.model.Slave.JnlpJar
 
getURL() - Method in class hudson.model.UpdateCenter.DownloadJob
Where to download the file from.
getURL() - Method in class hudson.model.UpdateCenter.HudsonDowngradeJob
 
getURL() - Method in class hudson.model.UpdateCenter.HudsonUpgradeJob
 
getURL() - Method in class hudson.model.UpdateCenter.InstallationJob
 
getURL() - Method in class hudson.model.UpdateCenter.PluginDowngradeJob
 
getUrl() - Method in class hudson.model.UpdateSite
Exposed to get rid of hardcoding of the URL that serves up update-center.json in Javascript.
getUrl() - Method in class hudson.model.User
 
getUrl() - Method in class hudson.model.View
Returns the path relative to the context root.
getUrl() - Method in interface hudson.model.ViewGroup
Returns the path of this group, relative to the context root, like "foo/bar/zot/".
getUrl() - Method in class hudson.PluginWrapper
Gets the URL that shows more information about this plugin.
getUrl() - Method in class hudson.search.SuggestedItem
Gets the URL to this item.
getUrl() - Method in class hudson.tools.ZipExtractionInstaller
 
getUrl() - Method in class jenkins.model.Jenkins.MasterComputer
 
getUrl() - Method in class jenkins.model.JenkinsLocationConfiguration
 
getUrlChildPrefix() - Method in interface hudson.model.ItemGroup
Gets the URL token that prefixes the URLs for child Items.
getUrlChildPrefix() - Method in class jenkins.model.Jenkins
 
getUrlName() - Method in class hudson.AboutJenkins
 
getUrlName() - Method in class hudson.cli.CLIAction
 
getUrlName() - Method in class hudson.diagnosis.OldDataMonitor.ManagementLinkImpl
 
getUrlName() - Method in interface hudson.model.Action
Gets the URL path name.
getUrlName() - Method in class hudson.model.CauseAction
 
getUrlName() - Method in class hudson.model.EnvironmentContributor.EnvVarsHtml
 
getUrlName() - Method in class hudson.model.InvisibleAction
 
getUrlName() - Method in class hudson.model.ManageJenkinsAction
 
getUrlName() - Method in class hudson.model.ManagementLink
Gets the URL path name.
getUrlName() - Method in class hudson.model.MyViewsProperty
 
getUrlName() - Method in class hudson.model.MyViewsProperty.GlobalAction
 
getUrlName() - Method in class hudson.model.ParametersAction
 
getUrlName() - Method in class hudson.model.ParametersDefinitionProperty
 
getUrlName() - Method in class hudson.model.Run.KeepLogBuildBadge
 
getUrlName() - Method in class hudson.scm.AbstractScmTagAction
 
getUrlName() - Method in class hudson.scm.SCMRevisionState
 
getUrlName() - Method in class hudson.security.FederatedLoginService
Returns the url name that determines where this FederatedLoginService is mapped to in the URL space.
getUrlName() - Method in class hudson.security.GlobalSecurityConfiguration
 
getUrlName() - Method in class hudson.security.HudsonPrivateSecurityRealm.ManageUserLinks
 
getUrlName() - Method in class hudson.security.WhoAmI
 
getUrlName() - Method in class hudson.tasks.Fingerprinter.FingerprintAction
 
getUrlName() - Method in class hudson.triggers.SCMTrigger.BuildAction
 
getUrlName() - Method in class hudson.triggers.SCMTrigger.SCMAction
 
getUrlName() - Method in class hudson.widgets.HistoryWidget
 
getUrlName() - Method in class hudson.widgets.Widget
Gets the URL path name.
getUrlName() - Method in class hudson.WorkspaceSnapshot
 
getUrlName() - Method in class jenkins.management.CliLink
 
getUrlName() - Method in class jenkins.management.ConfigureLink
 
getUrlName() - Method in class jenkins.management.ConsoleLink
 
getUrlName() - Method in class jenkins.management.NodesLink
 
getUrlName() - Method in class jenkins.management.PluginsLink
 
getUrlName() - Method in class jenkins.management.ReloadLink
 
getUrlName() - Method in class jenkins.management.ShutdownLink
 
getUrlName() - Method in class jenkins.management.StatisticsLink
 
getUrlName() - Method in class jenkins.management.SystemInfoLink
 
getUrlName() - Method in class jenkins.management.SystemLogLink
 
getUrlName() - Method in class jenkins.model.RunIdMigrator.UnmigrationInstruction
 
getUrls() - Method in class hudson.model.DownloadService.Downloadable
URLs to download from.
getURLs() - Method in class hudson.PluginFirstClassLoader
 
getUsableDiskSpace() - Method in class hudson.FilePath
Returns the number of usable bytes in the partition of that file.
GetUsableSpace() - Constructor for class hudson.node_monitors.DiskSpaceMonitorDescriptor.GetUsableSpace
 
getUsage() - Method in class hudson.cli.CLICommand
Get usage as a string.
getUsages() - Method in class hudson.model.Fingerprint
 
getUser() - Method in class hudson.model.MyViewsProperty
 
getUser() - Method in class hudson.model.UpdateCenter.DownloadJob
Get the user that initiated this job
getUser() - Method in class hudson.model.View.UserInfo
 
getUser(String) - Method in class hudson.security.HudsonPrivateSecurityRealm
This is to map users under the security realm URL.
getUser() - Method in class hudson.slaves.OfflineCause.UserCause
 
getUser() - Method in class jenkins.model.CauseOfInterruption.UserInterruption
 
getUser(String) - Method in class jenkins.model.Jenkins
Gets the user of the given name.
getUserAvatar(User, String) - Method in class hudson.Functions
getUserId() - Method in class hudson.model.Cause.UserIdCause
 
getUserId() - Method in class hudson.model.Slave
Return id of user which created this slave
getUserIdStrategy() - Method in class hudson.security.SecurityRealm
Returns the IdStrategy that should be used for turning UserDetails.getUsername() into an ID.
getUserName() - Method in class hudson.model.Cause.UserCause
Deprecated.
 
getUserName() - Method in class hudson.model.Cause.UserIdCause
 
getUserName() - Method in class hudson.ProxyConfiguration
 
getUsername() - Method in class hudson.security.HudsonPrivateSecurityRealm.Details
 
getUsername() - Method in class hudson.tools.JDKInstaller.DescriptorImpl
 
getUserPropertyClass() - Method in class hudson.security.FederatedLoginService
Returns your implementation of FederatedLoginServiceUserProperty that stores opaque identifiers.
getUsers() - Method in class hudson.model.View.AsynchPeople.People
 
getValidTimezone(String) - Static method in class hudson.scheduler.CronTabList
Checks if given timezone string is supported by TimeZone and returns the same string if valid, null otherwise
getValue() - Method in class hudson.model.BooleanParameterValue
 
getValue() - Method in class hudson.model.FileParameterValue
 
getValue() - Method in class hudson.model.JobParameterValue
 
getValue() - Method in class hudson.model.ParameterValue
Returns the most natural Java object that represents the actual value, like boolean, string, etc.
getValue() - Method in class hudson.model.PasswordParameterValue
 
getValue() - Method in class hudson.model.RunParameterValue
 
getValue() - Method in class hudson.model.StringParameterValue
 
getValue() - Method in class jenkins.util.xstream.XStreamDOM
 
getValuePage() - Method in class hudson.model.ParameterDefinition.ParameterDescriptor
 
getValues() - Method in class hudson.model.AutoCompletionCandidates
Exposes the raw value, in case you want to modify List directly.
getVersion() - Static method in class hudson.Functions
 
getVersion() - Method in class hudson.PluginWrapper
Returns the version number of this plugin
getVersion() - Static method in class jenkins.model.Jenkins
Parses Jenkins.VERSION into VersionNumber, or null if it's not parseable as a version number (such as when Jenkins is run with "mvn hudson-dev:run")
getVersionList() - Method in class hudson.diagnosis.OldDataMonitor
Sorted list of unique max-versions in the data set.
getVersionNumber() - Method in class hudson.PluginWrapper
Returns the version number of this plugin
getVeto() - Method in class hudson.util.ProcessTree.OSProcess
 
getView(String) - Method in class hudson.cli.handlers.ViewOptionHandler
Gets a view by its name Note: Personal user's views aren't supported now.
getView(String) - Method in class hudson.model.MyViewsProperty
 
getView() - Method in class hudson.model.RunMap
Gets the read-only view of this map.
getView(String) - Method in class hudson.model.TreeView
 
getView(String) - Method in interface hudson.model.ViewGroup
Gets a view of the given name.
getView(String) - Method in class hudson.model.ViewGroupMixIn
 
getView() - Method in class hudson.util.CopyOnWriteList
 
getView() - Method in class hudson.util.RingBufferLogHandler
Returns the list view of LogRecords in the ring buffer.
getView(String) - Method in class jenkins.model.Jenkins
 
getViewActions() - Method in class hudson.model.MyViewsProperty
 
getViewActions() - Method in class hudson.model.TreeView
 
getViewActions() - Method in interface hudson.model.ViewGroup
Returns actions that should be displayed in views.
getViewActions() - Method in class jenkins.model.Jenkins
 
GetViewCommand - Class in hudson.cli
 
GetViewCommand() - Constructor for class hudson.cli.GetViewCommand
 
GetViewCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key GetViewCommand.ShortDescription: Dumps the view definition XML to stdout..
getViewName() - Method in class hudson.model.View
Gets the name of all this collection.
getViewPage(Class<?>, String) - Method in class hudson.model.Descriptor
 
getViewResource(Object, String) - Static method in class hudson.Functions
 
getViews() - Method in class hudson.model.MyViewsProperty
 
getViews() - Method in class hudson.model.TreeView
 
getViews() - Method in interface hudson.model.ViewGroup
Gets all the views in this group.
getViews() - Method in class hudson.model.ViewGroupMixIn
Gets the read-only list of all Views.
getViews() - Method in class jenkins.model.Jenkins
Gets the read-only list of all Views.
getViewsTabBar() - Method in class hudson.model.MyViewsProperty
 
getViewsTabBar() - Method in class hudson.model.TreeView
 
getViewsTabBar() - Method in interface hudson.model.ViewGroup
Gets the TabBar for the views.
getViewsTabBar() - Method in class hudson.views.ViewsTabBar.GlobalConfigurationImpl
 
getViewsTabBar() - Method in class jenkins.model.Jenkins
 
getViewsTabBarDescriptors() - Static method in class hudson.Functions
 
getViewUrl() - Method in class hudson.model.View
Same as View.getUrl() except this returns a view/{name} path even for the default view.
getVmDefaultValueForPrimitiveType(Class<?>) - Static method in class hudson.util.ReflectionUtils
Given the primitive type, returns the VM default value for that type in a boxed form.
getWhen() - Method in exception hudson.model.Computer.TerminationRequest
Returns the when the termination request was created.
getWhereAntIsLoaded() - Method in exception hudson.util.IncompatibleAntVersionDetected
 
getWhereServletIsLoaded() - Method in exception hudson.util.IncompatibleServletVersionDetected
 
getWhy() - Method in class hudson.model.Queue.Item
Gets a human-readable status message describing why it's in the queue.
getWhyBlocked() - Method in class hudson.model.AbstractProject
 
getWhyBlocked() - Method in class hudson.model.queue.QueueTaskFilter
 
getWhyBlocked() - Method in interface hudson.model.Queue.Task
Deprecated.
as of 1.330 Use CauseOfBlockage.getShortDescription() instead.
getWhyKeepLog() - Method in class hudson.model.AbstractBuild
 
getWhyKeepLog() - Method in class hudson.model.Run
If Run.isKeepLog() returns true, returns a short, human-readable sentence that explains why it's being kept.
getWhyKeepLog() - Method in class hudson.model.Run.KeepLogBuildBadge
 
getWidgets() - Method in class hudson.model.Job
 
getWidgets() - Method in class hudson.model.View
Gets the Widgets registered on this object.
getWidgets() - Method in class jenkins.model.Jenkins
Gets the Widgets registered on this object.
getWin32ErrorMessage(IOException) - Static method in class hudson.Functions
 
getWin32ErrorMessage(IOException) - Static method in class hudson.Util
 
getWin32ErrorMessage(Throwable) - Static method in class hudson.Util
Extracts the Win32 error message from Throwable if possible.
getWin32ErrorMessage(int) - Static method in class hudson.Util
Gets a human readable message for the given Win32 error code.
getWin32FileAttributes(File) - Static method in class hudson.util.jna.Kernel32Utils
 
getWorkDir() - Method in class hudson.PluginManager
If non-null, the base directory for all exploded .hpi/.jpi plugins.
getWorkerThread() - Method in class hudson.model.TaskAction
 
getWorkspace() - Method in class hudson.model.AbstractBuild
Gets the directory where this build is being built.
getWorkspace() - Method in class hudson.model.AbstractProject
Deprecated.
as of 1.319 To support concurrent builds of the same project, this method is moved to AbstractBuild. For backward compatibility, this method returns the right AbstractBuild.getWorkspace() if called from Executor, and otherwise the workspace of the last build.

If you are calling this method during a build from an executor, switch it to AbstractBuild.getWorkspace(). If you are calling this method to serve a file from the workspace, doing a form validation, etc., then use AbstractProject.getSomeWorkspace()

getWorkspace(Job) - Method in class hudson.model.WorkspaceBrowser
Provide access to job's workspace
getWorkspaceFor(TopLevelItem) - Method in class hudson.model.Node
Returns a "workspace" directory for the given TopLevelItem.
getWorkspaceFor(TopLevelItem) - Method in class hudson.model.Slave
 
getWorkspaceFor(TopLevelItem) - Method in class jenkins.model.Jenkins
 
getWorkspaceList() - Method in class hudson.model.Computer
Gets the object that coordinates the workspace allocation on this computer.
getWorkspaceResource() - Method in class hudson.model.AbstractProject
Deprecated.
as of 1.319 Projects no longer have a fixed workspace, ands builds will find an available workspace via WorkspaceList for each build (furthermore, that happens after a build is started.) So a Resource representation for a workspace at the project level no longer makes sense.

If you need to lock a workspace while you do some computation, see the source code of AbstractProject.pollSCMChanges(TaskListener) for how to obtain a lock of a workspace through WorkspaceList.

getWorkspaceRoot() - Method in class hudson.model.Slave
Root directory on this slave where all the job workspaces are laid out.
getWorkUnits() - Method in class hudson.model.queue.WorkUnitContext
 
getWrapper() - Method in class hudson.Plugin
Gets the paired PluginWrapper.
getXmlFile() - Static method in class hudson.ProxyConfiguration
 
getXStream() - Method in class hudson.XmlFile
 
getYuiSuffix() - Static method in class hudson.Functions
Gets the suffix to use for YUI JavaScript.
Glob(String, String) - Constructor for class hudson.util.DirScanner.Glob
 
Glob(String, String, boolean) - Constructor for class hudson.util.DirScanner.Glob
 
GlobalAction() - Constructor for class hudson.model.MyViewsProperty.GlobalAction
 
GlobalCloudConfiguration - Class in jenkins.model
Adds the Cloud configuration to the system config page.
GlobalCloudConfiguration() - Constructor for class jenkins.model.GlobalCloudConfiguration
 
GlobalConfiguration - Class in jenkins.model
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.
GlobalConfiguration() - Constructor for class jenkins.model.GlobalConfiguration
 
GlobalConfigurationCategory - Class in jenkins.model
Grouping of related GlobalConfigurations.
GlobalConfigurationCategory() - Constructor for class jenkins.model.GlobalConfigurationCategory
 
GlobalConfigurationCategory.Security - Class in jenkins.model
Security related configurations.
GlobalConfigurationCategory.Unclassified - Class in jenkins.model
This category represents the catch-all I-dont-know-what-category-it-is instance, used for those GlobalConfigurations that don't really deserve/need a separate category.
GlobalConfigurationImpl() - Constructor for class hudson.views.MyViewsTabBar.GlobalConfigurationImpl
 
GlobalConfigurationImpl() - Constructor for class hudson.views.ViewsTabBar.GlobalConfigurationImpl
 
GlobalCrumbIssuerConfiguration - Class in hudson.security.csrf
Show the crumb configuration to the system config page.
GlobalCrumbIssuerConfiguration() - Constructor for class hudson.security.csrf.GlobalCrumbIssuerConfiguration
 
GlobalDefaultViewConfiguration - Class in hudson.views
Adds the default view configuration to the system config page.
GlobalDefaultViewConfiguration() - Constructor for class hudson.views.GlobalDefaultViewConfiguration
 
GlobalMavenConfig - Class in jenkins.mvn
 
GlobalMavenConfig() - Constructor for class jenkins.mvn.GlobalMavenConfig
 
GlobalNodePropertiesConfiguration - Class in jenkins.model
Include NodePropertyDescriptor configurations.
GlobalNodePropertiesConfiguration() - Constructor for class jenkins.model.GlobalNodePropertiesConfiguration
 
GlobalPluginConfiguration - Class in jenkins.model
Include config.jelly defined for Plugins.
GlobalPluginConfiguration() - Constructor for class jenkins.model.GlobalPluginConfiguration
 
GlobalProjectNamingStrategyConfiguration - Class in jenkins.model
Configures the project naming strategy.
GlobalProjectNamingStrategyConfiguration() - Constructor for class jenkins.model.GlobalProjectNamingStrategyConfiguration
 
GlobalQuietPeriodConfiguration - Class in jenkins.model
Configures the system-default quiet period.
GlobalQuietPeriodConfiguration() - Constructor for class jenkins.model.GlobalQuietPeriodConfiguration
 
GlobalSCMRetryCountConfiguration - Class in jenkins.model
Configures global SCM retry count default.
GlobalSCMRetryCountConfiguration() - Constructor for class jenkins.model.GlobalSCMRetryCountConfiguration
 
GlobalSecurityConfiguration - Class in hudson.security
Security configuration.
GlobalSecurityConfiguration() - Constructor for class hudson.security.GlobalSecurityConfiguration
 
GlobalSecurityConfiguration.DescriptorImpl - Class in hudson.security
 
GlobalSecurityConfiguration_Description() - Static method in class hudson.security.Messages
Key GlobalSecurityConfiguration.Description: Secure Jenkins; define who is allowed to access/use the system..
GlobalSecurityConfiguration_DisplayName() - Static method in class hudson.security.Messages
Key GlobalSecurityConfiguration.DisplayName: Configure Global Security.
GlobalSettingsProvider - Class in jenkins.mvn
 
GlobalSettingsProvider() - Constructor for class jenkins.mvn.GlobalSettingsProvider
 
GlobalSettingsProviderDescriptor - Class in jenkins.mvn
 
GlobalSettingsProviderDescriptor() - Constructor for class jenkins.mvn.GlobalSettingsProviderDescriptor
 
GNUCLibrary - Interface in hudson.util.jna
GNU C library.
grabLauncher(Node) - Method in class hudson.slaves.SlaveComputer
Grabs a ComputerLauncher out of Node to keep it in this Computer.
Graph - Class in hudson.util
A JFreeChart-generated graph that's bound to UI.
Graph(long, int, int) - Constructor for class hudson.util.Graph
 
Graph(Calendar, int, int) - Constructor for class hudson.util.Graph
 
GREY - Static variable in class hudson.util.ColorPalette
 
GroovyCommand - Class in hudson.cli
Executes the specified groovy script.
GroovyCommand() - Constructor for class hudson.cli.GroovyCommand
 
GroovyCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key GroovyCommand.ShortDescription: {@code Executes the specified Groovy script.
GroovyHookScript - Class in jenkins.util.groovy
A collection of Groovy scripts that are executed as various hooks.
GroovyHookScript(String) - Constructor for class jenkins.util.groovy.GroovyHookScript
Deprecated.
GroovyHookScript(String, ServletContext, File, ClassLoader) - Constructor for class jenkins.util.groovy.GroovyHookScript
 
GroovyInitScript - Class in hudson.init.impl
Run the initialization script, if it exists.
GroovyInitScript() - Constructor for class hudson.init.impl.GroovyInitScript
 
GroovyInitScript_init() - Static method in class hudson.init.impl.Messages
Key GroovyInitScript.init: Executing user-defined init script.
GroovyshCommand - Class in hudson.cli
Executes Groovy shell.
GroovyshCommand() - Constructor for class hudson.cli.GroovyshCommand
 
GroovyshCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key GroovyshCommand.ShortDescription: Runs an interactive groovy shell..
group(int) - Method in class hudson.MarkupText.SubText
Gets the text that represents the captured group.
group - Variable in class hudson.security.Permission
 
GROUP - Static variable in class hudson.security.Permission
 
groupCount() - Method in class hudson.MarkupText.SubText
How many captured groups are in this subtext.
GroupDetails - Class in hudson.security
Represents the details of a group.
GroupDetails() - Constructor for class hudson.security.GroupDetails
 
guessBrowser() - Method in class hudson.scm.SCM
Try to guess how a repository browser should be configured, based on URLs and the like.
GuiceExtensionAnnotation(Class<T>) - Constructor for class hudson.ExtensionFinder.GuiceExtensionAnnotation
 
GuiceFinder() - Constructor for class hudson.ExtensionFinder.GuiceFinder
 

H

H - Static variable in interface hudson.scheduler.CrontabParserTokenTypes
 
handle(Socket) - Method in class hudson.cli.CliProtocol
 
handle(Socket) - Method in class hudson.cli.CliProtocol2
 
handle(ServletRequest, ServletResponse, AccessDeniedException) - Method in class hudson.security.AccessDeniedHandlerImpl
 
handle(Socket) - Method in class jenkins.AgentProtocol
Called by the connection handling thread to execute the protocol.
handle(String, JnlpSlaveHandshake) - Method in class jenkins.slaves.DefaultJnlpSlaveReceiver
 
handle(String, JnlpSlaveHandshake) - Method in class jenkins.slaves.JnlpAgentReceiver
Called after the client has connected.
handle(Socket) - Method in class jenkins.slaves.JnlpSlaveAgentProtocol
 
handle(Socket) - Method in class jenkins.slaves.JnlpSlaveAgentProtocol2
 
handleIOException(String, IOException) - Method in class hudson.util.FormFieldValidator.URLCheck
Deprecated.
Calls the FormFieldValidator.error(String) method with a reasonable error message.
handleIOException(String, IOException) - Method in class hudson.util.FormValidation.URLCheck
Calls the FormValidation.error(String) method with a reasonable error message.
handleNewNodePage(ComputerSet, String, StaplerRequest, StaplerResponse) - Method in class hudson.slaves.NodeDescriptor
Handles the form submission from the "/computer/new" page, which is the first form for creating a new node.
Handler(Socket) - Constructor for class hudson.cli.CliProtocol.Handler
Deprecated.
as of 1.559 Use #Handler(NioChannelHub, Socket)
Handler(NioChannelHub, Socket) - Constructor for class hudson.cli.CliProtocol.Handler
 
Handler(Socket) - Constructor for class jenkins.slaves.JnlpSlaveAgentProtocol.Handler
Deprecated.
as of 1.559 Use #Handler(NioChannelHub, Socket)
Handler(NioChannelHub, Socket) - Constructor for class jenkins.slaves.JnlpSlaveAgentProtocol.Handler
 
Handler2(Socket) - Constructor for class hudson.cli.CliProtocol2.Handler2
Deprecated.
as of 1.559 Use #Handler2(NioChannelHub, Socket)
Handler2(NioChannelHub, Socket) - Constructor for class hudson.cli.CliProtocol2.Handler2
 
Handler2(Socket) - Constructor for class jenkins.slaves.JnlpSlaveAgentProtocol2.Handler2
Deprecated.
as of 1.559 Use #Handler2(NioChannelHub, Socket)
Handler2(NioChannelHub, Socket) - Constructor for class jenkins.slaves.JnlpSlaveAgentProtocol2.Handler2
 
has(String) - Method in class hudson.security.FederatedLoginServiceUserProperty
 
hasAbortPermission() - Method in class hudson.model.AbstractProject
 
hasAbortPermission() - Method in class hudson.model.queue.QueueTaskFilter
 
hasAbortPermission() - Method in interface hudson.model.Queue.Task
Works just like Queue.Task.checkAbortPermission() except it indicates the status by a return value, instead of exception.
hasCancelPermission() - Method in class hudson.model.Queue.Item
Checks whether a scheduled item may be canceled.
hasChanges() - Method in class hudson.scm.PollingResult
 
hasChangeSetComputed() - Method in class hudson.model.AbstractBuild
Returns true if the changelog is already computed.
hasCommand(String) - Method in class hudson.cli.CLI
Returns true if the named command exists.
hasCommand(String) - Method in interface hudson.cli.CliEntryPoint
Does the named command exist?
hasCommand(String) - Method in class hudson.cli.CliManagerImpl
 
hasCoreUpdates() - Method in class hudson.model.UpdateSite.Data
Is there a new version of the core?
hasCreatePermission(Authentication, ItemGroup, TopLevelItemDescriptor) - Method in class hudson.security.ACL
Checks if the given principal has the permission to create top level items within the specified item group.
hasCustomDisplayName() - Method in class hudson.model.Run
 
hasCustomScmCheckoutRetryCount() - Method in class hudson.model.AbstractProject
 
hasCycleDependency() - Method in class hudson.PluginWrapper
 
hasDependants() - Method in class hudson.PluginWrapper
Does this plugin have anything that depends on it.
hasDependencies() - Method in class hudson.PluginWrapper
Does this plugin depend on any other plugins.
hasDownPage - Variable in class jenkins.widgets.HistoryPageFilter
 
hasDuplicates(List<T>, String) - Static method in class hudson.model.DownloadService.Downloadable
check if the list of update center entries has duplicates
Hash - Class in hudson.scheduler
Generates a pseudo-random sequence of integers in the specified range.
hash(T) - Method in interface hudson.util.ConsistentHash.Hash
 
Hash(Map<K, V>) - Constructor for class hudson.util.CopyOnWriteMap.Hash
 
Hash() - Constructor for class hudson.util.CopyOnWriteMap.Hash
 
hashCode() - Method in class hudson.cli.BuildCommand.CLICause
 
hashCode() - Method in class hudson.FilePath
 
hashCode() - Method in class hudson.model.BooleanParameterValue
 
hashCode() - Method in class hudson.model.Cause.RemoteCause
 
hashCode() - Method in class hudson.model.Cause.UpstreamCause
 
hashCode() - Method in class hudson.model.Cause.UserCause
Deprecated.
 
hashCode() - Method in class hudson.model.Cause.UserIdCause
 
hashCode() - Method in class hudson.model.CheckPoint
 
hashCode() - Method in class hudson.model.Computer.DisplayExecutor
 
hashCode() - Method in class hudson.model.DependencyGraph.Dependency
 
hashCode() - Method in class hudson.model.FileParameterValue
 
hashCode() - Method in class hudson.model.Fingerprint.Range
 
hashCode() - Method in class hudson.model.Fingerprint.RangeSet
 
hashCode() - Method in class hudson.model.Label
 
hashCode() - Method in class hudson.model.LoadStatistics.LoadStatisticsSnapshot
hashCode() - Method in class hudson.model.ParameterValue
 
hashCode() - Method in class hudson.model.Resource
 
hashCode() - Method in class hudson.model.Slave
 
hashCode() - Method in class hudson.model.StringParameterValue
 
hashCode() - Method in class hudson.security.Permission
 
hashCode() - Method in class hudson.security.PermissionGroup
 
hashCode() - Method in class hudson.triggers.SCMTrigger.Runner
 
hashCode() - Method in class hudson.triggers.SCMTrigger.SCMTriggerCause
 
hashCode() - Method in class hudson.triggers.TimerTrigger.TimerTriggerCause
 
hashCode() - Method in class hudson.util.ChartUtil.NumberOnlyBuildLabel
 
hashCode() - Method in class hudson.util.CopyOnWriteMap
 
hashCode() - Method in class hudson.util.NoClientBindProtocolSocketFactory
All instances have the same hash code.
hashCode() - Method in class hudson.util.NoClientBindSSLProtocolSocketFactory
All instances have the same hash code.
hashCode() - Method in class hudson.util.Secret
 
hashCode() - Method in class jenkins.model.CauseOfInterruption.UserInterruption
 
hashCode() - Method in class jenkins.model.IdStrategy
hashCode() - Method in class jenkins.model.lazy.AbstractLazyLoadRunMap
 
hashCode() - Method in class jenkins.model.lazy.BuildReference
 
hashCode() - Method in class jenkins.security.NonSerializableSecurityContext
 
hashCode() - Method in class jenkins.util.TreeString
 
hashCode() - Method in class jenkins.util.VirtualFile
Hashes according to VirtualFile.toURI().
hashify(String) - Static method in class hudson.scheduler.CronTab
Checks a prospective crontab specification to see if it could benefit from balanced hashes.
hasHitEOF - Variable in class hudson.org.apache.tools.tar.TarInputStream
Deprecated.
 
hasIndirectDependencies(AbstractProject, AbstractProject) - Method in class hudson.model.DependencyGraph
Returns true if a project has a non-direct dependency to another project.
hasJobFilterExtensions() - Method in class hudson.model.ListView
Used to determine if we want to display the Add button.
hasKeys() - Method in class hudson.cli.PrivateKeyProvider
 
hasLicensesXml() - Method in class hudson.PluginWrapper
 
hasMaskedArguments() - Method in class hudson.util.ArgumentListBuilder
Returns true if there are any masked arguments.
hasMatchingEnvVars(Map<String, String>) - Method in class hudson.util.ProcessTree.OSProcess
Given the environment variable of a process and the "model environment variable" that Hudson used for launching the build, returns true if there's a match (which means the process should be considered a descendant of a build.)
hasMoreElements() - Method in class hudson.util.CompoundEnumeration
 
hasMoreElements() - Method in class hudson.util.QuotedStringTokenizer
 
hasMoreResults() - Method in interface hudson.search.SearchResult
 
hasMoreTokens() - Method in class hudson.util.QuotedStringTokenizer
 
hasNext() - Method in class hudson.util.AdaptedIterator
 
hasNext() - Method in class hudson.util.Iterators.FilterIterator
 
hasNext() - Method in class hudson.util.Iterators.FlattenIterator
 
hasntStartedYet() - Method in class hudson.model.Run
Returns true if the build is still queued and hasn't started yet.
hasParticipant(User) - Method in class hudson.model.AbstractBuild
Returns true if this user has made a commit to this build.
hasParticipant(User) - Method in class hudson.model.AbstractProject
Returns true if this user has made a commit to this project.
hasPeople() - Method in class hudson.model.View
Deprecated.
Potentially very expensive call; do not use from Jelly views.
hasPeople() - Method in class jenkins.model.Jenkins
Deprecated.
Potentially very expensive call; do not use from Jelly views.
hasPermission(Permission) - Static method in class hudson.Functions
Returns true if the current user has the given permission.
hasPermission(Object, Permission) - Static method in class hudson.Functions
This version is so that the 'hasPermission' can degrade gracefully if "it" is not an AccessControlled object.
hasPermission(Permission) - Method in class hudson.model.AbstractItem
Short for getACL().hasPermission(p)
hasPermission(Permission) - Method in class hudson.model.Computer
 
hasPermission(Permission) - Method in class hudson.model.MyViewsProperty
 
hasPermission(Permission) - Method in class hudson.model.Node
 
hasPermission(Permission) - Method in class hudson.model.Run
 
hasPermission(Permission) - Method in class hudson.model.User
 
hasPermission(Permission) - Method in class hudson.model.View
 
hasPermission(Permission) - Method in interface hudson.security.AccessControlled
Convenient short-cut for getACL().hasPermission(permission)
hasPermission(Permission) - Method in class hudson.security.ACL
Checks if the current security principal has this permission.
hasPermission(Authentication, Permission) - Method in class hudson.security.ACL
Checks if the given principle has the given permission.
hasPermission(Permission) - Method in class hudson.security.HudsonPrivateSecurityRealm
 
hasPermission(Authentication, Permission) - Method in class hudson.security.SidACL
 
hasPermission(Sid, Permission) - Method in class hudson.security.SidACL
Checks if the given Sid has the given Permission.
hasPermission(Authentication, Permission) - Method in class hudson.security.SparseACL
 
hasPermission(Sid, Permission) - Method in class hudson.security.SparseACL
 
hasPermission(Permission) - Method in class hudson.slaves.Cloud
 
hasPermission(Permission) - Method in class jenkins.model.Jenkins.MasterComputer
 
hasPermission(Map, Closure) - Method in interface lib.LayoutTagLib
Renders the body only if the current user has the specified permission
hasPermission(Closure) - Method in interface lib.LayoutTagLib
Renders the body only if the current user has the specified permission
hasPermission(Map) - Method in interface lib.LayoutTagLib
Renders the body only if the current user has the specified permission
hasPermission() - Method in interface lib.LayoutTagLib
Renders the body only if the current user has the specified permission
hasPermissionContainedBy(PermissionScope) - Method in class hudson.security.PermissionGroup
 
hasProperty(String) - Method in interface hudson.util.spring.BeanConfiguration
Returns true if the bean config has the name property set
hasSame(AbstractProject, Collection<? extends AbstractProject>) - Method in class hudson.tasks.BuildTrigger
Checks if this trigger has the exact same set of children as the given list.
hasSame(Collection<? extends AbstractProject>) - Method in class hudson.tasks.BuildTrigger
hasScript() - Method in class hudson.console.ConsoleAnnotationDescriptor
Returns true if this descriptor has a JavaScript to be inserted on applicable console page.
hasScript() - Method in class hudson.console.ConsoleAnnotatorFactory
Returns true if this descriptor has a JavaScript to be inserted on applicable console page.
hasStopPermission() - Method in class hudson.model.Executor
Checks if the current user has a permission to stop this build.
hasStylesheet() - Method in class hudson.console.ConsoleAnnotationDescriptor
Returns true if this descriptor has a stylesheet to be inserted on applicable console page.
hasStylesheet() - Method in class hudson.console.ConsoleAnnotatorFactory
 
hasTooManyTimeouts() - Method in class hudson.node_monitors.ResponseTimeMonitor.Data
 
hasUpdate() - Method in class hudson.PluginWrapper
Returns true if this plugin has update in the update center.
hasUpdates() - Method in class hudson.model.UpdateSite
Does any of the plugin has updates?
hasUpPage - Variable in class jenkins.widgets.HistoryPageFilter
 
hasView(Object, String) - Static method in class hudson.Functions
 
head(int) - Method in class hudson.util.TextFile
Reads the first N characters or until we hit EOF.
HeadBufferingStream - Class in hudson.util
FilterInputStream that buffers the first N bytes to a byte array on the side.
HeadBufferingStream(InputStream, int) - Constructor for class hudson.util.HeadBufferingStream
 
header(Map, Closure) - Method in interface lib.LayoutTagLib
Header portion of the HTML page, that gets rendered into the <head> tag.
header(Closure) - Method in interface lib.LayoutTagLib
Header portion of the HTML page, that gets rendered into the <head> tag.
header(Map) - Method in interface lib.LayoutTagLib
Header portion of the HTML page, that gets rendered into the <head> tag.
header() - Method in interface lib.LayoutTagLib
Header portion of the HTML page, that gets rendered into the <head> tag.
headMap(Integer) - Method in class jenkins.model.lazy.AbstractLazyLoadRunMap
 
HealthReport - Class in hudson.model
Represents health of something (typically project).
HealthReport(int, String, String) - Constructor for class hudson.model.HealthReport
HealthReport(int, String, Localizable) - Constructor for class hudson.model.HealthReport
Create a new HealthReport.
HealthReport(int, String) - Constructor for class hudson.model.HealthReport
HealthReport(int, Localizable) - Constructor for class hudson.model.HealthReport
Create a new HealthReport.
HealthReport() - Constructor for class hudson.model.HealthReport
Create a new HealthReport.
HealthReport.ConverterImpl - Class in hudson.model
Fix deserialization of older data.
HealthReport_EmptyString() - Static method in class hudson.model.Messages
Key HealthReport.EmptyString: .
HealthReportingAction - Interface in hudson.model
An Action that can return information about the health of the Job.
heap - Variable in class hudson.diagnosis.MemoryUsageMonitor
 
HeapDump(AccessControlled, VirtualChannel) - Constructor for class hudson.util.RemotingDiagnostics.HeapDump
 
HeapSpaceStringConverter - Class in hudson.util
Up to XStream 1.3 the default StringConverter in XStream used String.intern(), which stressed the (rather limited) PermGen space with a large XML file.
HeapSpaceStringConverter() - Constructor for class hudson.util.HeapSpaceStringConverter
 
height - Variable in class hudson.util.Area
 
help(Map, Closure) - Method in interface lib.JenkinsTagLib
 
help(Closure) - Method in interface lib.JenkinsTagLib
 
help(Map) - Method in interface lib.JenkinsTagLib
 
help() - Method in interface lib.JenkinsTagLib
 
helpArea(Map, Closure) - Method in interface lib.FormTagLib
Place holder to lazy-load help text via AJAX.
helpArea(Closure) - Method in interface lib.FormTagLib
Place holder to lazy-load help text via AJAX.
helpArea(Map) - Method in interface lib.FormTagLib
Place holder to lazy-load help text via AJAX.
helpArea() - Method in interface lib.FormTagLib
Place holder to lazy-load help text via AJAX.
HelpCommand - Class in hudson.cli
Show the list of all commands.
HelpCommand() - Constructor for class hudson.cli.HelpCommand
 
HelpCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key HelpCommand.ShortDescription: Lists all the available commands or a detailed description of single command..
helpLink(Map, Closure) - Method in interface lib.FormTagLib
Outputs an help link for a <f:form> item if help is available or a spacer if none is available.
helpLink(Closure) - Method in interface lib.FormTagLib
Outputs an help link for a <f:form> item if help is available or a spacer if none is available.
helpLink(Map) - Method in interface lib.FormTagLib
Outputs an help link for a <f:form> item if help is available or a spacer if none is available.
helpLink() - Method in interface lib.FormTagLib
Outputs an help link for a <f:form> item if help is available or a spacer if none is available.
hetero_list(Map, Closure) - Method in interface lib.FormTagLib
Outer most tag for creating a heterogeneous list, where the user can choose arbitrary number of arbitrary items from the given list of descriptors, and configure them independently.
hetero_list(Closure) - Method in interface lib.FormTagLib
Outer most tag for creating a heterogeneous list, where the user can choose arbitrary number of arbitrary items from the given list of descriptors, and configure them independently.
hetero_list(Map) - Method in interface lib.FormTagLib
Outer most tag for creating a heterogeneous list, where the user can choose arbitrary number of arbitrary items from the given list of descriptors, and configure them independently.
hetero_list() - Method in interface lib.FormTagLib
Outer most tag for creating a heterogeneous list, where the user can choose arbitrary number of arbitrary items from the given list of descriptors, and configure them independently.
hetero_radio(Map, Closure) - Method in interface lib.FormTagLib
Sibling of hetero-list, which only allows the user to pick one type from the list of descriptors and configure it.
hetero_radio(Closure) - Method in interface lib.FormTagLib
Sibling of hetero-list, which only allows the user to pick one type from the list of descriptors and configure it.
hetero_radio(Map) - Method in interface lib.FormTagLib
Sibling of hetero-list, which only allows the user to pick one type from the list of descriptors and configure it.
hetero_radio() - Method in interface lib.FormTagLib
Sibling of hetero-list, which only allows the user to pick one type from the list of descriptors and configure it.
HexBinaryConverter - Class in hudson.util
 
HexBinaryConverter() - Constructor for class hudson.util.HexBinaryConverter
 
HexStringConfidentialKey - Class in jenkins.security
ConfidentialKey that is the random hexadecimal string of length N.
HexStringConfidentialKey(String, int) - Constructor for class jenkins.security.HexStringConfidentialKey
 
HexStringConfidentialKey(Class, String, int) - Constructor for class jenkins.security.HexStringConfidentialKey
 
hide(int, int) - Method in class hudson.AbstractMarkupText
Hides the given text.
HISTORY_ADAPTER - Static variable in class hudson.model.Job
 
HistoryPageEntry<T> - Class in jenkins.widgets
Represents an entry used by the HistoryPageFilter.
HistoryPageEntry(T) - Constructor for class jenkins.widgets.HistoryPageEntry
 
HistoryPageFilter<T> - Class in jenkins.widgets
History page filter.
HistoryPageFilter(int) - Constructor for class jenkins.widgets.HistoryPageFilter
Create a history page filter instance.
HistoryWidget<O extends ModelObject,T> - Class in hudson.widgets
Displays the history of records (normally Runs) on the side panel.
HistoryWidget(O, Iterable<T>, HistoryWidget.Adapter<? super T>) - Constructor for class hudson.widgets.HistoryWidget
 
HistoryWidget.Adapter<T> - Interface in hudson.widgets
 
HMACConfidentialKey - Class in jenkins.security
ConfidentialKey that's used for creating a token by hashing some information with secret (such as hash(msg|secret)).
HMACConfidentialKey(String, int) - Constructor for class jenkins.security.HMACConfidentialKey
 
HMACConfidentialKey(String) - Constructor for class jenkins.security.HMACConfidentialKey
Calls into HMACConfidentialKey.HMACConfidentialKey(String, int) with the longest possible HMAC length.
HMACConfidentialKey(Class, String, int) - Constructor for class jenkins.security.HMACConfidentialKey
Calls into HMACConfidentialKey.HMACConfidentialKey(String, int) by combining the class name and the shortName as the ID.
HMACConfidentialKey(Class, String) - Constructor for class jenkins.security.HMACConfidentialKey
 
holder - Variable in class hudson.slaves.WorkspaceList.Entry
Who acquired this workspace?
holdOffLaunchUntilSave - Variable in class hudson.model.Node
Newly copied slaves get this flag set, so that Jenkins doesn't try to start/remove this node until its configuration is saved once.
home - Variable in class hudson.util.DoubleLaunchChecker
 
home - Variable in exception hudson.util.NoHomeDir
 
hour - Variable in class hudson.model.MultiStageTimeSeries
Updated every 1 hour.
HOUR - Static variable in class hudson.model.PeriodicWork
 
HOURLY - Static variable in interface hudson.scheduler.CrontabParserTokenTypes
 
href(String) - Method in class hudson.MarkupText.SubText
Surrounds this subtext with <a>...</a>.
HsErrPidFile - Class in jenkins.diagnosis
Serves hs_err_pid file.
HsErrPidFile(HsErrPidList, File) - Constructor for class jenkins.diagnosis.HsErrPidFile
 
HsErrPidList - Class in jenkins.diagnosis
Finds crash dump reports and show them in the UI.
HsErrPidList() - Constructor for class jenkins.diagnosis.HsErrPidList
 
htmlAttributeEscape(String) - Static method in class hudson.Functions
 
HttpResponses - Class in hudson.util
Various HttpResponse implementations.
HttpResponses() - Constructor for class hudson.util.HttpResponses
 
HttpResponses_Saved() - Static method in class hudson.util.Messages
Key HttpResponses.Saved: Saved.
HttpSessionContextIntegrationFilter2 - Class in hudson.security
Erases the SecurityContext persisted in HttpSession if InvalidatableUserDetails.isInvalid() returns true.
HttpSessionContextIntegrationFilter2() - Constructor for class hudson.security.HttpSessionContextIntegrationFilter2
 
httpsProxyTunnel(String) - Method in class hudson.cli.CLIConnectionFactory
Configures the HTTP proxy that we use for making a plain TCP/IP connection.
hub - Variable in class hudson.cli.CliProtocol.Handler
 
hudson - package hudson
 
hudson - Variable in class hudson.ExtensionList
Deprecated.
as of 1.417 Use ExtensionList.jenkins
Hudson - Class in hudson.model
 
Hudson(File, ServletContext) - Constructor for class hudson.model.Hudson
 
Hudson(File, ServletContext, PluginManager) - Constructor for class hudson.model.Hudson
 
hudson.cli - package hudson.cli
Server-side CLI commands for Hudson.
hudson.cli.client - package hudson.cli.client
 
hudson.cli.declarative - package hudson.cli.declarative
Code for supporting declarative CLI commands, which are annotated methods on model objects.
hudson.cli.handlers - package hudson.cli.handlers
OptionHandler implementations for Hudson.
hudson.cli.util - package hudson.cli.util
 
Hudson.CloudList - Class in hudson.model
Deprecated.
only here for backward comp
hudson.console - package hudson.console
Beef up the plain text console output by adding HTML markup.
hudson.diagnosis - package hudson.diagnosis
 
hudson.fsp - package hudson.fsp
 
hudson.init - package hudson.init
Logic for Hudson startup.
hudson.init.impl - package hudson.init.impl
 
hudson.lifecycle - package hudson.lifecycle
 
hudson.logging - package hudson.logging
 
hudson.markup - package hudson.markup
 
Hudson.MasterComputer - Class in hudson.model
Deprecated.
only here for backward comp
hudson.model - package hudson.model
Core object model that are bound to URLs via stapler, rooted at Hudson.
hudson.model.labels - package hudson.model.labels
Boolean expression over labels.
hudson.model.listeners - package hudson.model.listeners
Listener interfaces for various events that occur inside the server.
hudson.model.queue - package hudson.model.queue
 
hudson.node_monitors - package hudson.node_monitors
Code that monitors the health of slaves
hudson.org.apache.tools.tar - package hudson.org.apache.tools.tar
 
hudson.os - package hudson.os
 
hudson.scheduler - package hudson.scheduler
Classes that implement cron-like features
hudson.scm - package hudson.scm
Hudson's interface with source code management systems.
hudson.scm.browsers - package hudson.scm.browsers
Code that computes links to external source code repository browsers.
hudson.search - package hudson.search
QuickSilver-like search/jump capability for better navigation around the website.
hudson.security - package hudson.security
Security-related code.
hudson.security.captcha - package hudson.security.captcha
 
hudson.security.csrf - package hudson.security.csrf
 
hudson.slaves - package hudson.slaves
Code related to slaves.
hudson.tasks - package hudson.tasks
Built-in Builders and Publishers that perform the actual heavy-lifting of a build.
hudson.tasks._maven - package hudson.tasks._maven
 
hudson.tools - package hudson.tools
 
hudson.triggers - package hudson.triggers
Built-in Triggers that run periodically to kick a new build.
hudson.util - package hudson.util
Other miscellaneous utility code
hudson.util.io - package hudson.util.io
 
hudson.util.jelly - package hudson.util.jelly
 
hudson.util.jna - package hudson.util.jna
Native code wrappers.
hudson.util.spring - package hudson.util.spring
Spring Bean Builder by using Groovy.
hudson.util.ssh - package hudson.util.ssh
 
hudson.util.xstream - package hudson.util.xstream
 
hudson.views - package hudson.views
 
hudson.widgets - package hudson.widgets
 
HUDSON_ADMINISTER - Static variable in class hudson.security.Permission
Deprecated.
since 2009-01-23. Access Jenkins.ADMINISTER instead.
Hudson_AdministerPermission_Description() - Static method in class hudson.model.Messages
Key Hudson.AdministerPermission.Description: This permission grants the ability to make system-wide configuration changes, as well as perform highly sensitive operations that amounts to full local system access (within the scope granted by the underlying OS.).
Hudson_BadPortNumber(Object) - Static method in class hudson.model.Messages
Key Hudson.BadPortNumber: Bad port number {0}.
Hudson_BadPortNumber(Object) - Static method in class jenkins.model.Messages
Key Hudson.BadPortNumber: Bad port number {0}.
Hudson_Computer_Caption() - Static method in class hudson.model.Messages
Key Hudson.Computer.Caption: Master.
Hudson_Computer_Caption() - Static method in class jenkins.model.Messages
Key Hudson.Computer.Caption: Master.
Hudson_Computer_DisplayName() - Static method in class hudson.model.Messages
Key Hudson.Computer.DisplayName: master.
Hudson_Computer_DisplayName() - Static method in class jenkins.model.Messages
Key Hudson.Computer.DisplayName: master.
Hudson_ControlCodeNotAllowed(Object) - Static method in class hudson.model.Messages
Key Hudson.ControlCodeNotAllowed: No control code is allowed: {0}.
Hudson_ControlCodeNotAllowed(Object) - Static method in class jenkins.model.Messages
Key Hudson.ControlCodeNotAllowed: No control code is allowed: {0}.
Hudson_DisplayName() - Static method in class hudson.model.Messages
Key Hudson.DisplayName: Jenkins.
Hudson_DisplayName() - Static method in class jenkins.model.Messages
Key Hudson.DisplayName: Jenkins.
Hudson_JobAlreadyExists(Object) - Static method in class hudson.model.Messages
Key Hudson.JobAlreadyExists: A job already exists with the name ‘{0}’.
Hudson_JobAlreadyExists(Object) - Static method in class jenkins.model.Messages
Key Hudson.JobAlreadyExists: A job already exists with the name ‘{0}’.
Hudson_JobNameConventionNotApplyed(Object, Object) - Static method in class jenkins.model.Messages
Key Hudson.JobNameConventionNotApplyed: ‘{0}’ does not match the job name convention pattern {1}.
Hudson_NodeBeingRemoved() - Static method in class hudson.model.Messages
Key Hudson.NodeBeingRemoved: Node is being removed.
Hudson_NodeBeingRemoved() - Static method in class jenkins.model.Messages
Key Hudson.NodeBeingRemoved: Node is being removed.
Hudson_NodeDescription() - Static method in class hudson.model.Messages
Key Hudson.NodeDescription: the master Jenkins node.
Hudson_NodeDescription() - Static method in class jenkins.model.Messages
Key Hudson.NodeDescription: the master Jenkins node.
Hudson_NoJavaInPath(Object) - Static method in class hudson.model.Messages
Key Hudson.NoJavaInPath: {@code java is not in your PATH.
Hudson_NoJavaInPath(Object) - Static method in class jenkins.model.Messages
Key Hudson.NoJavaInPath: {@code java is not in your PATH.
Hudson_NoName() - Static method in class hudson.model.Messages
Key Hudson.NoName: No name is specified.
Hudson_NoName() - Static method in class jenkins.model.Messages
Key Hudson.NoName: No name is specified.
Hudson_NoSuchDirectory(Object) - Static method in class hudson.model.Messages
Key Hudson.NoSuchDirectory: No such directory: {0}.
Hudson_NotANegativeNumber() - Static method in class hudson.model.Messages
Key Hudson.NotANegativeNumber: Not a negative number.
Hudson_NotANonNegativeNumber() - Static method in class hudson.model.Messages
Key Hudson.NotANonNegativeNumber: Number may not be negative.
Hudson_NotANumber() - Static method in class hudson.model.Messages
Key Hudson.NotANumber: Not a number.
Hudson_NotAPlugin(Object) - Static method in class hudson.model.Messages
Key Hudson.NotAPlugin: {0} is not a Jenkins plugin.
Hudson_NotAPositiveNumber() - Static method in class hudson.model.Messages
Key Hudson.NotAPositiveNumber: Not a positive number.
Hudson_NotJDKDir(Object) - Static method in class hudson.model.Messages
Key Hudson.NotJDKDir: {0} doesn’t look like a JDK directory.
Hudson_NotUsesUTF8ToDecodeURL() - Static method in class hudson.model.Messages
Key Hudson.NotUsesUTF8ToDecodeURL: {@code Your container doesn’t use UTF-8 to decode URLs.
Hudson_NotUsesUTF8ToDecodeURL() - Static method in class jenkins.model.Messages
Key Hudson.NotUsesUTF8ToDecodeURL: {@code Your container doesn’t use UTF-8 to decode URLs.
HUDSON_PERMISSIONS - Static variable in class hudson.security.Permission
Deprecated.
since 2009-01-23. Access Jenkins.PERMISSIONS instead.
Hudson_Permissions_Title() - Static method in class hudson.model.Messages
Key Hudson.Permissions.Title: Overall.
Hudson_ReadPermission_Description() - Static method in class hudson.model.Messages
Key Hudson.ReadPermission.Description: {@code The read permission is necessary for viewing almost all pages of Jenkins.
Hudson_RunScriptsPermission_Description() - Static method in class hudson.model.Messages
Key Hudson.RunScriptsPermission.Description: Required for running scripts inside the Jenkins process, for example via the Groovy console or Groovy CLI command..
Hudson_UnsafeChar(Object) - Static method in class hudson.model.Messages
Key Hudson.UnsafeChar: ‘{0}’ is an unsafe character.
Hudson_UnsafeChar(Object) - Static method in class jenkins.model.Messages
Key Hudson.UnsafeChar: ‘{0}’ is an unsafe character.
Hudson_USER_CONTENT_README() - Static method in class hudson.model.Messages
Key Hudson.USER_CONTENT_README: Files in this directory will be served under your http://server/jenkins/userContent/.
Hudson_ViewAlreadyExists(Object) - Static method in class hudson.model.Messages
Key Hudson.ViewAlreadyExists: A view already exists with the name "{0}".
Hudson_ViewAlreadyExists(Object) - Static method in class jenkins.model.Messages
Key Hudson.ViewAlreadyExists: A view already exists with the name "{0}".
Hudson_ViewName() - Static method in class hudson.model.Messages
Key Hudson.ViewName: All.
Hudson_ViewName() - Static method in class jenkins.model.Messages
Key Hudson.ViewName: All.
HudsonAuthenticationEntryPoint - Class in hudson.security
For anonymous requests to pages that require authentication, first respond with HttpServletResponse.SC_FORBIDDEN, then redirect browsers automatically to the login page.
HudsonAuthenticationEntryPoint() - Constructor for class hudson.security.HudsonAuthenticationEntryPoint
 
HudsonDowngradeJob(UpdateSite, Authentication) - Constructor for class hudson.model.UpdateCenter.HudsonDowngradeJob
 
HudsonExceptionNote - Class in hudson.console
Placed on the beginning of the exception stack trace produced by Hudson, which in turn produces hyperlinked stack trace.
HudsonExceptionNote() - Constructor for class hudson.console.HudsonExceptionNote
 
HudsonExceptionNote.DescriptorImpl - Class in hudson.console
 
HudsonFailedToLoad - Exception in hudson.util
Model object used to display the generic error when Jenkins start up fails fatally during initialization.
HudsonFailedToLoad(Throwable) - Constructor for exception hudson.util.HudsonFailedToLoad
 
HudsonFilter - Class in hudson.security
Filter that Jenkins uses to implement security support.
HudsonFilter() - Constructor for class hudson.security.HudsonFilter
 
HudsonHomeDiskUsageChecker - Class in hudson.diagnosis
Periodically checks the disk usage of JENKINS_HOME, and activate HudsonHomeDiskUsageMonitor if necessary.
HudsonHomeDiskUsageChecker() - Constructor for class hudson.diagnosis.HudsonHomeDiskUsageChecker
 
HudsonHomeDiskUsageMonitor - Class in hudson.diagnosis
Monitors the disk usage of JENKINS_HOME, and if it's almost filled up, warn the user.
HudsonHomeDiskUsageMonitor() - Constructor for class hudson.diagnosis.HudsonHomeDiskUsageMonitor
 
HudsonHomeDiskUsageMonitor.Solution - Class in hudson.diagnosis
Extension point for suggesting solutions for full JENKINS_HOME.
HudsonHomeDiskUsageMonitor_DisplayName() - Static method in class hudson.diagnosis.Messages
Key HudsonHomeDiskUsageMonitor.DisplayName: Disk Usage Monitor.
HudsonIsLoading - Class in hudson.util
Model object used to display "Jenkins is loading data".
HudsonIsLoading() - Constructor for class hudson.util.HudsonIsLoading
 
HudsonIsRestarting - Class in hudson.util
Model object used to display "Hudson is restarting".
HudsonIsRestarting() - Constructor for class hudson.util.HudsonIsRestarting
 
HudsonPrivateSecurityRealm - Class in hudson.security
SecurityRealm that performs authentication by looking up User.
HudsonPrivateSecurityRealm(boolean) - Constructor for class hudson.security.HudsonPrivateSecurityRealm
Deprecated.
HudsonPrivateSecurityRealm(boolean, boolean, CaptchaSupport) - Constructor for class hudson.security.HudsonPrivateSecurityRealm
 
HudsonPrivateSecurityRealm.DescriptorImpl - Class in hudson.security
 
HudsonPrivateSecurityRealm.Details - Class in hudson.security
UserProperty that provides the UserDetails view of the User object.
HudsonPrivateSecurityRealm.Details.ConverterImpl - Class in hudson.security
 
HudsonPrivateSecurityRealm.Details.DescriptorImpl - Class in hudson.security
 
HudsonPrivateSecurityRealm.ManageUserLinks - Class in hudson.security
Displays "manage users" link in the system config if HudsonPrivateSecurityRealm is in effect.
HudsonPrivateSecurityRealm.SignupInfo - Class in hudson.security
 
HudsonPrivateSecurityRealm_CreateAccount_InvalidEmailAddress() - Static method in class hudson.security.Messages
Key HudsonPrivateSecurityRealm.CreateAccount.InvalidEmailAddress: Invalid e-mail address.
HudsonPrivateSecurityRealm_CreateAccount_PasswordNotMatch() - Static method in class hudson.security.Messages
Key HudsonPrivateSecurityRealm.CreateAccount.PasswordNotMatch: Password didn't match.
HudsonPrivateSecurityRealm_CreateAccount_PasswordRequired() - Static method in class hudson.security.Messages
Key HudsonPrivateSecurityRealm.CreateAccount.PasswordRequired: Password is required.
HudsonPrivateSecurityRealm_CreateAccount_TextNotMatchWordInImage() - Static method in class hudson.security.Messages
Key HudsonPrivateSecurityRealm.CreateAccount.TextNotMatchWo dInImage: Text didn't match the word shown in the image.
HudsonPrivateSecurityRealm_CreateAccount_UserNameAlreadyTaken() - Static method in class hudson.security.Messages
Key HudsonPrivateSecurityRealm.CreateAccount.UserNameAlreadyTaken: User name is already taken.
HudsonPrivateSecurityRealm_CreateAccount_UserNameRequired() - Static method in class hudson.security.Messages
Key HudsonPrivateSecurityRealm.CreateAccount.UserNameRequired: User name is required.
HudsonPrivateSecurityRealm_Details_DisplayName() - Static method in class hudson.security.Messages
Key HudsonPrivateSecurityRealm.Details.DisplayName: Password.
HudsonPrivateSecurityRealm_Details_PasswordError() - Static method in class hudson.security.Messages
Key HudsonPrivateSecurityRealm.Details.PasswordError: {@code The confirmed password is not the same as the one entered.
HudsonPrivateSecurityRealm_DisplayName() - Static method in class hudson.security.Messages
Key HudsonPrivateSecurityRealm.DisplayName: Jenkins’ own user database.
HudsonPrivateSecurityRealm_ManageUserLinks_Description() - Static method in class hudson.security.Messages
Key HudsonPrivateSecurityRealm.ManageUserLinks.Description: Create/delete/modify users that can log in to this Jenkins.
HudsonPrivateSecurityRealm_ManageUserLinks_DisplayName() - Static method in class hudson.security.Messages
Key HudsonPrivateSecurityRealm.ManageUserLinks.DisplayName: Manage Users.
HudsonPrivateSecurityRealm_WouldYouLikeToSignUp(Object, Object) - Static method in class hudson.security.Messages
Key HudsonPrivateSecurityRealm.WouldYouLikeToSignUp: This {0} {1} is new to Jenkins.
HudsonPrivateSecurityRealmTagLib - Interface in jenkins.security
 
HudsonUpgradeJob(UpdateSite, Authentication) - Constructor for class hudson.model.UpdateCenter.HudsonUpgradeJob
 
HudsonURL(StaplerRequest, StaplerResponse) - Constructor for class hudson.util.FormFieldValidator.HudsonURL
Deprecated.
 
humanReadableByteSize(long) - Static method in class hudson.Functions
Returns human readable information about file size
hyperlink(String, String) - Method in interface hudson.model.TaskListener
Places a HyperlinkNote on the given text.
hyperlink(String, String) - Method in class hudson.util.AbstractTaskListener
 
hyperlink(String, String) - Method in class jenkins.util.BuildListenerAdapter
 
hyperlinkMatchesCurrentPage(String) - Method in class hudson.Functions
If the given href link is matching the current page, return true.
HyperlinkNote - Class in hudson.console
Turns a text into a hyperlink by specifying the URL separately.
HyperlinkNote(String, int) - Constructor for class hudson.console.HyperlinkNote
 
HyperlinkNote.DescriptorImpl - Class in hudson.console
 

I

icon - Variable in class jenkins.model.ModelObjectWithContextMenu.MenuItem
Optional URL to the icon image.
icon(Map, Closure) - Method in interface lib.LayoutTagLib
 
icon(Closure) - Method in interface lib.LayoutTagLib
 
icon(Map) - Method in interface lib.LayoutTagLib
 
icon() - Method in interface lib.LayoutTagLib
 
iconSize(Map, Closure) - Method in interface lib.JenkinsTagLib
 
iconSize(Closure) - Method in interface lib.JenkinsTagLib
 
iconSize(Map) - Method in interface lib.JenkinsTagLib
 
iconSize() - Method in interface lib.JenkinsTagLib
 
id - Variable in class hudson.diagnosis.HudsonHomeDiskUsageMonitor.Solution
Human-readable ID of this monitor, which needs to be unique within the system.
id - Variable in class hudson.model.AdministrativeMonitor
Human-readable ID of this monitor, which needs to be unique within the system.
id - Variable in class hudson.model.UpdateCenter.DownloadJob.InstallationStatus
 
id - Variable in class hudson.model.UpdateCenter.RestartJenkinsJob.RestartJenkinsJobStatus
 
id - Variable in class hudson.model.UpdateCenter.UpdateCenterJob
Unique ID that identifies this job.
id - Variable in class hudson.tools.DownloadFromUrlInstaller
 
id - Variable in class hudson.tools.DownloadFromUrlInstaller.Installable
Used internally to uniquely identify the name.
id - Variable in class hudson.tools.JDKInstaller
The release ID that Sun assigns to each JDK, such as "jdk-6u13-oth-JPR@CDS-CDS_Developer"
id - Variable in class hudson.tools.ToolInstaller.ToolInstallerEntry
the id of the of the release entry
ID_COMPARATOR - Static variable in class hudson.security.Permission
Comparator that orders Permission objects based on their ID.
ID_DEFAULT - Static variable in class hudson.model.UpdateCenter
ID of the default update site.
ID_UPLOAD - Static variable in class hudson.model.UpdateCenter
 
IDENTIFIER_PART - Static variable in interface hudson.model.labels.LabelExpressionParserTokenTypes
 
identifiers - Variable in class hudson.security.FederatedLoginServiceUserProperty
 
identifyPluginShortName(File) - Method in class hudson.PluginManager
 
identity - Variable in exception hudson.security.FederatedLoginService.UnclaimedIdentityException
 
idFromFilename(String) - Method in class jenkins.model.IdStrategy.CaseSensitive
 
idFromFilename(String) - Method in class jenkins.model.IdStrategy
Converts a filename into the corresponding id.
idleExecutors - Variable in class hudson.model.LoadStatistics
Number of executors not executing and how it changes over time.
IdleOfflineCause() - Constructor for class hudson.slaves.OfflineCause.IdleOfflineCause
 
idStrategy() - Static method in class hudson.model.User
Returns the IdStrategy for use with User instances.
IdStrategy - Class in jenkins.model
The strategy to use for manipulating converting names (e.g.
IdStrategy() - Constructor for class jenkins.model.IdStrategy
 
IdStrategy.CaseInsensitive - Class in jenkins.model
The default case insensitive IdStrategy
IdStrategy.CaseInsensitive.DescriptorImpl - Class in jenkins.model
 
IdStrategy.CaseSensitive - Class in jenkins.model
A case sensitive IdStrategy
IdStrategy.CaseSensitive.DescriptorImpl - Class in jenkins.model
 
IdStrategy.CaseSensitiveEmailAddress - Class in jenkins.model
A case sensitive email address IdStrategy.
IdStrategy.CaseSensitiveEmailAddress.DescriptorImpl - Class in jenkins.model
 
IdStrategy_CaseInsensitive_DisplayName() - Static method in class jenkins.model.Messages
Key IdStrategy.CaseInsensitive.DisplayName: Case insensitive.
IdStrategy_CaseSensitive_DisplayName() - Static method in class jenkins.model.Messages
Key IdStrategy.CaseSensitive.DisplayName: Case sensitive.
IdStrategy_CaseSensitiveEmailAddress_DisplayName() - Static method in class jenkins.model.Messages
Key IdStrategy.CaseSensitiveEmailAddress.DisplayName: Case sensitive (email address).
IdStrategyDescriptor - Class in jenkins.model
IdStrategyDescriptor() - Constructor for class jenkins.model.IdStrategyDescriptor
 
ifBlockedByHudsonShutdown(Queue.Task) - Static method in class hudson.model.Queue
iff(Label) - Method in class hudson.model.Label
Returns the label that represents "this<->rhs"
Iff(Label, Label) - Constructor for class hudson.model.labels.LabelExpression.Iff
 
IFF - Static variable in interface hudson.model.labels.LabelExpressionParserTokenTypes
 
ifPluginOlderThenReport(String, String, String) - Method in class hudson.PluginManager.PluginUpdateMonitor
Report to the administrator if the plugin with the given name is older then the required version.
ifThenElse(boolean, Object, Object) - Static method in class hudson.Functions
Deprecated.
as of 1.294 JEXL now supports the real ternary operator "x?y:z", so this work around is no longer necessary.
ImmutableListConverter - Class in hudson.util.xstream
ImmutableList should convert like a list, instead of via serialization.
ImmutableListConverter(XStream) - Constructor for class hudson.util.xstream.ImmutableListConverter
 
ImmutableListConverter(Mapper, ReflectionProvider) - Constructor for class hudson.util.xstream.ImmutableListConverter
 
ImmutableMapConverter - Class in hudson.util.xstream
ConcurrentHashMap should convert like a map, instead of via serialization.
ImmutableMapConverter(XStream) - Constructor for class hudson.util.xstream.ImmutableMapConverter
 
ImmutableMapConverter(Mapper, ReflectionProvider) - Constructor for class hudson.util.xstream.ImmutableMapConverter
 
ImmutableSetConverter - Class in hudson.util.xstream
 
ImmutableSetConverter(XStream) - Constructor for class hudson.util.xstream.ImmutableSetConverter
 
ImmutableSetConverter(Mapper, ReflectionProvider) - Constructor for class hudson.util.xstream.ImmutableSetConverter
 
ImmutableSortedSetConverter - Class in hudson.util.xstream
 
ImmutableSortedSetConverter(XStream) - Constructor for class hudson.util.xstream.ImmutableSortedSetConverter
 
ImmutableSortedSetConverter(Mapper, ReflectionProvider) - Constructor for class hudson.util.xstream.ImmutableSortedSetConverter
 
impersonate() - Method in class hudson.model.User
Creates an Authentication object that represents this user.
impersonate(Authentication) - Static method in class hudson.security.ACL
Changes the Authentication associated with the current thread to the specified one, and returns the previous security context.
impersonate(Authentication, Runnable) - Static method in class hudson.security.ACL
Safer variant of ACL.impersonate(Authentication) that does not require a finally-block.
impersonate(Authentication, Callable<V, T>) - Static method in class hudson.security.ACL
Safer variant of ACL.impersonate(Authentication) that does not require a finally-block.
ImpersonatingUserDetailsService - Class in jenkins.security
UserDetailsService for those SecurityRealm that doesn't allow query of other users.
ImpersonatingUserDetailsService(UserDetailsService) - Constructor for class jenkins.security.ImpersonatingUserDetailsService
 
impliedBy - Variable in class hudson.security.Permission
Bundled Permission that also implies this permission.
implies(Label) - Method in class hudson.model.Label
Returns the label that represents "this->rhs"
Implies(Label, Label) - Constructor for class hudson.model.labels.LabelExpression.Implies
 
IMPLIES - Static variable in interface hudson.model.labels.LabelExpressionParserTokenTypes
 
in - Variable in class hudson.cli.Connection
 
includes(LogRecord) - Method in class hudson.logging.LogRecorder.Target
Deprecated.
includes(int) - Method in class hudson.model.Fingerprint.Range
 
includes(int) - Method in class hudson.model.Fingerprint.RangeSet
 
IncompatibleAntVersionDetected - Exception in hudson.util
Model object used to display the error top page if we find out that the container is picking up its own Ant and that's not 1.7.
IncompatibleAntVersionDetected(Class) - Constructor for exception hudson.util.IncompatibleAntVersionDetected
 
IncompatibleServletVersionDetected - Exception in hudson.util
Model object used to display the error top page if we find out that the container doesn't support servlet 2.4.
IncompatibleServletVersionDetected(Class) - Constructor for exception hudson.util.IncompatibleServletVersionDetected
 
IncompatibleVMDetected - Exception in hudson.util
Model object used to display the error top page if we find out that XStream is running in pure-java mode.
IncompatibleVMDetected() - Constructor for exception hudson.util.IncompatibleVMDetected
 
Indenter<J extends Job> - Class in hudson
Used by projectView.jelly to indent modules.
Indenter() - Constructor for class hudson.Indenter
 
index - Variable in class hudson.model.queue.MappingWorksheet.ExecutorChunk
 
index - Variable in class hudson.model.queue.MappingWorksheet.WorkChunk
 
index() - Method in class hudson.util.ReflectionUtils.Parameter
0-origin index of this parameter.
index(Map, Closure) - Method in interface jenkins.PluginManagerTagLib
 
index(Closure) - Method in interface jenkins.PluginManagerTagLib
 
index(Map) - Method in interface jenkins.PluginManagerTagLib
 
index() - Method in interface jenkins.PluginManagerTagLib
 
index(Map, Closure) - Method in interface jenkins.security.HudsonPrivateSecurityRealmTagLib
 
index(Closure) - Method in interface jenkins.security.HudsonPrivateSecurityRealmTagLib
 
index(Map) - Method in interface jenkins.security.HudsonPrivateSecurityRealmTagLib
 
index() - Method in interface jenkins.security.HudsonPrivateSecurityRealmTagLib
 
index - Variable in class jenkins.util.DirectedGraph.SCC
The Tarjan's algorithm is such that this index constitutes the reverse topological order of the topological sort of the SCC DAG.
indexOf(Object) - Method in class hudson.util.RunList
 
inferHudsonURL(StaplerRequest) - Static method in class hudson.Functions
Infers the hudson installation URL from the given request.
inferMavenInstallation() - Method in class hudson.model.Project
 
inferMavenInstallation() - Method in interface hudson.tasks.Maven.ProjectWithMaven
Gets the Maven.MavenInstallation associated with the project.
init(Jenkins) - Static method in class hudson.init.impl.GroovyInitScript
 
init(Jenkins) - Static method in class hudson.init.impl.InitialUserContent
 
init(Jenkins) - Static method in class hudson.init.impl.InstallUncaughtExceptionHandler
 
init(Jenkins) - Static method in class hudson.logging.LogRecorderManager
 
init() - Static method in class hudson.model.AperiodicWork
 
init() - Static method in class hudson.model.ComputerSet
 
init() - Static method in class hudson.model.PeriodicWork
 
init(Jenkins) - Static method in class hudson.model.Queue
Restores the queue content during the start up.
init() - Static method in class hudson.model.Result
 
init(Jenkins) - Static method in class hudson.model.UpdateCenter
Initializes the update center.
init(FilterConfig) - Method in class hudson.ResponseHeaderFilter
 
init(FilterConfig) - Method in class hudson.security.BasicAuthenticationFilter
 
init(FilterConfig) - Method in class hudson.security.ChainedServletFilter
 
init(FilterConfig) - Method in class hudson.security.csrf.CrumbFilter
 
init(FilterConfig) - Method in class hudson.security.HudsonFilter
 
init(FilterConfig) - Method in class hudson.security.NoopFilter
 
init(FilterConfig) - Method in class hudson.security.UnwrapSecurityExceptionFilter
 
init(FilterConfig) - Method in class hudson.util.CharacterEncodingFilter
 
init() - Static method in class hudson.util.DoubleLaunchChecker
 
init(FilterConfig) - Method in class hudson.util.PluginServletFilter
 
init() - Static method in class jenkins.model.Uptime
 
init(FilterConfig) - Method in class jenkins.security.BasicHeaderProcessor
 
init(FilterConfig) - Method in class jenkins.security.ExceptionTranslationFilter
 
initBaseDir(File) - Method in class jenkins.model.lazy.AbstractLazyLoadRunMap
 
initColumns() - Method in class hudson.model.ListView
 
initial(T) - Static method in class hudson.console.ConsoleAnnotator
Returns the all ConsoleAnnotators for the given context type aggregated into a single annotator.
INITIALDELAY - Static variable in class hudson.slaves.NodeProvisioner.NodeProvisionerInvoker
Give some initial warm up time so that statically connected slaves can be brought online before we start allocating more.
InitializationErrorInvocationHandler - Class in hudson.util.jna
InvocationHandler that reports the same exception over and over again when methods are invoked on the interface.
initialize() - Static method in class hudson.model.ComputerSet
Just to force the execution of the static initializer.
initializeClass(Class) - Static method in class jenkins.util.AntClassLoader
Deprecated.
since 1.6.x. Use Class.forName with initialize=true instead.
initializeComponents(PluginWrapper) - Method in class hudson.ClassicPluginStrategy
 
initializeComponents(PluginWrapper) - Method in interface hudson.PluginStrategy
Optionally start services provided by the plugin.
Initializer - Annotation Type in hudson.init
Placed on static methods to indicate that this method is to be run during the Jenkins start up to perform some sort of initialization tasks.
InitializerFinder - Class in hudson.init
Discovers initialization tasks from Initializer.
InitializerFinder(ClassLoader) - Constructor for class hudson.init.InitializerFinder
 
InitializerFinder() - Constructor for class hudson.init.InitializerFinder
 
InitialUserContent - Class in hudson.init.impl
Prepares userContent folder and put a readme if it doesn't exist.
InitialUserContent() - Constructor for class hudson.init.impl.InitialUserContent
 
InitialUserContent_init() - Static method in class hudson.init.impl.Messages
Key InitialUserContent.init: Preparing initial user content.
initJobFilters() - Method in class hudson.model.ListView
 
InitMilestone - Enum in hudson.init
Various key milestone in the initialization process of Hudson.
initPageVariables(JellyContext) - Static method in class hudson.Functions
 
InitReactorListener - Interface in hudson.init
ReactorListeners that get notified of the Hudson initialization process.
InitReactorRunner - Class in jenkins
Executes the Reactor for the purpose of bootup.
InitReactorRunner() - Constructor for class jenkins.InitReactorRunner
 
initStaplerCrumbIssuer() - Static method in class hudson.security.csrf.CrumbIssuer
Sets up Stapler to use our crumb issuer.
InitStrategy - Class in hudson.init
Strategy pattern of the various key decision making during the Jenkins initialization.
InitStrategy() - Constructor for class hudson.init.InitStrategy
 
initTasks(InitStrategy) - Method in class hudson.PluginManager
Called immediately after the construction.
injectMembers(Object) - Method in class jenkins.ProxyInjector
 
install(UpdateCenter.DownloadJob, File, File) - Method in class hudson.model.UpdateCenter.UpdateCenterConfiguration
Called after a plugin has been downloaded to move it into its final location.
install() - Method in class hudson.model.UpdateSite.Plugin
Deprecated.
install() - Static method in class hudson.node_monitors.DiskSpaceMonitor
 
install() - Static method in class hudson.node_monitors.TemporarySpaceMonitor
 
install(Channel) - Method in class hudson.slaves.ChannelPinger
 
install(Launcher, JDKInstaller.Platform, JDKInstaller.FileSystem, TaskListener, String, String) - Method in class hudson.tools.JDKInstaller
Performs the JDK installation to a system, provided that the bundle was already downloaded.
Installable() - Constructor for class hudson.tools.DownloadFromUrlInstaller.Installable
 
InstallableList() - Constructor for class hudson.tools.DownloadFromUrlInstaller.InstallableList
 
InstallationJob(UpdateSite.Plugin, UpdateSite, Authentication) - Constructor for class hudson.model.UpdateCenter.InstallationJob
Deprecated.
as of 1.442
InstallationJob(UpdateSite.Plugin, UpdateSite, Authentication, boolean) - Constructor for class hudson.model.UpdateCenter.InstallationJob
 
InstallationStatus() - Constructor for class hudson.model.UpdateCenter.DownloadJob.InstallationStatus
 
installDefaultQueueSorter() - Static method in class hudson.model.queue.QueueSorter
Installs the default queue sorter.
installed(Map, Closure) - Method in interface jenkins.PluginManagerTagLib
 
installed(Closure) - Method in interface jenkins.PluginManagerTagLib
 
installed(Map) - Method in interface jenkins.PluginManagerTagLib
 
installed() - Method in interface jenkins.PluginManagerTagLib
 
installers - Variable in class hudson.tools.InstallSourceProperty
 
InstallerTranslator - Class in hudson.tools
Actually runs installations.
InstallerTranslator() - Constructor for class hudson.tools.InstallerTranslator
 
installExpressionFactory(ServletContextEvent) - Static method in class hudson.WebAppMain
 
InstallFromApache() - Static method in class hudson.tasks.Messages
Key InstallFromApache: Install from Apache.
installIfNecessaryFrom(URL, TaskListener, String) - Method in class hudson.FilePath
Given a tgz/zip file, extracts it to the given target directory, if necessary.
Installing(int) - Constructor for class hudson.model.UpdateCenter.DownloadJob.Installing
 
installListener() - Static method in class hudson.model.DownloadService.DownloadableListener
Install this listener to the Downloadable extension list after all extensions have been loaded; we only care about those that are added after initialization
InstallPluginCommand - Class in hudson.cli
Installs a plugin either from a file, an URL, or from update center.
InstallPluginCommand() - Constructor for class hudson.cli.InstallPluginCommand
 
InstallPluginCommand_DidYouMean(Object, Object) - Static method in class hudson.cli.Messages
Key InstallPluginCommand.DidYouMean: {0} looks like a short plugin name.
InstallPluginCommand_InstallingFromUpdateCenter(Object) - Static method in class hudson.cli.Messages
Key InstallPluginCommand.InstallingFromUpdateCenter: Installing {0} from update center.
InstallPluginCommand_InstallingPluginFromLocalFile(Object) - Static method in class hudson.cli.Messages
Key InstallPluginCommand.InstallingPluginFromLocalFile: Installing a plugin from local file: {0}.
InstallPluginCommand_InstallingPluginFromUrl(Object) - Static method in class hudson.cli.Messages
Key InstallPluginCommand.InstallingPluginFromUrl: Installing a plugin from {0}.
InstallPluginCommand_NotAValidSourceName(Object) - Static method in class hudson.cli.Messages
Key InstallPluginCommand.NotAValidSourceName: {0} is neither a valid file, URL, nor a plugin artifact name in the update center.
InstallPluginCommand_NoUpdateCenterDefined() - Static method in class hudson.cli.Messages
Key InstallPluginCommand.NoUpdateCenterDefined: Note that no update center is defined in this Jenkins..
InstallPluginCommand_NoUpdateDataRetrieved(Object) - Static method in class hudson.cli.Messages
Key InstallPluginCommand.NoUpdateDataRetrieved: No update center data is retrieved yet from: {0}.
InstallPluginCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key InstallPluginCommand.ShortDescription: {@code Installs a plugin either from a file, an URL, or from update center.
InstallSourceProperty - Class in hudson.tools
ToolProperty that shows auto installation options.
InstallSourceProperty(List<? extends ToolInstaller>) - Constructor for class hudson.tools.InstallSourceProperty
 
InstallSourceProperty.DescriptorImpl - Class in hudson.tools
 
InstallSourceProperty_DescriptorImpl_displayName() - Static method in class hudson.tools.Messages
Key InstallSourceProperty.DescriptorImpl.displayName: Install automatically.
installTo(ChannelBuilder) - Method in class jenkins.FilePathFilter
 
installTo(ChannelBuilder, double) - Method in class jenkins.FilePathFilter
 
InstallToolCommand - Class in hudson.cli
Performs automatic tool installation on demand.
InstallToolCommand() - Constructor for class hudson.cli.InstallToolCommand
 
InstallToolCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key InstallToolCommand.ShortDescription: {@code Performs automatic tool installation, and print its location to stdout.
InstallUncaughtExceptionHandler - Class in hudson.init.impl
 
InstallUncaughtExceptionHandler() - Constructor for class hudson.init.impl.InstallUncaughtExceptionHandler
 
INSTANCE - Static variable in class hudson.scm.NullChangeLogParser
 
INSTANCE - Static variable in class hudson.slaves.RetentionStrategy
Convenient singleton instance, since this RetentionStrategy is stateless.
INSTANCE - Static variable in class hudson.util.CaseInsensitiveComparator
 
INSTANCE - Static variable in interface hudson.util.jna.Kernel32
 
INSTANCE - Static variable in class jenkins.model.Jenkins.DescriptorImpl
 
INSTANCE - Static variable in class jenkins.util.xml.RestrictiveEntityResolver
 
instantiateNewInstance(HierarchicalStreamReader, UnmarshallingContext) - Method in class hudson.util.RobustReflectionConverter
 
InsufficientPermissionDetected - Exception in hudson.util
Model object used to display the error top page if we find that we don't have enough permissions to run.
InsufficientPermissionDetected(SecurityException) - Constructor for exception hudson.util.InsufficientPermissionDetected
 
InterceptingExecutorService - Class in jenkins.util
ExecutorService that wraps all the tasks that run inside.
InterceptingExecutorService(ExecutorService) - Constructor for class jenkins.util.InterceptingExecutorService
 
InterceptingProxy - Class in hudson.util
Creates a proxy that traps every method call.
InterceptingProxy() - Constructor for class hudson.util.InterceptingProxy
 
intern(String) - Static method in class hudson.Util
Null-safe String intern method.
intern(String) - Method in class jenkins.util.TreeStringBuilder
Interns a string.
intern(TreeString) - Method in class jenkins.util.TreeStringBuilder
Interns a TreeString created elsewhere.
InternalComputerListener() - Constructor for class hudson.model.Computer.DisplayExecutor.InternalComputerListener
 
InternalComputerListener() - Constructor for class hudson.model.Node.InternalComputerListener
 
interrupt() - Method in class hudson.model.Computer
Interrupt all Executors.
interrupt() - Method in class hudson.model.Executor
 
interrupt(Result) - Method in class hudson.model.Executor
Interrupt the execution, but instead of marking the build as aborted, mark it as specified result.
interrupt(Result, CauseOfInterruption...) - Method in class hudson.model.Executor
Interrupt the execution.
interrupt(boolean) - Method in exception jenkins.model.queue.AsynchronousExecution
Called in lieu of Thread.interrupt() by Executor.interrupt() and its overloads.
InterruptedBuildAction - Class in jenkins.model
Action added to Run to record the cause of interruption.
InterruptedBuildAction(Collection<? extends CauseOfInterruption>) - Constructor for class jenkins.model.InterruptedBuildAction
 
interruptReloadThread() - Method in class hudson.model.AbstractCIBase
 
intersect(Fingerprint.Range) - Method in class hudson.model.Fingerprint.Range
Returns the Fingerprint.Range that represents the intersection of the two.
InvalidatableUserDetails - Interface in hudson.security
Deprecated.
Starting 1.285, Hudson stops persisting Authentication altogether (see NonSerializableSecurityContext), so there's no need to use this mechanism.
invalidate() - Method in class jenkins.security.LastGrantedAuthoritiesProperty
Removes the recorded information
InvisibleAction - Class in hudson.model
Partial Action implementation that doesn't have any UI presence.
InvisibleAction() - Constructor for class hudson.model.InvisibleAction
 
invisibleEntry(Map, Closure) - Method in interface lib.FormTagLib
Invisible <f:entry> type.
invisibleEntry(Closure) - Method in interface lib.FormTagLib
Invisible <f:entry> type.
invisibleEntry(Map) - Method in interface lib.FormTagLib
Invisible <f:entry> type.
invisibleEntry() - Method in interface lib.FormTagLib
Invisible <f:entry> type.
InvocationInterceptor - Interface in hudson.util
Interceptor around InvocationHandler.
invoke(File, VirtualChannel) - Method in interface hudson.FilePath.FileCallable
Performs the computational task on the node where the data is located.
invoke() - Static method in class hudson.model.FingerprintCleanupThread
 
invoke() - Static method in class hudson.model.WorkspaceCleanupThread
 
invoke(File, VirtualChannel) - Method in class hudson.node_monitors.DiskSpaceMonitorDescriptor.GetUsableSpace
 
invoke(File, VirtualChannel) - Method in class hudson.node_monitors.TemporarySpaceMonitor.GetTempSpace
 
invoke(Object, Method, Object[], InvocationHandler) - Method in interface hudson.util.InvocationInterceptor
This method can intercept the invocation of InvocationHandler either before or after the invocation happens.
invoke(Object, Method, Object[]) - Method in class hudson.util.jna.InitializationErrorInvocationHandler
 
invoke(ProcessTree.OSProcess, VirtualChannel) - Method in interface hudson.util.ProcessTree.ProcessCallable
Performs the computational task on the node where the data is located.
invokeAll(Collection<? extends Callable<T>>) - Method in class jenkins.util.InterceptingExecutorService
 
invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class jenkins.util.InterceptingExecutorService
 
invokeAny(Collection<? extends Callable<T>>) - Method in class jenkins.util.InterceptingExecutorService
 
invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class jenkins.util.InterceptingExecutorService
 
invokeMethod(String, Object) - Method in class hudson.util.spring.ClosureScript
 
IOException2 - Exception in hudson.util
Deprecated.
Just use IOException, which since Java 6 supports a cause.
IOException2(Throwable) - Constructor for exception hudson.util.IOException2
Deprecated.
 
IOException2(String, Throwable) - Constructor for exception hudson.util.IOException2
Deprecated.
 
IOTriplet() - Constructor for class hudson.Launcher.IOTriplet
 
IOUtils - Class in hudson.util
Adds more to commons-io.
IOUtils() - Constructor for class hudson.util.IOUtils
 
is(Run) - Method in class hudson.model.Fingerprint.BuildPtr
Returns true if Fingerprint.BuildPtr points to the given run.
is(Job) - Method in class hudson.model.Fingerprint.BuildPtr
Returns true if Fingerprint.BuildPtr points to the given job.
is(String) - Method in enum hudson.tools.JDKInstaller.Platform
 
isAbsolute(String) - Static method in class hudson.util.IOUtils
isAbsoluteUri(String) - Static method in class hudson.Util
Deprecated.
Use isAbsoluteOrSchemeRelativeUri instead if your goal is to prevent open redirects
isAccepted() - Method in class hudson.model.queue.ScheduleResult
isAcceptingTasks() - Method in class hudson.model.Computer
Returns true if the computer is accepting tasks.
isAcceptingTasks() - Method in class hudson.model.Node
Returns true if the node is accepting tasks.
isAcceptingTasks(T) - Method in class hudson.slaves.RetentionStrategy
Returns true if the computer is accepting tasks.
isAcceptingTasks() - Method in class hudson.slaves.SlaveComputer
Returns true if the computer is accepting tasks.
isAccountNonExpired() - Method in class hudson.security.HudsonPrivateSecurityRealm.Details
 
isAccountNonLocked() - Method in class hudson.security.HudsonPrivateSecurityRealm.Details
 
isActivated() - Method in class hudson.diagnosis.HudsonHomeDiskUsageMonitor
 
isActivated() - Method in class hudson.diagnosis.NullIdDescriptorMonitor
 
isActivated() - Method in class hudson.diagnosis.OldDataMonitor
 
isActivated() - Method in class hudson.diagnosis.ReverseProxySetupMonitor
 
isActivated() - Method in class hudson.diagnosis.TooManyJobsButNoView
 
isActivated() - Method in class hudson.model.AdministrativeMonitor
Returns true if this monitor is activated and wants to produce a warning message.
isActivated() - Method in class hudson.model.UpdateCenter.CoreUpdateMonitor
 
isActivated() - Method in class hudson.node_monitors.MonitorMarkedNodeOffline
 
isActivated() - Method in class hudson.PluginManager.PluginCycleDependenciesMonitor
 
isActivated() - Method in class hudson.PluginManager.PluginUpdateMonitor
 
isActivated() - Method in class hudson.triggers.SCMTrigger.AdministrativeMonitorImpl
 
isActivated() - Method in class hudson.util.AdministrativeError
 
isActivated() - Method in class jenkins.diagnosis.HsErrPidList
 
isActivated() - Method in class jenkins.diagnostics.PinningIsBlockingBundledPluginMonitor
 
isActivated() - Method in class jenkins.diagnostics.SecurityIsOffMonitor
 
isActivated() - Method in class jenkins.model.DownloadSettings.Warning
 
isActivated() - Method in class jenkins.security.RekeySecretAdminMonitor
 
isActivated() - Method in class jenkins.security.s2m.AdminCallableMonitor
 
isActivated() - Method in class jenkins.security.s2m.MasterKillSwitchWarning
 
isActive(AnnotatedElement) - Method in class hudson.ExtensionFinder.DefaultGuiceExtensionAnnotation
 
isActive(AnnotatedElement) - Method in class hudson.ExtensionFinder.GuiceExtensionAnnotation
Hook to enable subtypes to control which ones to pick up and which ones to ignore.
isActive() - Method in class hudson.model.Executor
Check if executor is ready to accept tasks.
isActive() - Method in class hudson.PluginWrapper
Returns true if this plugin is enabled for this session.
isAdjacentTo(Fingerprint.Range) - Method in class hudson.model.Fingerprint.Range
 
isAdmin() - Static method in class hudson.model.Hudson
Deprecated.
since 2007-12-18. This method is deprecated when Hudson moved from simple Unix root-like model of "admin gets to do everything, and others don't have any privilege" to more complex ACL and Permission based scheme.

For a quick migration, use Hudson.getInstance().getACL().hasPermission(Hudson.ADMINISTER) To check if the user has the 'administer' role in Hudson.

But ideally, your plugin should first identify a suitable Permission (or create one, if appropriate), then identify a suitable AccessControlled object to check its permission against.

isAdmin(StaplerRequest) - Static method in class hudson.model.Hudson
Deprecated.
since 2007-12-18. Define a custom Permission and check against ACL. See Hudson.isAdmin() for more instructions.
isAdmin(Map, Closure) - Method in interface lib.LayoutTagLib
 
isAdmin(Closure) - Method in interface lib.LayoutTagLib
 
isAdmin(Map) - Method in interface lib.LayoutTagLib
 
isAdmin() - Method in interface lib.LayoutTagLib
 
isAdminOrTest(Map, Closure) - Method in interface lib.LayoutTagLib
Deprecated, do not use.
isAdminOrTest(Closure) - Method in interface lib.LayoutTagLib
Deprecated, do not use.
isAdminOrTest(Map) - Method in interface lib.LayoutTagLib
Deprecated, do not use.
isAdminOrTest() - Method in interface lib.LayoutTagLib
Deprecated, do not use.
isAggregateReport() - Method in class hudson.model.HealthReport
Getter for property 'aggregateReport'.
isAlive() - Method in class hudson.Launcher.RemoteLauncher.ProcImpl
 
isAlive() - Method in interface hudson.Launcher.RemoteProcess
 
isAlive() - Method in class hudson.model.Computer
Returns true if any of the executors are active.
isAlive() - Method in class hudson.model.Fingerprint
Returns true if any of the builds recorded in this fingerprint is still retained.
isAlive() - Method in class hudson.Proc
Checks if the process is still alive.
isAlive() - Method in class hudson.Proc.LocalProc
 
isAlive() - Method in class hudson.Proc.RemoteProc
Deprecated.
 
isAlive() - Method in class jenkins.model.Jenkins.MasterComputer
Will always keep this guy alive so that it can function as a fallback to execute Queue.FlyweightTasks.
isAllowed(Class<T>, ExtensionComponent<T>) - Static method in class jenkins.ExtensionFilter
 
isAllReady() - Static method in class hudson.model.RestartListener
Returns true iff all the listeners OKed the restart.
isAnimated() - Method in enum hudson.model.BallColor
True if the icon is animated.
isAnnotationPresent(Class<? extends Annotation>) - Method in class hudson.util.ReflectionUtils.Parameter
 
isAnonymous() - Static method in class hudson.Functions
Checks if the current user is anonymous.
isAnonymous() - Method in class hudson.security.WhoAmI
 
isApplicable(Descriptor) - Method in class hudson.model.AbstractProject.AbstractProjectDescriptor
AbstractProject subtypes can override this method to veto some Descriptors from showing up on their configuration screen.
isApplicable(Class<? extends Job>) - Method in class hudson.model.JobPropertyDescriptor
Returns true if this JobProperty type is applicable to the given job type.
isApplicable(Class<? extends Job>) - Method in class hudson.model.ParametersDefinitionProperty.DescriptorImpl
 
isApplicable(Descriptor) - Method in class hudson.model.TopLevelItemDescriptor
TopLevelItemDescriptors often uses other descriptors to decorate itself.
isApplicable(Collection<? extends Item>) - Static method in class hudson.model.View.People
Deprecated.
Potentially very expensive call; do not use from Jelly views.
isApplicable(Job) - Method in class hudson.scm.SCMDescriptor
Allows SCMDescriptors to choose which projects it wants to be configurable against.
isApplicable(AbstractProject) - Method in class hudson.scm.SCMDescriptor
Deprecated.
isApplicable(Class<? extends AbstractProject>) - Method in class hudson.tasks.ArtifactArchiver.DescriptorImpl
 
isApplicable(Class<? extends AbstractProject>) - Method in class hudson.tasks.BatchFile.DescriptorImpl
 
isApplicable(Class<? extends AbstractProject>) - Method in class hudson.tasks.BuildStepDescriptor
Returns true if this task is applicable to the given project.
isApplicable(Class<? extends AbstractProject>) - Method in class hudson.tasks.BuildTrigger.DescriptorImpl
 
isApplicable(AbstractProject<?, ?>) - Method in class hudson.tasks.BuildWrapperDescriptor
Returns true if this task is applicable to the given project.
isApplicable(Class<? extends AbstractProject>) - Method in class hudson.tasks.Fingerprinter.DescriptorImpl
 
isApplicable(Class<? extends AbstractProject>) - Method in class hudson.tasks.Maven.DescriptorImpl
 
isApplicable(Class<? extends ToolInstallation>) - Method in class hudson.tasks.Maven.MavenInstaller.DescriptorImpl
 
isApplicable(Class<? extends AbstractProject>) - Method in class hudson.tasks.Shell.DescriptorImpl
 
isApplicable(Class<? extends ToolInstallation>) - Method in class hudson.tools.JDKInstaller.DescriptorImpl
 
isApplicable(Class<? extends T>) - Method in class hudson.tools.PropertyDescriptor
Returns true if this property type is applicable to the given target type.
isApplicable(Class<? extends ToolInstallation>) - Method in class hudson.tools.ToolInstallerDescriptor
Controls what kind of ToolInstallation this installer can be applied to.
isApplicable(Class<? extends Node>) - Method in class hudson.tools.ToolLocationNodeProperty.DescriptorImpl
 
isApplicable(Item) - Method in class hudson.triggers.SCMTrigger.DescriptorImpl
 
isApplicable(Item) - Method in class hudson.triggers.TimerTrigger.DescriptorImpl
 
isApplicable(Item) - Method in class hudson.triggers.TriggerDescriptor
Returns true if this trigger is applicable to the given Item.
isApplicable(AbstractProject) - Method in class jenkins.scm.DefaultSCMCheckoutStrategyImpl.DescriptorImpl
 
isApplicable(AbstractProject) - Method in class jenkins.scm.SCMCheckoutStrategyDescriptor
Allows SCMCheckoutStrategyDescriptor to target specific kind of projects, such as matrix projects.
isApplicable(Item) - Method in class jenkins.triggers.ReverseBuildTrigger.DescriptorImpl
 
isApplicableAsGlobal() - Method in class hudson.slaves.NodePropertyDescriptor
Is this node property one where it makes sense to permit it as a global node property.
isApplicableIn(ItemGroup) - Method in class hudson.model.TopLevelItemDescriptor
TopLevelItemDescriptors often may want to limit the scope within which they can be created.
isApply(StaplerRequest) - Static method in class hudson.util.FormApply
Is this submission from the "apply" button?
isArtifactsPermissionEnabled() - Static method in class hudson.Functions
Returns true if the Run.ARTIFACTS permission is enabled, false otherwise.
isAssignable() - Method in class hudson.model.Label
Can jobs be assigned to this label?
isAtom() - Method in class hudson.model.Label
Returns true iff this label is an atom.
isAtom() - Method in class hudson.model.labels.LabelAtom
 
isAuthenticated() - Method in class hudson.security.ContainerAuthentication
 
isAuthenticated() - Method in class hudson.security.WhoAmI
 
isAutomaticRefreshEnabled() - Method in class hudson.model.View
Enables or disables automatic refreshes of the view.
isAutoRefresh(HttpServletRequest) - Static method in class hudson.Functions
 
isAvailable() - Method in class hudson.model.Queue.JobOffer
Is this executor ready to accept some tasks?
isAvailable() - Method in class hudson.model.queue.MappingWorksheet.ExecutorSlot
 
isBetterOrEqualTo(Result) - Method in class hudson.model.Result
 
isBetterThan(Result) - Method in class hudson.model.Result
 
isBiggerThan(int) - Method in class hudson.model.Fingerprint.Range
 
isBlank() - Method in class jenkins.util.TreeString
 
isBlocked() - Method in class hudson.model.Queue.Item
Build is blocked because another build is in progress, required Resources are not available, or otherwise blocked by Queue.Task.isBuildBlocked().
isBlockedByShutdown(Queue.Task) - Static method in class hudson.model.Queue
Checks whether a task should not be scheduled because Jenkins.isQuietingDown().
isBrowserReusable(T, T) - Method in class hudson.scm.SCMDescriptor
Optional method used by the automatic SCM browser inference.
isBuildable() - Method in class hudson.model.AbstractProject
 
isBuildable() - Method in class hudson.model.Job
Returns true if we should display "build now" icon
isBuildable() - Method in class hudson.model.Queue.Item
Build is waiting the executor to become available.
isBuildable() - Method in class hudson.model.ViewJob
 
isBuildBlocked() - Method in class hudson.model.AbstractProject
Returns true if the execution should be blocked for temporary reasons.
isBuildBlocked() - Method in class hudson.model.queue.QueueTaskFilter
 
isBuildBlocked() - Method in interface hudson.model.Queue.Task
Returns true if the execution should be blocked for temporary reasons.
isBuilding() - Method in class hudson.model.Job
Returns true if a build of this project is in progress.
isBuilding() - Method in class hudson.model.Run
Returns true if the build is not completed yet.
isBuilding(T) - Method in interface hudson.widgets.HistoryWidget.Adapter
 
isBundled() - Method in class hudson.PluginWrapper
 
isBusy() - Method in class hudson.model.Executor
The opposite of Executor.isIdle() — the executor is doing some work.
isCancelled() - Method in class hudson.model.Queue.LeftItem
Is this representing a cancelled item?
isCaseInsensitive() - Static method in class hudson.search.UserSearchProperty
 
isCaseSensitive() - Method in class hudson.tasks.ArtifactArchiver
 
isCheckURIEncodingEnabled() - Static method in class jenkins.model.Jenkins
Does not check when system default encoding is "ISO-8859-1".
isClogged() - Method in class hudson.triggers.SCMTrigger.DescriptorImpl
Returns true if the SCM polling thread queue has too many jobs than it can handle.
isCollapsed(String) - Static method in class hudson.Functions
 
isCollapsed(String) - Method in class hudson.model.PaneStatusProperties
 
isCollidingWith(Resource, int) - Method in class hudson.model.Resource
Checks the resource collision.
isCollidingWith(ResourceList) - Method in class hudson.model.ResourceList
Checks if this resource list and that resource list has any conflicting resource access.
isCompatibleWithInstalledVersion() - Method in class hudson.model.UpdateSite.Plugin
If the plugin is already installed, and the new version of the plugin has a "compatibleSinceVersion" value (i.e., it's only directly compatible with that version or later), this will check to see if the installed version is older than the compatible-since version.
isComplete() - Method in class hudson.model.LargeText
Deprecated.
 
isCompleteBuild() - Method in class hudson.model.Result
Is this a complete build - i.e.
isCompletelyValid() - Method in class hudson.model.queue.MappingWorksheet.Mapping
Makes sure that all the assignments are made and it is within the constraints.
isConcurrentBuild() - Method in class hudson.model.AbstractProject
Does this project perform concurrent builds?
isConcurrentBuild() - Method in class hudson.model.queue.AbstractQueueTask
 
isConcurrentBuild() - Method in class hudson.model.queue.QueueTaskFilter
 
isConcurrentBuild() - Method in interface hudson.model.Queue.Task
True if the task allows concurrent builds, where the same Queue.Task is executed by multiple executors concurrently on the same or different nodes.
isConfigurable() - Method in class hudson.model.AbstractProject
Used in sidepanel.jelly to decide whether to display the config/delete/build links.
isConnecting() - Method in class hudson.model.Computer
Is a Computer.connect(boolean) operation in progress?
isConnecting() - Method in class hudson.slaves.SlaveComputer
 
isConnecting() - Method in class jenkins.model.Jenkins.MasterComputer
 
isContainedBy(PermissionScope) - Method in class hudson.security.Permission
Checks if this permission is contained in the specified scope, (either directly or indirectly.)
isContainedBy(PermissionScope) - Method in class hudson.security.PermissionScope
Returns true if this scope is directly or indirectly contained by the given scope.
isContextMenuVisible(Action) - Static method in class hudson.Functions
 
isCreated() - Method in class hudson.model.queue.ScheduleResult.Created
 
isCreated() - Method in class hudson.model.queue.ScheduleResult
isCreateSessionAllowed() - Method in class jenkins.security.ExceptionTranslationFilter
If true, indicates that SecurityEnforcementFilter is permitted to store the target URL and exception information in the HttpSession (the default).
isCredentialsNonExpired() - Method in class hudson.security.HudsonPrivateSecurityRealm.Details
 
isDangerous() - Method in class hudson.util.ClockDifference
Returns true if the difference is big enough to be considered dangerous.
isDarwin() - Static method in class hudson.model.Hudson
Deprecated.
isDarwin() - Static method in enum hudson.Platform
 
isDefault() - Method in class hudson.model.View
If true, this is a view that renders the top page of Hudson.
isDefaultExcludes() - Method in class hudson.tasks.ArtifactArchiver
 
isDefaultJDKValid(Node) - Static method in class hudson.model.JDK
Checks if "java" is in PATH on the given node.
isDefaultName(String) - Static method in class hudson.model.JDK
 
isDefaultValue() - Method in class hudson.model.BooleanParameterDefinition
 
isDeleted() - Method in class hudson.PluginWrapper
Returns true if this plugin is deleted.
isDescriptorOf(Class<? extends Describable>) - Method in class hudson.ExtensionComponent
Checks if this component is a Descriptor describing the given type For example, component.isDescriptorOf(Builder.class)
isDevelopmentMode - Static variable in class hudson.Main
Set to true if we are running inside "mvn hpi:run" or "mvn hudson-dev:run"
isDirectory() - Method in class hudson.FilePath
Checks if the file is a directory.
isDirectory() - Method in class jenkins.util.VirtualFile
Checks whether this file exists and is a directory.
isDisabled() - Method in class hudson.model.AbstractProject
 
isDisableRememberMe() - Method in class hudson.security.GlobalSecurityConfiguration
 
isDisableRememberMe() - Method in class jenkins.model.Jenkins
 
isDisjoint(Fingerprint.Range) - Method in class hudson.model.Fingerprint.Range
Returns true if two Fingerprint.Ranges do not share any common integer.
isDisplayCell() - Method in class hudson.model.Executor
If this executor is running an AsynchronousExecution and that execution wants to hide the display cell for the executor (because there is another executor displaying the job progress and we don't want to confuse the user) then this method will return false to indicate to executors.jelly that the executor cell should be hidden.
isDone() - Method in class jenkins.security.RekeySecretAdminMonitor
Indicates that the re-keying has run to the completion.
isDowngradable() - Method in class hudson.model.UpdateCenter
Returns true if backup of jenkins.war exists on the hard drive
isDowngradable() - Method in class hudson.PluginWrapper
returns true if backup of previous version of plugin exists
isDue() - Method in class hudson.model.UpdateSite
Returns true if it's time for us to check for new version.
isDue() - Method in class hudson.model.UsageStatistics
Returns true if it's time for us to check for new version.
isEditable() - Method in class hudson.model.AllView
 
isEditable() - Method in class hudson.model.View
By default, return true to render the "Edit view" link on the page.
isEmpty() - Method in class hudson.model.Fingerprint.RangeSet
 
isEmpty() - Method in class hudson.model.Label
If there's no such label defined in Node or Cloud.
isEmpty() - Method in class hudson.model.Queue
 
isEmpty() - Method in class hudson.tools.JDKInstaller.JDKFamilyList
 
isEmpty() - Method in class hudson.util.CopyOnWriteList
 
isEmpty() - Method in class hudson.util.CopyOnWriteMap
 
isEmpty() - Method in class hudson.util.PersistedList
 
isEmpty() - Method in class hudson.util.RunList
 
isEmpty() - Method in class jenkins.model.lazy.AbstractLazyLoadRunMap
 
isEmptySet() - Method in class hudson.scm.ChangeLogSet
Returns true if there's no change.
isEnableCaptcha() - Method in class hudson.security.HudsonPrivateSecurityRealm
Checks if captcha is enabled on user signup.
isEnabled() - Method in class hudson.model.AdministrativeMonitor
Returns true if this monitor isn't disabled earlier.
isEnabled() - Method in class hudson.model.PaneStatusProperties.DescriptorImpl
 
isEnabled() - Method in class hudson.model.UserPropertyDescriptor
Whether or not the described property is enabled in the current context.
isEnabled() - Method in class hudson.PluginWrapper
If true, the plugin is going to be activated next time Jenkins runs.
isEnabled() - Method in class hudson.security.HudsonPrivateSecurityRealm.Details.DescriptorImpl
 
isEnabled() - Method in class hudson.security.HudsonPrivateSecurityRealm.Details
 
isEnabled() - Method in class jenkins.security.LastGrantedAuthoritiesProperty.DescriptorImpl
 
isEnabledFor(View) - Method in class hudson.model.ViewPropertyDescriptor
Whether or not the described property is enabled in the current context.
isExcludeClientIPFromCrumb() - Method in class hudson.security.csrf.DefaultCrumbIssuer
 
isExtensionsAvailable() - Static method in class hudson.Functions
During Jenkins start-up, before InitMilestone.PLUGINS_STARTED the extensions lists will be empty and they are not guaranteed to be fully populated until after InitMilestone.EXTENSIONS_AUGMENTED, similarly, during termination after Jenkins.isTerminating() is set, it is no longer safe to access the extensions lists.
isFile() - Method in class jenkins.util.VirtualFile
Checks whether this file exists and is a plain file.
isFilterExecutors() - Method in class hudson.model.View
If true, only show relevant executors
isFilterQueue() - Method in class hudson.model.View
If true, only show relevant queue items
isFingerprint() - Method in class hudson.tasks.ArtifactArchiver
 
isFingerprintConfigured() - Method in class hudson.model.AbstractProject
True if the builds of this project produces Fingerprint records.
isFingerprintConfigured() - Method in class hudson.model.Project
 
isFixingActive() - Method in class jenkins.management.AsynchronousAdministrativeMonitor
Is there an active execution process going on?
isFolder() - Method in class hudson.model.DirectoryBrowserSupport.Path
 
isForceExistingJobs() - Method in class jenkins.model.ProjectNamingStrategy
This flag can be used to force existing jobs to be migrated to a new naming strategy - if this method returns true, the naming will be enforced at every config change.
isForceExistingJobs() - Method in class jenkins.model.ProjectNamingStrategy.PatternProjectNamingStrategy
 
isFormField() - Method in class hudson.model.FileParameterValue.FileItemImpl
 
isForNewerHudson() - Method in class hudson.model.UpdateSite.Plugin
 
isGlibcSupported() - Static method in class hudson.Functions
 
isHoldOffBuildUntilSave() - Method in class hudson.model.Job
 
isHoldOffLaunchUntilSave() - Method in class hudson.model.Node
 
isIdle() - Method in class hudson.model.Computer
Returns true if all the executors of this computer are idle.
isIdle() - Method in class hudson.model.Executor
Returns true if this Executor is ready for action.
isIdleForTooLong(T) - Method in class hudson.slaves.CloudSlaveRetentionStrategy
Has this computer been idle for too long?
isIdOrFullnameAllowed(String) - Static method in class hudson.model.User
Is the ID allowed? Some are prohibited for security reasons.
isIgnored() - Method in class hudson.node_monitors.AbstractNodeMonitorDescriptor
Is this monitor currently ignored?
isIgnored() - Method in class hudson.node_monitors.NodeMonitor
True if this monitoring shouldn't mark the slaves offline.
isIgnoredDir(File) - Method in class hudson.util.SecretRewriter
Decides if this directory is worth visiting or not.
isIgnorePostCommitHooks() - Method in class hudson.triggers.SCMTrigger
This trigger wants to ignore post-commit hooks.
isImmutableValueType(Class) - Method in class hudson.util.xstream.MapperDelegate
 
isIndependent(Fingerprint.Range) - Method in class hudson.model.Fingerprint.Range
Returns true if two Fingerprint.Ranges can't be combined into a single range.
isInMemory() - Method in class hudson.model.FileParameterValue.FileItemImpl
 
isInPath(File) - Method in class jenkins.util.AntClassLoader
Indicate if the given file is in this loader's path
isInProgress() - Method in class hudson.model.Run
Determine whether the run is being build right now.
isInQueue() - Method in class hudson.model.AbstractProject
Returns true if the build is in the queue.
isInQueue() - Method in class hudson.model.Job
 
isInstance(T) - Method in class hudson.model.Descriptor
Checks if the given object is created from this Descriptor.
isInstantiable() - Method in class hudson.model.AllView.DescriptorImpl
 
isInstantiable() - Method in class hudson.model.MyView.DescriptorImpl
If the security is not enabled, there's no point in having this type of views.
isInstantiable() - Method in class hudson.model.ProxyView.DescriptorImpl
 
isInstantiable() - Method in class hudson.model.ViewDescriptor
Some special views are not instantiable, and for those this method returns false.
isInstantiable() - Method in class hudson.slaves.NodeDescriptor
Can the administrator create this type of nodes from UI? Return false if it only makes sense for programs to create it, not through the "new node" UI.
isInstantiable() - Method in class jenkins.model.Jenkins.DescriptorImpl
 
isInvalid() - Method in class hudson.security.HudsonPrivateSecurityRealm.Details
 
isInvalid() - Method in interface hudson.security.InvalidatableUserDetails
Deprecated.
 
isJnlpAgent() - Method in class hudson.model.Computer
Deprecated.
isJnlpAgent() - Method in class hudson.slaves.SlaveComputer
Deprecated.
since 2008-05-20.
isJunctionOrSymlink(File) - Static method in class hudson.util.jna.Kernel32Utils
 
isKeepDependencies() - Method in class hudson.model.Job
If true, it will keep all the build logs of dependency components.
isKeepLog() - Method in class hudson.model.Run
Returns true if this log file should be kept and not deleted.
isKeepUpWhenActive() - Method in class hudson.slaves.SimpleScheduledRetentionStrategy
 
isLatestOnly() - Method in class hudson.tasks.ArtifactArchiver
Deprecated.
isLaunchSupported() - Method in class hudson.model.Computer
Returns true if this computer can be launched by Hudson proactively and automatically.
isLaunchSupported() - Method in class hudson.slaves.ComputerLauncher
Returns true if this ComputerLauncher supports programatic launch of the slave agent in the target Computer.
isLaunchSupported() - Method in class hudson.slaves.ComputerLauncherFilter
 
isLaunchSupported() - Method in class hudson.slaves.JNLPLauncher
 
isLaunchSupported() - Method in class hudson.slaves.SlaveComputer
 
isLegacy() - Method in class jenkins.model.Nodes
Returns true if and only if the list of nodes is stored in the legacy location.
isLegacyDefault() - Method in class hudson.model.UpdateSite
Is this the legacy default update center site?
isLikelyStuck() - Method in class hudson.model.Executor
Returns true if the current build is likely stuck.
isLoggable(LogRecord) - Method in class hudson.logging.WeakLogHandler
 
isLogUpdated() - Method in class hudson.model.Job
Returns true if the log file is still being updated.
isLogUpdated() - Method in class hudson.model.Run
Returns true if the log file is still being updated.
isMainWork() - Method in class hudson.model.queue.WorkUnit
Is this work unit the "main work", which is the primary SubTask represented by Queue.Task itself.
isManualLaunchAllowed() - Method in class hudson.model.Computer
This method is called to determine whether manual launching of the slave is allowed at this point in time.
isManualLaunchAllowed(T) - Method in class hudson.slaves.RetentionStrategy
This method is called to determine whether manual launching of the slave is allowed at this point in time.
isManualLaunchAllowed(SlaveComputer) - Method in class hudson.slaves.SimpleScheduledRetentionStrategy
 
isMatrixProject(Object) - Static method in class hudson.Functions
Deprecated.
isMaven2_1(Launcher) - Method in class hudson.tasks.Maven.MavenInstallation
Is this Maven 2.1.x or 2.2.x - but not Maven 3.x?
isModel(Object) - Static method in class hudson.Functions
 
isModelWithChildren(Object) - Static method in class hudson.Functions
 
isModelWithContextMenu(Object) - Static method in class hudson.Functions
 
isMultiline(String) - Static method in class hudson.Functions
 
isMultipart(HttpServletRequest) - Static method in class hudson.security.csrf.CrumbFilter
 
isMultiPartForm(String) - Static method in class hudson.util.MultipartFormDataParser
Checks a Content-Type string to assert if it is "multipart/form-data".
isMustangOrAbove() - Static method in class hudson.Functions
Deprecated.
Now always true.
isNameEditable() - Method in class hudson.model.Job
Returns whether the name of this job can be changed by user.
isNative() - Method in class hudson.os.PosixAPI
Deprecated.
use PosixAPI.jnr() and POSIX.isNative()
isNeededDependenciesCompatibleWithInstalledVersion() - Method in class hudson.model.UpdateSite.Plugin
If at least some of the plugin's needed dependencies are already installed, and the new version of the needed dependencies plugin have a "compatibleSinceVersion" value (i.e., it's only directly compatible with that version or later), this will check to see if the installed version is older than the compatible-since version.
isNeededDependenciesForNewerJenkins() - Method in class hudson.model.UpdateSite.Plugin
 
isNewerThan(String) - Method in class hudson.model.UpdateSite.Entry
Checks if the specified "current version" is older than the version of this entry.
isNotExclusive() - Method in class hudson.model.Queue.JobOffer
 
isOff() - Method in class jenkins.util.io.FileBoolean
 
isOffline() - Method in class hudson.model.Computer
 
isOffline() - Method in class hudson.model.Label
Returns true if all the nodes of this label is offline.
isOld(int) - Method in class hudson.diagnosis.OldDataMonitor.VersionRange
Does this version range contain a version more than the given number of releases ago?
isOlderThan(VersionNumber) - Method in class hudson.PluginWrapper
Returns true if the version of this plugin is older than the given version.
isOn() - Method in class jenkins.util.io.FileBoolean
 
isOnline() - Method in class hudson.model.Computer
 
isOnlyIfSuccessful() - Method in class hudson.tasks.ArtifactArchiver
 
isOptional(Extension) - Method in class hudson.ExtensionFinder.DefaultGuiceExtensionAnnotation
 
isOptional(T) - Method in class hudson.ExtensionFinder.GuiceExtensionAnnotation
 
isOverridden(Class, Class, String, Class...) - Static method in class hudson.Util
Checks if the method defined on the base type with the given arguments is overridden in the given derived type.
isParameterized() - Method in class hudson.model.AbstractProject
 
isParameterized() - Method in class jenkins.model.ParameterizedJobMixIn
A job should define a method of the same signature for use from BuildButtonColumn.
isParking() - Method in class hudson.model.Executor
Returns true if this executor is waiting for a task to execute.
isPartiallyIdle() - Method in class hudson.model.Computer
Returns true if this computer has some idle executors that can take more workload.
isPartiallyValid() - Method in class hudson.model.queue.MappingWorksheet.Mapping
Checks if the assignments made thus far are valid an within the constraints.
isPasswordCorrect(String) - Method in class hudson.security.HudsonPrivateSecurityRealm.Details
 
isPending() - Method in class hudson.model.Queue.BuildableItem
 
isPending(Queue.Task) - Method in class hudson.model.Queue
Is the given task currently pending execution?
isPinned() - Method in class hudson.PluginWrapper
 
isPinningForcingOldVersion() - Method in class hudson.PluginWrapper
Checks if this plugin is pinned and that's forcing us to use an older version than the bundled one.
isPluginUploaded() - Method in class hudson.PluginManager
Returns true if any new plugin was added.
isPollingThreadCountOptionVisible() - Method in class hudson.triggers.SCMTrigger.DescriptorImpl
 
isQuietingDown() - Method in class jenkins.model.Jenkins
Returns true if Jenkins is quieting down.
isReachable(InetAddress, int) - Method in class hudson.model.ComputerPinger.BuiltInComputerPinger
 
isReachable(InetAddress, int) - Method in class hudson.model.ComputerPinger
Is the specified address reachable?
isReadable() - Method in class hudson.model.DirectoryBrowserSupport.Path
 
isReady() - Method in class hudson.model.FingerprintMap
Returns true if there's some data in the fingerprint database.
isReadyToRestart() - Method in class hudson.model.RestartListener.Default
 
isReadyToRestart() - Method in class hudson.model.RestartListener
Called periodically during the safe restart.
isReadyToRestart() - Method in class jenkins.model.Jenkins.MasterRestartNotifyier
 
isRecurse() - Method in class hudson.model.ListView
 
isRefreshable() - Method in class hudson.ExtensionFinder
Returns true if this extension finder supports the ExtensionFinder.refresh() operation.
isRefused() - Method in class hudson.model.queue.ScheduleResult
The scheduling of the task was refused and the queue didn't change.
isRefused() - Method in class hudson.model.queue.ScheduleResult.Refused
 
isRelativePath(String) - Static method in class hudson.Util
A mostly accurate check of whether a path is a relative path or not.
isRelevant() - Method in class jenkins.security.s2m.MasterKillSwitchConfiguration
Returns true if the configuration of this subsystem becomes relevant.
isRemote() - Method in class hudson.FilePath
Returns true if this FilePath represents a remote file.
isRestartRequiredForCompletion() - Method in class hudson.model.UpdateCenter
If any of the executed UpdateCenter.UpdateCenterJobs requires a restart to take effect, this method returns true.
isRestartScheduled() - Method in class hudson.model.UpdateCenter
Checks if the restart operation is scheduled (which means in near future Jenkins will restart by itself)
isRootUrlSecure() - Method in class jenkins.model.Jenkins
Is Jenkins running in HTTPS? Note that we can't really trust ServletRequest.isSecure() because HTTPS might be terminated in the reverse proxy.
isRunning() - Method in class hudson.model.TaskThread
 
isSafeToRedirectTo(String) - Static method in class hudson.Util
Return true iff the parameter does not denote an absolute URI and not a scheme-relative URI.
isScanOnBoot() - Method in class jenkins.security.RekeySecretAdminMonitor
 
isSelfLabel() - Method in class hudson.model.Label
Returns true if this label is a "self label", which means the label is the name of a Node.
isSensitive() - Method in class hudson.model.ParameterValue
Returns whether the information contained in this ParameterValue is sensitive or security related.
isSensitive() - Method in class hudson.model.PasswordParameterValue
 
isSignaled() - Method in class hudson.util.OneShotEvent
Returns true if a value is offered.
isSingle() - Method in class hudson.model.Fingerprint.Range
Returns true if this range only represents a single number.
isSingleton() - Method in interface hudson.util.spring.BeanConfiguration
 
isSmallerThan(int) - Method in class hudson.model.Fingerprint.Range
 
isSmallerThan(int) - Method in class hudson.model.Fingerprint.RangeSet
Returns true if all the integers logically in this Fingerprint.RangeSet is smaller than the given integer.
isSnowLeopardOrLater() - Static method in enum hudson.Platform
Returns true if we run on Mac OS X >= 10.6
isStale() - Method in class hudson.model.queue.BackFiller.TentativePlan
 
isStarving(long) - Method in class hudson.util.SequentialExecutionQueue
Returns true if too much time is spent since some Runnable is submitted into the queue until they get executed.
isStuck() - Method in class hudson.model.Queue.BuildableItem
 
isStuck() - Method in class hudson.model.Queue.Item
True if the item is starving for an executor for too long.
isSubTypeOf(Class) - Method in class hudson.model.Descriptor
Checks if the type represented by this descriptor is a subtype of the given type.
isSuccess() - Method in class hudson.model.UpdateCenter.DownloadJob.InstallationStatus
 
isSuccess() - Method in class hudson.model.UpdateCenter.DownloadJob.Success
 
issueCrumb(ServletRequest, String) - Method in class hudson.security.csrf.CrumbIssuer
Create a crumb value based on user specific information in the request.
issueCrumb(ServletRequest, String) - Method in class hudson.security.csrf.DefaultCrumbIssuer
Create a crumb value based on user specific information in the request.
isSymlink(File) - Static method in class hudson.Util
Checks if the given file represents a symlink.
isTagged() - Method in class hudson.scm.AbstractScmTagAction
Returns true if the build is tagged already.
isTemporarilyOffline() - Method in class hudson.model.Computer
Deprecated.
You should almost always want Computer.isOffline(). This method is marked as deprecated to warn people when they accidentally call this method.
isTerminating() - Method in class jenkins.model.Jenkins
Returns true if the container initiated the termination of the web application.
isTrimmed() - Method in class hudson.widgets.HistoryWidget
 
isUnitTest - Static variable in class hudson.Main
Set to true if we are running unit tests.
isUnix() - Method in class hudson.Launcher.DecoratedLauncher
 
isUnix() - Method in class hudson.Launcher
Returns true if this Launcher is going to launch on Unix.
isUnix() - Method in class hudson.Launcher.RemoteLauncher
 
isUnix() - Method in class hudson.model.Computer
True if this computer is a Unix machine (as opposed to Windows machine).
isUnix() - Method in class hudson.slaves.SlaveComputer
 
isUnix() - Method in class jenkins.model.Jenkins.MasterComputer
 
isUpgradedFromBefore(VersionNumber) - Method in class jenkins.model.Jenkins
Returns true if the current running Jenkins is upgraded from a version earlier than the specified version.
isUpToDate(FilePath, DownloadFromUrlInstaller.Installable) - Method in class hudson.tools.DownloadFromUrlInstaller
Checks if the specified expected location already contains the installed version of the tool.
isUsageStatisticsCollected() - Method in class jenkins.model.Jenkins
 
isUseBrowser() - Method in class jenkins.model.DownloadSettings
 
isUseCrumbs() - Method in class jenkins.model.Jenkins
If true, all the POST requests to Jenkins would have to have crumb in it to protect Jenkins from CSRF vulnerabilities.
isUseProjectNamingStrategy() - Method in class jenkins.model.Jenkins
 
isUseSecurity() - Method in class jenkins.model.Jenkins
A convenience method to check if there's some security restrictions in place.
isVisible() - Method in interface jenkins.model.ModelObjectWithContextMenu.ContextMenuVisibility
Determines whether to show this action right now.
isWhitelisted(RoleSensitive, Collection<Role>, Object) - Method in class jenkins.security.s2m.AdminCallableWhitelist
 
isWhitelisted(RoleSensitive, Collection<Role>, Object) - Method in class jenkins.security.s2m.AdminWhitelistRule
 
isWhitelisted(RoleSensitive, Collection<Role>, Object) - Method in class jenkins.security.s2m.CallableDirectionChecker.DefaultWhitelist
 
isWhitelisted(RoleSensitive, Collection<Role>, Object) - Method in class jenkins.security.s2m.CallableWhitelist
Returns true if given subject should be allowed to execute on the master even though it came over channel from other JVMs.
isWindows() - Static method in class hudson.Functions
 
isWindows() - Static method in class hudson.model.Hudson
Deprecated.
isWipeOutPermissionEnabled() - Static method in class hudson.Functions
Returns true if the Item.WIPEOUT permission is enabled, false otherwise.
isWorse - Variable in class hudson.model.Run.Summary
Is this build worse or better, compared to the previous build?
isWorseOrEqualTo(Result) - Method in class hudson.model.Result
 
isWorseThan(Result) - Method in class hudson.model.Result
 
Item - Interface in hudson.model
Basic configuration unit in Hudson.
Item(Queue.Task, List<Action>, long, FutureImpl) - Constructor for class hudson.model.Queue.Item
 
Item(Queue.Task, List<Action>, long, FutureImpl, long) - Constructor for class hudson.model.Queue.Item
 
Item(Queue.Item) - Constructor for class hudson.model.Queue.Item
 
item - Variable in class hudson.model.queue.MappingWorksheet
Queue.BuildableItem for which we are trying to figure out the execution plan.
item - Variable in class hudson.model.queue.WorkUnitContext
 
Item(String) - Constructor for class hudson.search.Search.Item
 
item - Variable in class hudson.search.SuggestedItem
 
ITEM - Static variable in class hudson.security.PermissionScope
Permissions scoped to Items (including Jobs and other subtypes)
item - Variable in class hudson.util.TagCloud.Entry
 
Item_CONFIGURE_description() - Static method in class hudson.model.Messages
Key Item.CONFIGURE.description: Change the configuration of a job..
Item_CREATE_description() - Static method in class hudson.model.Messages
Key Item.CREATE.description: Create a new job..
Item_DELETE_description() - Static method in class hudson.model.Messages
Key Item.DELETE.description: Delete a job..
ITEM_GROUP - Static variable in class hudson.security.PermissionScope
Permissions scoped to containers of Items.
Item_Permissions_Title() - Static method in class hudson.model.Messages
Key Item.Permissions.Title: Job.
Item_READ_description() - Static method in class hudson.model.Messages
Key Item.READ.description: {@code See a job.
itemDeleteListener - Static variable in class hudson.diagnosis.OldDataMonitor
 
ItemGroup<T extends Item> - Interface in hudson.model
Represents a grouping inherent to a kind of Items.
ItemGroupMixIn - Class in hudson.model
Defines a bunch of static methods to be used as a "mix-in" for ItemGroup implementations.
ItemGroupMixIn(ItemGroup, AccessControlled) - Constructor for class hudson.model.ItemGroupMixIn
 
ItemGroupMixIn_may_not_copy_as_it_contains_secrets_and_(Object, Object, Object, Object, Object) - Static method in class hudson.model.Messages
Key ItemGroupMixIn.may_not_copy_as_it_contains_secrets_and_: May not copy {0} as it contains secrets and {1} has {2}/{3} but not /{4}.
ItemListener - Class in hudson.model.listeners
Receives notifications about CRUD operations of Item.
ItemListener() - Constructor for class hudson.model.listeners.ItemListener
 
ItemListenerImpl() - Constructor for class hudson.tasks.BuildTrigger.DescriptorImpl.ItemListenerImpl
 
ItemListenerImpl() - Constructor for class jenkins.model.lazy.LazyBuildMixIn.ItemListenerImpl
 
ItemListenerImpl() - Constructor for class jenkins.triggers.ReverseBuildTrigger.ItemListenerImpl
 
Items - Class in hudson.model
Convenience methods related to Item.
Items() - Constructor for class hudson.model.Items
 
items - Variable in class jenkins.model.ModelObjectWithContextMenu.ContextMenu
The actual contents of the menu.
ItemVisitor - Class in hudson.model
Walks the tree structure that consists of ItemGroup and Item.
ItemVisitor() - Constructor for class hudson.model.ItemVisitor
 
iterator() - Method in class hudson.ExtensionList
 
iterator() - Method in class hudson.model.ParametersAction
 
iterator() - Method in class hudson.model.RunMap
Walks through builds, newer ones first.
iterator() - Method in class hudson.security.PermissionGroup
 
iterator() - Method in class hudson.tasks.BuildStep.PublisherList
 
iterator() - Method in class hudson.util.CopyOnWriteList
Returns an iterator.
iterator() - Method in class hudson.util.DescriptorList
 
iterator() - Method in class hudson.util.PersistedList
 
iterator() - Method in class hudson.util.ProcessTree
Lists all the processes in the system.
iterator() - Method in class hudson.util.RunList
 
iterator() - Method in class jenkins.util.DirectedGraph.SCC
 
Iterators - Class in hudson.util
Varios Iterator implementations.
Iterators() - Constructor for class hudson.util.Iterators
 
Iterators.CountingPredicate<T> - Interface in hudson.util
 
Iterators.DuplicateFilterIterator<T> - Class in hudson.util
Remove duplicates from another iterator.
Iterators.FilterIterator<T> - Class in hudson.util
Creates a filtered view of another iterator.
Iterators.FlattenIterator<U,T> - Class in hudson.util
Produces {A,B,C,D,E,F} from {{A,B},{C},{},{D,E,F}}.

J

JavadocArchiver_DisplayName() - Static method in class hudson.tasks.Messages
Key JavadocArchiver.DisplayName: Publish Javadoc.
JavadocArchiver_DisplayName_Generic() - Static method in class hudson.tasks.Messages
Key JavadocArchiver.DisplayName.Generic: Document.
JavadocArchiver_DisplayName_Javadoc() - Static method in class hudson.tasks.Messages
Key JavadocArchiver.DisplayName.Javadoc: Javadoc.
JavadocArchiver_NoMatchFound(Object, Object) - Static method in class hudson.tasks.Messages
Key JavadocArchiver.NoMatchFound: No javadoc found in {0}: {1}.
JavadocArchiver_Publishing() - Static method in class hudson.tasks.Messages
Key JavadocArchiver.Publishing: Publishing Javadoc.
JavadocArchiver_UnableToCopy(Object, Object) - Static method in class hudson.tasks.Messages
Key JavadocArchiver.UnableToCopy: Unable to copy Javadoc from {0} to {1}.
JDK - Class in hudson.model
Information about JDK installation.
JDK(String, String) - Constructor for class hudson.model.JDK
 
JDK(String, String, List<? extends ToolProperty<?>>) - Constructor for class hudson.model.JDK
 
JDK.ConverterImpl - Class in hudson.model
 
JDK.DescriptorImpl - Class in hudson.model
 
JDKFamily() - Constructor for class hudson.tools.JDKInstaller.JDKFamily
 
JDKFamilyList() - Constructor for class hudson.tools.JDKInstaller.JDKFamilyList
 
JDKFile() - Constructor for class hudson.tools.JDKInstaller.JDKFile
 
JDKInstaller - Class in hudson.tools
Install JDKs from java.sun.com.
JDKInstaller(String, boolean) - Constructor for class hudson.tools.JDKInstaller
 
JDKInstaller.CPU - Enum in hudson.tools
CPU type.
JDKInstaller.DescriptorImpl - Class in hudson.tools
 
JDKInstaller.FileSystem - Interface in hudson.tools
Abstraction of the file system to perform JDK installation.
JDKInstaller.JDKFamily - Class in hudson.tools
 
JDKInstaller.JDKFamilyList - Class in hudson.tools
 
JDKInstaller.JDKFile - Class in hudson.tools
 
JDKInstaller.JDKList - Class in hudson.tools
JDK list.
JDKInstaller.JDKRelease - Class in hudson.tools
 
JDKInstaller.Platform - Enum in hudson.tools
Supported platform.
JDKInstaller.Preference - Enum in hudson.tools
 
JDKInstaller_DescriptorImpl_displayName() - Static method in class hudson.tools.Messages
Key JDKInstaller.DescriptorImpl.displayName: Install from java.sun.com.
JDKInstaller_DescriptorImpl_doCheckAcceptLicense() - Static method in class hudson.tools.Messages
Key JDKInstaller.DescriptorImpl.doCheckAcceptLicense: You must agree to the license to download the JDK..
JDKInstaller_DescriptorImpl_doCheckId() - Static method in class hudson.tools.Messages
Key JDKInstaller.DescriptorImpl.doCheckId: Define JDK ID.
JDKInstaller_FailedToInstallJDK(Object) - Static method in class hudson.tools.Messages
Key JDKInstaller.FailedToInstallJDK: {@code Failed to install JDK.
JDKInstaller_RequireOracleAccount(Object) - Static method in class hudson.tools.Messages
Key JDKInstaller.RequireOracleAccount: {@code Installing JDK requires Oracle account.
JDKInstaller_UnableToInstallUntilLicenseAccepted() - Static method in class hudson.tools.Messages
Key JDKInstaller.UnableToInstallUntilLicenseAccepted: Unable to auto-install JDK until the license is accepted..
JDKList() - Constructor for class hudson.tools.JDKInstaller.JDKList
 
JDKRelease() - Constructor for class hudson.tools.JDKInstaller.JDKRelease
 
jenkins - package jenkins
 
jenkins - Variable in class hudson.ExtensionList
 
JENKINS - Static variable in class hudson.security.PermissionScope
Permissions scoped to the entire Jenkins instance.
Jenkins - Class in jenkins.model
Root object of the system.
Jenkins(File, ServletContext) - Constructor for class jenkins.model.Jenkins
 
Jenkins(File, ServletContext, PluginManager) - Constructor for class jenkins.model.Jenkins
 
Jenkins.CloudList - Class in jenkins.model
 
Jenkins.DescriptorImpl - Class in jenkins.model
 
jenkins.diagnosis - package jenkins.diagnosis
 
jenkins.diagnostics - package jenkins.diagnostics
 
Jenkins.JenkinsHolder - Interface in jenkins.model
Hook for a test harness to intercept Jenkins.getInstance() Do not use in the production code as the signature may change.
jenkins.management - package jenkins.management
 
Jenkins.MasterComputer - Class in jenkins.model
 
Jenkins.MasterRestartNotifyier - Class in jenkins.model
 
jenkins.model - package jenkins.model
 
jenkins.model.lazy - package jenkins.model.lazy
 
jenkins.model.queue - package jenkins.model.queue
 
jenkins.mvn - package jenkins.mvn
 
jenkins.scm - package jenkins.scm
 
jenkins.security - package jenkins.security
 
jenkins.security.s2m - package jenkins.security.s2m
Slave -> master security.
jenkins.slaves - package jenkins.slaves
 
jenkins.slaves.restarter - package jenkins.slaves.restarter
 
jenkins.slaves.systemInfo - package jenkins.slaves.systemInfo
 
jenkins.tasks - package jenkins.tasks
 
jenkins.triggers - package jenkins.triggers
 
jenkins.util - package jenkins.util
 
jenkins.util.groovy - package jenkins.util.groovy
 
jenkins.util.io - package jenkins.util.io
 
jenkins.util.xml - package jenkins.util.xml
 
jenkins.util.xstream - package jenkins.util.xstream
 
jenkins.widgets - package jenkins.widgets
 
Jenkins_CheckDisplayName_DisplayNameNotUniqueWarning(Object) - Static method in class hudson.model.Messages
Key Jenkins.CheckDisplayName.DisplayNameNotUniqueWarning: The display name, "{0}", is already in use by another job and could cause confusion and delay..
Jenkins_CheckDisplayName_NameNotUniqueWarning(Object) - Static method in class hudson.model.Messages
Key Jenkins.CheckDisplayName.NameNotUniqueWarning: The display name, "{0}", is used as a name by a job and could cause confusing search results..
Jenkins_IsRestarting() - Static method in class hudson.model.Messages
Key Jenkins.IsRestarting: Jenkins is restarting.
Jenkins_NotAllowedName(Object) - Static method in class hudson.model.Messages
Key Jenkins.NotAllowedName: "{0}" is not allowed name.
JenkinsLocationConfiguration - Class in jenkins.model
Stores the location of Jenkins (e-mail address and the HTTP URL.)
JenkinsLocationConfiguration() - Constructor for class jenkins.model.JenkinsLocationConfiguration
 
JenkinsReloadFailed - Exception in hudson.util
Indicates that Jenkins is interrupted during reload.
JenkinsReloadFailed(Throwable) - Constructor for exception hudson.util.JenkinsReloadFailed
 
JenkinsTagLib - Interface in lib
 
JNADoublyLoaded - Exception in hudson.util
Indicates that JNA is already loaded in another class loader.
JNADoublyLoaded(Throwable) - Constructor for exception hudson.util.JNADoublyLoaded
 
JnaException - Exception in hudson.util.jna
Exception in the registry code.
JnaException(int) - Constructor for exception hudson.util.jna.JnaException
 
JnlpAgentReceiver - Class in jenkins.slaves
Receives incoming slaves connecting through JnlpSlaveAgentProtocol2.
JnlpAgentReceiver() - Constructor for class jenkins.slaves.JnlpAgentReceiver
 
jnlpConnect(SlaveComputer) - Method in class jenkins.slaves.JnlpSlaveAgentProtocol.Handler
 
JnlpJar(String) - Constructor for class hudson.model.Slave.JnlpJar
 
JNLPLauncher - Class in hudson.slaves
JNLPLauncher(String, String) - Constructor for class hudson.slaves.JNLPLauncher
 
JNLPLauncher() - Constructor for class hudson.slaves.JNLPLauncher
 
JNLPLauncher_displayName() - Static method in class hudson.slaves.Messages
Key JNLPLauncher.displayName: Launch slave agents via Java Web Start.
JnlpSlaveAgentProtocol - Class in jenkins.slaves
AgentProtocol that accepts connection from slave agents.
JnlpSlaveAgentProtocol() - Constructor for class jenkins.slaves.JnlpSlaveAgentProtocol
 
JnlpSlaveAgentProtocol.Handler - Class in jenkins.slaves
 
JnlpSlaveAgentProtocol2 - Class in jenkins.slaves
JnlpSlaveAgentProtocol2() - Constructor for class jenkins.slaves.JnlpSlaveAgentProtocol2
 
JnlpSlaveAgentProtocol2.Handler2 - Class in jenkins.slaves
 
JnlpSlaveHandshake - Class in jenkins.slaves
Palette of objects to talk to the incoming JNLP slave connection.
JnlpSlaveRestarterInstaller - Class in jenkins.slaves.restarter
Actual slave restart logic.
JnlpSlaveRestarterInstaller() - Constructor for class jenkins.slaves.restarter.JnlpSlaveRestarterInstaller
 
jnr() - Static method in class hudson.os.PosixAPI
Load the JNR implementation of the POSIX APIs for the current platform.
job - Variable in class hudson.cli.AbstractBuildRangeCommand
 
job - Variable in class hudson.cli.BuildCommand
 
job - Variable in class hudson.cli.ConsoleCommand
 
job - Variable in class hudson.cli.GetJobCommand
 
job - Variable in class hudson.cli.SetBuildDescriptionCommand
 
job - Variable in class hudson.cli.SetBuildDisplayNameCommand
 
job - Variable in class hudson.cli.UpdateJobCommand
 
Job<JobT extends Job<JobT,RunT>,RunT extends Run<JobT,RunT>> - Class in hudson.model
A job is an runnable entity under the monitoring of Hudson.
Job(ItemGroup, String) - Constructor for class hudson.model.Job
 
job - Variable in class hudson.model.JobParameterValue
 
job - Variable in class hudson.triggers.Trigger
 
Job.LastItemListener - Class in hudson.model
 
Job_AllRecentBuildFailed() - Static method in class hudson.model.Messages
Key Job.AllRecentBuildFailed: All recent builds failed..
Job_BuildStability(Object) - Static method in class hudson.model.Messages
Key Job.BuildStability: Build stability: {0}.
Job_minutes() - Static method in class hudson.model.Messages
Key Job.minutes: mins.
Job_NOfMFailed(Object, Object) - Static method in class hudson.model.Messages
Key Job.NOfMFailed: {0} out of the last {1} builds failed..
Job_NoRecentBuildFailed() - Static method in class hudson.model.Messages
Key Job.NoRecentBuildFailed: No recent builds failed..
Job_Pronoun() - Static method in class hudson.model.Messages
Key Job.Pronoun: Project.
Job_you_must_use_the_save_button_if_you_wish() - Static method in class hudson.model.Messages
Key Job.you_must_use_the_save_button_if_you_wish: You must use the Save button if you wish to rename a job..
JobColumn - Class in hudson.views
JobColumn() - Constructor for class hudson.views.JobColumn
 
JobColumn.DescriptorImpl - Class in hudson.views
 
JobColumn_DisplayName() - Static method in class hudson.views.Messages
Key JobColumn.DisplayName: Name.
jobLink(Map, Closure) - Method in interface lib.JenkinsTagLib
Generates a link to a job.
jobLink(Closure) - Method in interface lib.JenkinsTagLib
Generates a link to a job.
jobLink(Map) - Method in interface lib.JenkinsTagLib
Generates a link to a job.
jobLink() - Method in interface lib.JenkinsTagLib
Generates a link to a job.
jobName - Variable in class hudson.fsp.WorkspaceSnapshotSCM
The job name from which we inherit the workspace.
jobNamesContains(TopLevelItem) - Method in class hudson.model.ListView
 
JobParameterDefinition - Class in hudson.model
 
JobParameterDefinition(String) - Constructor for class hudson.model.JobParameterDefinition
 
JobParameterDefinition.DescriptorImpl - Class in hudson.model
 
JobParameterValue - Class in hudson.model
 
JobParameterValue(String, Job) - Constructor for class hudson.model.JobParameterValue
 
JobProperty<J extends Job<?,?>> - Class in hudson.model
Extensible property of Job.
JobProperty() - Constructor for class hudson.model.JobProperty
 
JobPropertyDescriptor - Class in hudson.model
JobPropertyDescriptor(Class<? extends JobProperty<?>>) - Constructor for class hudson.model.JobPropertyDescriptor
 
JobPropertyDescriptor() - Constructor for class hudson.model.JobPropertyDescriptor
Infers the type of the corresponding JobProperty from the outer class.
Jobs - Class in hudson.model
Deprecated.
since 1.281
Jobs() - Constructor for class hudson.model.Jobs
Deprecated.
 
join() - Method in class hudson.Launcher.ProcStarter
Starts the process and waits for its completion.
join() - Method in class hudson.Launcher.RemoteLauncher.ProcImpl
 
join() - Method in interface hudson.Launcher.RemoteProcess
 
join() - Method in class hudson.Proc
Waits for the completion of the process.
join() - Method in class hudson.Proc.LocalProc
Waits for the completion of the process.
join() - Method in class hudson.Proc.RemoteProc
Deprecated.
 
join(Proc) - Method in class hudson.tasks.CommandInterpreter
Reports the exit code from the process.
join(Collection<?>, String) - Static method in class hudson.Util
Concatenate multiple strings by inserting a separator.
join(Collection<? extends T>...) - Static method in class hudson.Util
Combines all the given collections into a single list.
joinInit() - Method in class hudson.WebAppMain
 
joinPath(String...) - Static method in class hudson.Functions
Combine path components via '/' while handling leading/trailing '/' to avoid duplicates.
joinWithTimeout(long, TimeUnit, TaskListener) - Method in class hudson.Proc
Like Proc.join() but can be given a maximum time to wait.
JSONSignatureValidator - Class in jenkins.util
 
JSONSignatureValidator(String) - Constructor for class jenkins.util.JSONSignatureValidator
 
jsStringEscape(String) - Static method in class hudson.Functions
 
JVMBuilder - Class in hudson.util
Used to build up launch parameters for a Java virtual machine.
JVMBuilder() - Constructor for class hudson.util.JVMBuilder
 
jvmOptions - Variable in class hudson.tasks.Maven
MAVEN_OPTS if not null.

K

KEEP_UNDEFINED_PARAMETERS_SYSTEM_PROPERTY_NAME - Static variable in class hudson.model.ParametersAction
 
keepLog() - Method in class hudson.model.Run
Marks this build to keep the log.
keepLog(boolean) - Method in class hudson.model.Run
 
KeepLogBuildBadge() - Constructor for class hudson.model.Run.KeepLogBuildBadge
 
Kernel32 - Interface in hudson.util.jna
JNA interface to Windows Kernel32 exports.
Kernel32Utils - Class in hudson.util.jna
 
Kernel32Utils() - Constructor for class hudson.util.jna.Kernel32Utils
 
key - Variable in class hudson.slaves.EnvironmentVariablesNodeProperty.Entry
 
KEY_CREATE_LINK - Static variable in interface hudson.util.jna.WINNT
 
KEY_CREATE_SUB_KEY - Static variable in interface hudson.util.jna.WINNT
 
KEY_ENUMERATE_SUB_KEYS - Static variable in interface hudson.util.jna.WINNT
 
KEY_NOTIFY - Static variable in interface hudson.util.jna.WINNT
 
KEY_QUERY_VALUE - Static variable in interface hudson.util.jna.WINNT
 
KEY_READ - Static variable in interface hudson.util.jna.WINNT
 
KEY_SET_VALUE - Static variable in interface hudson.util.jna.WINNT
 
KEY_WRITE - Static variable in interface hudson.util.jna.WINNT
 
KEYED_BY_NAME - Static variable in class hudson.model.ItemGroupMixIn
Item -> name function.
KeyedDataStorage<T,P> - Class in hudson.util
Convenient base class for implementing data storage.
KeyedDataStorage() - Constructor for class hudson.util.KeyedDataStorage
 
keyFor(String) - Method in class jenkins.model.IdStrategy.CaseInsensitive
Converts an ID into a key for use in a Java Map.
keyFor(String) - Method in class jenkins.model.IdStrategy.CaseSensitive
Converts an ID into a key for use in a Java Map.
keyFor(String) - Method in class jenkins.model.IdStrategy.CaseSensitiveEmailAddress
Converts an ID into a key for use in a Java Map.
keyFor(String) - Method in class jenkins.model.IdStrategy
Converts an ID into a key for use in a Java Map.
keySet() - Method in class hudson.util.CopyOnWriteMap
This method will return a read-only Set.
kill(Map<String, String>) - Method in class hudson.Launcher.DecoratedLauncher
 
kill(Map<String, String>) - Method in class hudson.Launcher.DummyLauncher
 
kill(Map<String, String>) - Method in class hudson.Launcher
Calls ProcessTree.killAll(Map) to kill processes.
kill(Map<String, String>) - Method in class hudson.Launcher.LocalLauncher
 
kill(Map<String, String>) - Method in class hudson.Launcher.RemoteLauncher
 
kill() - Method in class hudson.Launcher.RemoteLauncher.ProcImpl
 
kill() - Method in interface hudson.Launcher.RemoteProcess
 
kill() - Method in class hudson.model.Computer
Called by Jenkins.updateComputerList() to notify Computer that it will be discarded.
kill() - Method in class hudson.Proc
Terminates the process.
kill() - Method in class hudson.Proc.LocalProc
 
kill() - Method in class hudson.Proc.RemoteProc
Deprecated.
 
kill(Node) - Method in class hudson.slaves.CloudSlaveRetentionStrategy
Remove the node.
kill() - Method in class hudson.slaves.SlaveComputer
 
kill(int, int) - Method in interface hudson.util.jna.GNUCLibrary
 
kill(ProcessTree.OSProcess) - Method in class hudson.util.ProcessKiller
Attempts to kill the given process.
kill() - Method in class hudson.util.ProcessTree.OSProcess
Kills this process.
kill() - Method in class hudson.util.ProcessTree.UnixProcess
Tries to kill this process.
kill(Process) - Method in class hudson.util.ProcessTreeKiller
kill(Process, Map<String, String>) - Method in class hudson.util.ProcessTreeKiller
kill(Map<String, String>) - Method in class hudson.util.ProcessTreeKiller
Deprecated.
kill() - Method in interface hudson.util.ProcessTreeRemoting.IOSProcess
 
KILL_AFTER_LOAD - Static variable in class jenkins.model.Jenkins
 
killAll(Map<String, String>) - Method in class hudson.util.ProcessTree
Kills all the processes that have matching environment variables.
killAll(Process, Map<String, String>) - Method in class hudson.util.ProcessTree
killAll(Map<String, String>) - Method in class hudson.util.ProcessTree.Remote
 
killAll(Map<String, String>) - Method in interface hudson.util.ProcessTreeRemoting.IProcessTree
 
killComputer(Computer) - Method in class hudson.model.AbstractCIBase
 
killHard() - Method in class hudson.model.Executor
For testing only.
killRecursively() - Method in class hudson.util.ProcessTree.OSProcess
Kills this process and all the descendants.
killRecursively() - Method in class hudson.util.ProcessTree.UnixProcess
 
killRecursively() - Method in interface hudson.util.ProcessTreeRemoting.IOSProcess
 
kind - Variable in exception hudson.util.FormValidation
 

L

Label - Class in hudson.model
Group of Nodes.
Label(String) - Constructor for class hudson.model.Label
 
label - Variable in class hudson.model.queue.CauseOfBlockage.BecauseLabelIsBusy
 
label - Variable in class hudson.model.queue.CauseOfBlockage.BecauseLabelIsOffline
 
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(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() - Method in interface jenkins.ToolsTagLib
Puts the input field for allowing an user to limit this installer to a certain label.
Label.ConverterImpl - Class in hudson.model
 
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}.
LabelAssignmentAction - Interface in hudson.model.labels
Action that can be submitted to Queue that controls where the task runs.
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
LabelAtomPropertyDescriptor() - Constructor for class hudson.model.labels.LabelAtomPropertyDescriptor
 
LabelExpression - Class in hudson.model.labels
Boolean expression of labels.
LabelExpression(String) - Constructor for class hudson.model.labels.LabelExpression
 
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(InputStream) - Constructor for class hudson.model.labels.LabelExpressionLexer
 
LabelExpressionLexer(Reader) - Constructor for class hudson.model.labels.LabelExpressionLexer
 
LabelExpressionLexer(InputBuffer) - Constructor for class hudson.model.labels.LabelExpressionLexer
 
LabelExpressionLexer(LexerSharedInputState) - Constructor for class hudson.model.labels.LabelExpressionLexer
 
LabelExpressionParser - Class in hudson.model.labels
 
LabelExpressionParser(TokenBuffer, int) - Constructor for class hudson.model.labels.LabelExpressionParser
 
LabelExpressionParser(TokenBuffer) - Constructor for class hudson.model.labels.LabelExpressionParser
 
LabelExpressionParser(TokenStream, int) - Constructor for class hudson.model.labels.LabelExpressionParser
 
LabelExpressionParser(TokenStream) - Constructor for class hudson.model.labels.LabelExpressionParser
 
LabelExpressionParser(ParserSharedInputState) - Constructor for class hudson.model.labels.LabelExpressionParser
 
LabelExpressionParserTokenTypes - Interface in hudson.model.labels
 
LabelFinder - Class in hudson.model
Automatically adds labels to Nodes.
LabelFinder() - Constructor for class hudson.model.LabelFinder
 
LabelOperatorPrecedence - Enum in hudson.model.labels
Precedence of the top most operator.
LabelValidator() - Constructor for class hudson.model.AbstractProject.LabelValidator
 
LabelVisitor<V,P> - Class in hudson.model.labels
Visitor pattern for LabelExpression.
LabelVisitor() - Constructor for class hudson.model.labels.LabelVisitor
 
LargeText - Class in hudson.model
Deprecated.
moved to stapler, as of Hudson 1.220
LargeText(File, boolean) - Constructor for class hudson.model.LargeText
Deprecated.
 
LargeText(ByteBuffer, boolean) - Constructor for class hudson.model.LargeText
Deprecated.
 
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.DescriptorImpl - Class in hudson.views
 
LastDurationColumn_DisplayName() - Static method in class hudson.views.Messages
Key LastDurationColumn.DisplayName: Last Duration.
LastFailureColumn - Class in hudson.views
 
LastFailureColumn() - Constructor for class hudson.views.LastFailureColumn
 
LastFailureColumn.DescriptorImpl - Class in hudson.views
 
LastFailureColumn_DisplayName() - Static method in class hudson.views.Messages
Key LastFailureColumn.DisplayName: Last Failure.
LastGrantedAuthoritiesProperty - Class in jenkins.security
Remembers the set of GrantedAuthoritys 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 GrantedAuthoritys 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.DescriptorImpl - Class in hudson.views
 
LastStableColumn_DisplayName() - Static method in class hudson.views.Messages
Key LastStableColumn.DisplayName: Last Stable.
LastSuccessColumn - Class in hudson.views
 
LastSuccessColumn() - Constructor for class hudson.views.LastSuccessColumn
 
LastSuccessColumn.DescriptorImpl - Class in hudson.views
 
LastSuccessColumn_DisplayName() - Static method in class hudson.views.Messages
Key LastSuccessColumn.DisplayName: Last Success.
launch(Launcher.ProcStarter) - Method in class hudson.Launcher.DecoratedLauncher
 
launch(String[], boolean[], String[], InputStream, OutputStream, FilePath) - Method in class hudson.Launcher.DecoratedLauncher
 
launch(String[], String[], InputStream, OutputStream, FilePath) - Method in class hudson.Launcher.DecoratedLauncher
 
launch(Launcher.ProcStarter) - Method in class hudson.Launcher.DummyLauncher
 
launch() - Method in class hudson.Launcher
Launches a process by using a builder-pattern to configure the parameters.
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[], 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[], 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[], 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, String[], 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[], 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[], OutputStream, FilePath) - Method in class hudson.Launcher
Deprecated.
as of 1.311 Use Launcher.launch() and its associated builder pattern
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[], 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[], InputStream, OutputStream, FilePath) - Method in class hudson.Launcher
Deprecated.
as of 1.311 Use Launcher.launch() and its associated builder pattern
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() - Method in class hudson.model.Computer
Deprecated.
since 2009-01-06. Use Computer.connect(boolean)
launch(String, TaskListener) - Method in class hudson.slaves.CommandConnector
 
launch(SlaveComputer, TaskListener) - Method in class hudson.slaves.CommandLauncher
 
launch(String, TaskListener) - Method in class hudson.slaves.ComputerConnector
Creates a ComputerLauncher for connecting to the given host.
launch(SlaveComputer, TaskListener) - Method in class hudson.slaves.ComputerLauncher
Launches the slave agent for the given Computer.
launch(SlaveComputer, StreamTaskListener) - Method in class hudson.slaves.ComputerLauncher
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(Launcher) - Method in class hudson.util.JVMBuilder
Fills a Launcher.ProcStarter with all the parameters configured by this builder.
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(OutputStream, ProcessBuilder) - Method in class hudson.Launcher.LocalLauncher
 
launchChannel(String[], OutputStream, FilePath, Map<String, String>) - Method in class hudson.Launcher.RemoteLauncher
 
Launcher - Class in hudson
Starts a process.
Launcher(TaskListener, VirtualChannel) - Constructor for class hudson.Launcher
 
Launcher(Launcher) - Constructor for class hudson.Launcher
Constructor for a decorator.
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.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(Map, Closure) - 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() - 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
Makes it easier to use a lazy RunMap from a Job implementation.
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
 
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.
LDAPSecurityRealm_DisplayName() - Static method in class hudson.security.Messages
Key LDAPSecurityRealm.DisplayName: LDAP.
LDAPSecurityRealm_InvalidPortNumber() - Static method in class hudson.security.Messages
Key LDAPSecurityRealm.InvalidPortNumber: Invalid port number.
LDAPSecurityRealm_SyntaxOfServerField() - Static method in class hudson.security.Messages
Key LDAPSecurityRealm.SyntaxOfServerField: Syntax of server field is SERVER or SERVER:PORT or ldaps://SERVER[:PORT].
LDAPSecurityRealm_UnableToConnect(Object, Object) - Static method in class hudson.security.Messages
Key LDAPSecurityRealm.UnableToConnect: Unable to connect to {0} : {1}.
LDAPSecurityRealm_UnknownHost(Object) - Static method in class hudson.security.Messages
Key LDAPSecurityRealm.UnknownHost: Unknown host: {0}.
Lease(FilePath) - Constructor for class hudson.slaves.WorkspaceList.Lease
 
LeftItem(WorkUnitContext) - Constructor for class hudson.model.Queue.LeftItem
When item has left the queue and begin executing.
LeftItem(Queue.Item) - Constructor for class hudson.model.Queue.LeftItem
When item is cancelled.
LegacyAuthorizationStrategy - Class in hudson.security
AuthorizationStrategy implementation that emulates the legacy behavior.
LegacyAuthorizationStrategy() - Constructor for class hudson.security.LegacyAuthorizationStrategy
 
LegacyAuthorizationStrategy.DescriptorImpl - Class in hudson.security
 
LegacyAuthorizationStrategy_DisplayName() - Static method in class hudson.security.Messages
Key LegacyAuthorizationStrategy.DisplayName: Legacy mode.
LegacyCodeCause() - Constructor for class hudson.model.Cause.LegacyCodeCause
Deprecated.
 
LegacySecurityRealm - Class in hudson.security
SecurityRealm that accepts ContainerAuthentication 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.
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 hudson.util.ByteBuffer
Deprecated.
 
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.
lhs - Variable in class hudson.model.labels.LabelExpression.Binary
 
lib - package lib
 
lib.jenkins - package lib.jenkins
 
LIBC - Static variable in interface hudson.util.jna.GNUCLibrary
 
licpath - Variable in class hudson.tools.JDKInstaller.JDKRelease
the license path
lictitle - Variable in class hudson.tools.JDKInstaller.JDKRelease
the license title
Lifecycle - Class in hudson.lifecycle
Provides the capability for starting/stopping/restarting/uninstalling Hudson.
Lifecycle() - Constructor for class hudson.lifecycle.Lifecycle
 
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.
limit(int) - Method in class hudson.util.RunList
Return only the most recent builds.
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
LineEndNormalizingWriter - Class in hudson.util
Deprecated.
since 2008-05-28. moved to stapler
LineEndNormalizingWriter(Writer) - Constructor for class hudson.util.LineEndNormalizingWriter
Deprecated.
 
lineIterator(Reader) - Static method in class hudson.util.IOUtils
Deprecated.
Use instead IOUtils.lineIterator(java.io.Reader)
lineIterator(InputStream, String) - Static method in class hudson.util.IOUtils
Deprecated.
Use instead IOUtils.lineIterator(java.io.InputStream, String)
lines() - Method in class hudson.util.TextFile
Parse text file line by line.
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
 
link(Map, Closure) - 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() - Method in interface lib.FormTagLib
Generates an anchor element with the ability to send POST requests and/or asynchronous requests.
list() - 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, 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 - Static variable in class hudson.model.Items
Deprecated.
as of 1.286 Use Items.all() for read access and Extension for registration.
LIST - Static variable in class hudson.model.ManagementLink
Deprecated.
as of 1.286 Use ManagementLink.all() for read access and put Extension for registration.
LIST - Static variable in class hudson.model.ParameterDefinition
Deprecated.
as of 1.286 Use ParameterDefinition.all() for read access, and Extension for registration.
LIST - Static variable in class hudson.model.UserProperties
Deprecated.
as of 1.286 Use UserProperty.all() for read access and Extension for auto-registration.
LIST - Static variable in class hudson.model.View
Deprecated.
as of 1.286 Use View.all() for read access, and use Extension for registration.
LIST - Static variable in class hudson.node_monitors.NodeMonitor
Deprecated.
as of 1.286. Use NodeMonitor.all() for read access and Extension for registration.
LIST - Static variable in class hudson.scm.RepositoryBrowsers
Deprecated.
as of 1.286. Use RepositoryBrowser.all() for read access and Extension for registration.
LIST - Static variable in class hudson.security.AuthorizationStrategy
Deprecated.
since 1.286 Use AuthorizationStrategy.all() for read access, and Extension for registration.
LIST - Static variable in class hudson.security.SecurityRealm
Deprecated.
as of 1.286 Use SecurityRealm.all() for read access, and use Extension for registration.
LIST - Static variable in class hudson.slaves.ComputerLauncher
Deprecated.
as of 1.281 Use Extension for registration, and use Jenkins.getDescriptorList(Class) for read access.
LIST - Static variable in class hudson.slaves.RetentionStrategy
Deprecated.
as of 1.286 Use RetentionStrategy.all() for read access, and Extension for registration.
LIST - Static variable in class hudson.tasks.UserNameResolver
Deprecated.
since 2009-02-24. Use UserNameResolver.all() for read access, and use Extension for registration.
list - Variable in class hudson.tools.DownloadFromUrlInstaller.InstallableList
 
list - Variable in class hudson.tools.ToolInstaller.ToolInstallerList
list(int) - Method in class hudson.util.ConsistentHash
Creates a permutation of all the nodes for the given data point.
list(String) - Method in class hudson.util.ConsistentHash
Takes a string, hash it with MD5, then calls ConsistentHash.list(int).
LIST - Static variable in class hudson.views.ListViewColumn
Deprecated.
as of 1.281 Use ListViewColumn.all() for read access and Extension for registration.
list() - Method in class jenkins.util.VirtualFile
Lists children of this directory.
list(String) - Method in class jenkins.util.VirtualFile
Lists recursive files of this directory with pattern matching.
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(int) - Constructor for class hudson.util.ListBoxModel
 
ListBoxModel() - Constructor for class hudson.util.ListBoxModel
 
ListBoxModel(Collection<ListBoxModel.Option>) - Constructor for class hudson.util.ListBoxModel
 
ListBoxModel(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
 
ListenerAndText(TaskListener, AnnotatedLargeText<TaskAction>) - Constructor for class hudson.model.TaskThread.ListenerAndText
 
LISTENERS - Static variable in class hudson.model.listeners.RunListener
Deprecated.
as of 1.281 Use RunListener.all() for read access, and use Extension 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.
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(Map, Closure) - 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() - Method in interface lib.JenkinsTagLib
List browser SCMs
listSubDirectories(String) - Method in interface hudson.tools.JDKInstaller.FileSystem
List sub-directories of the given directory and just return the file name portion.
ListView - Class in hudson.model
Displays Jobs in a flat list view.
ListView(String) - Constructor for class hudson.model.ListView
 
ListView(String, ViewGroup) - Constructor for class hudson.model.ListView
 
ListView.DescriptorImpl - Class in hudson.model
 
ListView.Listener - Class in hudson.model
 
ListView_DisplayName() - Static method in class hudson.model.Messages
Key ListView.DisplayName: List View.
ListViewColumn - Class in hudson.views
Extension point for adding a column to a table rendering of Items, such as ListView.
ListViewColumn() - Constructor for class hudson.views.ListViewColumn
 
ListViewColumnDescriptor - Class in hudson.views
ListViewColumnDescriptor() - Constructor for class hudson.views.ListViewColumnDescriptor
 
LITERAL_annually - Static variable in interface hudson.scheduler.CrontabParserTokenTypes
 
LITERAL_daily - Static variable in interface hudson.scheduler.CrontabParserTokenTypes
 
LITERAL_H - Static variable in interface hudson.scheduler.CrontabParserTokenTypes
 
LITERAL_hourly - Static variable in interface hudson.scheduler.CrontabParserTokenTypes
 
LITERAL_midnight - Static variable in interface hudson.scheduler.CrontabParserTokenTypes
 
LITERAL_monthly - Static variable in interface hudson.scheduler.CrontabParserTokenTypes
 
LITERAL_weekly - Static variable in interface hudson.scheduler.CrontabParserTokenTypes
 
LITERAL_yearly - Static variable in interface hudson.scheduler.CrontabParserTokenTypes
 
load(PluginWrapper) - Method in class hudson.ClassicPluginStrategy
 
load() - Method in class hudson.DescriptorExtensionList
Loading the descriptors in this case means filtering the descriptor from the master ExtensionList.
load(ExtensionComponentSet) - Method in class hudson.DescriptorExtensionList
 
load() - Method in class hudson.ExtensionList
Loads all the extensions.
load(ExtensionComponentSet) - Method in class hudson.ExtensionList
Picks up extensions that we care from the given list.
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(String) - Method in class hudson.model.FingerprintMap
 
load(ItemGroup, File) - Static method in class hudson.model.Items
Loads a Item from a config file.
load() - Method in class hudson.model.labels.LabelAtom
 
load() - Method in class hudson.model.Queue
Loads the queue contents that was saved.
load(Job, RunMap.Constructor<R>) - Method in class hudson.model.RunMap
Deprecated.
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(PluginWrapper) - Method in interface hudson.PluginStrategy
Loads the plugin and starts it.
load() - Static method in class hudson.ProxyConfiguration
 
load() - Method in class hudson.scm.SCMDescriptor
 
load(Class<? extends Describable>) - Method in class hudson.util.DescriptorList
No-op method used to force the class initialization of the given class.
load(String) - Method in class hudson.util.KeyedDataStorage
Attempts to load an existing data object from disk.
load(Class<T>, ClassLoader, Collection<Class<? extends T>>) - Static method in class hudson.util.Service
Look up META-INF/service/SPICLASSNAME from the classloader and all the discovered classes into the given collection.
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(ConfidentialKey) - Method in class jenkins.security.ConfidentialStore
load(ConfidentialKey) - Method in class jenkins.security.DefaultConfidentialStore
loadAsString() - Method in class hudson.util.CompressedFile
Loads the file content as a string.
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 which Executor.
LoadBalancer() - Constructor for class hudson.model.LoadBalancer
 
loadBeans(String) - Method in class hudson.util.spring.BeanBuilder
Takes a resource pattern as (@see org.springframework.core.io.support.PathMatchingResourcePatternResolver) This allows you load multiple bean resources in this single builder eg loadBeans("classpath:*Beans.groovy")
loadBeans(Resource) - Method in class hudson.util.spring.BeanBuilder
Loads a single Resource into the bean builder
loadBeans(Resource[]) - Method in class hudson.util.spring.BeanBuilder
Loads a set of given beans
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
If the war file has any "/WEB-INF/plugins/*.jpi", extract them into the plugin directory.
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 Items.
loadClass(String, boolean) - Method in class hudson.util.MaskingClassLoader
 
loadClass(String, boolean) - Method in class jenkins.util.AntClassLoader
Loads a class with this class loader.
loadFailure - Variable in class hudson.util.KeyedDataStorage
Number of failures in loading data.
loadFile(File) - Static method in class hudson.Util
Loads the contents of a file into a string.
loadFile(File, Charset) - Static method in class hudson.Util
 
loadGroupByGroupname(String) - Method in class hudson.security.AbstractPasswordBasedSecurityRealm
Retrieves information about a group by its name.
loadGroupByGroupname(String) - Method in class hudson.security.HudsonPrivateSecurityRealm
This implementation doesn't support groups.
loadGroupByGroupname(String) - Method in class hudson.security.SecurityRealm
If this SecurityRealm supports a look up of GroupDetails by their names, override this method to provide the look up.
loadGroupByGroupname(String, boolean) - Method in class hudson.security.SecurityRealm
If this SecurityRealm supports a look up of GroupDetails by their names, override this method to provide the look up.
loadInstances(ClassLoader, Class<T>) - Static method in class hudson.util.Service
Poorman's clone of JDK6 ServiceLoader.
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.
loadKey(File, String) - Static method in class hudson.cli.CLI
Loads RSA/DSA private key in a PEM format into KeyPair.
loadKey(File) - Static method in class hudson.cli.CLI
 
loadKey(String, String) - Static method in class hudson.cli.CLI
Loads RSA/DSA private key in a PEM format into KeyPair.
loadKey(String) - Static method in class hudson.cli.CLI
 
loadKey(File, String) - Static method in class hudson.cli.PrivateKeyProvider
 
loadKey(String, String) - Static method in class hudson.cli.PrivateKeyProvider
 
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.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.
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.
LoadStatisticsUpdater() - Constructor for class hudson.model.LoadStatistics.LoadStatisticsUpdater
 
loadStoredAuthentication() - Method in class hudson.cli.CLICommand
Loads the persisted authentication information from ClientAuthenticationCache if the current transport provides Channel.
loadStoredAuthentication() - Method in class hudson.cli.LoginCommand
If we use the stored authentication for the login command, login becomes no-op, which is clearly not what the user has intended.
loadTrustAnchors(CertificateFactory) - Method in class jenkins.util.JSONSignatureValidator
 
loadUserByUsername(String) - Method in class hudson.security.AbstractPasswordBasedSecurityRealm
Retrieves information about an user by its name.
loadUserByUsername(String) - Method in class hudson.security.HudsonPrivateSecurityRealm
 
loadUserByUsername(String) - Method in class hudson.security.SecurityRealm
Shortcut for UserDetailsService.loadUserByUsername(String).
loadUserByUsername(String) - Method in class hudson.security.UserDetailsServiceProxy
 
loadUserByUsername(String) - Method in class jenkins.security.ImpersonatingUserDetailsService
 
localChannel - Static variable in class hudson.FilePath
 
localChannel - Static variable in class jenkins.model.Jenkins.MasterComputer
Deprecated.
as of 1.558 Use FilePath.localChannel
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
LocalPluginManager(Jenkins) - Constructor for class hudson.LocalPluginManager
 
LocalPluginManager(File) - Constructor for class hudson.LocalPluginManager
 
LocalProc(String, Map<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[], String[], OutputStream, File) - Constructor for class hudson.Proc.LocalProc
 
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
 
locate(TaskListener, JDKInstaller.Platform, JDKInstaller.CPU) - Method in class hudson.tools.JDKInstaller
Performs a license click through and obtains the one-time URL for downloading bits.
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
 
log - Variable in class hudson.model.TaskAction
Hold the log of the tagging operation.
log(String, int) - Method in class jenkins.util.AntClassLoader
Logs a message through the project object if one has been provided.
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 via the web UI.
loggedOut(String) - Method in class jenkins.security.LastGrantedAuthoritiesProperty.SecurityListenerImpl
 
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).
LoginCommand - Class in hudson.cli
Saves the current credential to allow future commands to run without explicit credential information.
LoginCommand() - Constructor for class hudson.cli.LoginCommand
 
LoginCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key LoginCommand.ShortDescription: Saves the current credential to allow future commands to run without explicit credential information..
loginFail(HttpServletRequest, HttpServletResponse) - Method in class hudson.security.RememberMeServicesProxy
 
loginLink(Map, Closure) - Method in interface jenkins.security.HudsonPrivateSecurityRealmTagLib
 
loginLink(Closure) - Method in interface jenkins.security.HudsonPrivateSecurityRealmTagLib
 
loginLink(Map) - Method in interface jenkins.security.HudsonPrivateSecurityRealmTagLib
 
loginLink() - Method in interface jenkins.security.HudsonPrivateSecurityRealmTagLib
 
loginSuccess(HttpServletRequest, HttpServletResponse, Authentication) - Method in class hudson.security.RememberMeServicesProxy
 
loginSuccess(HttpServletRequest, HttpServletResponse, Authentication) - Method in class hudson.security.TokenBasedRememberMeServices2
 
LogoutCommand - Class in hudson.cli
Deletes the credential stored with the login command.
LogoutCommand() - Constructor for class hudson.cli.LogoutCommand
 
LogoutCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key LogoutCommand.ShortDescription: {@code Deletes the credential stored with the login command.
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.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 LogRecorders, bound to "/log".
LogRecorderManager() - Constructor for class hudson.logging.LogRecorderManager
 
LogRecorderManager_DisplayName() - Static method in class hudson.logging.Messages
Key LogRecorderManager.DisplayName: log.
LogRecorderManager_init() - Static method in class hudson.logging.Messages
Key LogRecorderManager.init: Initialing log recorders.
logRecorders - Variable in class hudson.logging.LogRecorderManager
LogRecorders keyed by their name.
logRecords - Static variable in class jenkins.model.Jenkins
Live view of recent LogRecords produced by Jenkins.
logRecords(Map, Closure) - 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() - 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(String, String, String, String) - Constructor for class hudson.tasks.LogRotator
 
LogRotator(int, int) - Constructor for class hudson.tasks.LogRotator
Deprecated.
LogRotator(int, int, int, int) - Constructor for class hudson.tasks.LogRotator
 
LogRotator.LRDescriptor - Class in hudson.tasks
 
LogTaskListener - Class in hudson.util
TaskListener which sends messages to a Logger.
LogTaskListener(Logger, Level) - Constructor for class hudson.util.LogTaskListener
 
LONGFILE_ERROR - Static variable in class hudson.org.apache.tools.tar.TarOutputStream
Deprecated.
Fail if a long file name is required in the archive.
LONGFILE_GNU - Static variable in class hudson.org.apache.tools.tar.TarOutputStream
Deprecated.
GNU tar extensions are used to store long file names in the archive.
LONGFILE_TRUNCATE - Static variable in class hudson.org.apache.tools.tar.TarOutputStream
Deprecated.
Long paths will be truncated in the archive.
longFileMode - Variable in class hudson.org.apache.tools.tar.TarOutputStream
Deprecated.
 
lookup(Class<T>) - Static method in class hudson.ExtensionList
Gets the extension list for a given type.
Lookup - Class in hudson
Type-safe instance map.
Lookup() - Constructor for class hudson.Lookup
 
lookup(int) - Method in class hudson.util.ConsistentHash
Looks up a consistent hash with the given data point.
lookup(String) - Method in class hudson.util.ConsistentHash
Takes a string, hash it with MD5, then calls ConsistentHash.lookup(int).
lookup - Variable in class jenkins.model.Jenkins
Stores various objects scoped to Jenkins.
lookup(Class<T>) - Static method in class jenkins.model.Jenkins
Shortcut for Jenkins.getInstance().lookup.get(type)
lookupMapperOfType(Class) - Method in class hudson.util.xstream.MapperDelegate
 
LPAREN - Static variable in interface hudson.model.labels.LabelExpressionParserTokenTypes
 
LPAREN - Static variable in interface hudson.scheduler.CrontabParserTokenTypes
 
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
 

M

mac(byte[]) - Method in class jenkins.security.HMACConfidentialKey
Computes the message authentication code for the specified byte sequence.
mac(String) - Method in class jenkins.security.HMACConfidentialKey
Computes the message authentication code and return it as a string.
MailCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key MailCommand.ShortDescription: Reads stdin and sends that out as an e-mail..
Mailer_Address_Not_Configured() - Static method in class jenkins.model.Messages
Key Mailer.Address.Not.Configured: address not configured yet <nobody@nowhere>.
Mailer_Localhost_Error() - Static method in class jenkins.model.Messages
Key Mailer.Localhost.Error: Please set a valid host name, instead of localhost.
main(String[]) - Static method in class hudson.cli.CLI
 
main(List<String>, Locale, InputStream, PrintStream, PrintStream) - Method in class hudson.cli.CLICommand
Entry point to the CLI command.
main(List<String>, Locale, InputStream, OutputStream, OutputStream) - Method in interface hudson.cli.CliEntryPoint
Just like the static main method.
main(List<String>, Locale, InputStream, OutputStream, OutputStream) - Method in class hudson.cli.CliManagerImpl
 
Main - Class in hudson
Entry point to Hudson from command line.
Main() - Constructor for class hudson.Main
 
main(String[]) - Static method in class hudson.Main
 
main(Channel) - Method in class hudson.model.FullDuplexHttpChannel
 
main(String...) - Static method in class jenkins.model.RunIdMigrator
Reverses the migration, in case you want to revert to the older format.
MAIN_COMPLETED - Static variable in class hudson.model.CheckPoint
CheckPoint that indicates that the build has finished executing the "main" portion (Builders in case of FreeStyleProject) and now moving on to the post-build steps.
main_panel(Map, Closure) - Method in interface lib.LayoutTagLib
Generates the body as the main content part of a Jenkins page.
main_panel(Closure) - Method in interface lib.LayoutTagLib
Generates the body as the main content part of a Jenkins page.
main_panel(Map) - Method in interface lib.LayoutTagLib
Generates the body as the main content part of a Jenkins page.
main_panel() - Method in interface lib.LayoutTagLib
Generates the body as the main content part of a Jenkins page.
mainClass(String) - Method in class hudson.util.JVMBuilder
 
mainClass(Class) - Method in class hudson.util.JVMBuilder
 
maintain() - Method in class hudson.model.Queue
Queue maintenance.
make() - Method in class hudson.search.SearchIndexBuilder
 
make(R) - Method in class jenkins.model.lazy.BuildReference.DefaultHolderFactory
 
make(R) - Method in interface jenkins.model.lazy.BuildReference.HolderFactory
Constructs a single build reference.
makeBuildVariables(AbstractBuild, Map<String, String>) - Method in class hudson.tasks.BuildWrapper
makeBuildVariables(AbstractBuild, Map<String, String>) - Method in class jenkins.tasks.SimpleBuildWrapper
May be overridden but this will only take effect when used as a BuildWrapper on an AbstractProject.
makeDisabled(boolean) - Method in class hudson.model.AbstractProject
Marks the build as disabled.
makeSearchIndex() - Method in class hudson.model.AbstractModelObject
Default implementation that returns empty index.
makeSearchIndex() - Method in class hudson.model.AbstractProject
 
makeSearchIndex() - Method in class hudson.model.Job
 
makeSearchIndex() - Method in class hudson.model.Run
 
makeSearchIndex() - Method in class hudson.model.View
 
makeSearchIndex() - Method in class jenkins.model.Jenkins
 
makeSensitiveBuildVariables(AbstractBuild, Set<String>) - Method in class hudson.tasks.BuildWrapper
Called to define sensitive build variables.
makeSensitiveBuildVariables(AbstractBuild, Set<String>) - Method in class jenkins.tasks.SimpleBuildWrapper
May be overridden but this will only take effect when used as a BuildWrapper on an AbstractProject.
makeTokenSignature(long, UserDetails) - Method in class hudson.security.TokenBasedRememberMeServices2
 
makeValidCookie(String, HttpServletRequest, long) - Method in class hudson.security.TokenBasedRememberMeServices2
 
ManageJenkinsAction - Class in hudson.model
Adds the "Manage Jenkins" link to the top page.
ManageJenkinsAction() - Constructor for class hudson.model.ManageJenkinsAction
 
ManageJenkinsAction_DisplayName() - Static method in class hudson.model.Messages
Key ManageJenkinsAction.DisplayName: Manage Jenkins.
ManagementLink - Class in hudson.model
Extension point to add icon to http://server/hudson/manage page.
ManagementLink() - Constructor for class hudson.model.ManagementLink
 
ManagementLinkImpl() - Constructor for class hudson.diagnosis.OldDataMonitor.ManagementLinkImpl
 
manager - Variable in class hudson.security.SecurityRealm.SecurityComponents
 
managerFor(Run<?, ?>) - Method in class jenkins.model.ArtifactManagerFactory
Optionally creates a manager for a particular build.
ManageUserLinks() - Constructor for class hudson.security.HudsonPrivateSecurityRealm.ManageUserLinks
 
mAND(boolean) - Method in class hudson.model.labels.LabelExpressionLexer
 
MANIFEST_FILENAME - Static variable in class hudson.PluginWrapper
Name of the plugin manifest file (to help find where we parse them.)
mANNUALLY(boolean) - Method in class hudson.scheduler.CrontabLexer
 
map(Queue.Task, MappingWorksheet) - Method in class hudson.model.LoadBalancer
Chooses the executor(s) to carry out the build for the given task.
mapper - Variable in class hudson.util.RobustReflectionConverter
 
MapperDelegate - Class in hudson.util.xstream
Works like MapperWrapper except it lets the subtype change the delegation target.
MapperDelegate(Mapper) - Constructor for class hudson.util.xstream.MapperDelegate
 
Mapping() - Constructor for class hudson.model.queue.MappingWorksheet.Mapping
 
MappingWorksheet - Class in hudson.model.queue
Defines a mapping problem for answering "where do we execute this task?"
MappingWorksheet(Queue.BuildableItem, List<? extends MappingWorksheet.ExecutorSlot>) - Constructor for class hudson.model.queue.MappingWorksheet
 
MappingWorksheet(Queue.BuildableItem, List<? extends MappingWorksheet.ExecutorSlot>, Collection<? extends LoadPredictor>) - Constructor for class hudson.model.queue.MappingWorksheet
 
MappingWorksheet.ExecutorChunk - Class in hudson.model.queue
 
MappingWorksheet.ExecutorSlot - Class in hudson.model.queue
 
MappingWorksheet.Mapping - Class in hudson.model.queue
Represents the solution to the mapping problem.
MappingWorksheet.WorkChunk - Class in hudson.model.queue
SubTasks that need to run on the same node.
mapToEnv(Map<String, String>) - Static method in class hudson.Util
Converts the map format of the environment variables to the K=V format in the array.
mark(int) - Method in class hudson.org.apache.tools.tar.TarInputStream
Deprecated.
Since we do not support marking just yet, we do nothing.
MARK - Static variable in class jenkins.util.MarkFindingOutputStream
 
markAsComplete() - Method in class hudson.model.LargeText
Deprecated.
 
MarkFindingOutputStream - Class in jenkins.util
Filtering OutputStream that looks for MarkFindingOutputStream.MARK in the output stream and notifies the callback.
MarkFindingOutputStream(OutputStream) - Constructor for class jenkins.util.MarkFindingOutputStream
 
markNodeOfflineIfDiskspaceIsTooLow(Computer) - Method in class hudson.node_monitors.AbstractDiskSpaceMonitor
Marks the given node as offline if free disk space is below the configured threshold.
markOffline(Computer, OfflineCause) - Method in class hudson.node_monitors.AbstractNodeMonitorDescriptor
Utility method to mark the computer offline for derived classes.
markOffline(Computer) - Method in class hudson.node_monitors.AbstractNodeMonitorDescriptor
Deprecated.
markOnline(Computer) - Method in class hudson.node_monitors.AbstractNodeMonitorDescriptor
Utility method to mark the computer online for derived classes.
markSupported() - Method in class hudson.org.apache.tools.tar.TarInputStream
Deprecated.
Since we do not support marking just yet, we return false.
MarkupFormatter - Class in hudson.markup
Generalization of a function that takes text with some markup and converts that to HTML.
MarkupFormatter() - Constructor for class hudson.markup.MarkupFormatter
 
MarkupFormatterDescriptor - Class in hudson.markup
MarkupFormatterDescriptor() - Constructor for class hudson.markup.MarkupFormatterDescriptor
 
MarkupText - Class in hudson
Mutable representation of string with HTML mark up.
MarkupText(String) - Constructor for class hudson.MarkupText
 
MarkupText.SubText - Class in hudson
Represents a substring of a MarkupText.
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class hudson.model.Label.ConverterImpl
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class hudson.slaves.NodeList.ConverterImpl
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class hudson.util.CopyOnWriteList.ConverterImpl
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class hudson.util.CopyOnWriteMap.Hash.ConverterImpl
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class hudson.util.CopyOnWriteMap.Tree.ConverterImpl
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class hudson.util.DescribableList.ConverterImpl
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class hudson.util.HexBinaryConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class hudson.util.PersistedList.ConverterImpl
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class hudson.util.RobustReflectionConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class hudson.util.Secret.ConverterImpl
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class hudson.util.XStream2.PassthruConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class jenkins.model.BuildDiscarder.ConverterImpl
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class jenkins.util.TreeString.ConverterImpl
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class jenkins.util.xstream.XStreamDOM.ConverterImpl
 
marshallField(MarshallingContext, Object, Field) - Method in class hudson.util.RobustReflectionConverter
 
maskedPrintCommandLine(List<String>, boolean[], FilePath) - Method in class hudson.Launcher
Prints out the command line to the listener with some portions masked to prevent sensitive information from being recorded on the listener.
maskedPrintCommandLine(String[], boolean[], FilePath) - Method in class hudson.Launcher
 
MaskingClassLoader - Class in hudson.util
ClassLoader that masks a specified set of classes from its parent class loader.
MaskingClassLoader(ClassLoader, String...) - Constructor for class hudson.util.MaskingClassLoader
 
MaskingClassLoader(ClassLoader, Collection<String>) - Constructor for class hudson.util.MaskingClassLoader
 
masks - Variable in class hudson.Launcher.ProcStarter
 
masks(boolean...) - Method in class hudson.Launcher.ProcStarter
Hide parts of the command line from being printed to the log.
masks() - Method in class hudson.Launcher.ProcStarter
 
MASTER - Static variable in class jenkins.security.Roles
Indicates that a callable runs on masters, requested by slaves/CLI/maven/whatever.
MasterBuildConfiguration - Class in jenkins.model
Adds the configuration regarding building on master.
MasterBuildConfiguration() - Constructor for class jenkins.model.MasterBuildConfiguration
 
MasterComputer() - Constructor for class hudson.model.Hudson.MasterComputer
Deprecated.
 
MasterComputer() - Constructor for class jenkins.model.Jenkins.MasterComputer
 
masterEnvVars - Static variable in class hudson.EnvVars
Environmental variables that we've inherited.
MasterKillSwitchConfiguration - Class in jenkins.security.s2m
MasterKillSwitchConfiguration() - Constructor for class jenkins.security.s2m.MasterKillSwitchConfiguration
 
MasterKillSwitchWarning - Class in jenkins.security.s2m
If AdminWhitelistRule.masterKillSwitch is on, warn the user.
MasterKillSwitchWarning() - Constructor for class jenkins.security.s2m.MasterKillSwitchWarning
 
MasterRestartNotifyier() - Constructor for class jenkins.model.Jenkins.MasterRestartNotifyier
 
MasterToSlaveCallable<V,T extends Throwable> - Class in jenkins.security
Convenient Callable meant to be run on slave.
MasterToSlaveCallable() - Constructor for class jenkins.security.MasterToSlaveCallable
 
MasterToSlaveFileCallable<T> - Class in jenkins
FilePath.FileCallables that are meant to be only used on the master.
MasterToSlaveFileCallable() - Constructor for class jenkins.MasterToSlaveFileCallable
 
mAT(boolean) - Method in class hudson.scheduler.CrontabLexer
 
matches(LogRecord) - Method in class hudson.logging.LogRecorder.Target
 
matches(VariableResolver<Boolean>) - Method in class hudson.model.Label
Evaluates whether the label expression is true given the specified value assignment.
matches(Collection<LabelAtom>) - Method in class hudson.model.Label
Evaluates whether the label expression is true when an entity owns the given set of LabelAtoms.
matches(Node) - Method in class hudson.model.Label
 
matches(VariableResolver<Boolean>) - Method in class hudson.model.labels.LabelAtom
 
matches(VariableResolver<Boolean>) - Method in class hudson.model.labels.LabelExpression.Binary
Note that we evaluate both branches of the expression all the time.
matches(VariableResolver<Boolean>) - Method in class hudson.model.labels.LabelExpression.Not
 
matches(VariableResolver<Boolean>) - Method in class hudson.model.labels.LabelExpression.Paren
 
matches(Queue.Item, SubTask) - Method in class hudson.model.LoadStatistics
Returns true is the specified SubTask from the Queue should be counted.
matches(Queue.Item, SubTask) - Method in class hudson.model.OverallLoadStatistics
 
matches(Queue.Item, SubTask) - Method in class jenkins.model.UnlabeledLoadStatistics
 
matchesId(String) - Method in class hudson.tools.JDKInstaller.JDKRelease
We used to use IDs like "jdk-6u13-oth-JPR@CDS-CDS_Developer", but Oracle switched to just "jdk-6u13-oth-JPR".
matchesPassword(String) - Method in class jenkins.security.ApiTokenProperty
 
mATOM(boolean) - Method in class hudson.model.labels.LabelExpressionLexer
 
Maven - Class in hudson.tasks
Build by using Maven.
Maven(String, String) - Constructor for class hudson.tasks.Maven
 
Maven(String, String, String, String, String) - Constructor for class hudson.tasks.Maven
 
Maven(String, String, String, String, String, boolean) - Constructor for class hudson.tasks.Maven
 
Maven(String, String, String, String, String, boolean, SettingsProvider, GlobalSettingsProvider) - Constructor for class hudson.tasks.Maven
 
Maven.DescriptorImpl - Class in hudson.tasks
 
Maven.MavenInstallation - Class in hudson.tasks
Represents a Maven installation in a system.
Maven.MavenInstallation.ConverterImpl - Class in hudson.tasks
 
Maven.MavenInstallation.DescriptorImpl - Class in hudson.tasks
 
Maven.MavenInstaller - Class in hudson.tasks
Automatic Maven installer from apache.org.
Maven.MavenInstaller.DescriptorImpl - Class in hudson.tasks
 
Maven.ProjectWithMaven - Interface in hudson.tasks
Optional interface that can be implemented by AbstractProject that has "contextual" Maven.MavenInstallation associated with it.
Maven3MojoNote - Class in hudson.tasks._maven
Marks the log line that reports that Maven3 is executing a mojo.
Maven3MojoNote() - Constructor for class hudson.tasks._maven.Maven3MojoNote
 
Maven3MojoNote.DescriptorImpl - Class in hudson.tasks._maven
 
MAVEN_20 - Static variable in class hudson.tasks.Maven.MavenInstallation
Constants for describing Maven versions for comparison.
MAVEN_21 - Static variable in class hudson.tasks.Maven.MavenInstallation
 
MAVEN_30 - Static variable in class hudson.tasks.Maven.MavenInstallation
 
Maven_DisplayName() - Static method in class hudson.tasks.Messages
Key Maven.DisplayName: Invoke top-level Maven targets.
Maven_ExecFailed() - Static method in class hudson.tasks.Messages
Key Maven.ExecFailed: command execution failed.
Maven_NoExecutable(Object) - Static method in class hudson.tasks.Messages
Key Maven.NoExecutable: Couldn’t find any executable in {0}.
Maven_NotMavenDirectory(Object) - Static method in class hudson.tasks.Messages
Key Maven.NotMavenDirectory: {0} doesn’t look like a Maven directory.
MavenConsoleAnnotator - Class in hudson.tasks._maven
Filter OutputStream that places annotations that marks various Maven outputs.
MavenConsoleAnnotator(OutputStream, Charset) - Constructor for class hudson.tasks._maven.MavenConsoleAnnotator
 
MavenErrorNote - Class in hudson.tasks._maven
 
MavenErrorNote() - Constructor for class hudson.tasks._maven.MavenErrorNote
 
MavenErrorNote.DescriptorImpl - Class in hudson.tasks._maven
 
MavenInstallation(String, String) - Constructor for class hudson.tasks.Maven.MavenInstallation
MavenInstallation(String, String, List<? extends ToolProperty<?>>) - Constructor for class hudson.tasks.Maven.MavenInstallation
 
MavenInstaller(String) - Constructor for class hudson.tasks.Maven.MavenInstaller
 
MavenMojoNote - Class in hudson.tasks._maven
Marks the log line that reports that Maven is executing a mojo.
MavenMojoNote() - Constructor for class hudson.tasks._maven.MavenMojoNote
 
MavenMojoNote.DescriptorImpl - Class in hudson.tasks._maven
 
mavenName - Variable in class hudson.tasks.Maven
Identifies Maven.MavenInstallation to be used.
MavenWarningNote - Class in hudson.tasks._maven
Marks the warning messages from Maven.
MavenWarningNote() - Constructor for class hudson.tasks._maven.MavenWarningNote
 
MavenWarningNote.DescriptorImpl - Class in hudson.tasks._maven
 
max - Variable in class hudson.diagnosis.MemoryUsageMonitor.MemoryGroup
Trend of the maximum memory size, after GCs.
max() - Method in class hudson.model.Fingerprint.RangeSet
Returns the largest value in this range.
max(HealthReport, HealthReport) - Static method in class hudson.model.HealthReport
Utility method to find the report with the highest health.
mDAILY(boolean) - Method in class hudson.scheduler.CrontabLexer
 
mDIV(boolean) - Method in class hudson.scheduler.CrontabLexer
 
meetsMavenReqVersion(Launcher, int) - Method in class hudson.tasks.Maven.MavenInstallation
Compares the version of this Maven installation to the minimum required version specified.
Memoizer<K,V> - Class in hudson.util
Implements memoization semantics.
Memoizer() - Constructor for class hudson.util.Memoizer
 
MemoryUsage2(MemoryUsage) - Constructor for class hudson.node_monitors.SwapSpaceMonitor.MemoryUsage2
 
MemoryUsageMonitor - Class in hudson.diagnosis
Monitors the memory usage of the system in OS specific way.
MemoryUsageMonitor() - Constructor for class hudson.diagnosis.MemoryUsageMonitor
 
MemoryUsageMonitor.MemoryGroup - Class in hudson.diagnosis
A memory group is conceptually a set of memory pools.
MemoryUsageMonitor_TOTAL() - Static method in class hudson.diagnosis.Messages
Key MemoryUsageMonitor.TOTAL: Total.
MemoryUsageMonitor_USED() - Static method in class hudson.diagnosis.Messages
Key MemoryUsageMonitor.USED: Used.
MenuItem(String, String, String) - Constructor for class jenkins.model.ModelObjectWithContextMenu.MenuItem
 
MenuItem() - Constructor for class jenkins.model.ModelObjectWithContextMenu.MenuItem
 
merge(ParametersAction) - Method in class hudson.model.ParametersAction
 
message - Variable in class hudson.model.Run.Summary
 
message - Variable in class hudson.PluginManager.PluginUpdateMonitor.PluginUpdateInfo
 
message - Variable in class hudson.slaves.OfflineCause.ByCLI
 
message - Variable in class hudson.util.AdministrativeError
 
Message() - Constructor for class hudson.util.AlternativeUiTextProvider.Message
 
message - Variable in exception jenkins.RestartRequiredException
 
messageLogged(BuildEvent) - Method in class jenkins.util.AntClassLoader
Empty implementation to satisfy the BuildListener interface.
Messages - Class in hudson.cli.client
Generated localization support class.
Messages() - Constructor for class hudson.cli.client.Messages
 
Messages - Class in hudson.cli
Generated localization support class.
Messages() - Constructor for class hudson.cli.Messages
 
Messages - Class in hudson.diagnosis
Generated localization support class.
Messages() - Constructor for class hudson.diagnosis.Messages
 
Messages - Class in hudson.fsp
Generated localization support class.
Messages() - Constructor for class hudson.fsp.Messages
 
Messages - Class in hudson.init.impl
Generated localization support class.
Messages() - Constructor for class hudson.init.impl.Messages
 
Messages - Class in hudson.lifecycle
Generated localization support class.
Messages() - Constructor for class hudson.lifecycle.Messages
 
Messages - Class in hudson.logging
Generated localization support class.
Messages() - Constructor for class hudson.logging.Messages
 
Messages - Class in hudson.markup
Generated localization support class.
Messages() - Constructor for class hudson.markup.Messages
 
Messages - Class in hudson
Generated localization support class.
Messages() - Constructor for class hudson.Messages
 
Messages - Class in hudson.model
Generated localization support class.
Messages() - Constructor for class hudson.model.Messages
 
Messages - Class in hudson.model.queue
Generated localization support class.
Messages() - Constructor for class hudson.model.queue.Messages
 
Messages - Class in hudson.node_monitors
Generated localization support class.
Messages() - Constructor for class hudson.node_monitors.Messages
 
Messages - Class in hudson.scheduler
Generated localization support class.
Messages() - Constructor for class hudson.scheduler.Messages
 
Messages - Class in hudson.scm
Generated localization support class.
Messages() - Constructor for class hudson.scm.Messages
 
Messages - Class in hudson.search
Generated localization support class.
Messages() - Constructor for class hudson.search.Messages
 
Messages - Class in hudson.security.csrf
Generated localization support class.
Messages() - Constructor for class hudson.security.csrf.Messages
 
Messages - Class in hudson.security
Generated localization support class.
Messages() - Constructor for class hudson.security.Messages
 
Messages - Class in hudson.slaves
Generated localization support class.
Messages() - Constructor for class hudson.slaves.Messages
 
Messages - Class in hudson.tasks
Generated localization support class.
Messages() - Constructor for class hudson.tasks.Messages
 
Messages - Class in hudson.tools
Generated localization support class.
Messages() - Constructor for class hudson.tools.Messages
 
Messages - Class in hudson.triggers
Generated localization support class.
Messages() - Constructor for class hudson.triggers.Messages
 
Messages - Class in hudson.util
Generated localization support class.
Messages() - Constructor for class hudson.util.Messages
 
Messages - Class in hudson.views
Generated localization support class.
Messages() - Constructor for class hudson.views.Messages
 
Messages - Class in hudson.widgets
Generated localization support class.
Messages() - Constructor for class hudson.widgets.Messages
 
Messages - Class in jenkins.management
Generated localization support class.
Messages() - Constructor for class jenkins.management.Messages
 
Messages - Class in jenkins.model
Generated localization support class.
Messages() - Constructor for class jenkins.model.Messages
 
Messages - Class in jenkins.mvn
Generated localization support class.
Messages() - Constructor for class jenkins.mvn.Messages
 
Messages - Class in jenkins.security
Generated localization support class.
Messages() - Constructor for class jenkins.security.Messages
 
Messages - Class in jenkins.slaves.systemInfo
Generated localization support class.
Messages() - Constructor for class jenkins.slaves.systemInfo.Messages
 
Messages - Class in jenkins.triggers
Generated localization support class.
Messages() - Constructor for class jenkins.triggers.Messages
 
methodMissing(String, Object) - Method in class hudson.util.spring.BeanBuilder
This method is invoked by Groovy when a method that's not defined in Java is invoked.
mH(boolean) - Method in class hudson.scheduler.CrontabLexer
 
mHOURLY(boolean) - Method in class hudson.scheduler.CrontabLexer
 
mIDENTIFIER_PART(boolean) - Method in class hudson.model.labels.LabelExpressionLexer
 
MIDNIGHT - Static variable in interface hudson.scheduler.CrontabParserTokenTypes
 
mIFF(boolean) - Method in class hudson.model.labels.LabelExpressionLexer
 
migrate(File, File) - Method in class jenkins.model.RunIdMigrator
Perform one-time migration if this has not been done already.
Migrator() - Constructor for class hudson.tasks.ArtifactArchiver.Migrator
 
mIMPLIES(boolean) - Method in class hudson.model.labels.LabelExpressionLexer
 
min() - Method in class hudson.model.Fingerprint.RangeSet
Returns the smallest value in this range.
min(HealthReport, HealthReport) - Static method in class hudson.model.HealthReport
Utility method to find the report with the lowest health.
min - Variable in class hudson.model.MultiStageTimeSeries
Updated every 1 min.
MIN - Static variable in class hudson.model.PeriodicWork
 
min(int, int...) - Static method in class hudson.Util
 
MINUS - Static variable in interface hudson.scheduler.CrontabParserTokenTypes
 
mkdirs() - Method in class hudson.FilePath
Creates this directory.
mkdirs(File) - Static method in class hudson.util.IOUtils
Ensures that the given directory exists (if not, it's created, including all the parent directories.)
mkdirs(String, int) - Method in class hudson.util.ssh.SFTPClient
Deprecated.
Makes sure that the directory exists, by creating it if necessary.
mkdirs() - Method in class hudson.XmlFile
 
mkdirs(File) - Method in class jenkins.FilePathFilter
Checks if the given directory can be created.
mkdirs(File) - Method in class jenkins.ReflectiveFilePathFilter
 
mkdirs(File) - Method in class jenkins.SoloFilePathFilter
 
mLPAREN(boolean) - Method in class hudson.model.labels.LabelExpressionLexer
 
mLPAREN(boolean) - Method in class hudson.scheduler.CrontabLexer
 
mMIDNIGHT(boolean) - Method in class hudson.scheduler.CrontabLexer
 
mMINUS(boolean) - Method in class hudson.scheduler.CrontabLexer
 
mMONTHLY(boolean) - Method in class hudson.scheduler.CrontabLexer
 
mNOT(boolean) - Method in class hudson.model.labels.LabelExpressionLexer
 
mode() - Method in class hudson.FilePath
Gets the file permission bit mask.
mode(File) - Static method in class hudson.util.IOUtils
Gets the mode of a file/directory, if appropriate.
MODE_PROPERTY - Static variable in class jenkins.model.lazy.BuildReference.DefaultHolderFactory
 
modelClass - Variable in class hudson.security.PermissionScope
Domain model type that approximates this scope.
ModelHyperlinkNote - Class in hudson.console
HyperlinkNote that links to a model object, which in the UI gets rendered with context menu and etc.
ModelHyperlinkNote(String, int) - Constructor for class hudson.console.ModelHyperlinkNote
 
ModelHyperlinkNote.DescriptorImpl - Class in hudson.console
 
ModelObject - Interface in hudson.model
A model object has a human readable name.
ModelObjectWithChildren - Interface in jenkins.model
ModelObject that has the children context menu in the breadcrumb.
ModelObjectWithContextMenu - Interface in jenkins.model
ModelObject that has context menu in the breadcrumb.
ModelObjectWithContextMenu.ContextMenu - Class in jenkins.model
Data object that represents the context menu.
ModelObjectWithContextMenu.ContextMenuVisibility - Interface in jenkins.model
Allows an action to decide whether it will be visible in a context menu.
ModelObjectWithContextMenu.MenuItem - Class in jenkins.model
ModifiableItemGroup<T extends Item> - Interface in hudson.model
ItemGroup that is a general purpose container, which allows users and the rest of the program to create arbitrary items into it.
ModifiableTopLevelItemGroup - Interface in jenkins.model
A ModifiableItemGroup to manage TopLevelItem, including copying, creating from descriptor and from XML.
ModifiableViewGroup - Interface in hudson.model
ViewGroup that can be modified.
monitor(Computer) - Method in class hudson.node_monitors.AbstractAsyncNodeMonitorDescriptor
 
monitor() - Method in class hudson.node_monitors.AbstractAsyncNodeMonitorDescriptor
Performs all monitoring concurrently.
monitor(Computer) - Method in class hudson.node_monitors.AbstractNodeMonitorDescriptor
Performs monitoring of the given computer object.
monitor() - Method in class hudson.node_monitors.AbstractNodeMonitorDescriptor
Performs monitoring across the board.
MonitorMarkedNodeOffline - Class in hudson.node_monitors
If NodeMonitor marks the node as offline, we'll show this to the admin to get their attention.
MonitorMarkedNodeOffline() - Constructor for class hudson.node_monitors.MonitorMarkedNodeOffline
 
MonitorOfflineCause - Class in hudson.node_monitors
Offline cause to denote it was node monitor what put computer offline.
MonitorOfflineCause() - Constructor for class hudson.node_monitors.MonitorOfflineCause
 
MONTHLY - Static variable in interface hudson.scheduler.CrontabParserTokenTypes
 
mOR(boolean) - Method in class hudson.model.labels.LabelExpressionLexer
 
mOR(boolean) - Method in class hudson.scheduler.CrontabLexer
 
MorphTagLibrary - Class in hudson.util.jelly
Jelly tag library for literal-like tags, with an ability to add arbitrary attributes taken from a map.
MorphTagLibrary() - Constructor for class hudson.util.jelly.MorphTagLibrary
 
move(I, DirectlyModifiableTopLevelItemGroup) - Static method in class hudson.model.Items
Moves an item between folders (or top level).
moveAllChildrenTo(FilePath) - Method in class hudson.FilePath
Moves all the contents of this directory into the specified directory, then delete this directory itself.
movedTo(DirectlyModifiableTopLevelItemGroup, AbstractItem, File) - Method in class hudson.model.AbstractItem
Notify this item it's been moved to another location, replaced by newItem (might be the same object, but not guaranteed).
movedTo(DirectlyModifiableTopLevelItemGroup, AbstractItem, File) - Method in class hudson.model.Job
 
MOVEFILE_COPY_ALLOWED - Static variable in interface hudson.util.jna.Kernel32
 
MOVEFILE_CREATE_HARDLINK - Static variable in interface hudson.util.jna.Kernel32
 
MOVEFILE_DELAY_UNTIL_REBOOT - Static variable in interface hudson.util.jna.Kernel32
 
MOVEFILE_FAIL_IF_NOT_TRACKABLE - Static variable in interface hudson.util.jna.Kernel32
 
MOVEFILE_REPLACE_EXISTING - Static variable in interface hudson.util.jna.Kernel32
 
MOVEFILE_WRITE_THROUGH - Static variable in interface hudson.util.jna.Kernel32
 
MoveFileExA(String, String, int) - Method in interface hudson.util.jna.Kernel32
See http://msdn.microsoft.com/en-us/library/aa365240(VS.85).aspx
mRPAREN(boolean) - Method in class hudson.model.labels.LabelExpressionLexer
 
mRPAREN(boolean) - Method in class hudson.scheduler.CrontabLexer
 
mSTAR(boolean) - Method in class hudson.scheduler.CrontabLexer
 
mSTRINGLITERAL(boolean) - Method in class hudson.model.labels.LabelExpressionLexer
 
mTOKEN(boolean) - Method in class hudson.scheduler.CrontabLexer
 
MULTICAST - Static variable in class hudson.UDPBroadcastThread
Multicast socket address.
MultipartFormDataParser - Class in hudson.util
Wraps commons file-upload and handles a "multipart/form-data" form submisison (that often includes file upload.)
MultipartFormDataParser(HttpServletRequest) - Constructor for class hudson.util.MultipartFormDataParser
 
MultiStageTimeSeries - Class in hudson.model
Maintains several TimeSeries with different update frequencies to satisfy three goals; (1) retain data over long timespan, (2) save memory, and (3) retain accurate data for the recent past.
MultiStageTimeSeries(Localizable, Color, float, float) - Constructor for class hudson.model.MultiStageTimeSeries
 
MultiStageTimeSeries(float, float) - Constructor for class hudson.model.MultiStageTimeSeries
MultiStageTimeSeries.TimeScale - Enum in hudson.model
Choose which datapoint to use.
MultiStageTimeSeries.TrendChart - Class in hudson.model
Represents the trend chart that consists of several MultiStageTimeSeries.
MultiStageTimeSeries_EMPTY_STRING() - Static method in class hudson.model.Messages
Key MultiStageTimeSeries.EMPTY_STRING: .
mWEEKLY(boolean) - Method in class hudson.scheduler.CrontabLexer
 
mWS(boolean) - Method in class hudson.model.labels.LabelExpressionLexer
 
mWS(boolean) - Method in class hudson.scheduler.CrontabLexer
 
mYEARLY(boolean) - Method in class hudson.scheduler.CrontabLexer
 
MyView - Class in hudson.model
View that only contains projects for which the current user has access to.
MyView(String) - Constructor for class hudson.model.MyView
 
MyView(String, ViewGroup) - Constructor for class hudson.model.MyView
 
MyView.DescriptorImpl - Class in hudson.model
 
MyView_DisplayName() - Static method in class hudson.model.Messages
Key MyView.DisplayName: My View.
MyViewsProperty - Class in hudson.model
A UserProperty that remembers user-private views.
MyViewsProperty(String) - Constructor for class hudson.model.MyViewsProperty
 
MyViewsProperty.DescriptorImpl - Class in hudson.model
 
MyViewsProperty.GlobalAction - Class in hudson.model
 
MyViewsProperty_DisplayName() - Static method in class hudson.model.Messages
Key MyViewsProperty.DisplayName: My Views.
MyViewsProperty_GlobalAction_DisplayName() - Static method in class hudson.model.Messages
Key MyViewsProperty.GlobalAction.DisplayName: My Views.
MyViewsProperty_ViewExistsCheck_AlreadyExists(Object) - Static method in class hudson.model.Messages
Key MyViewsProperty.ViewExistsCheck.AlreadyExists: A view with name {0} already exists.
MyViewsProperty_ViewExistsCheck_NotExist(Object) - Static method in class hudson.model.Messages
Key MyViewsProperty.ViewExistsCheck.NotExist: A view with name {0} does not exist.
MyViewsTabBar - Class in hudson.views
Extension point for adding a MyViewsTabBar header to Projects MyViewsProperty.
MyViewsTabBar() - Constructor for class hudson.views.MyViewsTabBar
 
MyViewsTabBar.GlobalConfigurationImpl - Class in hudson.views
Configures ViewsTabBar in the system configuration.
MyViewsTabBarDescriptor - Class in hudson.views
MyViewsTabBarDescriptor() - Constructor for class hudson.views.MyViewsTabBarDescriptor
 

N

n - Variable in class hudson.cli.ConsoleCommand
 
name - Variable in class hudson.cli.CreateJobCommand
 
name - Variable in class hudson.cli.InstallPluginCommand
 
name - Variable in class hudson.cli.ListJobsCommand
 
name - Variable in class hudson.cli.ListPluginsCommand
 
name - Variable in class hudson.cli.SetBuildParameterCommand
 
name - Variable in class hudson.logging.LogRecorder.Target
 
name - Variable in class hudson.model.AbstractItem
Project name.
name - Variable in class hudson.model.AsyncAperiodicWork
Name of the work.
name - Variable in class hudson.model.AsyncPeriodicWork
Human readable name of the work.
name - Variable in class hudson.model.Fingerprint.RangeItem
 
name - Variable in class hudson.model.Label
Display name of this label.
name - Variable in class hudson.model.ParameterValue
 
name - Variable in class hudson.model.Slave
Name of this slave node.
name - Variable in class hudson.model.UpdateSite.Entry
Artifact ID.
name - Variable in class hudson.model.View
Name of this view.
name - Variable in class hudson.PluginManager.FailedPlugin
 
name - Variable in class hudson.ProxyConfiguration
 
name - Variable in class hudson.search.Search.Item
 
name - Variable in class hudson.security.Permission
Human readable ID of the permission.
name - Variable in class hudson.slaves.Cloud
Uniquely identifies this Cloud instance among other instances in Jenkins.clouds.
name - Variable in class hudson.tools.DownloadFromUrlInstaller.Installable
This is the human readable name.
name - Variable in class hudson.tools.JDKInstaller.JDKFamily
 
name - Variable in class hudson.tools.JDKInstaller.JDKFile
 
name - Variable in class hudson.tools.JDKInstaller.JDKRelease
This maps to the former product code, like "jdk-6u13-oth-JPR"
name - Variable in class hudson.tools.ToolInstaller.ToolInstallerEntry
the name of the release entry
name - Variable in class hudson.util.ListBoxModel.Option
Text to be displayed to user.
name() - Method in class hudson.util.ReflectionUtils.Parameter
Name of this parameter.
NamingThreadFactory - Class in hudson.util
Thread factory that sets thread name so we know who is responsible for so many threads being created.
NamingThreadFactory(ThreadFactory, String) - Constructor for class hudson.util.NamingThreadFactory
Creates a new naming factory.
nbspIndent(String) - Static method in class hudson.Functions
One nbsp per 10 pixels in given size, which may be a plain number or "NxN" (like an iconSize).
needsEscape(String) - Static method in class hudson.model.labels.LabelAtom
 
needsToRunAfterFinalized() - Method in class hudson.tasks.BuildTrigger
 
needsToRunAfterFinalized() - Method in class hudson.tasks.Publisher
Return true if this Publisher needs to run after the build result is fully finalized.
nested(Map, Closure) - Method in interface lib.FormTagLib
 
nested(Closure) - Method in interface lib.FormTagLib
 
nested(Map) - Method in interface lib.FormTagLib
 
nested() - Method in interface lib.FormTagLib
 
neverUpdate - Static variable in class hudson.model.DownloadService
 
neverUpdate - Static variable in class hudson.model.UpdateCenter
Deprecated.
as of 1.333 Use UpdateSite.neverUpdate
neverUpdate - Static variable in class hudson.model.UpdateSite
 
NEW_PRONOUN - Static variable in class hudson.model.View
"Job" in "New Job".
newAntClassLoader(ClassLoader, Project, Path, boolean) - Static method in class jenkins.util.AntClassLoader
Factory method
newBuild() - Method in class hudson.model.AbstractProject
Creates a new build of this project for immediate execution.
newBuild() - Method in class jenkins.model.lazy.LazyBuildMixIn
Creates a new build of this project for immediate execution.
newBuilds() - Method in class hudson.util.RunList
Reduce the size of the list by only leaving relatively new ones.
newestBuild() - Method in class jenkins.model.lazy.AbstractLazyLoadRunMap
 
newestOnPage - Variable in class jenkins.widgets.HistoryPageFilter
 
newestValue() - Method in class hudson.model.RunMap
This is the newest build (with the biggest build number)
NewFromListTagLib - Interface in lib.jenkins
 
newImpersonatingProxy(Class<T>, T) - Method in class hudson.model.Executor
Creates a proxy object that executes the callee in the context that impersonates this executor.
newInheritingACL(SidACL) - Method in class hudson.security.SidACL
Creates a new SidACL that first consults 'this' SidACL and then delegate to the given parent SidACL.
newInputStream() - Method in class hudson.util.ByteBuffer
Deprecated.
Creates an InputStream that reads from the underlying buffer.
newInstance(T) - Method in class hudson.console.ConsoleAnnotatorFactory
Called when a console output page is requested to create a stateful ConsoleAnnotator.
newInstance(Object) - Method in class hudson.console.UrlAnnotator
 
newInstance(StaplerRequest) - Method in class hudson.model.Descriptor
Deprecated.
Implement Descriptor.newInstance(StaplerRequest, JSONObject) method instead. Deprecated as of 1.145.
newInstance(StaplerRequest, JSONObject) - Method in class hudson.model.Descriptor
Creates a configured instance from the submitted form.
newInstance(ItemGroup, String) - Method in class hudson.model.FreeStyleProject.DescriptorImpl
 
newInstance(StaplerRequest, JSONObject) - Method in class hudson.model.JobParameterDefinition.DescriptorImpl
 
newInstance(StaplerRequest, JSONObject) - Method in class hudson.model.JobPropertyDescriptor
Creates a configured instance from the submitted form.
newInstance(User) - Method in class hudson.model.MyViewsProperty.DescriptorImpl
 
newInstance(User) - Method in class hudson.model.PaneStatusProperties.DescriptorImpl
 
newInstance() - Static method in class hudson.model.queue.BackFiller
Once this feature stabilizes, move it to the heavyjob plugin
newInstance(StaplerRequest, JSONObject) - Method in class hudson.model.RunParameterDefinition.DescriptorImpl
 
newInstance(StaplerRequest) - Method in class hudson.model.TopLevelItemDescriptor
Deprecated.
since 2007-01-19. This is not a valid operation for Items.
newInstance(String) - Method in class hudson.model.TopLevelItemDescriptor
newInstance(ItemGroup, String) - Method in class hudson.model.TopLevelItemDescriptor
Creates a new TopLevelItem for the specified parent.
newInstance(User) - Method in class hudson.model.UserPropertyDescriptor
Creates a default instance of UserProperty to be associated with User object that wasn't created from a persisted XML data.
newInstance(View) - Method in class hudson.model.ViewPropertyDescriptor
Creates a default instance of ViewProperty to be associated with View object that wasn't created from a persisted XML data.
newInstance(StaplerRequest, JSONObject) - Method in class hudson.node_monitors.ArchitectureMonitor.DescriptorImpl
 
newInstance(StaplerRequest, JSONObject) - Method in class hudson.scm.NullSCM.DescriptorImpl
 
newInstance(User) - Method in class hudson.search.UserSearchProperty.DescriptorImpl
 
newInstance(StaplerRequest, JSONObject) - Method in class hudson.search.UserSearchProperty.DescriptorImpl
 
newInstance(StaplerRequest, JSONObject) - Method in class hudson.security.AuthorizationStrategy.Unsecured.DescriptorImpl
 
newInstance(StaplerRequest, JSONObject) - Method in class hudson.security.csrf.DefaultCrumbIssuer.DescriptorImpl
 
newInstance(StaplerRequest, JSONObject) - Method in class hudson.security.HudsonPrivateSecurityRealm.Details.DescriptorImpl
 
newInstance(User) - Method in class hudson.security.HudsonPrivateSecurityRealm.Details.DescriptorImpl
 
newInstance(StaplerRequest, JSONObject) - Method in class hudson.tasks.ArtifactArchiver.DescriptorImpl
 
newInstance(StaplerRequest, JSONObject) - Method in class hudson.tasks.BatchFile.DescriptorImpl
 
newInstance(StaplerRequest, JSONObject) - Method in class hudson.tasks.BuildTrigger.DescriptorImpl
 
newInstance(StaplerRequest, JSONObject) - Method in class hudson.tasks.Fingerprinter.DescriptorImpl
 
newInstance(StaplerRequest, JSONObject) - Method in class hudson.tasks.Maven.DescriptorImpl
 
newInstance(StaplerRequest, JSONObject) - Method in class jenkins.model.OptionalJobProperty.OptionalJobPropertyDescriptor
 
newInstance(User) - Method in class jenkins.security.ApiTokenProperty.DescriptorImpl
When we are creating a default ApiTokenProperty for User, we need to make sure it yields the same value for the same user, because there's no guarantee that the property is saved.
newInstance(User) - Method in class jenkins.security.LastGrantedAuthoritiesProperty.DescriptorImpl
 
newInstanceDetailPage() - Method in class hudson.slaves.NodeDescriptor
 
newInstanceFromRadioList(JSONObject) - Method in class hudson.DescriptorExtensionList
Creates a new instance of a Describable from the structured form submission data posted by a radio button group.
newInstanceFromRadioList(JSONObject, String) - Method in class hudson.DescriptorExtensionList
 
newInstanceFromRadioList(JSONObject) - Method in class hudson.util.DescriptorList
Creates a new instance of a Describable from the structured form submission data posted by a radio button group.
newInstanceFromRadioList(JSONObject, String) - Method in class hudson.util.DescriptorList
 
newInstancesFromHeteroList(StaplerRequest, JSONObject, String, Collection<? extends Descriptor<T>>) - Static method in class hudson.model.Descriptor
Used to build Describable instance list from <f:hetero-list> tag.
newInstancesFromHeteroList(StaplerRequest, Object, Collection<? extends Descriptor<T>>) - Static method in class hudson.model.Descriptor
 
newJVM(String, TaskListener, FilePath, ClasspathBuilder, Map<String, String>) - Static method in class hudson.slaves.Channels
Launches a new JVM with the given classpath and system properties, establish a communication channel, and return a Channel to it.
newJVM(String, TaskListener, JVMBuilder, FilePath, ClasspathBuilder) - Static method in class hudson.slaves.Channels
Launches a new JVM with the given classpath, establish a communication channel, and return a Channel to it.
newPageFilter() - Method in class hudson.widgets.HistoryWidget
 
newReader() - Method in class jenkins.util.xstream.XStreamDOM
Returns a new HierarchicalStreamReader that reads a sub-tree rooted at this node.
news() - Method in class jenkins.util.ProgressiveRendering
For internal use.
newThread(Runnable) - Method in class hudson.util.DaemonThreadFactory
 
newThread(Runnable) - Method in class hudson.util.ExceptionCatchingThreadFactory
 
newThread(Runnable) - Method in class hudson.util.NamingThreadFactory
 
newWriter() - Static method in class jenkins.util.xstream.XStreamDOM
Returns a new HierarchicalStreamWriter for marshalling objects into XStreamDOM.
next() - Method in class hudson.scheduler.CronTabList
 
next(int) - Method in class hudson.scheduler.Hash
Produces an integer in [0,n)
next() - Method in class hudson.util.AdaptedIterator
 
next() - Method in class hudson.util.Iterators.FilterIterator
 
next() - Method in class hudson.util.Iterators.FlattenIterator
 
nextBuild - Variable in class hudson.model.Run
Next build.
nextBuildNumber - Variable in class hudson.model.Job
Next build number.
nextBuildNumber - Variable in class jenkins.widgets.HistoryPageFilter
 
nextElement() - Method in class hudson.util.CompoundEnumeration
 
nextElement() - Method in class hudson.util.QuotedStringTokenizer
 
nextToken() - Method in class hudson.model.labels.LabelExpressionLexer
 
nextToken() - Method in class hudson.scheduler.CrontabLexer
 
nextToken() - Method in class hudson.util.QuotedStringTokenizer
 
nextToken(String) - Method in class hudson.util.QuotedStringTokenizer
 
NioChannelSelector - Class in jenkins.slaves
Singleton holder of NioChannelHub
NioChannelSelector() - Constructor for class jenkins.slaves.NioChannelSelector
 
NO_AUTHENTICATION - Static variable in class hudson.security.SecurityRealm
Singleton constant that represents "no authentication."
NO_CHANGES - Static variable in class hudson.scm.PollingResult
Constant to indicate no changes in the remote repository.
NO_ERROR - Static variable in interface hudson.util.jna.WINERROR
 
NO_SYMLINK - Static variable in class hudson.Util
On Unix environment that cannot run "ln", set this to true.
noAnime() - Method in enum hudson.model.BallColor
Gets the unanimated version.
NoCheckTrustManager - Class in hudson.cli
 
NoCheckTrustManager() - Constructor for class hudson.cli.NoCheckTrustManager
 
NoClientBindProtocolSocketFactory - Class in hudson.util
A SecureProtocolSocketFactory that creates sockets without binding to a specific interface.
NoClientBindProtocolSocketFactory() - Constructor for class hudson.util.NoClientBindProtocolSocketFactory
 
NoClientBindSSLProtocolSocketFactory - Class in hudson.util
A SecureProtocolSocketFactory that creates sockets without binding to a specific interface.
NoClientBindSSLProtocolSocketFactory() - Constructor for class hudson.util.NoClientBindSSLProtocolSocketFactory
Constructor for SSLProtocolSocketFactory.
node - Variable in class hudson.cli.GetNodeCommand
 
node - Variable in class hudson.cli.UpdateNodeCommand
 
Node - Class in hudson.model
Base type of Jenkins slaves (although in practice, you probably extend Slave to define a new slave type).
Node() - Constructor for class hudson.model.Node
 
node - Variable in class hudson.model.queue.CauseOfBlockage.BecauseNodeIsBusy
 
node - Variable in class hudson.model.queue.CauseOfBlockage.BecauseNodeIsOffline
 
node - Variable in class hudson.model.queue.MappingWorksheet.ExecutorChunk
 
node - Variable in class hudson.slaves.NodeProperty
 
node(Node) - Method in class hudson.util.RunList
Filter the list to builds on a single node only Warning: this method mutates the original list and then returns it.
node(Map, Closure) - Method in interface lib.JenkinsTagLib
Displays a link to a node.
node(Closure) - Method in interface lib.JenkinsTagLib
Displays a link to a node.
node(Map) - Method in interface lib.JenkinsTagLib
Displays a link to a node.
node() - Method in interface lib.JenkinsTagLib
Displays a link to a node.
Node.InternalComputerListener - Class in hudson.model
Let Nodes be aware of the lifecycle of their own Computer.
Node.Mode - Enum in hudson.model
Constants that control how Hudson allocates jobs to slaves.
Node_BecauseNodeIsNotAcceptingTasks(Object) - Static method in class hudson.model.Messages
Key Node.BecauseNodeIsNotAcceptingTasks: {0} is not accepting tasks.
Node_BecauseNodeIsReserved(Object) - Static method in class hudson.model.Messages
Key Node.BecauseNodeIsReserved: {0} is reserved for jobs with matching label expression.
Node_LabelMissing(Object, Object) - Static method in class hudson.model.Messages
Key Node.LabelMissing: {0} doesn’t have label {1}.
Node_LackingBuildPermission(Object, Object) - Static method in class hudson.model.Messages
Key Node.LackingBuildPermission: {0} doesn’t have a permission to run on {1}.
Node_Mode_EXCLUSIVE() - Static method in class hudson.model.Messages
Key Node.Mode.EXCLUSIVE: Only build jobs with label restrictions matching this node.
Node_Mode_NORMAL() - Static method in class hudson.model.Messages
Key Node.Mode.NORMAL: Utilize this node as much as possible.
nodeAcl - Variable in class hudson.model.queue.MappingWorksheet.ExecutorChunk
 
NodeDescripter_CheckName_Mandatory() - Static method in class hudson.slaves.Messages
Key NodeDescripter.CheckName.Mandatory: Name is mandatory.
NodeDescriptor - Class in hudson.slaves
NodeDescriptor(Class<? extends Node>) - Constructor for class hudson.slaves.NodeDescriptor
 
NodeDescriptor() - Constructor for class hudson.slaves.NodeDescriptor
 
NodeList - Class in hudson.slaves
CopyOnWriteArrayList for Node that has special serialization semantics of not serializing EphemeralNodes.
NodeList() - Constructor for class hudson.slaves.NodeList
 
NodeList(Collection<? extends Node>) - Constructor for class hudson.slaves.NodeList
 
NodeList(Node...) - Constructor for class hudson.slaves.NodeList
 
NodeList.ConverterImpl - Class in hudson.slaves
Converter implementation for XStream.
NodeMonitor - Class in hudson.node_monitors
Extension point for managing and monitoring Nodes.
NodeMonitor() - Constructor for class hudson.node_monitors.NodeMonitor
 
NodeMonitorUpdater - Class in hudson.node_monitors
When a slave is connected, redo the node monitoring.
NodeMonitorUpdater() - Constructor for class hudson.node_monitors.NodeMonitorUpdater
 
nodeName - Variable in class hudson.cli.CreateNodeCommand
 
nodeName - Variable in class hudson.model.Computer
Node object may be created and deleted independently from this object.
NodeOptionHandler - Class in hudson.cli.handlers
Refers to Node by its name.
NodeOptionHandler(CmdLineParser, OptionDef, Setter<Node>) - Constructor for class hudson.cli.handlers.NodeOptionHandler
 
NodeProperty<N extends Node> - Class in hudson.slaves
Extensible property of Node.
NodeProperty() - Constructor for class hudson.slaves.NodeProperty
 
NodePropertyDescriptor - Class in hudson.slaves
Descriptor for NodeProperty.
NodePropertyDescriptor(Class<? extends NodeProperty<?>>) - Constructor for class hudson.slaves.NodePropertyDescriptor
 
NodePropertyDescriptor() - Constructor for class hudson.slaves.NodePropertyDescriptor
 
nodeProvisioner - Variable in class hudson.model.Label
 
NodeProvisioner - Class in hudson.slaves
Uses the LoadStatistics and determines when we need to allocate new Nodes through Cloud.
NodeProvisioner(Label, LoadStatistics) - Constructor for class hudson.slaves.NodeProvisioner
 
NodeProvisioner.NodeProvisionerInvoker - Class in hudson.slaves
Periodically invoke NodeProvisioners
NodeProvisioner.PlannedNode - Class in hudson.slaves
The node addition activity in progress.
NodeProvisioner.StandardStrategyImpl - Class in hudson.slaves
The default strategy.
NodeProvisioner.Strategy - Class in hudson.slaves
Extension point for node provisioning strategies.
NodeProvisioner.StrategyDecision - Enum in hudson.slaves
Represents the decision taken by an individual NodeProvisioner.Strategy.
NodeProvisioner.StrategyState - Class in hudson.slaves
Parameter object for NodeProvisioner.Strategy.
NodeProvisioner_EmptyString() - Static method in class hudson.slaves.Messages
Key NodeProvisioner.EmptyString: .
NodeProvisionerInvoker() - Constructor for class hudson.slaves.NodeProvisioner.NodeProvisionerInvoker
 
Nodes - Class in jenkins.model
Manages all the nodes for Jenkins.
nodes() - Method in class jenkins.util.DirectedGraph
All the vertices of the nodes.
NodesLink - Class in jenkins.management
 
NodesLink() - Constructor for class jenkins.management.NodesLink
 
NodesLink_Description() - Static method in class jenkins.management.Messages
Key NodesLink.Description: Add, remove, control and monitor the various nodes that Jenkins runs jobs on..
NodesLink_DisplayName() - Static method in class jenkins.management.Messages
Key NodesLink.DisplayName: Manage Nodes.
NodeSpecific<T extends NodeSpecific<T>> - Interface in hudson.slaves
Represents any concept that can be adapted for a node.
NodeSpecificInstallable(DownloadFromUrlInstaller.Installable) - Constructor for class hudson.tools.DownloadFromUrlInstaller.NodeSpecificInstallable
 
NoFingerprintMatch - Class in hudson.model
 
NoFingerprintMatch(String) - Constructor for class hudson.model.NoFingerprintMatch
 
NoHomeDir - Exception in hudson.util
Model object used to display the error top page if we couldn't create the home directory.
NoHomeDir(File) - Constructor for exception hudson.util.NoHomeDir
 
NONE - Static variable in class hudson.scm.SCMRevisionState
 
NONE - Static variable in interface hudson.util.VariableResolver
Empty resolver that always returns null.
nonHeap - Variable in class hudson.diagnosis.MemoryUsageMonitor
 
NonLocalizable - Class in jenkins.util
Localizable implementation that actually doesn't localize.
NonLocalizable(String) - Constructor for class jenkins.util.NonLocalizable
Creates a non-localizable string.
NonNegativeInteger() - Constructor for class hudson.util.FormFieldValidator.NonNegativeInteger
Deprecated.
 
NonSerializableSecurityContext - Class in jenkins.security
The same as SecurityContextImpl but doesn't serialize Authentication.
NonSerializableSecurityContext() - Constructor for class jenkins.security.NonSerializableSecurityContext
 
NonSerializableSecurityContext(Authentication) - Constructor for class jenkins.security.NonSerializableSecurityContext
 
NOOP - Static variable in interface hudson.model.Saveable
Saveable that doesn't save anything.
NOOP - Static variable in class hudson.slaves.RetentionStrategy
Dummy instance that doesn't do any attempt to retention.
NOOP - Static variable in class hudson.util.FormValidation.FileValidator
Singleton instance that does no check.
NoopFilter - Class in hudson.security
Filter that does nothing.
NoopFilter() - Constructor for class hudson.security.NoopFilter
 
NoOverlapCategoryAxis - Class in hudson.util
This class implements X-axis label skipping algorithm to avoid drawing overlapping labels.
NoOverlapCategoryAxis(String) - Constructor for class hudson.util.NoOverlapCategoryAxis
 
noProxyHost - Variable in class hudson.ProxyConfiguration
List of host names that shouldn't use proxy, as typed by users.
normalizeToEndWithSlash(URL) - Static method in class hudson.scm.RepositoryBrowser
Normalize the URL so that it ends with '/'.
not() - Method in class hudson.model.Label
Returns the label that represents "!this"
Not(Label) - Constructor for class hudson.model.labels.LabelExpression.Not
 
NOT - Static variable in interface hudson.model.labels.LabelExpressionParserTokenTypes
 
NOT_BUILT - Static variable in class hudson.model.Result
The module was not built.
NoTempDir - Exception in hudson.util
Model object used to display the error top page if there appears to be no temporary directory.
NoTempDir(IOException) - Constructor for exception hudson.util.NoTempDir
 
Notifier - Class in hudson.tasks
BuildSteps that run after the build is completed.
Notifier() - Constructor for class hudson.tasks.Notifier
 
NotReallyRoleSensitiveCallable<V,T extends Throwable> - Class in jenkins.security
Callable adapter for situations where Callable is not used for remoting but just as a convenient function that has parameterized return value and exception type.
NotReallyRoleSensitiveCallable() - Constructor for class jenkins.security.NotReallyRoleSensitiveCallable
 
NotSerilizableSecurityContext - Class in hudson.security
Deprecated.
NotSerilizableSecurityContext() - Constructor for class hudson.security.NotSerilizableSecurityContext
Deprecated.
 
NotSerilizableSecurityContext(Authentication) - Constructor for class hudson.security.NotSerilizableSecurityContext
Deprecated.
 
NotWaitingItem(Queue.WaitingItem) - Constructor for class hudson.model.Queue.NotWaitingItem
 
NotWaitingItem(Queue.NotWaitingItem) - Constructor for class hudson.model.Queue.NotWaitingItem
 
NULL - Static variable in interface hudson.model.TaskListener
TaskListener that discards the output.
NULL_TREE_LOOKAHEAD - Static variable in interface hudson.model.labels.LabelExpressionParserTokenTypes
 
NULL_TREE_LOOKAHEAD - Static variable in interface hudson.scheduler.CrontabParserTokenTypes
 
NullChangeLogParser - Class in hudson.scm
ChangeLogParser for no SCM.
NullChangeLogParser() - Constructor for class hudson.scm.NullChangeLogParser
 
NullIdDescriptorMonitor - Class in hudson.diagnosis
Some old descriptors apparently has the getId() method that's used in different ways and that's causing errors like JENKINS-8866, so detect and report that.
NullIdDescriptorMonitor() - Constructor for class hudson.diagnosis.NullIdDescriptorMonitor
 
nullify(String) - Method in class hudson.scm.SCM
 
nullify(String) - Static method in class hudson.Util
 
NullSCM - Class in hudson.scm
No SCM.
NullSCM() - Constructor for class hudson.scm.NullSCM
 
NullSCM.DescriptorImpl - Class in hudson.scm
 
NullSCM_DisplayName() - Static method in class hudson.scm.Messages
Key NullSCM.DisplayName: None.
NullStream - Class in hudson.util
 
NullStream() - Constructor for class hudson.util.NullStream
 
number - Variable in class hudson.cli.SetBuildDescriptionCommand
 
number - Variable in class hudson.cli.SetBuildDisplayNameCommand
 
number - Variable in class hudson.model.Run
Build number.
number(Map, Closure) - Method in interface lib.FormTagLib
Generates an input field to be used inside <f:entry/>
number(Closure) - Method in interface lib.FormTagLib
Generates an input field to be used inside <f:entry/>
number(Map) - Method in interface lib.FormTagLib
Generates an input field to be used inside <f:entry/>
number() - Method in interface lib.FormTagLib
Generates an input field to be used inside <f:entry/>
NumberOnlyBuildLabel(Run<?, ?>) - Constructor for class hudson.util.ChartUtil.NumberOnlyBuildLabel
 
NumberOnlyBuildLabel(AbstractBuild) - Constructor for class hudson.util.ChartUtil.NumberOnlyBuildLabel
Deprecated.
numConcurrentWrite - Variable in class hudson.model.Resource
Maximum number of concurrent write.
numExecutors - Variable in class hudson.model.queue.FutureLoad
How many executors is this going to consume?
numExecutors - Variable in class hudson.slaves.NodeProvisioner.PlannedNode
The number of executors that will be provided by the Node launched by this object.

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(Node) - Static method in enum hudson.tools.JDKInstaller.CPU
Determines the CPU of the given node.
of(Node) - Static method in enum hudson.tools.JDKInstaller.Platform
Determines the platform of the given node.
of(Map<? extends K, ? extends V>) - Static method in class hudson.util.PackedMap
 
of(String) - Static method in class jenkins.AgentProtocol
 
of(String) - Static method in class jenkins.util.TreeString
Creates a TreeString.
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.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.
OfflineCause_connection_was_broken_(Object) - Static method in class hudson.slaves.Messages
Key OfflineCause.connection_was_broken_: Connection was broken: {0}.
OfflineCause_LaunchFailed() - Static method in class hudson.slaves.Messages
Key OfflineCause.LaunchFailed: This node is offline because Jenkins failed to launch the slave agent on it..
ofJobNames(Class<T>, String, Item, ItemGroup) - Static method in class hudson.model.AutoCompletionCandidates
Auto-completes possible job names.
ofJobNames(Class<T>, String, 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(String) - Method in class hudson.util.FormFieldValidator
Deprecated.
 
ok(String, Object...) - Method in class hudson.util.FormFieldValidator
Deprecated.
 
ok(String) - Static method in exception hudson.util.FormValidation
 
ok() - Static method in exception hudson.util.FormValidation
 
ok(String, Object...) - Static method in exception hudson.util.FormValidation
 
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.ManagementLinkImpl - Class in hudson.diagnosis
 
OldDataMonitor.VersionRange - Class in hudson.diagnosis
 
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.
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(Run) - Method in class hudson.model.Cause
Called when the cause is registered.
onAddedTo(AbstractBuild) - Method in class hudson.model.Cause
Deprecated.
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 class hudson.model.CauseAction
When hooked up to build, notify Causes.
onAttached(Run<?, ?>) - Method in class hudson.model.ParametersAction
 
onAttached(Run) - Method in interface hudson.model.RunAction
Deprecated.
Called when the action is aded to the Run object.
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(Run<?, ?>, SCM, TaskListener, ChangeLogSet<?>) - Method in class hudson.model.listeners.SCMListener
Called once the changelog is determined.
onChangeLogParsed(AbstractBuild<?, ?>, BuildListener, ChangeLogSet<?>) - Method in class hudson.model.listeners.SCMListener
Deprecated.
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.AdminFilePathFilter.ChannelConfiguratorImpl
 
onChannelBuilding(ChannelBuilder, Object) - Method in class jenkins.security.s2m.CallableDirectionChecker.ChannelConfiguratorImpl
 
onChannelBuilding(ChannelBuilder, Object) - Method in class jenkins.security.s2m.DefaultFilePathFilter
 
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) is called.
onComplete(NodeProvisioner.PlannedNode, Node) - Method in class hudson.slaves.CloudProvisioningListener
Called when the NodeProvisioner.PlannedNode.future completes.
onCompleted(R, TaskListener) - Method in class hudson.model.listeners.RunListener
Called after a build is completed.
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
 
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
 
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.
onCreatedFromScratch() - Method in class hudson.model.AbstractItem
 
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(T) - Method in interface hudson.model.ItemGroup
Internal method.
onDeleted(Item) - Method in class hudson.model.listeners.ItemListener
Called right before a job is going to be deleted.
onDeleted(R) - Method in class hudson.model.listeners.RunListener
Called right before a build is going to be deleted.
onDeleted(Item) - Method in class hudson.model.ListView.Listener
 
onDeleted(TopLevelItem) - Method in class jenkins.model.Jenkins
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.
oneBuf - Variable in class hudson.org.apache.tools.tar.TarInputStream
Deprecated.
This contents of this array is not used at all in this class, it is only here to avoid repreated object creation during calls to the no-arg read method.
oneBuf - Variable in class hudson.org.apache.tools.tar.TarOutputStream
Deprecated.
 
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.
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
 
onFailure(NodeProvisioner.PlannedNode, Throwable) - Method in class hudson.slaves.CloudProvisioningListener
Called when NodeProvisioner.PlannedNode#future#get() throws an exception.
onFinalized(R) - Method in class hudson.model.listeners.RunListener
Called after a build is moved to the Run.State.COMPLETED state.
onIff(LabelExpression.Iff, P) - Method in class hudson.model.labels.LabelVisitor
 
onImplies(LabelExpression.Implies, P) - Method in class hudson.model.labels.LabelVisitor
 
onInitMilestoneAttained(InitMilestone) - Method in class jenkins.InitReactorRunner
Called when the init milestone is attained.
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 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 a slave 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.
onlineExecutors - Variable in class hudson.model.LoadStatistics
Number of executors on-line and how it changes over time.
OnlineNodeCommand - Class in hudson.cli
 
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(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(Run<?, ?>) - Method in class hudson.model.Cause
Called when a build is loaded from disk.
onLoad(AbstractBuild<?, ?>) - Method in class hudson.model.Cause
Deprecated.
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.model.CauseAction
 
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(Run<?, ?>) - Method in class hudson.model.ParametersAction
 
onLoad(ItemGroup<? extends Item>, String) - Method in class hudson.model.Project
 
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(ItemGroup<? extends Item>, String) - Method in class hudson.model.ViewJob
 
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 hudson.triggers.SCMTrigger.SCMTriggerCause
 
onLoad(Run<?, ?>) - Method in class jenkins.model.ArtifactManager
Called when this manager is loaded from disk.
onLoad(ItemGroup<? extends Item>, String) - Method in class jenkins.model.lazy.LazyBuildMixIn
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.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
 
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 slaves.
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.
onOffline(Computer, OfflineCause) - Method in class hudson.slaves.ComputerListener
Called right after a Computer went offline.
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 slaves become online at about the same time.
onOnline(Computer) - Method in class hudson.slaves.ComputerListener
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.
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
 
onRenamed(T, String, String) - Method in interface hudson.model.ItemGroup
Internal method.
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.
onRestart() - Method in class hudson.model.RestartListener
Called immediately before the restart is actually triggered.
onRestart() - Method in class jenkins.model.Jenkins.MasterRestartNotifyier
 
onStartBuilding() - Method in class hudson.model.Run
Called when a job started building.
onStarted(R, TaskListener) - Method in class hudson.model.listeners.RunListener
Called when a build is started (i.e.
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.
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
 
onSuccessfulAuthentication(HttpServletRequest, HttpServletResponse, Authentication) - Method in class hudson.security.AuthenticationProcessingFilter2
 
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.
onUnsuccessfulAuthentication(HttpServletRequest, HttpServletResponse, AuthenticationException) - Method in class hudson.security.AuthenticationProcessingFilter2
Leave the information about login failure.
onUpdated(Item) - Method in class hudson.model.listeners.ItemListener
Called after a job has its configuration updated.
onViewRenamed(View, String, String) - Method in class hudson.model.MyViewsProperty
 
onViewRenamed(View, String, String) - Method in class hudson.model.TreeView
 
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
 
op(String, File) - Method in class jenkins.ReflectiveFilePathFilter
 
op(String, File) - Method in class jenkins.security.s2m.AdminFilePathFilter
 
open(URL) - Static method in class hudson.ProxyConfiguration
This method should be used wherever URL.openConnection() to internet URLs is invoked directly.
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
Opens the given URL and reads text content from it.
open() - Method in class jenkins.util.VirtualFile
Opens an input stream on the file so its contents can be read.
openLogFile() - Method in class hudson.slaves.SlaveComputer
 
optCurrentlyBuilding() - Method in class hudson.cli.CommandDuringBuild
If the command is currently running inside a build, return it.
Option(String, String) - Constructor for class hudson.util.ListBoxModel.Option
 
Option(String) - Constructor for class hudson.util.ListBoxModel.Option
 
Option(String, String, boolean) - Constructor for class hudson.util.ListBoxModel.Option
 
option(Map, Closure) - 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() - Method in interface lib.FormTagLib
<option> tag for the <select> element that takes true/false for selected.
optional - Variable in class hudson.PluginWrapper.Dependency
 
optionalBlock(Map, Closure) - 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() - 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(Class<? extends JobProperty<?>>) - Constructor for class jenkins.model.OptionalJobProperty.OptionalJobPropertyDescriptor
 
OptionalJobPropertyDescriptor() - Constructor for class jenkins.model.OptionalJobProperty.OptionalJobPropertyDescriptor
 
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.
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() - 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
OptionHandlers 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 - Static variable in interface hudson.model.labels.LabelExpressionParserTokenTypes
 
OR - Static variable in interface hudson.scheduler.CrontabParserTokenTypes
 
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 InitMilestones.
ordering() - Static method in enum hudson.init.TermMilestone
Creates a set of dummy tasks to enforce ordering among TermMilestones.
ordinal() - Method in class hudson.ExtensionComponent
ordinal - Variable in class hudson.model.Result
Bigger numbers are worse.
ORDINAL - Static variable in class jenkins.security.s2m.AdminFilePathFilter
Local user preference should have higher priority than random FilePathFilters that plugins might provide.
org.acegisecurity.providers.ldap.authenticator - package org.acegisecurity.providers.ldap.authenticator
 
out - Variable in class hudson.cli.Connection
 
out - Variable in class hudson.util.DelegatingOutputStream
 
out - Variable in class hudson.util.io.ReopenableFileOutputStream
 
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 slaves 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. So Cloud fails to launch nodes when you have some exclusive slaves 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.
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
 

P

PackedMap<K,V> - Class in hudson.util
Read-only map implementation that uses less memory than HashMap/TreeMap.
PackedMap.ConverterImpl - Class in hudson.util
Should persist like a regular map.
PageDecorator - Class in hudson.model
Participates in the rendering of HTML pages for all pages of Hudson.
PageDecorator(Class<? extends PageDecorator>) - Constructor for class hudson.model.PageDecorator
Deprecated.
as of 1.425 Use the default constructor that's less error prone
PageDecorator() - Constructor for class hudson.model.PageDecorator
 
PageDecoratorImpl() - Constructor for class hudson.model.UpdateCenter.PageDecoratorImpl
 
PAMSecurityRealm_BelongToGroup(Object, Object) - Static method in class hudson.security.Messages
Key PAMSecurityRealm.BelongToGroup: {0} needs to belong to group {1} to read /etc/shadow.
PAMSecurityRealm_CurrentUser() - Static method in class hudson.security.Messages
Key PAMSecurityRealm.CurrentUser: Current User.
PAMSecurityRealm_DisplayName() - Static method in class hudson.security.Messages
Key PAMSecurityRealm.DisplayName: Unix user/group database.
PAMSecurityRealm_ReadPermission() - Static method in class hudson.security.Messages
Key PAMSecurityRealm.ReadPermission: Jenkins needs to be able to read /etc/shadow.
PAMSecurityRealm_RunAsUserOrBelongToGroupAndChmod(Object, Object, Object) - Static method in class hudson.security.Messages
Key PAMSecurityRealm.RunAsUserOrBelongToGroupAndChmod: Either Jenkins needs to run as {0} or {1} needs to belong to group {2} and ‘chmod g+r /etc/shadow’ needs to be done to enable Jenkins to read /etc/shadow.
PAMSecurityRealm_Success() - Static method in class hudson.security.Messages
Key PAMSecurityRealm.Success: Success.
PAMSecurityRealm_Uid(Object) - Static method in class hudson.security.Messages
Key PAMSecurityRealm.Uid: uid: {0}.
PAMSecurityRealm_User(Object) - Static method in class hudson.security.Messages
Key PAMSecurityRealm.User: User ‘{0}’.
pane(Map, Closure) - Method in interface lib.LayoutTagLib
Used in the <l:side-panel> to draw a box with a title.
pane(Closure) - Method in interface lib.LayoutTagLib
Used in the <l:side-panel> to draw a box with a title.
pane(Map) - Method in interface lib.LayoutTagLib
Used in the <l:side-panel> to draw a box with a title.
pane() - Method in interface lib.LayoutTagLib
Used in the <l:side-panel> to draw a box with a title.
PaneStatusProperties - Class in hudson.model
 
PaneStatusProperties() - Constructor for class hudson.model.PaneStatusProperties
 
PaneStatusProperties.DescriptorImpl - Class in hudson.model
 
PARALLEL_LOAD - Static variable in class jenkins.model.Jenkins
 
Parameter(ReflectionUtils.MethodInfo, int) - Constructor for class hudson.util.ReflectionUtils.Parameter
 
ParameterAction_DisplayName() - Static method in class hudson.model.Messages
Key ParameterAction.DisplayName: Parameters.
ParameterDefinition - Class in hudson.model
Defines a parameter for a build.
ParameterDefinition(String) - Constructor for class hudson.model.ParameterDefinition
 
ParameterDefinition(String, String) - Constructor for class hudson.model.ParameterDefinition
 
ParameterDefinition.ParameterDescriptor - Class in hudson.model
 
ParameterDescriptor(Class<? extends ParameterDefinition>) - Constructor for class hudson.model.ParameterDefinition.ParameterDescriptor
 
ParameterDescriptor() - Constructor for class hudson.model.ParameterDefinition.ParameterDescriptor
Infers the type of the corresponding ParameterDefinition.ParameterDescriptor from the outer class.
ParameterDescriptorImpl() - Constructor for class hudson.model.PasswordParameterDefinition.ParameterDescriptorImpl
 
ParameterizedJobMixIn<JobT extends Job<JobT,RunT> & ParameterizedJobMixIn.ParameterizedJob & Queue.Task,RunT extends Run<JobT,RunT> & Queue.Executable> - Class in jenkins.model
Allows a Job to make use of ParametersDefinitionProperty and be scheduled in various ways.
ParameterizedJobMixIn() - Constructor for class jenkins.model.ParameterizedJobMixIn
 
ParameterizedJobMixIn.ParameterizedJob - Interface in jenkins.model
Marker for job using this mixin.
ParameterizedJobMixIn_build_now() - Static method in class jenkins.model.Messages
Key ParameterizedJobMixIn.build_now: Build Now.
ParameterizedJobMixIn_build_with_parameters() - Static method in class jenkins.model.Messages
Key ParameterizedJobMixIn.build_with_parameters: Build with Parameters.
parameters - Variable in class hudson.cli.BuildCommand
 
ParametersAction - Class in hudson.model
Records the parameter values used for a build.
ParametersAction(List<ParameterValue>) - Constructor for class hudson.model.ParametersAction
 
ParametersAction(List<ParameterValue>, Collection<String>) - Constructor for class hudson.model.ParametersAction
Constructs a new action with additional safe parameters.
ParametersAction(ParameterValue...) - Constructor for class hudson.model.ParametersAction
 
ParametersDefinitionProperty - Class in hudson.model
Keeps a list of the parameters defined for a project.
ParametersDefinitionProperty(List<ParameterDefinition>) - Constructor for class hudson.model.ParametersDefinitionProperty
 
ParametersDefinitionProperty(ParameterDefinition...) - Constructor for class hudson.model.ParametersDefinitionProperty
 
ParametersDefinitionProperty.DescriptorImpl - Class in hudson.model
 
ParametersDefinitionProperty_DisplayName() - Static method in class hudson.model.Messages
Key ParametersDefinitionProperty.DisplayName: This build is parameterized.
ParameterValue - Class in hudson.model
A value for a parameter in a build.
ParameterValue(String, String) - Constructor for class hudson.model.ParameterValue
 
ParameterValue(String) - Constructor for class hudson.model.ParameterValue
 
paren() - Method in class hudson.model.Label
Returns the label that represents "(this)" This is a pointless operation for machines, but useful for humans who find the additional parenthesis often useful
Paren(Label) - Constructor for class hudson.model.labels.LabelExpression.Paren
 
parent - Variable in class hudson.model.Resource
Parent resource.
parent - Variable in class hudson.model.View.AsynchPeople
 
parent - Variable in class hudson.model.View.People
 
parent - Variable in class hudson.PluginWrapper
PluginManager to which this belongs to.
parentRef(String) - Method in class hudson.util.spring.BeanBuilder
 
parse(String) - Static method in class hudson.model.Label
Convers a whitespace-separate list of tokens into a set of Labels.
parse(String) - Static method in enum hudson.model.MultiStageTimeSeries.TimeScale
Parses the MultiStageTimeSeries.TimeScale from the query parameter.
parse(String) - Static method in class hudson.node_monitors.DiskSpaceMonitorDescriptor.DiskSpace
Parses a human readable size description like "1GB", "0.5m", etc.
parse(Run, RepositoryBrowser<?>, File) - Method in class hudson.scm.ChangeLogParser
 
parse(AbstractBuild, File) - Method in class hudson.scm.ChangeLogParser
Deprecated.
parse(Run, RepositoryBrowser<?>, File) - Method in class hudson.scm.NullChangeLogParser
 
parse(String) - Static method in class hudson.tasks.LogRotator
 
parse(String) - Static method in class hudson.util.Area
Opposite of Area.toString().
parse(InputStream) - Method in class hudson.util.spring.BeanBuilder
Parses the bean definition groovy script.
parse(InputStream, Binding) - Method in class hudson.util.spring.BeanBuilder
Parses the bean definition groovy script by first exporting the given Binding.
parse(String) - Method in class jenkins.security.s2m.CallableRejectionConfig
 
parseArguments(Parameters) - Method in class hudson.cli.handlers.GenericItemOptionHandler
 
parseArguments(Parameters) - Method in class hudson.cli.handlers.NodeOptionHandler
 
parseArguments(Parameters) - Method in class hudson.cli.handlers.ViewOptionHandler
 
parseArguments(Parameters) - Method in class hudson.model.Result.OptionHandlerImpl
 
parseExpression(String) - Static method in class hudson.model.Label
Parses the expression into a label expression tree.
ParserConfigurator - Class in hudson.util.io
Configures XML parsers to be used for various XML parsing activities inside Jenkins.
ParserConfigurator() - Constructor for class hudson.util.io.ParserConfigurator
 
parseRequestedPlugins(InputStream) - Method in class hudson.PluginManager
Parses configuration XML files and picks up references to XML files.
parseSCM(StaplerRequest, AbstractProject) - Static method in class hudson.scm.SCMS
Parses SCM configuration from the submitted form.
parseSCM(StaplerRequest) - Static method in class hudson.scm.SCMS
Deprecated.
as of 1.294 Use SCMS.parseSCM(StaplerRequest, AbstractProject) and pass in the caller's project type.
parseSettingsProvider(StaplerRequest) - Static method in class jenkins.mvn.GlobalSettingsProvider
 
parseSettingsProvider(StaplerRequest) - Static method in class jenkins.mvn.SettingsProvider
 
PassthruConverter(XStream2) - Constructor for class hudson.util.XStream2.PassthruConverter
 
password(Map, Closure) - Method in interface lib.FormTagLib
Glorified <input type="password">
password(Closure) - Method in interface lib.FormTagLib
Glorified <input type="password">
password(Map) - Method in interface lib.FormTagLib
Glorified <input type="password">
password() - Method in interface lib.FormTagLib
Glorified <input type="password">
password1 - Variable in class hudson.security.HudsonPrivateSecurityRealm.SignupInfo
 
password2 - Variable in class hudson.security.HudsonPrivateSecurityRealm.SignupInfo
 
PASSWORD_ENCODER - Static variable in class hudson.security.HudsonPrivateSecurityRealm
Combines HudsonPrivateSecurityRealm.JBCRYPT_ENCODER and HudsonPrivateSecurityRealm.CLASSIC into one so that we can continue to accept HudsonPrivateSecurityRealm.CLASSIC format but new encoding will always done via HudsonPrivateSecurityRealm.JBCRYPT_ENCODER.
PasswordParameterDefinition - Class in hudson.model
Parameter whose value is a Secret and is hidden from the UI.
PasswordParameterDefinition(String, String, String) - Constructor for class hudson.model.PasswordParameterDefinition
 
PasswordParameterDefinition.ParameterDescriptorImpl - Class in hudson.model
 
PasswordParameterDefinition_DisplayName() - Static method in class hudson.model.Messages
Key PasswordParameterDefinition.DisplayName: Password Parameter.
PasswordParameterValue - Class in hudson.model
 
PasswordParameterValue(String, String) - Constructor for class hudson.model.PasswordParameterValue
 
PasswordParameterValue(String, String, String) - Constructor for class hudson.model.PasswordParameterValue
 
Path(String, String, boolean, long, boolean) - Constructor for class hudson.model.DirectoryBrowserSupport.Path
 
path - Variable in class hudson.slaves.WorkspaceList.Entry
 
path - Variable in class hudson.slaves.WorkspaceList.Lease
 
pathSeparator - Variable in enum hudson.Platform
The character that separates paths in environment variables like PATH and CLASSPATH.
PATTERN - Static variable in class hudson.tasks._maven.Maven3MojoNote
 
PATTERN - Static variable in class hudson.tasks._maven.MavenErrorNote
 
PATTERN - Static variable in class hudson.tasks._maven.MavenMojoNote
 
PATTERN - Static variable in class hudson.tasks._maven.MavenWarningNote
 
PatternProjectNamingStrategy(String, boolean) - Constructor for class jenkins.model.ProjectNamingStrategy.PatternProjectNamingStrategy
Deprecated.
PatternProjectNamingStrategy(String, String, boolean) - Constructor for class jenkins.model.ProjectNamingStrategy.PatternProjectNamingStrategy
 
PatternProjectNamingStrategy_DisplayName() - Static method in class jenkins.model.Messages
Key PatternProjectNamingStrategy.DisplayName: Pattern.
PatternProjectNamingStrategy_NamePatternInvalidSyntax() - Static method in class jenkins.model.Messages
Key PatternProjectNamingStrategy.NamePatternInvalidSyntax: regular expression's syntax is invalid..
PatternProjectNamingStrategy_NamePatternRequired() - Static method in class jenkins.model.Messages
Key PatternProjectNamingStrategy.NamePatternRequired: Name Pattern is required.
PeepholePermalink - Class in jenkins.model
Convenient base implementation for PermalinkProjectAction.Permalinks that satisfy certain properties.
PeepholePermalink() - Constructor for class jenkins.model.PeepholePermalink
 
PeepholePermalink.RunListenerImpl - Class in jenkins.model
 
Pending() - Constructor for class hudson.model.UpdateCenter.DownloadJob.Pending
 
Pending() - Constructor for class hudson.model.UpdateCenter.RestartJenkinsJob.Pending
 
People() - Constructor for class hudson.model.View.AsynchPeople.People
 
People(Jenkins) - Constructor for class hudson.model.View.People
 
People(View) - Constructor for class hudson.model.View.People
 
percentage - Variable in class hudson.model.UpdateCenter.DownloadJob.Installing
% completed download, or -1 if the percentage is not known.
perform(BuildStep, BuildListener) - Method in class hudson.model.AbstractBuild.AbstractBuildExecution
Calls a build step.
perform(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class hudson.model.JobProperty
Runs the step over the given build and reports the progress to the listener.
perform(TaskListener) - Method in class hudson.model.TaskThread
Do the actual work.
perform(Run<?, ?>, FilePath, Launcher, TaskListener) - Method in class hudson.tasks.ArtifactArchiver
 
perform(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in interface hudson.tasks.BuildStep
Runs the step over the given build and reports the progress to the listener.
perform(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class hudson.tasks.BuildStepCompatibilityLayer
Deprecated.
Runs the step over the given build and reports the progress to the listener.
perform(Build<?, ?>, Launcher, BuildListener) - Method in class hudson.tasks.BuildStepCompatibilityLayer
perform(BuildStep, AbstractBuild, Launcher, BuildListener) - Method in enum hudson.tasks.BuildStepMonitor
Calls BuildStep.perform(AbstractBuild, Launcher, BuildListener) with the proper synchronization.
perform(AbstractBuild, Launcher, BuildListener) - Method in class hudson.tasks.BuildTrigger
 
perform(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class hudson.tasks.CommandInterpreter
 
perform(AbstractBuild<?, ?>, Launcher, TaskListener) - Method in class hudson.tasks.CommandInterpreter
 
perform(Run<?, ?>, FilePath, Launcher, TaskListener) - Method in class hudson.tasks.Fingerprinter
 
perform(Job<?, ?>) - Method in class hudson.tasks.LogRotator
 
perform(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class hudson.tasks.Maven
 
perform(Job<?, ?>) - Method in class jenkins.model.BuildDiscarder
Called to perform "garbage collection" on the job to discard old build records.
perform(Run<?, ?>, FilePath, Launcher, TaskListener) - Method in interface jenkins.tasks.SimpleBuildStep
Run this step.
performAllBuildStep(BuildListener, Map<?, ? extends BuildStep>, boolean) - Method in class hudson.model.AbstractBuild.AbstractBuildExecution
performAllBuildStep(BuildListener, Iterable<? extends BuildStep>, boolean) - Method in class hudson.model.AbstractBuild.AbstractBuildExecution
performAllBuildSteps(BuildListener, Map<?, ? extends BuildStep>, boolean) - Method in class hudson.model.AbstractBuild.AbstractBuildExecution
 
performAllBuildSteps(BuildListener, Iterable<? extends BuildStep>, boolean) - Method in class hudson.model.AbstractBuild.AbstractBuildExecution
Runs all the given build steps, even if one of them fail.
performDelete() - Method in class hudson.model.AbstractItem
Does the real job of deleting the item.
performDelete() - Method in class hudson.model.AbstractProject
 
performDelete() - Method in class hudson.model.Job
 
performInstallation(ToolInstallation, Node, TaskListener) - Method in class hudson.tools.AbstractCommandInstaller
 
performInstallation(ToolInstallation, Node, TaskListener) - Method in class hudson.tools.DownloadFromUrlInstaller
 
performInstallation(ToolInstallation, Node, TaskListener) - Method in class hudson.tools.JDKInstaller
 
performInstallation(ToolInstallation, Node, TaskListener) - Method in class hudson.tools.ToolInstaller
Ensure that the configured tool is really installed.
performInstallation(ToolInstallation, Node, TaskListener) - Method in class hudson.tools.ZipExtractionInstaller
 
PeriodicWork - Class in hudson.model
Extension point to perform a periodic task in Hudson (through Timer.)
PeriodicWork() - Constructor for class hudson.model.PeriodicWork
 
permalink - Variable in class hudson.fsp.WorkspaceSnapshotSCM
The permalink name indicating the build from which to inherit the workspace.
Permalink() - Constructor for class hudson.model.PermalinkProjectAction.Permalink
 
Permalink_LastBuild() - Static method in class hudson.model.Messages
Key Permalink.LastBuild: Last build.
Permalink_LastCompletedBuild() - Static method in class hudson.model.Messages
Key Permalink.LastCompletedBuild: Last completed build.
Permalink_LastFailedBuild() - Static method in class hudson.model.Messages
Key Permalink.LastFailedBuild: Last failed build.
Permalink_LastStableBuild() - Static method in class hudson.model.Messages
Key Permalink.LastStableBuild: Last stable build.
Permalink_LastSuccessfulBuild() - Static method in class hudson.model.Messages
Key Permalink.LastSuccessfulBuild: Last successful build.
Permalink_LastUnstableBuild() - Static method in class hudson.model.Messages
Key Permalink.LastUnstableBuild: Last unstable build.
Permalink_LastUnsuccessfulBuild() - Static method in class hudson.model.Messages
Key Permalink.LastUnsuccessfulBuild: Last unsuccessful build.
PermalinkList - Class in hudson
List of PermalinkProjectAction.Permalinks with some convenience methods.
PermalinkList(Collection<? extends PermalinkProjectAction.Permalink>) - Constructor for class hudson.PermalinkList
 
PermalinkList() - Constructor for class hudson.PermalinkList
 
PermalinkProjectAction - Interface in hudson.model
Optional interface for Actions that are attached to AbstractProject (through JobProperty.getJobActions(Job)), which allows plugins to define additional permalinks in the project.
PermalinkProjectAction.Permalink - Class in hudson.model
Permalink as a strategy pattern.
permission - Variable in exception hudson.security.AccessDeniedException2
This object represents the permission that the user needed.
Permission - Class in hudson.security
Permission, which represents activity that requires a security privilege.
Permission(PermissionGroup, String, Localizable, Permission, boolean, PermissionScope[]) - Constructor for class hudson.security.Permission
Defines a new permission.
Permission(PermissionGroup, String, Localizable, Permission, PermissionScope) - Constructor for class hudson.security.Permission
 
Permission(PermissionGroup, String, Localizable, Permission, boolean) - Constructor for class hudson.security.Permission
Permission(PermissionGroup, String, Localizable, Permission) - Constructor for class hudson.security.Permission
Permission(PermissionGroup, String, Permission) - Constructor for class hudson.security.Permission
permission - Variable in class hudson.security.SparseACL.Entry
 
permission - Variable in class hudson.util.FormFieldValidator
Deprecated.
Permission to check, or null if this check doesn't require any permission.
Permission_Permissions_Title() - Static method in class hudson.security.Messages
Key Permission.Permissions.Title: N/A.
PermissionAdder - Class in hudson.security
Service which can add permissions for a given user to the configured authorization strategy.
PermissionAdder() - Constructor for class hudson.security.PermissionAdder
 
PermissionGroup - Class in hudson.security
Group of Permissions that share the same owner.
PermissionGroup(Class, Localizable) - Constructor for class hudson.security.PermissionGroup
Both creates a registers a new permission group.
PERMISSIONS - Static variable in class hudson.model.Computer
 
PERMISSIONS - Static variable in interface hudson.model.Item
 
PERMISSIONS - Static variable in class hudson.model.Run
 
PERMISSIONS - Static variable in class hudson.model.View
 
PERMISSIONS - Static variable in class hudson.scm.SCM
 
PERMISSIONS - Static variable in class jenkins.model.Jenkins
 
PermissionScope - Class in hudson.security
Represents the model class Permission acts on and scoped to.
PermissionScope(Class, PermissionScope...) - Constructor for class hudson.security.PermissionScope
 
permit(StaplerRequest, Object) - Method in class jenkins.security.SecureRequester.Default
 
permit(StaplerRequest, Object) - Method in interface jenkins.security.SecureRequester
Checks if a Jenkins object can be accessed by a given REST request.
perror(String) - Method in interface hudson.util.jna.GNUCLibrary
 
PersistedList<T> - Class in hudson.util
Collection whose change is notified to the parent object for persistence.
PersistedList() - Constructor for class hudson.util.PersistedList
 
PersistedList(Collection<? extends T>) - Constructor for class hudson.util.PersistedList
 
PersistedList(Saveable) - Constructor for class hudson.util.PersistedList
 
PersistedList.ConverterImpl - Class in hudson.util
Converter implementation for XStream.
PersistenceRoot - Interface in hudson.model
Root object of a persisted object tree that gets its own file system directory.
pick(MultiStageTimeSeries.TimeScale) - Method in class hudson.model.MultiStageTimeSeries
Selects a TimeSeries.
pickArtifactManager() - Method in class hudson.model.Run
Selects an object responsible for storing and retrieving build artifacts.
PingFailureAnalyzer - Class in jenkins.slaves
Get notified when a channel triggered a ping failure, but before the channel is killed.
PingFailureAnalyzer() - Constructor for class jenkins.slaves.PingFailureAnalyzer
 
PinningIsBlockingBundledPluginMonitor - Class in jenkins.diagnostics
Fires off when we have any pinned plugins that's blocking upgrade from the bundled version.
PinningIsBlockingBundledPluginMonitor() - Constructor for class jenkins.diagnostics.PinningIsBlockingBundledPluginMonitor
 
PlainTextConsoleOutputStream - Class in hudson.console
Filters out console notes.
PlainTextConsoleOutputStream(OutputStream) - Constructor for class hudson.console.PlainTextConsoleOutputStream
 
PlannedNode(String, Future<Node>, int) - Constructor for class hudson.slaves.NodeProvisioner.PlannedNode
Construct a PlannedNode instance without Cloud callback for finalization.
Platform - Enum in hudson
Strategy object that absorbs the platform differences.
plugin - Variable in class hudson.model.UpdateCenter.InstallationJob
What plugin are we trying to install?
plugin - Variable in class hudson.model.UpdateCenter.PluginDowngradeJob
What plugin are we trying to install?
plugin - Variable in class hudson.model.UpdateCenter.PluginEntry
 
Plugin(String, JSONObject) - Constructor for class hudson.model.UpdateSite.Plugin
 
Plugin - Class in hudson
Base class of Hudson plugin.
Plugin() - Constructor for class hudson.Plugin
Deprecated.
Use more modern APIs rather than subclassing.
Plugin.DummyImpl - Class in hudson
Dummy instance of Plugin to be used when a plugin didn't supply one on its own.
PluginCycleDependenciesMonitor() - Constructor for class hudson.PluginManager.PluginCycleDependenciesMonitor
 
PluginDowngradeJob(UpdateSite.Plugin, UpdateSite, Authentication) - Constructor for class hudson.model.UpdateCenter.PluginDowngradeJob
 
PluginFirstClassLoader - Class in hudson
classLoader which use first /WEB-INF/lib/*.jar and /WEB-INF/classes before core classLoader you must use the pluginFirstClassLoader true in the maven-hpi-plugin
PluginFirstClassLoader() - Constructor for class hudson.PluginFirstClassLoader
 
PluginManager - Class in hudson
Manages PluginWrappers.
PluginManager(ServletContext, File) - Constructor for class hudson.PluginManager
 
pluginManager - Variable in class jenkins.model.Jenkins
Loaded plugins.
PluginManager.FailedPlugin - Class in hudson
Remembers why a plugin failed to deploy.
PluginManager.PluginCycleDependenciesMonitor - Class in hudson
AdministrativeMonitor that checks if there are any plugins with cycle dependencies.
PluginManager.PluginUpdateMonitor - Class in hudson
AdministrativeMonitor that informs the administrator about a required plugin update.
PluginManager.PluginUpdateMonitor.PluginUpdateInfo - Class in hudson
 
PluginManager.UberClassLoader - Class in hudson
ClassLoader that can see all plugins.
PluginManager_ConfigureUpdateCenterPermission_Description() - Static method in class hudson.Messages
Key PluginManager.ConfigureUpdateCenterPermission.Description: The "configure update center" permission allows a user to configure update sites and proxy settings..
PluginManager_DisplayName() - Static method in class hudson.Messages
Key PluginManager.DisplayName: Plugin Manager.
PluginManager_PluginDoesntSupportDynamicLoad_RestartRequired(Object) - Static method in class hudson.Messages
Key PluginManager.PluginDoesntSupportDynamicLoad.RestartRequired: {0} plugin doesn’t support dynamic loading.
PluginManager_PluginIsAlreadyInstalled_RestartRequired(Object) - Static method in class hudson.Messages
Key PluginManager.PluginIsAlreadyInstalled.RestartRequired: {0} plugin is already installed.
PluginManager_PortNotANumber() - Static method in class hudson.Messages
Key PluginManager.PortNotANumber: Port is not a number.
PluginManager_PortNotInRange(Object, Object) - Static method in class hudson.Messages
Key PluginManager.PortNotInRange: Port doesn’t range from {0} to {1}.
PluginManager_UploadPluginsPermission_Description() - Static method in class hudson.Messages
Key PluginManager.UploadPluginsPermission.Description: The "upload plugin" permission allows a user to upload arbitrary plugins..
PluginManagerStaplerOverride - Class in hudson
Extension point for selectively overriding parts of the PluginManager views Anything extending this and registered with an @Extension can replace existing views and define new views.
PluginManagerStaplerOverride() - Constructor for class hudson.PluginManagerStaplerOverride
 
PluginManagerTagLib - Interface in jenkins
 
pluginName - Variable in class hudson.PluginManager.PluginUpdateMonitor.PluginUpdateInfo
 
plugins - Variable in class hudson.model.UpdateSite.Data
Plugins in the repository, keyed by their artifact IDs.
plugins - Variable in class hudson.PluginManager
All discovered plugins.
PluginServletFilter - Class in hudson.util
Servlet Filter that chains multiple Filters, provided by plugins
PluginServletFilter() - Constructor for class hudson.util.PluginServletFilter
 
PluginsLink - Class in jenkins.management
 
PluginsLink() - Constructor for class jenkins.management.PluginsLink
 
PluginsLink_Description() - Static method in class jenkins.management.Messages
Key PluginsLink.Description: Add, remove, disable or enable plugins that can extend the functionality of Jenkins..
PluginsLink_DisplayName() - Static method in class jenkins.management.Messages
Key PluginsLink.DisplayName: Manage Plugins.
PluginStrategy - Interface in hudson
Pluggability point for how to create PluginWrapper.
PluginSubtypeMarker - Class in jenkins
Discovers the subtype of Plugin and generates service loader index file.
PluginSubtypeMarker() - Constructor for class jenkins.PluginSubtypeMarker
 
PluginUpdateMonitor() - Constructor for class hudson.PluginManager.PluginUpdateMonitor
 
pluginUploaded - Variable in class hudson.PluginManager
Once plugin is uploaded, this flag becomes true.
PluginWrapper - Class in hudson
Represents a Jenkins plug-in and associated control information for Jenkins to control Plugin.
PluginWrapper(PluginManager, File, Manifest, URL, ClassLoader, File, List<PluginWrapper.Dependency>, List<PluginWrapper.Dependency>) - Constructor for class hudson.PluginWrapper
 
PluginWrapper.Dependency - Class in hudson
 
pointsItself() - Method in class hudson.model.DependencyGraph.Dependency
Does this method point to itself?
pointsTo(Job<?, ?>) - Method in class hudson.model.Cause.UpstreamCause
Returns true if this cause points to a build in the specified job.
pointsTo(Run<?, ?>) - Method in class hudson.model.Cause.UpstreamCause
Returns true if this cause points to the specified build.
poll(TaskListener) - Method in class hudson.model.AbstractProject
Checks if there's any update in SCM, and returns true if any is found.
poll(TaskListener) - Method in interface hudson.model.SCMedItem
Deprecated.
Checks if there's any update in SCM, and returns true if any is found.
poll(AbstractProject<?, ?>, Launcher, FilePath, TaskListener, SCMRevisionState) - Method in class hudson.scm.SCM
Convenience method for the caller to handle the backward compatibility between pre 1.345 SCMs.
poll(TaskListener) - Method in interface jenkins.triggers.SCMTriggerItem
Checks if there is any update in SCM.
pollChanges(AbstractProject<?, ?>, Launcher, FilePath, TaskListener) - Method in class hudson.scm.SCM
Deprecated.
as of 1.345 Override SCM.calcRevisionsFromBuild(AbstractBuild, Launcher, TaskListener) and SCM.compareRemoteRevisionWith(AbstractProject, Launcher, FilePath, TaskListener, SCMRevisionState) for implementation. The implementation is now separated in two pieces, one that computes the revision of the current workspace, and the other that computes the revision of the remote repository. Call SCM.poll(AbstractProject, Launcher, FilePath, TaskListener, SCMRevisionState) for use instead.
PollingResult - Class in hudson.scm
Immutable object that represents the result of SCM polling.
PollingResult(SCMRevisionState, SCMRevisionState, PollingResult.Change) - Constructor for class hudson.scm.PollingResult
 
PollingResult(PollingResult.Change) - Constructor for class hudson.scm.PollingResult
 
PollingResult.Change - Enum in hudson.scm
Degree of changes between the previous state and this state.
pollSCMChanges(TaskListener) - Method in class hudson.model.AbstractProject
Deprecated.
as of 1.346 Use AbstractProject.poll(TaskListener) instead.
pollSCMChanges(TaskListener) - Method in interface hudson.model.SCMedItem
Deprecated.
as of 1.346 Use SCMedItem.poll(TaskListener) instead.
pom - Variable in class hudson.tasks.Maven
Optional POM file path relative to the workspace.
populateCollection(HierarchicalStreamReader, UnmarshallingContext, Collection) - Method in class hudson.util.RobustCollectionConverter
 
port - Variable in class hudson.ProxyConfiguration
 
PORT - Static variable in class hudson.UDPBroadcastThread
 
PosixAPI - Class in hudson.os
POSIX API wrapper.
PosixAPI() - Constructor for class hudson.os.PosixAPI
 
PosixException - Exception in hudson.os
Indicates an error during POSIX API call.
PosixException(String, Errno) - Constructor for exception hudson.os.PosixException
 
post(BuildListener) - Method in class hudson.model.AbstractBuild.AbstractBuildExecution
 
post(BuildListener) - Method in class hudson.model.Run.RunExecution
Performs the post-build action.
post - Variable in class jenkins.model.ModelObjectWithContextMenu.MenuItem
True to make a POST request rather than GET.
post2(BuildListener) - Method in class hudson.model.AbstractBuild.AbstractBuildExecution
 
post2(BuildListener) - Method in class hudson.model.Build.BuildExecution
 
POSTAMBLE - Static variable in class hudson.console.ConsoleNote
Post amble is the ANSI escape sequence that brings back the echo.
POSTAMBLE_STR - Static variable in class hudson.console.ConsoleNote
 
postCheckout(Run<?, ?>, Launcher, FilePath, TaskListener) - Method in class hudson.scm.SCM
Get a chance to do operations after the workspace i checked out and the changelog is written.
postCheckout(AbstractBuild<?, ?>, Launcher, FilePath, BuildListener) - Method in class hudson.scm.SCM
Deprecated.
postInitialize() - Method in class hudson.Plugin
Called after Plugin.start() is called for all the plugins.
postValidate(UpdateCenter.DownloadJob, File) - Method in class hudson.model.UpdateCenter.UpdateCenterConfiguration
Validate the resource after it has been downloaded, before it is installed.
PREAMBLE - Static variable in class hudson.console.ConsoleNote
Preamble of the encoded form.
PREAMBLE_STR - Static variable in class hudson.console.ConsoleNote
 
preBuild(BuildListener, Map<?, ? extends BuildStep>) - Method in class hudson.model.AbstractBuild.AbstractBuildExecution
 
preBuild(BuildListener, Collection<? extends BuildStep>) - Method in class hudson.model.AbstractBuild.AbstractBuildExecution
 
preBuild(BuildListener, Iterable<? extends BuildStep>) - Method in class hudson.model.AbstractBuild.AbstractBuildExecution
 
prebuild(AbstractBuild<?, ?>, BuildListener) - Method in class hudson.model.JobProperty
 
prebuild(Build, BuildListener) - Method in class hudson.tasks.Builder
Default implementation that does nothing.
prebuild(AbstractBuild<?, ?>, BuildListener) - Method in interface hudson.tasks.BuildStep
Runs before the build begins.
prebuild(AbstractBuild<?, ?>, BuildListener) - Method in class hudson.tasks.BuildStepCompatibilityLayer
Deprecated.
 
prebuild(Build<?, ?>, BuildListener) - Method in class hudson.tasks.BuildStepCompatibilityLayer
prebuild(Build, BuildListener) - Method in class hudson.tasks.Publisher
Deprecated.
since 1.150
precedence() - Method in class hudson.model.Label
Precedence of the top most operator.
precedence() - Method in class hudson.model.labels.LabelAtom
 
precedence() - Method in class hudson.model.labels.LabelExpression.And
 
precedence() - Method in class hudson.model.labels.LabelExpression.Iff
 
precedence() - Method in class hudson.model.labels.LabelExpression.Implies
 
precedence() - Method in class hudson.model.labels.LabelExpression.Not
 
precedence() - Method in class hudson.model.labels.LabelExpression.Or
 
precedence() - Method in class hudson.model.labels.LabelExpression.Paren
 
preCheckout(AbstractBuild, Launcher, BuildListener) - Method in class hudson.tasks.BuildWrapper
Provides an opportunity for a BuildWrapper to perform some actions before SCM checkout.
preCheckout(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class jenkins.scm.SCMCheckoutStrategy
Performs the pre checkout step.
preCheckout(AbstractBuild, Launcher, BuildListener) - Method in class jenkins.tasks.SimpleBuildWrapper
 
precomputed(T) - Static method in class hudson.util.Futures
Creates a Future instance that already has its value pre-computed.
predict(MappingWorksheet, Computer, long, long) - Method in class hudson.model.queue.BackFiller
 
predict(MappingWorksheet, Computer, long, long) - Method in class hudson.model.queue.LoadPredictor.CurrentlyRunningTasks
 
predict(MappingWorksheet, Computer, long, long) - Method in class hudson.model.queue.LoadPredictor
Estimates load starting from the 'start' timestamp, up to the 'end' timestamp.
predict(Computer, long, long) - Method in class hudson.model.queue.LoadPredictor
preferredLocation(ToolInstallation, Node) - Method in class hudson.tools.ToolInstaller
Convenience method to find a location to install a tool.
preLaunch(Computer, TaskListener) - Method in class hudson.slaves.ComputerListener
Called before a ComputerLauncher is asked to launch a connection with Computer.
preOnline(Computer, Channel, FilePath, TaskListener) - Method in class hudson.logging.LogRecorder.ComputerLogInitializer
 
preOnline(Computer, Channel, FilePath, TaskListener) - Method in class hudson.slaves.ChannelPinger
 
preOnline(Computer, Channel, FilePath, TaskListener) - Method in class hudson.slaves.ComputerListener
Called before a Computer is marked online.
preOnline(Computer, Channel, FilePath, TaskListener) - Method in class jenkins.slaves.StandardOutputSwapper
 
prepareDatabinding(Map, Closure) - Method in interface lib.FormTagLib
Modifies the 'attrs.field' of the parent to inherit @field from the enclosing <f:entry> if available.
prepareDatabinding(Closure) - Method in interface lib.FormTagLib
Modifies the 'attrs.field' of the parent to inherit @field from the enclosing <f:entry> if available.
prepareDatabinding(Map) - Method in interface lib.FormTagLib
Modifies the 'attrs.field' of the parent to inherit @field from the enclosing <f:entry> if available.
prepareDatabinding() - Method in interface lib.FormTagLib
Modifies the 'attrs.field' of the parent to inherit @field from the enclosing <f:entry> if available.
prepareWorkspace(AbstractBuild<?, ?>, FilePath, TaskListener) - Method in class hudson.FileSystemProvisioner.Default
 
prepareWorkspace(AbstractBuild<?, ?>, FilePath, TaskListener) - Method in class hudson.FileSystemProvisioner
Called very early in the build (before a build places any files in the workspace, such as SCM checkout) to provision a workspace for the build.
prepend(String, String) - Method in class hudson.Functions
Prepend a prefix only when there's the specified body.
prepend(String...) - Method in class hudson.util.ArgumentListBuilder
 
preValidate(UpdateCenter.DownloadJob, URL) - Method in class hudson.model.UpdateCenter.UpdateCenterConfiguration
Validate the URL of the resource before downloading it.
prevalidateConfig(InputStream) - Method in class hudson.PluginManager
Prepares plugins for some expected XML configuration.
previous() - Method in class hudson.scheduler.CronTabList
 
previousBuild - Variable in class hudson.model.Run
Previous build.
primaryView() - Method in class hudson.model.ViewGroupMixIn
 
primaryView(String) - Method in class hudson.model.ViewGroupMixIn
 
print(TaskListener) - Method in class hudson.cli.BuildCommand.CLICause
 
print(TaskListener) - Method in class hudson.model.Cause
Report a line to the listener about this cause.
print(TaskListener) - Method in class hudson.model.Cause.UpstreamCause
 
print(TaskListener) - Method in class hudson.model.Cause.UserIdCause
 
print(TaskListener) - Method in class hudson.model.queue.CauseOfBlockage.BecauseNodeIsBusy
 
print(TaskListener) - Method in class hudson.model.queue.CauseOfBlockage.BecauseNodeIsOffline
 
print(TaskListener) - Method in class hudson.model.queue.CauseOfBlockage
Report a line to the listener about this cause.
print(TaskListener) - Method in class jenkins.model.CauseOfInterruption
Report a line to the listener about this cause.
print(TaskListener) - Method in class jenkins.model.CauseOfInterruption.UserInterruption
 
printCommandLine(String[], FilePath) - Method in class hudson.Launcher
Prints out the command line to the listener so that users know what we are doing.
printLogRecord(LogRecord) - Static method in class hudson.Functions
 
printLogRecordHtml(LogRecord, LogRecord) - Static method in class hudson.Functions
 
printThrowable(Throwable) - Static method in class hudson.Functions
Gets info about the specified Throwable.
printUsage(PrintStream, CmdLineParser) - Method in class hudson.cli.CLICommand
 
printUsageSummary(PrintStream) - Method in class hudson.cli.BuildCommand
 
printUsageSummary(PrintStream) - Method in class hudson.cli.CLICommand
Called while producing usage.
printUsageSummary(PrintStream) - Method in class hudson.cli.ConsoleCommand
 
printUsageSummary(PrintStream) - Method in class hudson.cli.DeleteBuildsCommand
 
PrivateKeyProvider - Class in hudson.cli
Read DSA or RSA key from file(s) asking for password interactively.
PrivateKeyProvider() - Constructor for class hudson.cli.PrivateKeyProvider
 
problem - Variable in class hudson.model.UpdateCenter.DownloadJob.Failure
 
Proc - Class in hudson
External process wrapper.
Proc() - Constructor for class hudson.Proc
 
Proc.LocalProc - Class in hudson
Locally launched process.
Proc.RemoteProc - Class in hudson
Deprecated.
as of 1.399. Replaced by Launcher.RemoteLauncher.ProcImpl
process(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class hudson.security.csrf.CrumbExclusion
This method is called for every incoming POST request.
process() - Method in class hudson.util.FormFieldValidator
Deprecated.
Runs the validation code.
process(Set<? extends TypeElement>, RoundEnvironment) - Method in class jenkins.PluginSubtypeMarker
 
processes - Variable in class hudson.util.ProcessTree
To be filled in the constructor of the derived type.
ProcessKiller - Class in hudson.util
Extension point that defines more elaborate way of killing processes, such as sudo or pfexec, for ProcessTree.
ProcessKiller() - Constructor for class hudson.util.ProcessKiller
 
ProcessKillingVeto - Class in hudson.util
Allows extensions to veto killing processes.
ProcessKillingVeto() - Constructor for class hudson.util.ProcessKillingVeto
 
ProcessKillingVeto.VetoCause - Class in hudson.util
Describes the cause for a process killing veto.
ProcessTree - Class in hudson.util
Represents a snapshot of the process tree of the current system.
ProcessTree.Local - Class in hudson.util
Represents a local process tree, where this JVM and the process tree run on the same system.
ProcessTree.OSProcess - Class in hudson.util
Represents a process.
ProcessTree.ProcessCallable<T> - Interface in hudson.util
Code that gets executed on the machine where the ProcessTree.OSProcess is local.
ProcessTree.Remote - Class in hudson.util
Represents a process tree over a channel.
ProcessTree.UnixProcess - Class in hudson.util
A process.
ProcessTreeKiller - Class in hudson.util
Deprecated.
as of 1.315. Use ProcessTree.
ProcessTreeKiller() - Constructor for class hudson.util.ProcessTreeKiller
Deprecated.
 
ProcessTreeRemoting - Class in hudson.util
Remoting interfaces of ProcessTree.
ProcessTreeRemoting() - Constructor for class hudson.util.ProcessTreeRemoting
 
ProcessTreeRemoting.IOSProcess - Interface in hudson.util
 
ProcessTreeRemoting.IProcessTree - Interface in hudson.util
 
processWorkspaceBeforeDeletion(Job<?, ?>, FilePath, Node) - Method in class hudson.scm.SCM
Called before a workspace is deleted on the given node, to provide SCM an opportunity to perform clean up.
processWorkspaceBeforeDeletion(AbstractProject<?, ?>, FilePath, Node) - Method in class hudson.scm.SCM
Deprecated.
ProcImpl(Launcher.RemoteProcess) - Constructor for class hudson.Launcher.RemoteLauncher.ProcImpl
 
ProcStarter() - Constructor for class hudson.Launcher.ProcStarter
 
progress(double) - Method in class jenkins.util.ProgressiveRendering
Indicate what portion of the work has been done.
progressBar(Map, Closure) - Method in interface lib.JenkinsTagLib
 
progressBar(Closure) - Method in interface lib.JenkinsTagLib
 
progressBar(Map) - Method in interface lib.JenkinsTagLib
 
progressBar() - Method in interface lib.JenkinsTagLib
 
ProgressiveRendering - Class in jenkins.util
A helper thread which does some computation in the background and displays incremental results using JavaScript.
ProgressiveRendering() - Constructor for class jenkins.util.ProgressiveRendering
Constructor for subclasses.
progressiveRendering(Map, Closure) - Method in interface lib.LayoutTagLib
 
progressiveRendering(Closure) - Method in interface lib.LayoutTagLib
 
progressiveRendering(Map) - Method in interface lib.LayoutTagLib
 
progressiveRendering() - Method in interface lib.LayoutTagLib
 
progressiveText(Map, Closure) - Method in interface lib.JenkinsTagLib
 
progressiveText(Closure) - Method in interface lib.JenkinsTagLib
 
progressiveText(Map) - Method in interface lib.JenkinsTagLib
 
progressiveText() - Method in interface lib.JenkinsTagLib
 
project - Variable in class hudson.model.AbstractBuild.DependencyChange
The dependency project.
Project<P extends Project<P,B>,B extends Build<P,B>> - Class in hudson.model
Buildable software project.
Project(ItemGroup, String) - Constructor for class hudson.model.Project
Creates a new project.
project - Variable in class hudson.model.Run
 
projectActionFloatingBox(Map, Closure) - Method in interface lib.jenkins.ProjectTagLib
 
projectActionFloatingBox(Closure) - Method in interface lib.jenkins.ProjectTagLib
 
projectActionFloatingBox(Map) - Method in interface lib.jenkins.ProjectTagLib
 
projectActionFloatingBox() - Method in interface lib.jenkins.ProjectTagLib
 
ProjectNamingStrategy - Class in jenkins.model
This ExtensionPoint allows to enforce the name of projects/jobs.
ProjectNamingStrategy() - Constructor for class jenkins.model.ProjectNamingStrategy
 
ProjectNamingStrategy.DefaultProjectNamingStrategy - Class in jenkins.model
Default implementation which does not restrict the name to any form.
ProjectNamingStrategy.DefaultProjectNamingStrategy.DescriptorImpl - Class in jenkins.model
 
ProjectNamingStrategy.PatternProjectNamingStrategy - Class in jenkins.model
Naming strategy which allows the admin to define a pattern a job's name has to follow.
ProjectNamingStrategy.PatternProjectNamingStrategy.DescriptorImpl - Class in jenkins.model
 
ProjectNamingStrategy.ProjectNamingStrategyDescriptor - Class in jenkins.model
 
ProjectNamingStrategyDescriptor() - Constructor for class jenkins.model.ProjectNamingStrategy.ProjectNamingStrategyDescriptor
 
ProjectRenameListener() - Constructor for class hudson.model.Fingerprint.ProjectRenameListener
 
ProjectTagLib - Interface in lib.jenkins
 
projectView(Map, Closure) - Method in interface lib.JenkinsTagLib
Renders a list of jobs and their key information.
projectView(Closure) - Method in interface lib.JenkinsTagLib
Renders a list of jobs and their key information.
projectView(Map) - Method in interface lib.JenkinsTagLib
Renders a list of jobs and their key information.
projectView() - Method in interface lib.JenkinsTagLib
Renders a list of jobs and their key information.
projectViewNested(Map, Closure) - Method in interface lib.JenkinsTagLib
 
projectViewNested(Closure) - Method in interface lib.JenkinsTagLib
 
projectViewNested(Map) - Method in interface lib.JenkinsTagLib
 
projectViewNested() - Method in interface lib.JenkinsTagLib
 
projectViewRow(Map, Closure) - Method in interface lib.JenkinsTagLib
 
projectViewRow(Closure) - Method in interface lib.JenkinsTagLib
 
projectViewRow(Map) - Method in interface lib.JenkinsTagLib
 
projectViewRow() - Method in interface lib.JenkinsTagLib
 
ProminentProjectAction - Interface in hudson.model
Marker interface for Actions that should be displayed at the top of the project page.
PRONOUN - Static variable in class hudson.model.AbstractItem
Replaceable pronoun of that points to a job.
properties - Variable in class hudson.model.Job
List of properties configured for this project.
PROPERTIES - Static variable in class hudson.model.Jobs
Deprecated.
as of 1.281 Use JobPropertyDescriptor.all() for read access, and Extension for registration.
properties - Variable in class hudson.tasks.Maven
Optional properties to be passed to Maven.
property(Map, Closure) - Method in interface lib.FormTagLib
Renders inline a single-value nested data-bound property of the current instance.
property(Closure) - Method in interface lib.FormTagLib
Renders inline a single-value nested data-bound property of the current instance.
property(Map) - Method in interface lib.FormTagLib
Renders inline a single-value nested data-bound property of the current instance.
property() - Method in interface lib.FormTagLib
Renders inline a single-value nested data-bound property of the current instance.
PropertyDescriptor<P extends Describable<P>,T> - Class in hudson.tools
Base Descriptor type used for XyzProperty classes.
PropertyDescriptor(Class<? extends P>) - Constructor for class hudson.tools.PropertyDescriptor
 
PropertyDescriptor() - Constructor for class hudson.tools.PropertyDescriptor
 
PropertyList() - Constructor for class hudson.model.View.PropertyList
 
propertyTable(Map, Closure) - Method in interface lib.JenkinsTagLib
Dispaly sortable table of properties.
propertyTable(Closure) - Method in interface lib.JenkinsTagLib
Dispaly sortable table of properties.
propertyTable(Map) - Method in interface lib.JenkinsTagLib
Dispaly sortable table of properties.
propertyTable() - Method in interface lib.JenkinsTagLib
Dispaly sortable table of properties.
proposeNewNumber(int) - Method in class jenkins.model.lazy.AbstractLazyLoadRunMap
 
protect(String) - Static method in class hudson.util.Protector
 
Protector - Class in hudson.util
Encrypt/decrypt data by using a "session" key that only lasts for the duration of the server instance.
Protector() - Constructor for class hudson.util.Protector
 
protocolVersion() - Method in interface hudson.cli.CliEntryPoint
Returns CliEntryPoint.VERSION, so that the client and the server can detect version incompatibility gracefully.
protocolVersion() - Method in class hudson.cli.CliManagerImpl
 
proveIdentity(byte[], KeyPair) - Method in class hudson.cli.Connection
Used in conjunction with Connection.verifyIdentity(byte[]) to prove that we actually own the private key of the given key pair.
ProviderImpl() - Constructor for class jenkins.security.QueueItemAuthenticatorConfiguration.ProviderImpl
 
PROVISION - Static variable in class hudson.slaves.Cloud
Permission constant to control mutation operations on Cloud.
provision(Label, int) - Method in class hudson.slaves.Cloud
Provisions new Nodes from this cloud.
proxy - Variable in class jenkins.model.Jenkins
HTTP proxy configuration.
ProxyConfiguration - Class in hudson
HTTP proxy configuration.
ProxyConfiguration(String, int) - Constructor for class hudson.ProxyConfiguration
 
ProxyConfiguration(String, int, String, String) - Constructor for class hudson.ProxyConfiguration
 
ProxyConfiguration(String, int, String, String, String) - Constructor for class hudson.ProxyConfiguration
 
ProxyConfiguration(String, int, String, String, String, String) - Constructor for class hudson.ProxyConfiguration
 
ProxyConfiguration.DescriptorImpl - Class in hudson
 
ProxyConfiguration_FailedToConnect(Object, Object) - Static method in class hudson.Messages
Key ProxyConfiguration.FailedToConnect: Failed to connect to {0} (code {1})..
ProxyConfiguration_FailedToConnectViaProxy(Object) - Static method in class hudson.Messages
Key ProxyConfiguration.FailedToConnectViaProxy: Failed to connect to {0}..
ProxyConfiguration_Success() - Static method in class hudson.Messages
Key ProxyConfiguration.Success: Success.
ProxyConfiguration_TestUrlRequired() - Static method in class hudson.Messages
Key ProxyConfiguration.TestUrlRequired: Test URL is required..
ProxyInjector - Class in jenkins
Injector that delegates to another one.
ProxyInjector() - Constructor for class jenkins.ProxyInjector
 
ProxyView - Class in hudson.model
A view that delegates to another.
ProxyView(String) - Constructor for class hudson.model.ProxyView
 
ProxyView.DescriptorImpl - Class in hudson.model
 
ProxyView_DisplayName() - Static method in class hudson.model.Messages
Key ProxyView.DisplayName: Include a global view.
ProxyView_NoSuchViewExists(Object) - Static method in class hudson.model.Messages
Key ProxyView.NoSuchViewExists: Global view {0} does not exist.
publish(LogRecord) - Method in class hudson.logging.WeakLogHandler
 
publish(ServletContext, File) - Method in exception hudson.util.BootFailure
Exposes this failure to UI and invoke the hook.
publish(LogRecord) - Method in class hudson.util.RingBufferLogHandler
 
Publisher - Class in hudson.tasks
BuildSteps that run after the build is completed.
Publisher() - Constructor for class hudson.tasks.Publisher
Deprecated.
Don't extend from Publisher directly. Instead, choose Recorder or Notifier as your base class.
Publisher.DescriptorExtensionListImpl - Class in hudson.tasks
Publisher has a special sort semantics that requires a subtype.
PUBLISHERS - Static variable in interface hudson.tasks.BuildStep
Deprecated.
as of 1.286. Use Publisher.all() for read access, and use Extension for registration.
pullUp(String, String) - Method in interface hudson.tools.JDKInstaller.FileSystem
 
purgeCache() - Method in class jenkins.model.lazy.AbstractLazyLoadRunMap
Let go of all the loaded references.
put(String, String) - Method in class hudson.EnvVars
 
put(R) - Method in class hudson.model.RunMap
Add a new build to the map.
put(K, V) - Method in class hudson.util.CopyOnWriteMap
 
put(R) - Method in class jenkins.model.lazy.AbstractLazyLoadRunMap
 
put(Integer, R) - Method in class jenkins.model.lazy.AbstractLazyLoadRunMap
 
putAll(Map<? extends K, ? extends V>) - Method in class hudson.util.CopyOnWriteMap
 
putAll(Map<? extends Integer, ? extends R>) - Method in class jenkins.model.lazy.AbstractLazyLoadRunMap
 
putComputationalData(Class<T>, T) - Method in class hudson.model.DependencyGraph
Adds data which is useful for the time when the dependency graph is built up.
putIfNotNull(String, String) - Method in class hudson.EnvVars
Add a key/value but only if the value is not-null.
putItem(TopLevelItem) - Method in class jenkins.model.Jenkins
Overwrites the existing item by new one.
putNextEntry(TarEntry) - Method in class hudson.org.apache.tools.tar.TarOutputStream
Deprecated.
Put an entry on the output stream.
pwd - Variable in class hudson.Launcher.ProcStarter
 
pwd(FilePath) - Method in class hudson.Launcher.ProcStarter
 
pwd(File) - Method in class hudson.Launcher.ProcStarter
 
pwd(String) - Method in class hudson.Launcher.ProcStarter
 
pwd() - Method in class hudson.Launcher.ProcStarter
 
pwd(FilePath) - Method in class hudson.util.JVMBuilder
Sets the current directory for the new JVM.
pwd(File) - Method in class hudson.util.JVMBuilder
Sets the current directory for the new JVM.

Q

QueryBuilder - Class in hudson.scm.browsers
Builds up a query string.
QueryBuilder(String) - Constructor for class hudson.scm.browsers.QueryBuilder
 
QueryParameterMap - Class in hudson.util
Parses the query string of the URL into a key/value pair.
QueryParameterMap(String) - Constructor for class hudson.util.QueryParameterMap
 
QueryParameterMap(HttpServletRequest) - Constructor for class hudson.util.QueryParameterMap
 
Queue - Class in hudson.model
Build queue.
Queue(LoadBalancer) - Constructor for class hudson.model.Queue
 
queue(Map, Closure) - Method in interface lib.JenkinsTagLib
Displays the build queue as <l:pane>
queue(Closure) - Method in interface lib.JenkinsTagLib
Displays the build queue as <l:pane>
queue(Map) - Method in interface lib.JenkinsTagLib
Displays the build queue as <l:pane>
queue() - Method in interface lib.JenkinsTagLib
Displays the build queue as <l:pane>
Queue.BlockedItem - Class in hudson.model
Queue.BuildableItem - Class in hudson.model
Item in the Queue.buildables stage.
Queue.Executable - Interface in hudson.model
Represents the real meat of the computation run by Executor.
Queue.FlyweightTask - Interface in hudson.model
Marks Queue.Tasks that do not consume Executor.
Queue.Item - Class in hudson.model
Item in a queue.
Queue.JobOffer - Class in hudson.model
Data structure created for each idle Executor.
Queue.LeftItem - Class in hudson.model
Item in the Queue.leftItems stage.
Queue.NonBlockingTask - Interface in hudson.model
Marks Queue.Tasks that are not affected by the Jenkins.isQuietingDown() quieting down}, because these tasks keep other tasks executing.
Queue.NotWaitingItem - Class in hudson.model
Common part between Queue.BlockedItem and BuildableItem.
Queue.QueueAction - Interface in hudson.model
An optional interface for actions on Queue.Item.
Queue.QueueDecisionHandler - Class in hudson.model
Extension point for deciding if particular job should be scheduled or not.
Queue.StubItem - Class in hudson.model
A Stub class for Item which exposes only the name of the Task to be displayed when the user has DISCOVERY permissions only.
Queue.StubTask - Class in hudson.model
A Stub class for Queue.Task which exposes only the name of the Task to be displayed when the user has DISCOVERY permissions only.
Queue.Task - Interface in hudson.model
Task whose execution is controlled by the queue.
Queue.TransientTask - Interface in hudson.model
Marks Queue.Tasks that are not persisted.
Queue.WaitingItem - Class in hudson.model
Item in the Queue.waitingList stage.
Queue_AllNodesOffline(Object) - Static method in class hudson.model.Messages
Key Queue.AllNodesOffline: All nodes of label ‘{0}’ are offline.
Queue_BlockedBy(Object) - Static method in class hudson.model.Messages
Key Queue.BlockedBy: Blocked by {0}.
Queue_HudsonIsAboutToShutDown() - Static method in class hudson.model.Messages
Key Queue.HudsonIsAboutToShutDown: Jenkins is about to shut down.
QUEUE_ID_UNKNOWN - Static variable in class hudson.model.Run
The original Queue.Item.getId() has not yet been mapped onto the Run instance.
Queue_init() - Static method in class hudson.model.Messages
Key Queue.init: Restoring the build queue.
Queue_InProgress() - Static method in class hudson.model.Messages
Key Queue.InProgress: A build is already in progress.
Queue_InQuietPeriod(Object) - Static method in class hudson.model.Messages
Key Queue.InQuietPeriod: {@code In the quiet period.
Queue_LabelHasNoNodes(Object) - Static method in class hudson.model.Messages
Key Queue.LabelHasNoNodes: There are no nodes with the label ‘{0}’.
Queue_NodeOffline(Object) - Static method in class hudson.model.Messages
Key Queue.NodeOffline: {0} is offline.
Queue_Unknown() - Static method in class hudson.model.Messages
Key Queue.Unknown: ???.
Queue_WaitingForNextAvailableExecutor() - Static method in class hudson.model.Messages
Key Queue.WaitingForNextAvailableExecutor: Waiting for next available executor.
Queue_WaitingForNextAvailableExecutorOn(Object) - Static method in class hudson.model.Messages
Key Queue.WaitingForNextAvailableExecutorOn: Waiting for next available executor on {0}.
QueueDecisionHandler() - Constructor for class hudson.model.Queue.QueueDecisionHandler
 
QueueItemAuthenticator - Class in jenkins.security
Extension point to run Queue.Executables under a specific identity for better access control.
QueueItemAuthenticator() - Constructor for class jenkins.security.QueueItemAuthenticator
 
QueueItemAuthenticatorConfiguration - Class in jenkins.security
Show the QueueItemAuthenticator configurations on the system config page.
QueueItemAuthenticatorConfiguration() - Constructor for class jenkins.security.QueueItemAuthenticatorConfiguration
 
QueueItemAuthenticatorConfiguration.ProviderImpl - Class in jenkins.security
 
QueueItemAuthenticatorDescriptor - Class in jenkins.security
QueueItemAuthenticatorDescriptor() - Constructor for class jenkins.security.QueueItemAuthenticatorDescriptor
 
QueueItemAuthenticatorProvider - Class in jenkins.security
There are cases where a plugin need to provide a QueueItemAuthenticator that cannot be controlled or configured by the user.
QueueItemAuthenticatorProvider() - Constructor for class jenkins.security.QueueItemAuthenticatorProvider
 
queueItems - Variable in class jenkins.widgets.HistoryPageFilter
 
queueLength - Variable in class hudson.model.LoadStatistics
Number of Queue.BuildableItems that can run on any node in this node set but blocked.
QueueListener - Class in hudson.model.queue
Listener for events in Queue.
QueueListener() - Constructor for class hudson.model.queue.QueueListener
 
QueueSorter - Class in hudson.model.queue
Singleton extension point for sorting buildable items
QueueSorter() - Constructor for class hudson.model.queue.QueueSorter
 
QueueSorter_installDefaultQueueSorter() - Static method in class hudson.model.queue.Messages
Key QueueSorter.installDefaultQueueSorter: Installing default queue sorter.
QueueTaskDispatcher - Class in hudson.model.queue
Vetos the execution of a task on a node
QueueTaskDispatcher() - Constructor for class hudson.model.queue.QueueTaskDispatcher
 
QueueTaskFilter - Class in hudson.model.queue
Base class for defining filter Queue.Task.
QueueTaskFilter(Queue.Task) - Constructor for class hudson.model.queue.QueueTaskFilter
 
QueueTaskFuture<R extends Queue.Executable> - Interface in hudson.model.queue
Future that can be used to wait for the start and the end of the task execution (such as a build.)
quick - Variable in class hudson.slaves.WorkspaceList.Entry
True makes the caller of WorkspaceList.allocate(FilePath) wait for this workspace.
QuickSilver - Annotation Type in hudson.search
Indicates a SearchItem field/getter.
quiet(boolean) - Method in class hudson.Launcher.ProcStarter
quiet() - Method in class hudson.Launcher.ProcStarter
 
quote(String, String) - Static method in class hudson.util.QuotedStringTokenizer
Quote a string.
quote(String) - Static method in class hudson.util.QuotedStringTokenizer
Quote a string.
quote(StringBuffer, String) - Static method in class hudson.util.QuotedStringTokenizer
Quote a string into a StringBuffer.
QuotedStringTokenizer - Class in hudson.util
StringTokenizer with Quoting support.
QuotedStringTokenizer(String, String, boolean, boolean) - Constructor for class hudson.util.QuotedStringTokenizer
 
QuotedStringTokenizer(String, String, boolean) - Constructor for class hudson.util.QuotedStringTokenizer
 
QuotedStringTokenizer(String, String) - Constructor for class hudson.util.QuotedStringTokenizer
 
QuotedStringTokenizer(String) - Constructor for class hudson.util.QuotedStringTokenizer
 

R

r(Resource) - Method in class hudson.model.ResourceList
Adds a resource for read access.
radio(Map, Closure) - Method in interface lib.FormTagLib
<input type="radio"> tag that takes true/false for @checked, which is more Jelly friendly.
radio(Closure) - Method in interface lib.FormTagLib
<input type="radio"> tag that takes true/false for @checked, which is more Jelly friendly.
radio(Map) - Method in interface lib.FormTagLib
<input type="radio"> tag that takes true/false for @checked, which is more Jelly friendly.
radio() - Method in interface lib.FormTagLib
<input type="radio"> tag that takes true/false for @checked, which is more Jelly friendly.
radioBlock(Map, Closure) - Method in interface lib.FormTagLib
on Radio button with a label that hides additional controls.
radioBlock(Closure) - Method in interface lib.FormTagLib
on Radio button with a label that hides additional controls.
radioBlock(Map) - Method in interface lib.FormTagLib
on Radio button with a label that hides additional controls.
radioBlock() - Method in interface lib.FormTagLib
on Radio button with a label that hides additional controls.
randomBytes(int) - Method in class jenkins.security.ConfidentialStore
Works like SecureRandom#nextBytes(byte[]).
randomBytes(int) - Method in class jenkins.security.DefaultConfidentialStore
 
range - Variable in class hudson.cli.AbstractBuildRangeCommand
 
Range(int, int) - Constructor for class hudson.model.Fingerprint.Range
 
range - Variable in class hudson.model.queue.BackFiller.TentativePlan
 
RangeItem(String, Fingerprint.RangeSet) - Constructor for class hudson.model.Fingerprint.RangeItem
 
ranges - Variable in class hudson.model.Fingerprint.RangeItem
 
RangeSet() - Constructor for class hudson.model.Fingerprint.RangeSet
 
rawEncode(String) - Static method in class hudson.Util
Encode a single path component for use in an HTTP URL.
rawHtml(Object) - Static method in class hudson.Functions
Used for arguments to internationalized expressions to avoid escape
reactOnCycle(N, List<N>) - Method in class hudson.util.CyclicGraphDetector
React on detected cycles - default implementation throws an exception.
read() - Method in class hudson.FilePath
Reads this file.
READ - Static variable in interface hudson.model.Item
 
READ - Static variable in class hudson.model.View
 
read() - Method in class hudson.org.apache.tools.tar.TarInputStream
Deprecated.
Reads a byte from the current tar archive entry.
read(byte[], int, int) - Method in class hudson.org.apache.tools.tar.TarInputStream
Deprecated.
Reads bytes from the current tar archive entry.
READ - Static variable in class hudson.security.Permission
Generic read access.
read(String) - Method in interface hudson.tools.JDKInstaller.FileSystem
 
read() - Method in class hudson.util.ChunkedInputStream
Returns all the data in a chunked stream in coalesced form.
read(byte[], int, int) - Method in class hudson.util.ChunkedInputStream
Read some bytes from the stream.
read(byte[]) - Method in class hudson.util.ChunkedInputStream
Read some bytes from the stream.
read() - Method in class hudson.util.CompressedFile
Reads the contents of a file.
read() - Method in class hudson.util.HeadBufferingStream
 
read(byte[], int, int) - Method in class hudson.util.HeadBufferingStream
 
read(String) - Method in class hudson.util.ssh.SFTPClient
Deprecated.
 
read() - Method in class hudson.util.TextFile
Reads the entire contents and returns it.
read() - Method in class hudson.util.UnbufferedBase64InputStream
 
read(byte[], int, int) - Method in class hudson.util.UnbufferedBase64InputStream
 
read() - Method in class hudson.XmlFile
Loads the contents of this file into a new object.
read(File) - Method in class jenkins.FilePathFilter
Checks if the given file/directory can be read.
READ - Static variable in class jenkins.model.Jenkins
 
read(File) - Method in class jenkins.ReflectiveFilePathFilter
 
read(File) - Method in class jenkins.SoloFilePathFilter
 
READ_CONTROL - Static variable in interface hudson.util.jna.WINNT
 
readAll() - Method in class hudson.model.LargeText
Deprecated.
Returns Reader for reading the raw bytes.
readAll() - Method in class hudson.model.TaskThread
 
readBoolean() - Method in class hudson.cli.Connection
 
readBuf - Variable in class hudson.org.apache.tools.tar.TarInputStream
Deprecated.
 
readByteArray() - Method in class hudson.cli.Connection
 
readFirstLine(InputStream, String) - Static method in class hudson.util.IOUtils
Read the first line of the given stream, close it, and return that line.
readFrom(File) - Method in class hudson.cli.PrivateKeyProvider
Read key from keyFile.
readFrom(DataInputStream) - Static method in class hudson.console.ConsoleNote
Reads a note back from its encoded form.
readFrom(InputStream) - Method in class hudson.util.ByteArrayOutputStream2
Reads the given InputStream completely into the buffer.
readFromDefaultLocations() - Method in class hudson.cli.PrivateKeyProvider
Read keys from default keyFiles .ssh/id_rsa, .ssh/id_dsa and .ssh/identity.
readFromOffset(long) - Method in class hudson.FilePath
Reads this file from the specific offset.
readFully() - Method in class hudson.model.Slave.JnlpJar
 
readKey() - Method in class hudson.cli.Connection
 
readLines(InputStream) - Static method in class hudson.util.IOUtils
Deprecated.
Use instead IOUtils.readLines(java.io.InputStream)
readLines(InputStream, String) - Static method in class hudson.util.IOUtils
Deprecated.
Use instead IOUtils.readLines(java.io.InputStream, String)
readLines(Reader) - Static method in class hudson.util.IOUtils
Deprecated.
Use instead IOUtils.readLines(java.io.Reader)
readLink() - Method in class hudson.FilePath
Resolves symlink, if the given file is a symlink.
readlink(String, Memory, NativeLong) - Method in interface hudson.util.jna.GNUCLibrary
Read a symlink.
readObject() - Method in class hudson.cli.Connection
Receives an object sent by Connection.writeObject(Object)
readOnly(Iterator<T>) - Static method in class hudson.util.Iterators
Creates a read-only mutator that disallows Iterator.remove().
readOnly(Set<Class>) - Method in class jenkins.security.s2m.CallableRejectionConfig
 
readOnlyTextbox(Map, Closure) - Method in interface lib.FormTagLib
Generates an input field to be used inside <f:entry/>
readOnlyTextbox(Closure) - Method in interface lib.FormTagLib
Generates an input field to be used inside <f:entry/>
readOnlyTextbox(Map) - Method in interface lib.FormTagLib
Generates an input field to be used inside <f:entry/>
readOnlyTextbox() - Method in interface lib.FormTagLib
Generates an input field to be used inside <f:entry/>
readRaw() - Method in class hudson.XmlFile
Opens a Reader that loads XML.
readResolve() - Method in class hudson.model.MyViewsProperty
 
readResolve() - Method in class hudson.model.Slave
Invoked by XStream when this object is read into memory.
readResolve() - Method in class hudson.ProxyConfiguration
 
readResolve() - Method in class hudson.scm.NullChangeLogParser
 
readResolve() - Method in class hudson.slaves.SimpleScheduledRetentionStrategy
 
readResolve() - Method in class hudson.tasks.ArtifactArchiver
 
readResolve() - Method in class hudson.tools.ToolInstallation
Invoked by XStream when this object is read into memory.
readResolve() - Method in class hudson.triggers.Trigger
 
readStderr() - Method in class hudson.Launcher.ProcStarter
In addition to the effect of Launcher.ProcStarter.readStdout(), indicate that the caller will pump stderr from the child process separately from stdout.
readStdout() - Method in class hudson.Launcher.ProcStarter
Indicates that the caller will pump stdout from the child process via Proc.getStdout() (whereas by default you call Launcher.ProcStarter.stdout(OutputStream) and let Jenkins pump stdout into your OutputStream of choosing.
readToString() - Method in class hudson.FilePath
Reads this file into a string, by using the current system encoding.
readTrim() - Method in class hudson.util.TextFile
 
readUTF() - Method in class hudson.cli.Connection
 
ready - Variable in class hudson.UDPBroadcastThread
 
realClass(String) - Method in class hudson.util.xstream.MapperDelegate
 
REALM - Static variable in class hudson.model.User.CanonicalIdResolver
context key for realm (domain) where idOrFullName has been retreived from.
realMember(Class, String) - Method in class hudson.util.xstream.MapperDelegate
 
rebuild(StaplerRequest, JSONObject, List<? extends Descriptor<T>>) - Method in class hudson.util.DescribableList
Rebuilds the list by creating a fresh instances from the submitted form.
rebuild(StaplerRequest, JSONObject, List<? extends Descriptor<T>>, String) - Method in class hudson.util.DescribableList
Deprecated.
rebuildDependencyGraph() - Method in class jenkins.model.Jenkins
Rebuilds the dependency map.
rebuildDependencyGraphAsync() - Method in class jenkins.model.Jenkins
Rebuilds the dependency map asynchronously.
rebuildHetero(StaplerRequest, JSONObject, Collection<? extends Descriptor<T>>, String) - Method in class hudson.util.DescribableList
Rebuilds the list by creating a fresh instances from the submitted form.
ReconfigurableDescribable<T extends ReconfigurableDescribable<T>> - Interface in hudson.model
Marks modern Describables that allow the current instances to pass information down to the next instance when the configuration is submitted.
reconfigure(StaplerRequest, JSONObject) - Method in class hudson.model.JobProperty
 
reconfigure(StaplerRequest, JSONObject) - Method in class hudson.model.MyViewsProperty
 
reconfigure(StaplerRequest, JSONObject) - Method in class hudson.model.Node
 
reconfigure(StaplerRequest, JSONObject) - Method in interface hudson.model.ReconfigurableDescribable
When a parent/owner object of a Describable gets a config form submission and instances are recreated, this method is invoked on the existing instance (meaning the 'this' reference points to the existing instance) to create a new instance to be added to the parent/owner object.
reconfigure(StaplerRequest, JSONObject) - Method in class hudson.model.UserProperty
 
reconfigure(StaplerRequest, JSONObject) - Method in class hudson.model.ViewProperty
 
reconfigure(StaplerRequest, JSONObject) - Method in class hudson.slaves.NodeProperty
 
reconfigure(StaplerRequest, JSONObject) - Method in class jenkins.security.ApiTokenProperty
 
reconfigure(StaplerRequest, JSONObject) - Method in class jenkins.security.LastGrantedAuthoritiesProperty
Stick to the same object since there's no UI for this.
record(FilePath) - Method in class hudson.slaves.WorkspaceList
Just record that this workspace is being used, without paying any attention to the synchronization support.
recordBuf - Variable in class hudson.org.apache.tools.tar.TarOutputStream
Deprecated.
 
recordCauseOfInterruption(Run<?, ?>, TaskListener) - Method in class hudson.model.Executor
report cause of interruption and record it to the build, if available.
Recorder - Class in hudson.tasks
BuildSteps that run after the build is completed.
Recorder() - Constructor for class hudson.tasks.Recorder
 
recordPendingLaunches(NodeProvisioner.PlannedNode...) - Method in class hudson.slaves.NodeProvisioner.StrategyState
If a NodeProvisioner.Strategy takes some provisioning action, it should record and NodeProvisioner.PlannedNode instances by calling this method.
recordPendingLaunches(Collection<NodeProvisioner.PlannedNode>) - Method in class hudson.slaves.NodeProvisioner.StrategyState
If a NodeProvisioner.Strategy takes some provisioning action, it should record and NodeProvisioner.PlannedNode instances by calling this method.
recordTermination() - Method in class hudson.model.Computer
This method captures the information of a request to terminate a computer instance.
RECURRENCEPERIOD - Static variable in class hudson.slaves.NodeProvisioner.NodeProvisionerInvoker
 
recurrencePeriodHours - Static variable in class hudson.model.WorkspaceCleanupThread
How often the clean up should run.
RED - Static variable in class hudson.util.ColorPalette
 
redirectAfterCreateItem(StaplerRequest, TopLevelItem) - Method in class hudson.model.ItemGroupMixIn
Computes the redirection target URL for the newly created TopLevelItem.
RedirectUp() - Constructor for class hudson.model.Run.RedirectUp
 
reduce(List<JSONObject>) - Method in class hudson.model.DownloadService.Downloadable
Function that takes multiple JSONObjects and returns a single one.
reduce(List<JSONObject>) - Method in class hudson.tools.JDKInstaller.JDKList
 
ref(String) - Method in class hudson.util.spring.BeanBuilder
 
ref(String, boolean) - Method in class hudson.util.spring.BeanBuilder
 
reflectionProvider - Variable in class hudson.util.RobustReflectionConverter
 
ReflectionUtils - Class in hudson.util
Utility code for reflection.
ReflectionUtils() - Constructor for class hudson.util.ReflectionUtils
 
ReflectionUtils.Parameter - Class in hudson.util
 
ReflectiveFilePathFilter - Class in jenkins
Convenient adapter for FilePathFilter that allows you to handle all operations as a single string argument.
ReflectiveFilePathFilter() - Constructor for class jenkins.ReflectiveFilePathFilter
 
refresh() - Method in class hudson.cli.declarative.CLIRegisterer
 
refresh() - Method in class hudson.ExtensionFinder.GuiceFinder
The basic idea is: List up delta as a series of modules
refresh() - Method in class hudson.ExtensionFinder
Rebuilds the internal index, if any, so that future ExtensionFinder.find(Class, Hudson) calls will discover components newly added to PluginManager.uberClassLoader.
refresh() - Method in class hudson.ExtensionFinder.Sezpoz
Rebuilds the internal index, if any, so that future ExtensionFinder.find(Class, Hudson) calls will discover components newly added to PluginManager.uberClassLoader.
refresh(ExtensionComponentSet) - Method in class hudson.ExtensionList
Used during Jenkins.refreshExtensions() to add new components into existing ExtensionLists.
refreshExtensions() - Method in class jenkins.model.Jenkins
Refresh ExtensionLists by adding all the newly discovered extensions.
refused() - Static method in class hudson.model.queue.ScheduleResult
 
Refused() - Constructor for class hudson.model.queue.ScheduleResult.Refused
 
REG_BINARY - Static variable in interface hudson.util.jna.WINNT
 
REG_DWORD - Static variable in interface hudson.util.jna.WINNT
 
REG_DWORD_BIG_ENDIAN - Static variable in interface hudson.util.jna.WINNT
 
REG_DWORD_LITTLE_ENDIAN - Static variable in interface hudson.util.jna.WINNT
 
REG_EXPAND_SZ - Static variable in interface hudson.util.jna.WINNT
 
REG_FULL_RESOURCE_DESCRIPTOR - Static variable in interface hudson.util.jna.WINNT
 
REG_LINK - Static variable in interface hudson.util.jna.WINNT
 
REG_MULTI_SZ - Static variable in interface hudson.util.jna.WINNT
 
REG_NONE - Static variable in interface hudson.util.jna.WINNT
 
REG_OPTION_BACKUP_RESTORE - Static variable in interface hudson.util.jna.WINNT
 
REG_OPTION_CREATE_LINK - Static variable in interface hudson.util.jna.WINNT
 
REG_OPTION_NON_VOLATILE - Static variable in interface hudson.util.jna.WINNT
 
REG_OPTION_OPEN_LINK - Static variable in interface hudson.util.jna.WINNT
 
REG_OPTION_RESERVED - Static variable in interface hudson.util.jna.WINNT
 
REG_OPTION_VOLATILE - Static variable in interface hudson.util.jna.WINNT
 
REG_RESOURCE_LIST - Static variable in interface hudson.util.jna.WINNT
 
REG_RESOURCE_REQUIREMENTS_LIST - Static variable in interface hudson.util.jna.WINNT
 
REG_SZ - Static variable in interface hudson.util.jna.WINNT
 
register() - Method in class hudson.model.listeners.ItemListener
Deprecated.
as of 1.286 put Extension on your class to have it auto-registered.
register() - Method in class hudson.model.listeners.RunListener
Deprecated.
as of 1.281 Put Extension on your class to get it auto-registered.
register() - Method in class hudson.model.listeners.SaveableListener
Deprecated.
as of 1.281 Put Extension on your class to get it auto-registered.
register() - Method in class hudson.model.listeners.SCMListener
Deprecated.
Use Extension instead.
register() - Static method in class hudson.model.TreeView
 
register() - Method in class hudson.scm.ChangeLogAnnotator
Deprecated.
as of 1.286 Prefer automatic registration via Extension
register() - Method in class hudson.slaves.ComputerListener
Deprecated.
as of 1.286 put Extension on your class to have it auto-registered.
registerBeans(StaticApplicationContext) - Method in class hudson.util.spring.BeanBuilder
 
registerOptionHandlers() - Method in class hudson.cli.CLICommand
Auto-discovers OptionHandlers and add them to the given command line parser.
regressionOnly() - Method in class hudson.util.RunList
Filter the list to regression builds only.
rejected - Variable in class jenkins.security.s2m.AdminWhitelistRule
Ones that we rejected but want to run by admins.
RejectedCallable - Class in jenkins.security.s2m
 
rekey() - Static method in class hudson.model.User
Called when changing the IdStrategy.
RekeySecretAdminMonitor - Class in jenkins.security
Warns the administrator to run SecretRewriter
RekeySecretAdminMonitor() - Constructor for class jenkins.security.RekeySecretAdminMonitor
 
RekeySecretAdminMonitor_DisplayName() - Static method in class jenkins.security.Messages
Key RekeySecretAdminMonitor.DisplayName: Re-keying.
relativePath - Variable in class hudson.model.Run.Artifact
Relative path name from artifacts root.
RelativePath - Annotation Type in hudson
Used in conjunction with QueryParameter to refer to nearby parameters that belong to different parents.
release() - Method in class hudson.slaves.WorkspaceList.Lease
Releases this lease.
releaseClassLoader() - Method in class hudson.PluginWrapper
 
releases - Variable in class hudson.tools.JDKInstaller.JDKFamily
 
reload() - Method in class hudson.model.Run
Reloads the build record from disk.
reload() - Static method in class hudson.model.User
Reloads the configuration from disk.
reload() - Method in class hudson.model.ViewJob
Reloads the list of Runs.
reload() - Method in class jenkins.model.Jenkins
Reloads the configuration synchronously.
ReloadJobCommand - Class in hudson.cli
 
ReloadJobCommand() - Constructor for class hudson.cli.ReloadJobCommand
 
ReloadJobCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key ReloadJobCommand.ShortDescription: Reload job(s).
ReloadLink - Class in jenkins.management
 
ReloadLink() - Constructor for class jenkins.management.ReloadLink
 
ReloadLink_Description() - Static method in class jenkins.management.Messages
Key ReloadLink.Description: {@code Discard all the loaded data in memory and reload everything from file system.
ReloadLink_DisplayName() - Static method in class jenkins.management.Messages
Key ReloadLink.DisplayName: Reload Configuration from Disk.
reloadPeriodically - Static variable in class hudson.model.ViewJob
In the very old version of Hudson, an external job submission was just creating files on the file system, so we needed to periodically reload the jobs from a file system to pick up new records.
relocateOldLogs() - Static method in class hudson.model.Computer
Relocate log files in the old location to the new location.
remaining - Variable in class hudson.cli.GroovyCommand
Remaining arguments.
REMEMBER_ME_SERVICES_PROXY - Static variable in class hudson.security.HudsonFilter
Deprecated.
in 1.271. This proxy always delegate to Hudson.getInstance().getSecurityRealm().getSecurityComponents().rememberMe, so use that instead.
rememberMe - Variable in class hudson.security.SecurityRealm.SecurityComponents
 
RememberMeServicesProxy - Class in hudson.security
RememberMeServices proxy.
RememberMeServicesProxy() - Constructor for class hudson.security.RememberMeServicesProxy
 
remote - Variable in class hudson.scm.PollingResult
Current state of the remote repository.
Remote(ProcessTree, Channel) - Constructor for class hudson.util.ProcessTree.Remote
 
RemoteCause(String, String) - Constructor for class hudson.model.Cause.RemoteCause
 
remoteFS - Variable in class hudson.model.Slave
Path to the root of the workspace from the view point of this node, such as "/hudson", this need not be absolute provided that the launcher establishes a consistent working directory, such as "./.jenkins-slave" when used with an SSH launcher.
RemoteLauncher(TaskListener, VirtualChannel, boolean) - Constructor for class hudson.Launcher.RemoteLauncher
 
remotePost(String[]) - Static method in class hudson.Main
Run command and place the result to a remote Hudson installation
RemoteProc(Future<Integer>) - Constructor for class hudson.Proc.RemoteProc
Deprecated.
 
RemotingDiagnostics - Class in hudson.util
Various remoting operations related to diagnostics.
RemotingDiagnostics() - Constructor for class hudson.util.RemotingDiagnostics
 
RemotingDiagnostics.HeapDump - Class in hudson.util
Heap dump, exposable to URL via Stapler.
remove() - Method in class hudson.cli.ClientAuthenticationCache
Removes the persisted credential, if there's one.
remove(Object) - Method in class hudson.DescriptorExtensionList
 
remove(Object) - Method in class hudson.ExtensionList
 
remove(int) - Method in class hudson.ExtensionList
 
remove(TopLevelItem) - Method in interface hudson.model.DirectlyModifiableView
Remove item from this view.
remove(int) - Method in class hudson.model.EnvironmentList
 
remove(TopLevelItem) - Method in class hudson.model.ListView
Removes given item from this view.
remove(R) - Method in class hudson.model.RunMap
 
remove(int) - Method in class hudson.slaves.NodeList
 
remove(Object) - Method in class hudson.slaves.NodeList
 
remove(Object) - Method in class hudson.tasks.BuildStep.PublisherList
 
remove() - Method in class hudson.util.AdaptedIterator
 
remove(T) - Method in class hudson.util.ConsistentHash
Removes the node entirely.
remove(E) - Method in class hudson.util.CopyOnWriteList
Removes an item from the list.
remove(Object) - Method in class hudson.util.CopyOnWriteMap
 
remove(D) - Method in class hudson.util.DescribableList
 
remove(Object) - Method in class hudson.util.DescriptorList
 
remove() - Method in class hudson.util.Iterators.FilterIterator
 
remove() - Method in class hudson.util.Iterators.FlattenIterator
 
remove(Class<? extends T>) - Method in class hudson.util.PersistedList
Removes an instance by its type.
remove(Object) - Method in class hudson.util.PersistedList
 
remove(TopLevelItem) - Method in interface jenkins.model.DirectlyModifiableTopLevelItemGroup
Removes an item from this group.
remove(TopLevelItem) - Method in class jenkins.model.Jenkins
 
removeAll(Fingerprint.RangeSet) - Method in class hudson.model.Fingerprint.RangeSet
Updates this range set by removing all the values in the given range set.
removeAll(Collection<?>) - Method in class hudson.slaves.NodeList
 
removeAll(Class<? extends T>) - Method in class hudson.util.PersistedList
 
removeDups(Iterator<T>) - Static method in class hudson.util.Iterators
Filters another iterator by eliminating duplicates.
removeDups(Iterable<T>) - Static method in class hudson.util.Iterators
Filters another iterator by eliminating duplicates.
removeFilter(Filter) - Static method in class hudson.util.PluginServletFilter
 
removeFromList(Descriptor<T>, List<T>) - Method in class hudson.model.AbstractProject
 
RemoveJobFromViewCommand - Class in hudson.cli
 
RemoveJobFromViewCommand() - Constructor for class hudson.cli.RemoveJobFromViewCommand
 
RemoveJobFromViewCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key RemoveJobFromViewCommand.ShortDescription: Removes jobs from view..
removeNode(Node) - Method in class jenkins.model.Jenkins
Removes a Node from Jenkins.
removeNode(Node) - Method in class jenkins.model.Nodes
Removes a node.
removeNotes(Collection<String>) - Static method in class hudson.console.ConsoleNote
Removes the embedded console notes in the given log lines.
removeNotes(String) - Static method in class hudson.console.ConsoleNote
Removes the embedded console notes in the given log line.
removeNull(Iterator<T>) - Static method in class hudson.util.Iterators
Wraps another iterator and throws away nulls.
removeProperty(JobProperty<? super JobT>) - Method in class hudson.model.Job
Removes JobProperty
removeProperty(Class<T>) - Method in class hudson.model.Job
Removes the property of the given type.
removePublisher(Descriptor<Publisher>) - Method in class hudson.model.Project
Deprecated.
as of 1.290 Use getPublishersList().remove(x)
removeRange(int, int) - Method in class hudson.slaves.NodeList
 
removeRun(R) - Method in class hudson.model.AbstractProject
 
removeRun(RunT) - Method in class hudson.model.Job
Called from Run to remove it from this job.
removeRun(RunT) - Method in class hudson.model.ViewJob
 
removeRun(RunT) - Method in class jenkins.model.lazy.LazyBuildMixIn
Suitable for Job.removeRun(RunT).
removeTrailingSlash(String) - Static method in class hudson.Util
 
removeTrigger(TriggerDescriptor) - Method in class hudson.model.AbstractProject
 
removeValue(R) - Method in class hudson.model.RunMap
 
removeValue(R) - Method in class jenkins.model.lazy.AbstractLazyLoadRunMap
 
rename(String, String) - Method in class hudson.model.Fingerprint
Update references to a renamed job in the fingerprint
rename(String) - Method in class hudson.model.View
Renames this view.
rename(String, String) - Method in interface hudson.util.jna.GNUCLibrary
 
renameTo(FilePath) - Method in class hudson.FilePath
Rename this file/directory to the target filepath.
renameTo(String) - Method in class hudson.model.AbstractItem
Renames this item.
renameTo(String) - Method in class hudson.model.Job
Renames a job.
render() - Method in class hudson.widgets.RenderOnDemandClosure
Renders the captured fragment.
renderHtml() - Method in exception hudson.util.FormValidation
 
renderOnDemand(Map, Closure) - Method in interface lib.LayoutTagLib
 
renderOnDemand(Closure) - Method in interface lib.LayoutTagLib
 
renderOnDemand(Map) - Method in interface lib.LayoutTagLib
 
renderOnDemand() - Method in interface lib.LayoutTagLib
 
RenderOnDemandClosure - Class in hudson.widgets
Captured Jelly Script that can be rendered later on demand from JavaScript.
RenderOnDemandClosure(JellyContext, String) - Constructor for class hudson.widgets.RenderOnDemandClosure
 
ReopenableFileOutputStream - Class in hudson.util.io
OutputStream that writes to a file.
ReopenableFileOutputStream(File) - Constructor for class hudson.util.io.ReopenableFileOutputStream
 
ReopenableRotatingFileOutputStream - Class in hudson.util.io
ReopenableFileOutputStream that does log rotation upon rewind.
ReopenableRotatingFileOutputStream(File, int) - Constructor for class hudson.util.io.ReopenableRotatingFileOutputStream
 
repeatable(Map, Closure) - Method in interface lib.FormTagLib
Repeatable blocks used to present UI where the user can configure multiple entries of the same kind (see the Java installations configuration in the system config.) This tag works like <j:forEach> and repeatedly evaluate the body so that initially all the items get their own copy.
repeatable(Closure) - Method in interface lib.FormTagLib
Repeatable blocks used to present UI where the user can configure multiple entries of the same kind (see the Java installations configuration in the system config.) This tag works like <j:forEach> and repeatedly evaluate the body so that initially all the items get their own copy.
repeatable(Map) - Method in interface lib.FormTagLib
Repeatable blocks used to present UI where the user can configure multiple entries of the same kind (see the Java installations configuration in the system config.) This tag works like <j:forEach> and repeatedly evaluate the body so that initially all the items get their own copy.
repeatable() - Method in interface lib.FormTagLib
Repeatable blocks used to present UI where the user can configure multiple entries of the same kind (see the Java installations configuration in the system config.) This tag works like <j:forEach> and repeatedly evaluate the body so that initially all the items get their own copy.
repeatableDeleteButton(Map, Closure) - Method in interface lib.FormTagLib
Delete button for the <repeatable> tag.
repeatableDeleteButton(Closure) - Method in interface lib.FormTagLib
Delete button for the <repeatable> tag.
repeatableDeleteButton(Map) - Method in interface lib.FormTagLib
Delete button for the <repeatable> tag.
repeatableDeleteButton() - Method in interface lib.FormTagLib
Delete button for the <repeatable> tag.
repeatableHeteroProperty(Map, Closure) - Method in interface lib.FormTagLib
Data-bound only version of <f:hetero-list> that assumes the type pointed by the property is data-bound as well.
repeatableHeteroProperty(Closure) - Method in interface lib.FormTagLib
Data-bound only version of <f:hetero-list> that assumes the type pointed by the property is data-bound as well.
repeatableHeteroProperty(Map) - Method in interface lib.FormTagLib
Data-bound only version of <f:hetero-list> that assumes the type pointed by the property is data-bound as well.
repeatableHeteroProperty() - Method in interface lib.FormTagLib
Data-bound only version of <f:hetero-list> that assumes the type pointed by the property is data-bound as well.
repeatableProperty(Map, Closure) - Method in interface lib.FormTagLib
Data-bound only version of <f:repeatable> that assumes the type pointed by the property is data-bound as well.
repeatableProperty(Closure) - Method in interface lib.FormTagLib
Data-bound only version of <f:repeatable> that assumes the type pointed by the property is data-bound as well.
repeatableProperty(Map) - Method in interface lib.FormTagLib
Data-bound only version of <f:repeatable> that assumes the type pointed by the property is data-bound as well.
repeatableProperty() - Method in interface lib.FormTagLib
Data-bound only version of <f:repeatable> that assumes the type pointed by the property is data-bound as well.
replace(String) - Method in class hudson.MarkupText.SubText
Replaces the group tokens like "$0", "$1", and etc with their actual matches.
replace(File, File) - Method in class hudson.model.UpdateCenter.DownloadJob
Called when the download is completed to overwrite the old file with the new file.
replace(File, File) - Method in class hudson.model.UpdateCenter.HudsonDowngradeJob
 
replace(File, File) - Method in class hudson.model.UpdateCenter.HudsonUpgradeJob
 
replace(File, File) - Method in class hudson.model.UpdateCenter.InstallationJob
Called when the download is completed to overwrite the old file with the new file.
replace(File, File) - Method in class hudson.model.UpdateCenter.PluginDowngradeJob
Called to overwrite current version with backup file
replace(T) - Method in class hudson.util.DescribableList
Removes all instances of the same type, then add the new one.
replace(T, T) - Method in class hudson.util.PersistedList
A convenience method to replace a single item.
replaceAction(Action) - Method in class hudson.model.Actionable
Add an action, replacing any existing action of the (exact) same class.
replaceBy(CopyOnWriteList<? extends E>) - Method in class hudson.util.CopyOnWriteList
Completely replaces this list by the contents of the given list.
replaceBy(Collection<? extends E>) - Method in class hudson.util.CopyOnWriteList
Completely replaces this list by the contents of the given list.
replaceBy(E...) - Method in class hudson.util.CopyOnWriteList
Completely replaces this list by the contents of the given list.
replaceBy(Map<? extends K, ? extends V>) - Method in class hudson.util.CopyOnWriteMap
Atomically replaces the entire map by the copy of the specified map.
replaceBy(Collection<? extends T>) - Method in class hudson.util.PersistedList
 
replaceMacro(String, Map<String, String>) - Static method in class hudson.Util
Replaces the occurrence of '$key' by properties.get('key').
replaceMacro(String, VariableResolver<String>) - Static method in class hudson.Util
Replaces the occurrence of '$key' by resolver.get('key').
REPLACER - Static variable in class jenkins.util.xstream.XStreamDOM
 
report(Saveable, String) - Static method in class hudson.diagnosis.OldDataMonitor
Inform monitor that some data in a deprecated format has been loaded, and converted in-memory to a new structure.
report(UnmarshallingContext, String) - Static method in class hudson.diagnosis.OldDataMonitor
Inform monitor that some data in a deprecated format has been loaded, during XStream unmarshalling when the Saveable containing this object is not available.
report(Saveable, Collection<Throwable>) - Static method in class hudson.diagnosis.OldDataMonitor
Inform monitor that some unreadable data was found while loading.
report() - Method in class hudson.model.CheckPoint
Records that the execution of the build has reached to a check point, idenified by the given identifier.
report(PrintWriter) - Method in exception hudson.security.AccessDeniedException2
Reports the details of the access failure.
reportAsHeaders(HttpServletResponse) - Method in exception hudson.security.AccessDeniedException2
Reports the details of the access failure in HTTP headers to assist diagnosis.
RepositoryBrowser<E extends ChangeLogSet.Entry> - Class in hudson.scm
Connects Hudson to repository browsers like ViewCVS or FishEye, so that Hudson can generate links to them.
RepositoryBrowser() - Constructor for class hudson.scm.RepositoryBrowser
 
repositoryBrowser - Variable in class hudson.scm.SCMDescriptor
If this SCM has corresponding RepositoryBrowser, that type.
RepositoryBrowsers - Class in hudson.scm
List of all installed RepositoryBrowsers.
RepositoryBrowsers() - Constructor for class hudson.scm.RepositoryBrowsers
 
request - Variable in class hudson.util.FormFieldValidator
Deprecated.
 
requiredCore - Variable in class hudson.model.UpdateSite.Plugin
Version of Jenkins core this plugin was compiled against.
requirePOST() - Method in class hudson.model.AbstractModelObject
Deprecated.
Use RequirePOST on your method.
requiresConfirmation - Variable in class jenkins.model.ModelObjectWithContextMenu.MenuItem
True to require confirmation after a click.
requiresOf(Initializer) - Method in class hudson.init.InitializerFinder
 
requiresOf(Terminator) - Method in class hudson.init.TerminatorFinder
 
requiresRestart() - Method in class hudson.model.UpdateCenter.DownloadJob.InstallationStatus
Indicates that a restart is needed to complete the tasks.
requiresRestart() - Method in class hudson.model.UpdateCenter.DownloadJob.SuccessButRequiresRestart
 
requiresWorkspaceForPolling() - Method in class hudson.scm.SCM
Returns true if this SCM requires a checked out workspace for doing polling.
reset() - Method in class hudson.org.apache.tools.tar.TarInputStream
Deprecated.
Since we do not support marking just yet, we do nothing.
reset(SecurityRealm) - Method in class hudson.security.HudsonFilter
Reset the proxies and filter for a change in SecurityRealm.
reset(TreeMap<Integer, R>) - Method in class jenkins.model.lazy.AbstractLazyLoadRunMap
Replaces all the current loaded Rs with the given ones.
resetLabel(Label) - Method in class hudson.model.AbstractCIBase
 
resetPerformanceStats() - Method in class hudson.util.KeyedDataStorage
 
resetThreadContextLoader() - Method in class jenkins.util.AntClassLoader
Resets the current thread's context loader to its original value.
resolve(Map<String, String>) - Static method in class hudson.EnvVars
Resolves environment variables against each other.
resolve() - Method in class hudson.fsp.WorkspaceSnapshotSCM
Obtains the WorkspaceSnapshot object that this SCM points to, or throws WorkspaceSnapshotSCM.ResolvedFailedException upon failing.
resolve(Job<?, ?>) - Method in class hudson.model.PermalinkProjectAction.Permalink
Resolves the permalink to a build.
resolve(User, String) - Static method in class hudson.tasks.UserAvatarResolver
Resolve an avatar image URL string for the user.
resolve(User) - Static method in class hudson.tasks.UserNameResolver
 
resolve(String) - Method in class hudson.util.VariableResolver.ByMap
 
resolve(String) - Method in interface hudson.util.VariableResolver
Receives a variable name and obtains the value associated with the name.
resolve(String) - Method in class hudson.util.VariableResolver.Union
 
resolve(Job<?, ?>) - Method in class jenkins.model.PeepholePermalink
Resolves the permalink by using the cache if possible.
resolve() - Method in class jenkins.ProxyInjector
 
resolveCanonicalId(String, Map<String, ?>) - Method in class hudson.model.User.CanonicalIdResolver
extract user ID from idOrFullName with help from contextual infos.
resolveCanonicalId(String, Map<String, ?>) - Method in class hudson.model.User.FullNameIdResolver
 
resolveCanonicalId(String, Map<String, ?>) - Method in class hudson.model.User.UserIDCanonicalIdResolver
 
resolveCanonicalId(String, Map<String, ?>) - Method in class jenkins.model.DefaultUserCanonicalIdResolver
 
resolveDependantPlugins() - Method in class hudson.PluginManager
 
resolveEntity(String, String) - Method in class jenkins.util.xml.RestrictiveEntityResolver
Throws a SAXException if this tried to resolve any entity.
resolveForCLI(String) - Static method in class hudson.model.AbstractItem
Used for CLI binding.
resolveForCLI(String) - Static method in class hudson.model.AbstractProject
Used for CLI binding.
resolveForCLI(String) - Static method in class hudson.model.Computer
Used for CLI binding.
resolveMultiScmIfConfigured(SCM) - Static method in class jenkins.triggers.SCMTriggerItem.SCMTriggerItems
 
resolveOrNull(User, String) - Static method in class hudson.tasks.UserAvatarResolver
Like UserAvatarResolver.resolve(hudson.model.User, java.lang.String) but returns null rather than a fallback URL in case there is no special avatar.
resolveSymlink(File, TaskListener) - Static method in class hudson.Util
Deprecated.
resolveSymlink(File) - Static method in class hudson.Util
Resolves symlink, if the given file is a symlink.
resolveSymlinkToFile(File) - Static method in class hudson.Util
Resolves a symlink to the File that points to.
Resource - Class in hudson.model
Represents things that Queue.Executable uses while running.
Resource(Resource, String) - Constructor for class hudson.model.Resource
 
Resource(Resource, String, int) - Constructor for class hudson.model.Resource
 
Resource(String) - Constructor for class hudson.model.Resource
 
RESOURCE_PATH - Static variable in class jenkins.model.Jenkins
Prefix to static resources like images and javascripts in the war file.
ResourceActivity - Interface in hudson.model
Activity that requires certain resources for its execution.
ResourceController - Class in hudson.model
Controls mutual exclusion of ResourceList.
ResourceController() - Constructor for class hudson.model.ResourceController
 
ResourceList - Class in hudson.model
List of Resources that an activity needs.
ResourceList() - Constructor for class hudson.model.ResourceList
 
respond(String) - Method in class hudson.util.FormFieldValidator
Deprecated.
Sends out an arbitrary HTML fragment.
respond(FormValidation.Kind, String) - Static method in exception hudson.util.FormValidation
Sends out an arbitrary HTML fragment as the output.
respond(StaplerResponse, String) - Method in exception hudson.util.FormValidation
Sends out an arbitrary HTML fragment as the output.
response - Variable in class hudson.util.FormFieldValidator
Deprecated.
 
ResponseHeaderFilter - Class in hudson
This filter allows you to modify headers set by the container or other servlets that are out of your control.
ResponseHeaderFilter() - Constructor for class hudson.ResponseHeaderFilter
 
ResponseTimeMonitor - Class in hudson.node_monitors
Monitors the round-trip response time to this slave.
ResponseTimeMonitor() - Constructor for class hudson.node_monitors.ResponseTimeMonitor
 
ResponseTimeMonitor.Data - Class in hudson.node_monitors
Immutable representation of the monitoring data.
ResponseTimeMonitor_DisplayName() - Static method in class hudson.node_monitors.Messages
Key ResponseTimeMonitor.DisplayName: Response Time.
ResponseTimeMonitor_MarkedOffline(Object) - Static method in class hudson.node_monitors.Messages
Key ResponseTimeMonitor.MarkedOffline: Making {0} offline because it’s not responding.
ResponseTimeMonitor_TimeOut(Object) - Static method in class hudson.node_monitors.Messages
Key ResponseTimeMonitor.TimeOut: Time out for last {0} try.
restart - Variable in class hudson.cli.InstallPluginCommand
 
restart() - Method in class hudson.lifecycle.Lifecycle
If this life cycle supports a restart of Hudson, do so.
restart() - Method in class hudson.lifecycle.SolarisSMFLifecycle
In SMF managed environment, just commit a suicide and the service will be restarted by SMF.
restart() - Method in class hudson.lifecycle.UnixLifecycle
 
restart() - Method in class hudson.lifecycle.WindowsServiceLifecycle
 
restart() - Method in class jenkins.model.Jenkins
Performs a restart.
restart() - Method in class jenkins.slaves.restarter.SlaveRestarter
If SlaveRestarter.canWork() method returns true, this method is called later when the connection is lost to restart the slave.
restart() - Method in class jenkins.slaves.restarter.UnixSlaveRestarter
 
restart() - Method in class jenkins.slaves.restarter.WinswSlaveRestarter
 
RestartJenkinsJob(UpdateSite) - Constructor for class hudson.model.UpdateCenter.RestartJenkinsJob
 
RestartJenkinsJobStatus() - Constructor for class hudson.model.UpdateCenter.RestartJenkinsJob.RestartJenkinsJobStatus
 
RestartListener - Class in hudson.model
Extension point that allows plugins to veto the restart.
RestartListener() - Constructor for class hudson.model.RestartListener
 
RestartListener.Default - Class in hudson.model
Default logic.
RestartNotSupportedException - Exception in hudson.lifecycle
Indicates that the Lifecycle doesn't support restart.
RestartNotSupportedException(String) - Constructor for exception hudson.lifecycle.RestartNotSupportedException
 
RestartNotSupportedException(String, Throwable) - Constructor for exception hudson.lifecycle.RestartNotSupportedException
 
RestartRequiredException - Exception in jenkins
Indicates that the plugin cannot be deployed without a restart.
RestartRequiredException(Localizable) - Constructor for exception jenkins.RestartRequiredException
 
RestartRequiredException(Localizable, Throwable) - Constructor for exception jenkins.RestartRequiredException
 
restoreCurrentDescriptorByNameUrl(String) - Static method in class hudson.Functions
 
restoreTo(AbstractBuild<?, ?>, FilePath, TaskListener) - Method in class hudson.FileSystemProvisioner.Default.WorkspaceSnapshotImpl
 
restoreTo(AbstractBuild<?, ?>, FilePath, TaskListener) - Method in class hudson.WorkspaceSnapshot
Restores the snapshot to the given file system location.
RestrictedSince - Annotation Type in hudson
Accompanies Restricted annotation to indicate when the access restriction was placed.
RestrictiveEntityResolver - Class in jenkins.util.xml
An EntityResolver that will fail to resolve any entities.
result - Variable in class hudson.cli.SetBuildResultCommand
 
Result - Class in hudson.model
The build outcome.
result - Variable in class hudson.model.Run
The build result.
Result() - Constructor for class hudson.search.Search.Result
 
Result.OptionHandlerImpl - Class in hudson.model
 
ResultTrend - Enum in hudson.model
Describes an Result trend by taking the comparing the result of the current and the previous build.
ResultTrend_Aborted() - Static method in class hudson.model.Messages
Key ResultTrend.Aborted: Aborted.
ResultTrend_Failure() - Static method in class hudson.model.Messages
Key ResultTrend.Failure: Failure.
ResultTrend_Fixed() - Static method in class hudson.model.Messages
Key ResultTrend.Fixed: Fixed.
ResultTrend_NotBuilt() - Static method in class hudson.model.Messages
Key ResultTrend.NotBuilt: Not built.
ResultTrend_NowUnstable() - Static method in class hudson.model.Messages
Key ResultTrend.NowUnstable: Now unstable.
ResultTrend_StillFailing() - Static method in class hudson.model.Messages
Key ResultTrend.StillFailing: Still failing.
ResultTrend_StillUnstable() - Static method in class hudson.model.Messages
Key ResultTrend.StillUnstable: Still unstable.
ResultTrend_Success() - Static method in class hudson.model.Messages
Key ResultTrend.Success: Success.
ResultTrend_Unstable() - Static method in class hudson.model.Messages
Key ResultTrend.Unstable: Unstable.
retainAll(Fingerprint.RangeSet) - Method in class hudson.model.Fingerprint.RangeSet
Updates this range set by the intersection of this range and the given range.
retainAll(Collection<?>) - Method in class hudson.slaves.NodeList
 
retainForDays - Static variable in class hudson.model.WorkspaceCleanupThread
Number of days workspaces should be retained.
RetentionStrategy<T extends Computer> - Class in hudson.slaves
Controls when to take Computer offline, bring it back online, or even to destroy it.
RetentionStrategy() - Constructor for class hudson.slaves.RetentionStrategy
 
RetentionStrategy.Always - Class in hudson.slaves
RetentionStrategy that tries to keep the node online all the time.
RetentionStrategy.Always.DescriptorImpl - Class in hudson.slaves
 
RetentionStrategy.Demand - Class in hudson.slaves
RetentionStrategy that tries to keep the node offline when not in use.
RetentionStrategy.Demand.DescriptorImpl - Class in hudson.slaves
 
RetentionStrategy_Always_displayName() - Static method in class hudson.slaves.Messages
Key RetentionStrategy.Always.displayName: Keep this slave on-line as much as possible.
RetentionStrategy_Demand_displayName() - Static method in class hudson.slaves.Messages
Key RetentionStrategy.Demand.displayName: Take this slave on-line when in demand and off-line when idle.
RetentionStrategy_Demand_OfflineIdle() - Static method in class hudson.slaves.Messages
Key RetentionStrategy.Demand.OfflineIdle: Offline because computer was idle; it will be relaunched when needed..
retrieve(File) - Method in class hudson.model.RunMap
 
retrieve(File) - Method in class jenkins.model.lazy.AbstractLazyLoadRunMap
Parses R instance from data in the specified directory.
retrievePassword(Authentication) - Method in class hudson.security.TokenBasedRememberMeServices2
 
retryCnt - Variable in class hudson.cli.BuildCommand
Deprecated.
reverse(Collection<T>) - Static method in class hudson.Functions
Reverses a collection so that it can be easily walked in reverse order.
reverse(List<T>) - Static method in class hudson.util.Iterators
Returns the Iterable that lists items in the reverse order.
ReverseBuildTrigger - Class in jenkins.triggers
Like BuildTrigger but defined on the downstream project.
ReverseBuildTrigger(String, Result) - Constructor for class jenkins.triggers.ReverseBuildTrigger
 
ReverseBuildTrigger.DescriptorImpl - Class in jenkins.triggers
 
ReverseBuildTrigger.ItemListenerImpl - Class in jenkins.triggers
 
ReverseBuildTrigger.RunListenerImpl - Class in jenkins.triggers
 
ReverseBuildTrigger_build_after_other_projects_are_built() - Static method in class jenkins.triggers.Messages
Key ReverseBuildTrigger.build_after_other_projects_are_built: Build after other projects are built.
ReverseBuildTrigger_running_as_cannot_even_see_for_trigger_f(Object, Object, Object) - Static method in class jenkins.triggers.Messages
Key ReverseBuildTrigger.running_as_cannot_even_see_for_trigger_f: Running as {0} cannot even see {1} for trigger from {2}.
ReverseProxySetupMonitor - Class in hudson.diagnosis
Looks out for a broken reverse proxy setup that doesn't rewrite the location header correctly.
ReverseProxySetupMonitor() - Constructor for class hudson.diagnosis.ReverseProxySetupMonitor
 
reverseSequence(int, int, int) - Static method in class hudson.util.Iterators
The short cut for reverse(sequence(start,end,step)).
reverseSequence(int, int) - Static method in class hudson.util.Iterators
 
reverseStderr - Variable in class hudson.Launcher.ProcStarter
True to reverse the I/O direction.
reverseStdin - Variable in class hudson.Launcher.ProcStarter
True to reverse the I/O direction.
reverseStdout - Variable in class hudson.Launcher.ProcStarter
True to reverse the I/O direction.
reverseView() - Method in class hudson.ExtensionList
Gets the read-only view of this ExtensionList where components are reversed.
rewind() - Method in class hudson.util.io.ReopenableFileOutputStream
In addition to close, ensure that the next "open" would truncate the file.
rewind() - Method in class hudson.util.io.ReopenableRotatingFileOutputStream
 
rewrite(File, File) - Method in class hudson.util.SecretRewriter
 
rewriteHudsonWar(File) - Method in class hudson.lifecycle.Lifecycle
Replaces jenkins.war by the given file.
rewriteHudsonWar(File) - Method in class hudson.lifecycle.WindowsServiceLifecycle
On Windows, jenkins.war is locked, so we place a new version under a special name, which is picked up by the service wrapper upon restart.
rewriteRecursive(File, TaskListener) - Method in class hudson.util.SecretRewriter
Recursively scans and rewrites a directory.
RFC822_DATETIME_FORMATTER - Static variable in class hudson.Util
 
rfc822Date(Calendar) - Static method in class hudson.Functions
 
rhs - Variable in class hudson.model.labels.LabelExpression.Binary
 
richtextarea(Map, Closure) - Method in interface lib.FormTagLib
Rich HTML editor from http://developer.yahoo.com/yui/editor/ All the attributes are those of the <textarea> tag.
richtextarea(Closure) - Method in interface lib.FormTagLib
Rich HTML editor from http://developer.yahoo.com/yui/editor/ All the attributes are those of the <textarea> tag.
richtextarea(Map) - Method in interface lib.FormTagLib
Rich HTML editor from http://developer.yahoo.com/yui/editor/ All the attributes are those of the <textarea> tag.
richtextarea() - Method in interface lib.FormTagLib
Rich HTML editor from http://developer.yahoo.com/yui/editor/ All the attributes are those of the <textarea> tag.
rightspace(Map, Closure) - Method in interface lib.LayoutTagLib
Creates a space for the right-hand side of the page.
rightspace(Closure) - Method in interface lib.LayoutTagLib
Creates a space for the right-hand side of the page.
rightspace(Map) - Method in interface lib.LayoutTagLib
Creates a space for the right-hand side of the page.
rightspace() - Method in interface lib.LayoutTagLib
Creates a space for the right-hand side of the page.
RingBufferLogHandler - Class in hudson.util
Log Handler that stores the log records into a ring buffer.
RingBufferLogHandler() - Constructor for class hudson.util.RingBufferLogHandler
 
RingBufferLogHandler(int) - Constructor for class hudson.util.RingBufferLogHandler
 
RobustCollectionConverter - Class in hudson.util
CollectionConverter that ignores XStreamException.
RobustCollectionConverter(XStream) - Constructor for class hudson.util.RobustCollectionConverter
 
RobustCollectionConverter(Mapper, ReflectionProvider) - Constructor for class hudson.util.RobustCollectionConverter
 
RobustReflectionConverter - Class in hudson.util
Custom ReflectionConverter that handle errors more gracefully.
RobustReflectionConverter(Mapper, ReflectionProvider) - Constructor for class hudson.util.RobustReflectionConverter
 
RobustReflectionConverter.DuplicateFieldException - Exception in hudson.util
 
Roles - Class in jenkins.security
Predefined Roles in Jenkins.
root() - Method in class jenkins.model.ArtifactManager
Returns a representation of the root directory of archived artifacts.
root - Variable in class jenkins.model.Jenkins
Root directory of the system.
root() - Method in class jenkins.model.StandardArtifactManager
 
RootAction - Interface in hudson.model
Marker interface for actions that are added to Jenkins.
rootDir - Variable in class hudson.PluginManager
Plug-in root directory.
rowSet(Map, Closure) - Method in interface lib.FormTagLib
Adds @nameRef to all table rows inside this tag, so that when the form is submitted, it gets grouped in one JSON object.
rowSet(Closure) - Method in interface lib.FormTagLib
Adds @nameRef to all table rows inside this tag, so that when the form is submitted, it gets grouped in one JSON object.
rowSet(Map) - Method in interface lib.FormTagLib
Adds @nameRef to all table rows inside this tag, so that when the form is submitted, it gets grouped in one JSON object.
rowSet() - Method in interface lib.FormTagLib
Adds @nameRef to all table rows inside this tag, so that when the form is submitted, it gets grouped in one JSON object.
RPAREN - Static variable in interface hudson.model.labels.LabelExpressionParserTokenTypes
 
RPAREN - Static variable in interface hudson.scheduler.CrontabParserTokenTypes
 
RSAConfidentialKey - Class in jenkins.security
RSA public/private key pair as ConfidentialKey.
RSAConfidentialKey(String) - Constructor for class jenkins.security.RSAConfidentialKey
 
RSAConfidentialKey(Class, String) - Constructor for class jenkins.security.RSAConfidentialKey
 
RSADigitalSignatureConfidentialKey - Class in jenkins.security
RSA digital signature as ConfidentialKey to prevent accidental leak of private key.
RSADigitalSignatureConfidentialKey(String) - Constructor for class jenkins.security.RSADigitalSignatureConfidentialKey
 
RSADigitalSignatureConfidentialKey(Class, String) - Constructor for class jenkins.security.RSADigitalSignatureConfidentialKey
 
RSS - Class in hudson.model
RSS related code.
RSS() - Constructor for class hudson.model.RSS
 
rssBar(Map, Closure) - Method in interface lib.JenkinsTagLib
 
rssBar(Closure) - Method in interface lib.JenkinsTagLib
 
rssBar(Map) - Method in interface lib.JenkinsTagLib
 
rssBar() - Method in interface lib.JenkinsTagLib
 
rssBar_with_iconSize(Map, Closure) - Method in interface lib.JenkinsTagLib
 
rssBar_with_iconSize(Closure) - Method in interface lib.JenkinsTagLib
 
rssBar_with_iconSize(Map) - Method in interface lib.JenkinsTagLib
 
rssBar_with_iconSize() - Method in interface lib.JenkinsTagLib
 
run() - Method in class hudson.cli.AbstractBuildRangeCommand
 
run() - Method in class hudson.cli.AddJobToViewCommand
 
run() - Method in class hudson.cli.BuildCommand
 
run() - Method in class hudson.cli.CLICommand
Executes the command, and return the exit code.
run() - Method in class hudson.cli.CliProtocol.Handler
 
run() - Method in class hudson.cli.CliProtocol2.Handler2
 
run() - Method in class hudson.cli.ConsoleCommand
 
run() - Method in class hudson.cli.CopyJobCommand
 
run() - Method in class hudson.cli.CreateJobCommand
 
run() - Method in class hudson.cli.CreateNodeCommand
 
run() - Method in class hudson.cli.CreateViewCommand
 
run() - Method in class hudson.cli.DeleteJobCommand
 
run() - Method in class hudson.cli.DeleteNodeCommand
 
run() - Method in class hudson.cli.DeleteViewCommand
 
run() - Method in class hudson.cli.GetJobCommand
 
run() - Method in class hudson.cli.GetNodeCommand
 
run() - Method in class hudson.cli.GetViewCommand
 
run() - Method in class hudson.cli.GroovyCommand
 
run() - Method in class hudson.cli.GroovyshCommand
 
run() - Method in class hudson.cli.HelpCommand
 
run() - Method in class hudson.cli.InstallPluginCommand
 
run() - Method in class hudson.cli.InstallToolCommand
 
run() - Method in class hudson.cli.ListJobsCommand
 
run() - Method in class hudson.cli.ListPluginsCommand
 
run() - Method in class hudson.cli.LoginCommand
 
run() - Method in class hudson.cli.LogoutCommand
 
run() - Method in class hudson.cli.OnlineNodeCommand
 
run() - Method in class hudson.cli.ReloadJobCommand
 
run() - Method in class hudson.cli.RemoveJobFromViewCommand
 
run() - Method in class hudson.cli.SessionIdCommand
 
run() - Method in class hudson.cli.SetBuildDescriptionCommand
 
run() - Method in class hudson.cli.SetBuildDisplayNameCommand
 
run() - Method in class hudson.cli.SetBuildParameterCommand
 
run() - Method in class hudson.cli.SetBuildResultCommand
 
run() - Method in class hudson.cli.UpdateJobCommand
 
run() - Method in class hudson.cli.UpdateNodeCommand
 
run() - Method in class hudson.cli.UpdateViewCommand
 
run() - Method in class hudson.cli.VersionCommand
 
run() - Method in class hudson.cli.WhoAmICommand
 
run(AbstractProject) - Method in interface hudson.DependencyRunner.ProjectRunnable
 
run() - Method in class hudson.DependencyRunner
 
run(String[]) - Static method in class hudson.Main
 
run(BuildListener) - Method in class hudson.model.AbstractBuild.AbstractBuildExecution
 
run() - Method in class hudson.model.AbstractBuild
Invoked by Executor to performs a build.
run() - Method in class hudson.model.Build
 
run() - Method in class hudson.model.Executor
 
run() - Method in class hudson.model.FreeStyleBuild
 
run() - Method in interface hudson.model.Queue.Executable
Called by Executor to perform the task.
Run<JobT extends Job<JobT,RunT>,RunT extends Run<JobT,RunT>> - Class in hudson.model
A particular execution of Job.
Run(JobT) - Constructor for class hudson.model.Run
Creates a new Run.
Run(JobT, Calendar) - Constructor for class hudson.model.Run
Constructor for creating a Run object in an arbitrary state.
Run(JobT, long) - Constructor for class hudson.model.Run
 
Run(JobT, File) - Constructor for class hudson.model.Run
Loads a run from a log file.
run(Run<JobT, RunT>.Runner) - Method in class hudson.model.Run
Deprecated.
run(BuildListener) - Method in class hudson.model.Run.RunExecution
Performs the main build and returns the status code.
run() - Method in class hudson.model.TaskThread
 
run() - Method in class hudson.model.UpdateCenter.ConnectionCheckJob
 
run() - Method in class hudson.model.UpdateCenter.DownloadJob
 
run() - Method in class hudson.model.UpdateCenter.HudsonDowngradeJob
 
run() - Method in class hudson.model.UpdateCenter.PluginDowngradeJob
 
run() - Method in class hudson.model.UpdateCenter.RestartJenkinsJob
 
RUN - Static variable in class hudson.security.PermissionScope
Permissions scoped to Runs (including Builds and other subtypes)
run() - Method in class hudson.TcpSlaveAgentListener
 
run() - Method in class hudson.triggers.SafeTimerTask
 
run() - Method in class hudson.triggers.SCMTrigger
 
run(Action[]) - Method in class hudson.triggers.SCMTrigger
Run the SCM trigger with additional build actions.
run() - Method in class hudson.triggers.SCMTrigger.Runner
 
run() - Method in class hudson.triggers.TimerTrigger
 
run() - Method in class hudson.triggers.Trigger
Executes the triggered task.
run() - Method in class hudson.UDPBroadcastThread
 
run(Iterable<? extends N>) - Method in class hudson.util.CyclicGraphDetector
 
run() - Method in class hudson.util.StreamCopyThread
 
run(Reactor) - Method in class jenkins.InitReactorRunner
 
run() - Method in class jenkins.management.AsynchronousAdministrativeMonitor.FixThread
 
run() - Method in class jenkins.slaves.JnlpSlaveAgentProtocol.Handler
 
run() - Method in class jenkins.slaves.JnlpSlaveAgentProtocol2.Handler2
Handles JNLP slave agent connection request (v2 protocol)
run() - Method in class jenkins.util.groovy.GroovyHookScript
 
run(Callable<V, IOException>) - Method in class jenkins.util.VirtualFile
Does some calculations in batch.
Run.Artifact - Class in hudson.model
A build artifact.
Run.ArtifactList - Class in hudson.model
 
Run.KeepLogBuildBadge - Class in hudson.model
BuildBadgeAction that shows the logs are being kept.
Run.RedirectUp - Class in hudson.model
 
Run.RunExecution - Class in hudson.model
Object that lives while the build is executed, to keep track of things that are needed only during the build.
Run.Runner - Class in hudson.model
Deprecated.
as of 1.467 Please use Run.RunExecution
Run.RunnerAbortedException - Exception in hudson.model
Used in Run.RunExecution.run(hudson.model.BuildListener) to indicates that a fatal error in a build is reported to BuildListener and the build should be simply aborted without further recording a stack trace.
Run.StatusSummarizer - Class in hudson.model
Used to implement Run.getBuildStatusSummary().
Run.Summary - Class in hudson.model
 
Run__is_waiting_for_a_checkpoint_on_(Object, Object) - Static method in class hudson.model.Messages
Key Run._is_waiting_for_a_checkpoint_on_: {0} is waiting for a checkpoint on {1}.
Run_ArtifactsBrowserTitle(Object, Object) - Static method in class hudson.model.Messages
Key Run.ArtifactsBrowserTitle: Artifacts of {0} {1}.
Run_ArtifactsPermission_Description() - Static method in class hudson.model.Messages
Key Run.ArtifactsPermission.Description: {@code This permission grants the ability to retrieve the artifacts produced by builds.
Run_BuildAborted() - Static method in class hudson.model.Messages
Key Run.BuildAborted: Build was aborted.
Run_DeletePermission_Description() - Static method in class hudson.model.Messages
Key Run.DeletePermission.Description: This permission allows users to manually delete specific builds from the build history..
Run_InProgressDuration(Object) - Static method in class hudson.model.Messages
Key Run.InProgressDuration: {0} and counting.
Run_MarkedExplicitly() - Static method in class hudson.model.Messages
Key Run.MarkedExplicitly: This record is explicitly marked to be kept..
Run_NotStartedYet() - Static method in class hudson.model.Messages
Key Run.NotStartedYet: Not started yet.
Run_Permissions_Title() - Static method in class hudson.model.Messages
Key Run.Permissions.Title: Run.
Run_running_as_(Object) - Static method in class hudson.model.Messages
Key Run.running_as_: Running as {0}.
RUN_SCRIPTS - Static variable in class jenkins.model.Jenkins
 
Run_Summary_Aborted() - Static method in class hudson.model.Messages
Key Run.Summary.Aborted: aborted.
Run_Summary_BackToNormal() - Static method in class hudson.model.Messages
Key Run.Summary.BackToNormal: back to normal.
Run_Summary_BrokenForALongTime() - Static method in class hudson.model.Messages
Key Run.Summary.BrokenForALongTime: broken for a long time.
Run_Summary_BrokenSince(Object) - Static method in class hudson.model.Messages
Key Run.Summary.BrokenSince: broken since build {0}.
Run_Summary_BrokenSinceThisBuild() - Static method in class hudson.model.Messages
Key Run.Summary.BrokenSinceThisBuild: broken since this build.
Run_Summary_NotBuilt() - Static method in class hudson.model.Messages
Key Run.Summary.NotBuilt: not built.
Run_Summary_Stable() - Static method in class hudson.model.Messages
Key Run.Summary.Stable: stable.
Run_Summary_Unknown() - Static method in class hudson.model.Messages
Key Run.Summary.Unknown: ?.
Run_Summary_Unstable() - Static method in class hudson.model.Messages
Key Run.Summary.Unstable: unstable.
Run_UnableToDelete(Object, Object) - Static method in class hudson.model.Messages
Key Run.UnableToDelete: Unable to delete {0}: {1}.
Run_UpdatePermission_Description() - Static method in class hudson.model.Messages
Key Run.UpdatePermission.Description: This permission allows users to update description and other properties of a build, for example to leave notes about the cause of a build failure..
RunAction - Interface in hudson.model
Deprecated.
Use RunAction2 instead: RunAction.onLoad() does not work well with lazy loading if you are trying to persist the owner; and RunAction.onBuildComplete() was never called.
RunAction2 - Interface in jenkins.model
Optional interface for Actions that add themselves to a Run.
runCli(Connection) - Method in class hudson.cli.CliProtocol.Handler
 
runDeleteListener - Static variable in class hudson.diagnosis.OldDataMonitor
 
RunExecution() - Constructor for class hudson.model.Run.RunExecution
 
runIdMigrator - Variable in class hudson.model.Job
 
runIdMigrator - Variable in class hudson.model.RunMap
Normally overwritten by LazyBuildMixIn#onLoad or LazyBuildMixIn#onCreatedFromScratch, in turn created during Job.onLoad(hudson.model.ItemGroup<? extends hudson.model.Item>, java.lang.String).
RunIdMigrator - Class in jenkins.model
Converts legacy builds directories to the current format.
RunIdMigrator() - Constructor for class jenkins.model.RunIdMigrator
 
RunIdMigrator.UnmigrationInstruction - Class in jenkins.model
Expose unmigration instruction to the user.
RunList<R extends Run> - Class in hudson.util
List of Runs, sorted in the descending date order.
RunList() - Constructor for class hudson.util.RunList
 
RunList(Job) - Constructor for class hudson.util.RunList
 
RunList(View) - Constructor for class hudson.util.RunList
 
RunList(Collection<? extends Job>) - Constructor for class hudson.util.RunList
 
RunListener<R extends Run> - Class in hudson.model.listeners
Receives notifications about builds.
RunListener(Class<R>) - Constructor for class hudson.model.listeners.RunListener
 
RunListener() - Constructor for class hudson.model.listeners.RunListener
 
RunListenerImpl() - Constructor for class jenkins.model.PeepholePermalink.RunListenerImpl
 
RunListenerImpl() - Constructor for class jenkins.triggers.ReverseBuildTrigger.RunListenerImpl
 
RunListProgressiveRendering - Class in jenkins.widgets
Makes it possible to incrementally render some information from a RunList.
RunListProgressiveRendering() - Constructor for class jenkins.widgets.RunListProgressiveRendering
 
RunMap<R extends Run<?,R>> - Class in hudson.model
Map from build number to Run.
RunMap() - Constructor for class hudson.model.RunMap
Deprecated.
RunMap(File, RunMap.Constructor) - Constructor for class hudson.model.RunMap
 
RunMap.Constructor<R extends Run<?,R>> - Interface in hudson.model
Run factory.
RunMixIn() - Constructor for class jenkins.model.lazy.LazyBuildMixIn.RunMixIn
 
Runner() - Constructor for class hudson.model.Run.Runner
Deprecated.
 
Runner() - Constructor for class hudson.triggers.SCMTrigger.Runner
 
Runner(Action[]) - Constructor for class hudson.triggers.SCMTrigger.Runner
 
RunnerAbortedException() - Constructor for exception hudson.model.Run.RunnerAbortedException
 
RunnerImpl() - Constructor for class hudson.model.Build.RunnerImpl
Deprecated.
 
Running() - Constructor for class hudson.model.UpdateCenter.RestartJenkinsJob.Running
 
RunParameterDefinition - Class in hudson.model
 
RunParameterDefinition(String, String, String, RunParameterDefinition.RunParameterFilter) - Constructor for class hudson.model.RunParameterDefinition
 
RunParameterDefinition(String, String, String) - Constructor for class hudson.model.RunParameterDefinition
Deprecated.
as of 1.517
RunParameterDefinition.DescriptorImpl - Class in hudson.model
 
RunParameterDefinition.RunParameterFilter - Enum in hudson.model
Constants that control how Run Parameter is filtered.
RunParameterDefinition_DisplayName() - Static method in class hudson.model.Messages
Key RunParameterDefinition.DisplayName: Run Parameter.
RunParameterValue - Class in hudson.model
 
RunParameterValue(String, String, String) - Constructor for class hudson.model.RunParameterValue
 
RunParameterValue(String, String) - Constructor for class hudson.model.RunParameterValue
 
runPreCheckout() - Method in class jenkins.tasks.SimpleBuildWrapper
By default, when run as part of an AbstractBuild, will run late, in the SimpleBuildWrapper.setUp(AbstractBuild, Launcher, BuildListener) phase.
runs - Variable in class hudson.model.ViewJob
All Runs.
runs - Variable in class jenkins.widgets.HistoryPageFilter
 
runScript(Script) - Static method in class hudson.Functions
Evaluate a Jelly script and return output as a String.
RunUrl(Run, String, String, String) - Constructor for class hudson.Functions.RunUrl
 

S

SAFE_PARAMETERS_SYSTEM_PROPERTY_NAME - Static variable in class hudson.model.ParametersAction
 
safeRestart() - Method in class jenkins.model.Jenkins
Queues up a restart to be performed once there are no builds currently running.
SafeTimerTask - Class in hudson.triggers
Wrapper so that a fatal error in TimerTask will not terminate the timer.
SafeTimerTask() - Constructor for class hudson.triggers.SafeTimerTask
 
safeTransform(Source, Result) - Static method in class jenkins.util.xml.XMLUtils
Transform the source to the output in a manner that is protected against XXE attacks.
sanitize() - Method in class hudson.model.LoadBalancer
Wraps this LoadBalancer into a decorator that tests the basic sanity of the implementation.
save() - Method in class hudson.logging.LogRecorder
Save the settings to a file.
save() - Method in class hudson.model.AbstractItem
Save the settings to a file.
save() - Method in class hudson.model.AbstractProject
 
save() - Method in class hudson.model.Descriptor
Saves the configuration info to the disk.
save() - Method in class hudson.model.Fingerprint
Save the settings to a file.
save() - Method in interface hudson.model.Item
Save the settings to a file.
save() - Method in class hudson.model.Job
 
save() - Method in class hudson.model.labels.LabelAtom
 
save() - Method in class hudson.model.MyViewsProperty
 
save() - Method in class hudson.model.Node
Persists the state of this object into XML.
save() - Method in class hudson.model.PaneStatusProperties
 
save() - Method in class hudson.model.Queue
Persists the queue contents to the disk.
save() - Method in class hudson.model.Run
Save the settings to a file.
save() - Method in interface hudson.model.Saveable
Persists the state of this object into XML.
save() - Method in class hudson.model.UpdateCenter
Saves the configuration info to the disk.
save() - Method in class hudson.model.User
Save the settings to a file.
save() - Method in class hudson.model.View
 
save() - Method in class hudson.Plugin
Saves serializable fields of this instance to the persisted storage.
save() - Method in class hudson.ProxyConfiguration
 
save() - Method in class jenkins.model.Jenkins
Save the settings to a file.
save() - Method in class jenkins.model.Nodes
Persists the state of this object into XML.
Saveable - Interface in hudson.model
Object whose state is persisted to XML.
SaveableListener - Class in hudson.model.listeners
Receives notifications about save actions on Saveable objects in Hudson.
SaveableListener() - Constructor for class hudson.model.listeners.SaveableListener
 
saveNextBuildNumber() - Method in class hudson.model.Job
 
scale() - Method in class hudson.util.TagCloud.Entry
 
scan(File, FileVisitor) - Method in class hudson.FilePath.ExplicitlySpecifiedDirScanner
 
scan(File, FileVisitor) - Method in class hudson.util.DirScanner.Filter
 
scan(File, FileVisitor) - Method in class hudson.util.DirScanner.Full
 
scan(File, FileVisitor) - Method in class hudson.util.DirScanner.Glob
 
scan(File, FileVisitor) - Method in class hudson.util.DirScanner
Scans the given directory and pass files onto the given visitor.
scanOnReboot() - Static method in class jenkins.security.RekeySecretAdminMonitor
 
scanSingle(File, String, FileVisitor) - Method in class hudson.util.DirScanner
 
SCC(int) - Constructor for class jenkins.util.DirectedGraph.SCC
 
schedule(AbstractProject) - Method in class hudson.model.Queue
Schedule a new build for this project.
schedule(Queue.Task, int, List<Action>) - Method in class hudson.model.Queue
Deprecated.
schedule(Queue.Task, int) - Method in class hudson.model.Queue
 
schedule(Queue.Task, int, Action...) - Method in class hudson.model.Queue
Convenience wrapper method around Queue.schedule(Task, int, List)
schedule() - Method in class hudson.model.UpdateCenter.UpdateCenterJob
Deprecated.
as of 1.326 Use UpdateCenter.UpdateCenterJob.submit() instead.
schedule() - Method in class hudson.util.DoubleLaunchChecker
Schedules the next execution.
schedule2(Queue.Task, int, List<Action>) - Method in class hudson.model.Queue
Schedules an execution of a task.
schedule2(Queue.Task, int, Action...) - Method in class hudson.model.Queue
Convenience wrapper method around Queue.schedule2(Task, int, List)
scheduleBuild() - Method in class hudson.model.AbstractProject
Deprecated.
scheduleBuild(int) - Method in class hudson.model.AbstractProject
Deprecated.
scheduleBuild(Cause) - Method in class hudson.model.AbstractProject
Schedules a build of this project.
scheduleBuild(int, Cause) - Method in class hudson.model.AbstractProject
 
scheduleBuild(int, Cause, Action...) - Method in class hudson.model.AbstractProject
Schedules a build.
scheduleBuild() - Method in interface hudson.model.BuildableItem
Deprecated.
scheduleBuild(Cause) - Method in interface hudson.model.BuildableItem
 
scheduleBuild(int) - Method in interface hudson.model.BuildableItem
Deprecated.
scheduleBuild(int, Cause) - Method in interface hudson.model.BuildableItem
 
scheduleBuild() - Method in class jenkins.model.ParameterizedJobMixIn
 
scheduleBuild(Cause) - Method in class jenkins.model.ParameterizedJobMixIn
 
scheduleBuild(int) - Method in class jenkins.model.ParameterizedJobMixIn
 
scheduleBuild(int, Cause) - Method in class jenkins.model.ParameterizedJobMixIn
 
scheduleBuild2(int, Cause, Action...) - Method in class hudson.model.AbstractProject
Schedules a build of this project, and returns a Future object to wait for the completion of the build.
scheduleBuild2(int, Cause, Collection<? extends Action>) - Method in class hudson.model.AbstractProject
Schedules a build of this project, and returns a Future object to wait for the completion of the build.
scheduleBuild2(int) - Method in class hudson.model.AbstractProject
Schedules a build, and returns a Future object to wait for the completion of the build.
scheduleBuild2(int, Cause) - Method in class hudson.model.AbstractProject
Schedules a build of this project, and returns a Future object to wait for the completion of the build.
scheduleBuild2(int, Action...) - Method in class hudson.model.Project
 
scheduleBuild2(int, Action...) - Method in class jenkins.model.ParameterizedJobMixIn
Provides a standard implementation of an optional method of the same name in a Job type to schedule a build with the ability to wait for its result.
scheduleBuild2(Job<?, ?>, int, Action...) - Static method in class jenkins.model.ParameterizedJobMixIn
Convenience method to schedule a build.
scheduleBuild2(int, Action...) - Method in interface jenkins.triggers.SCMTriggerItem
 
scheduleMaintenance() - Method in class hudson.model.Queue
Checks the queue and runs anything that can be run.
schedulePolling() - Method in class hudson.model.AbstractProject
Schedules a polling of this project.
ScheduleResult - Class in hudson.model.queue
ScheduleResult() - Constructor for class hudson.model.queue.ScheduleResult
 
ScheduleResult.Created - Class in hudson.model.queue
 
ScheduleResult.Existing - Class in hudson.model.queue
 
ScheduleResult.Refused - Class in hudson.model.queue
 
SCM - Class in hudson.scm
Captures the configuration information in it.
SCM() - Constructor for class hudson.scm.SCM
 
SCM_Permissions_Title() - Static method in class hudson.scm.Messages
Key SCM.Permissions.Title: SCM.
SCM_TagPermission_Description() - Static method in class hudson.scm.Messages
Key SCM.TagPermission.Description: This permission allows users to create a new tag in the source code repository for a given build..
SCMAction() - Constructor for class hudson.triggers.SCMTrigger.SCMAction
 
SCMCheckoutStrategy - Class in jenkins.scm
Controls the check out behavior in AbstractBuild.
SCMCheckoutStrategy() - Constructor for class jenkins.scm.SCMCheckoutStrategy
 
SCMCheckoutStrategyDescriptor - Class in jenkins.scm
SCMCheckoutStrategyDescriptor(Class<? extends SCMCheckoutStrategy>) - Constructor for class jenkins.scm.SCMCheckoutStrategyDescriptor
 
SCMCheckoutStrategyDescriptor() - Constructor for class jenkins.scm.SCMCheckoutStrategyDescriptor
 
SCMDescriptor<T extends SCM> - Class in hudson.scm
SCMDescriptor(Class<T>, Class<? extends RepositoryBrowser>) - Constructor for class hudson.scm.SCMDescriptor
 
SCMDescriptor(Class<? extends RepositoryBrowser>) - Constructor for class hudson.scm.SCMDescriptor
Infers the type of the corresponding SCM from the outer class.
SCMedItem - Interface in hudson.model
Deprecated.
Implement SCMTriggerItem instead.
SCMListener - Class in hudson.model.listeners
Receives notifications about SCM activities in Hudson.
SCMListener() - Constructor for class hudson.model.listeners.SCMListener
 
SCMPollListener - Class in hudson.model.listeners
A hook for listening to polling activities in Jenkins.
SCMPollListener() - Constructor for class hudson.model.listeners.SCMPollListener
 
SCMRevisionState - Class in hudson.scm
Immutable object that represents revisions of the files in the repository, used to represent the result of a SCM polling.
SCMRevisionState() - Constructor for class hudson.scm.SCMRevisionState
 
SCMS - Class in hudson.scm
List of all installed SCMs.
SCMS() - Constructor for class hudson.scm.SCMS
 
SCMS - Static variable in class hudson.scm.SCMS
Deprecated.
as of 1.286 Use SCM.all() for read access and Extension for registration.
SCMTrigger - Class in hudson.triggers
Trigger that checks for SCM updates periodically.
SCMTrigger(String) - Constructor for class hudson.triggers.SCMTrigger
 
SCMTrigger(String, boolean) - Constructor for class hudson.triggers.SCMTrigger
 
SCMTrigger.AdministrativeMonitorImpl - Class in hudson.triggers
 
SCMTrigger.BuildAction - Class in hudson.triggers
Associated with Run to show the polling log that triggered that build.
SCMTrigger.DescriptorImpl - Class in hudson.triggers
 
SCMTrigger.Runner - Class in hudson.triggers
Runnable that actually performs polling.
SCMTrigger.SCMAction - Class in hudson.triggers
Action object for job.
SCMTrigger.SCMTriggerCause - Class in hudson.triggers
 
SCMTrigger_BuildAction_DisplayName() - Static method in class hudson.triggers.Messages
Key SCMTrigger.BuildAction.DisplayName: Polling Log.
SCMTrigger_DisplayName() - Static method in class hudson.triggers.Messages
Key SCMTrigger.DisplayName: Poll SCM.
SCMTrigger_getDisplayName(Object) - Static method in class hudson.triggers.Messages
Key SCMTrigger.getDisplayName: {0} Polling Log.
SCMTrigger_SCMTriggerCause_ShortDescription() - Static method in class hudson.triggers.Messages
Key SCMTrigger.SCMTriggerCause.ShortDescription: Started by an SCM change.
SCMTriggerCause(File) - Constructor for class hudson.triggers.SCMTrigger.SCMTriggerCause
 
SCMTriggerCause(String) - Constructor for class hudson.triggers.SCMTrigger.SCMTriggerCause
 
SCMTriggerCause() - Constructor for class hudson.triggers.SCMTrigger.SCMTriggerCause
SCMTriggerItem - Interface in jenkins.triggers
The item type accepted by SCMTrigger.
SCMTriggerItem.SCMTriggerItems - Class in jenkins.triggers
Utilities.
scout(Class, Hudson) - Method in class hudson.ExtensionFinder.GuiceFinder
TODO: need to learn more about concurrent access to Injector and how it interacts with classloading.
scout(Class, Hudson) - Method in class hudson.ExtensionFinder
Performs class initializations without creating instances.
scout(Class, Hudson) - Method in class hudson.ExtensionFinder.Sezpoz
 
scramble(String) - Static method in class hudson.util.Scrambler
 
Scrambler - Class in hudson.util
Scrambles, but does not encrypt, text.
Scrambler() - Constructor for class hudson.util.Scrambler
 
script - Variable in class hudson.cli.GroovyCommand
 
scriptConsole(Map, Closure) - Method in interface lib.JenkinsTagLib
 
scriptConsole(Closure) - Method in interface lib.JenkinsTagLib
 
scriptConsole(Map) - Method in interface lib.JenkinsTagLib
 
scriptConsole() - Method in interface lib.JenkinsTagLib
 
ScriptLoader - Class in hudson.cli.util
Reads a file (either a path or URL) over a channel.
ScriptLoader(String) - Constructor for class hudson.cli.util.ScriptLoader
 
Search - Class in hudson.search
Web-bound object that provides search/navigation capability.
Search() - Constructor for class hudson.search.Search
 
search(int, AbstractLazyLoadRunMap.Direction) - Method in class jenkins.model.lazy.AbstractLazyLoadRunMap
Finds the build #M where M is nearby the given 'n'.
Search.Item - Class in hudson.search
 
Search.Result - Class in hudson.search
 
SearchableModelObject - Interface in hudson.search
ModelObject that can be searched.
SearchFactory - Class in hudson.search
Creates a Search instance for a SearchableModelObject.
SearchFactory() - Constructor for class hudson.search.SearchFactory
 
SearchIndex - Interface in hudson.search
Conceptually a set of SearchItems that provide quick look-up from their names.
SearchIndexBuilder - Class in hudson.search
Builds SearchIndex.
SearchIndexBuilder() - Constructor for class hudson.search.SearchIndexBuilder
 
SearchItem - Interface in hudson.search
Represents an item reachable from SearchIndex.
SearchItems - Class in hudson.search
 
SearchItems() - Constructor for class hudson.search.SearchItems
 
SearchResult - Interface in hudson.search
 
sec10 - Variable in class hudson.model.MultiStageTimeSeries
Updated every 10 seconds.
Secret - Class in hudson.util
Glorified String that uses encryption in the persisted form, to avoid accidental exposure of a secret.
Secret.ConverterImpl - Class in hudson.util
 
SecretRewriter - Class in hudson.util
Rewrites XML files by looking for Secrets that are stored with the old key and replaces them by the new encrypted values.
SecretRewriter(File) - Constructor for class hudson.util.SecretRewriter
 
section(Map, Closure) - Method in interface lib.FormTagLib
Section header in the form table.
section(Closure) - Method in interface lib.FormTagLib
Section header in the form table.
section(Map) - Method in interface lib.FormTagLib
Section header in the form table.
section() - Method in interface lib.FormTagLib
Section header in the form table.
SecureRequester - Interface in jenkins.security
An extension point for authorizing REST API access to an object where an unsafe result type would be produced.
SecureRequester.Default - Class in jenkins.security
 
Security() - Constructor for class jenkins.model.GlobalConfigurationCategory.Security
 
SecurityComponents() - Constructor for class hudson.security.SecurityRealm.SecurityComponents
 
SecurityComponents(AuthenticationManager) - Constructor for class hudson.security.SecurityRealm.SecurityComponents
 
SecurityComponents(AuthenticationManager, UserDetailsService) - Constructor for class hudson.security.SecurityRealm.SecurityComponents
 
SecurityComponents(AuthenticationManager, UserDetailsService, RememberMeServices) - Constructor for class hudson.security.SecurityRealm.SecurityComponents
 
SecurityContextExecutorService - Class in jenkins.security
Creates a delegating ExecutorService implementation whose submit and related methods capture the current SecurityContext and then wrap any runnable/callable objects in another runnable/callable that sets the context before execution and resets it afterwards.
SecurityContextExecutorService(ExecutorService) - Constructor for class jenkins.security.SecurityContextExecutorService
 
SecurityIsOffMonitor - Class in jenkins.diagnostics
Unsecured Jenkins is, well, insecure.
SecurityIsOffMonitor() - Constructor for class jenkins.diagnostics.SecurityIsOffMonitor
 
SecurityListener - Class in jenkins.security
Listener notified of various significant events related to security.
SecurityListener() - Constructor for class jenkins.security.SecurityListener
 
SecurityListenerImpl() - Constructor for class jenkins.security.LastGrantedAuthoritiesProperty.SecurityListenerImpl
 
SecurityMode - Enum in hudson.security
What security enforcement does Hudson do?
SecurityRealm - Class in hudson.security
Pluggable security realm that connects external user database to Hudson.
SecurityRealm() - Constructor for class hudson.security.SecurityRealm
 
SecurityRealm.SecurityComponents - Class in hudson.security
Just a tuple so that we can create various inter-related security related objects and return them all at once.
select(Map, Closure) - Method in interface lib.FormTagLib
Glorified <select> control that supports the data binding and AJAX updates.
select(Closure) - Method in interface lib.FormTagLib
Glorified <select> control that supports the data binding and AJAX updates.
select(Map) - Method in interface lib.FormTagLib
Glorified <select> control that supports the data binding and AJAX updates.
select() - Method in interface lib.FormTagLib
Glorified <select> control that supports the data binding and AJAX updates.
selected - Variable in class hudson.util.ListBoxModel.Option
True to make this item selected.
self() - Static method in class hudson.model.Descriptor
 
Self() - Constructor for class hudson.model.Descriptor.Self
 
SELFPUMP_INPUT - Static variable in class hudson.Proc.LocalProc
 
SELFPUMP_OUTPUT - Static variable in class hudson.Proc.LocalProc
 
sendError(Exception, StaplerRequest, StaplerResponse) - Method in class hudson.model.AbstractModelObject
Displays the error in a page.
sendError(Exception) - Method in class hudson.model.AbstractModelObject
 
sendError(String, StaplerRequest, StaplerResponse) - Method in class hudson.model.AbstractModelObject
 
sendError(String, StaplerRequest, StaplerResponse, boolean) - Method in class hudson.model.AbstractModelObject
 
sendError(String) - Method in class hudson.model.AbstractModelObject
 
sendStartAuthentication(ServletRequest, ServletResponse, FilterChain, AuthenticationException) - Method in class jenkins.security.ExceptionTranslationFilter
 
sequence(int, int, int) - Static method in class hudson.util.Iterators
Returns a list that represents [start,end).
sequence(int, int) - Static method in class hudson.util.Iterators
 
sequence(Iterable<? extends T>...) - Static method in class hudson.util.Iterators
Returns an Iterable that iterates over all the given Iterables.
sequence(Iterator<? extends T>...) - Static method in class hudson.util.Iterators
 
SequentialExecutionQueue - Class in hudson.util
Executor that collapses two equal Runnables into one, and makes sure no two equal Runnables get executed simultaneously.
SequentialExecutionQueue(ExecutorService) - Constructor for class hudson.util.SequentialExecutionQueue
 
serializationMethodInvoker - Variable in class hudson.util.RobustReflectionConverter
 
serializedClass(Class) - Method in class hudson.util.xstream.MapperDelegate
 
serializedMember(Class, String) - Method in class hudson.util.xstream.MapperDelegate
 
series - Variable in class hudson.model.MultiStageTimeSeries.TrendChart
 
serveFile(StaplerRequest, StaplerResponse, FilePath, String, boolean) - Method in class hudson.model.DirectoryBrowserSupport
Deprecated.
as of 1.297 Instead of calling this method explicitly, just return the DirectoryBrowserSupport object from the doXYZ method and let Stapler generate a response for you.
ServerTcpPort - Class in jenkins.util
Used in conjunction with /lib/form/serverTcpPort tag to parse the submitted JSON back into a port number.
ServerTcpPort(int, String) - Constructor for class jenkins.util.ServerTcpPort
 
ServerTcpPort(JSONObject) - Constructor for class jenkins.util.ServerTcpPort
 
Service - Class in hudson.util
Load classes by looking up META-INF/services.
Service() - Constructor for class hudson.util.Service
 
SERVICE_WIN32_OWN_PROCESS - Static variable in interface hudson.util.jna.WINNT
 
servletContext - Variable in class jenkins.model.Jenkins
 
SESSION_HASH - Static variable in class jenkins.model.Jenkins
Unique random token that identifies the current session.
SessionIdCommand - Class in hudson.cli
Prints the current session ID number (that changes for every run) to allow clients to reliably wait for a restart.
SessionIdCommand() - Constructor for class hudson.cli.SessionIdCommand
 
SessionIdCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key SessionIdCommand.ShortDescription: Outputs the session ID, which changes every time Jenkins restarts..
set(Authentication) - Method in class hudson.cli.ClientAuthenticationCache
Persists the specified authentication.
set(Class<T>, T) - Method in class hudson.Lookup
 
set(int, Environment) - Method in class hudson.model.EnvironmentList
 
set(WorkUnit) - Method in class hudson.model.Queue.JobOffer
 
set(WorkUnit) - Method in class hudson.model.queue.MappingWorksheet.ExecutorSlot
 
set(int, Node) - Method in class hudson.slaves.NodeList
 
set(boolean) - Method in class jenkins.util.io.FileBoolean
 
setAbstract(boolean) - Method in interface hudson.util.spring.BeanConfiguration
Sets the BeanConfiguration as an Abstract bean definition
setAcceptingTasks(boolean) - Method in class hudson.slaves.SlaveComputer
Allows suspension of tasks being accepted by the slave computer.
setAccessDeniedHandler(AccessDeniedHandler) - Method in class jenkins.security.ExceptionTranslationFilter
 
setAdminAddress(String) - Method in class jenkins.model.JenkinsLocationConfiguration
Sets the e-mail address of Jenkins administrator.
setAllowEmptyArchive(boolean) - Method in class hudson.tasks.ArtifactArchiver
 
setAsCancelled() - Method in class hudson.model.queue.FutureImpl
 
setAssignedLabel(Label) - Method in class hudson.model.AbstractProject
Sets the assigned label.
setAssignedNode(Node) - Method in class hudson.model.AbstractProject
Assigns this job to the given node.
setAuthenticated(boolean) - Method in class hudson.security.ContainerAuthentication
 
setAuthentication(Authentication) - Method in class jenkins.security.NonSerializableSecurityContext
 
setAuthenticationEntryPoint(AuthenticationEntryPoint) - Method in class jenkins.security.BasicHeaderProcessor
 
setAuthenticationEntryPoint(AuthenticationEntryPoint) - Method in class jenkins.security.ExceptionTranslationFilter
 
setAuthenticationTrustResolver(AuthenticationTrustResolver) - Method in class jenkins.security.ExceptionTranslationFilter
 
setAuthorizationStrategy(AuthorizationStrategy) - Method in class jenkins.model.Jenkins
 
setAutowire(String) - Method in interface hudson.util.spring.BeanConfiguration
Sets the autowire type, either "byType" or "byName"
setBinding(Binding) - Method in class hudson.util.spring.BeanBuilder
Sets the binding (the variables available in the scope of the BeanBuilder)
setBlockBuildWhenDownstreamBuilding(boolean) - Method in class hudson.model.AbstractProject
 
setBlockBuildWhenUpstreamBuilding(boolean) - Method in class hudson.model.AbstractProject
 
setBufferDebug(boolean) - Method in class hudson.org.apache.tools.tar.TarOutputStream
Deprecated.
Sets the debugging flag in this stream's TarBuffer.
SetBuildDescriptionCommand - Class in hudson.cli
 
SetBuildDescriptionCommand() - Constructor for class hudson.cli.SetBuildDescriptionCommand
 
SetBuildDescriptionCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key SetBuildDescriptionCommand.ShortDescription: Sets the description of a build..
setBuildDiscarder(BuildDiscarder) - Method in class hudson.model.Job
 
SetBuildDisplayNameCommand - Class in hudson.cli
 
SetBuildDisplayNameCommand() - Constructor for class hudson.cli.SetBuildDisplayNameCommand
 
SetBuildDisplayNameCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key SetBuildDisplayNameCommand.ShortDescription: Sets the displayName of a build..
SetBuildParameterCommand - Class in hudson.cli
Used from the build to update the build variable.
SetBuildParameterCommand() - Constructor for class hudson.cli.SetBuildParameterCommand
 
SetBuildParameterCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key SetBuildParameterCommand.ShortDescription: Update/set the build parameter of the current build in progress..
SetBuildResultCommand - Class in hudson.cli
Sets the result of the current build.
SetBuildResultCommand() - Constructor for class hudson.cli.SetBuildResultCommand
 
SetBuildResultCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key SetBuildResultCommand.ShortDescription: {@code Sets the result of the current build.
setBuilds(Iterable<? extends Run<?, ?>>) - Method in class jenkins.widgets.RunListProgressiveRendering
Jelly cannot call a constructor with arguments.
setBuiltOnStr(String) - Method in class hudson.model.AbstractBuild
Allows subtypes to set the value of AbstractBuild.builtOn.
setCaptchaSupport(CaptchaSupport) - Method in class hudson.security.SecurityRealm
 
setCaseSensitive(boolean) - Method in class hudson.tasks.ArtifactArchiver
 
setChannel(InputStream, OutputStream, TaskListener, Channel.Listener) - Method in class hudson.slaves.SlaveComputer
 
setChannel(InputStream, OutputStream, OutputStream, Channel.Listener) - Method in class hudson.slaves.SlaveComputer
Creates a Channel from the given stream and sets that to this slave.
setChannel(Channel, OutputStream, Channel.Listener) - Method in class hudson.slaves.SlaveComputer
Sets up the connection through an existing channel.
setClassPath(Path) - Method in class jenkins.util.AntClassLoader
Set the classpath to search for classes to load.
setComputer(Computer) - Method in class hudson.model.ComputerPanelBox
 
setConcurrentBuild(boolean) - Method in class hudson.model.AbstractProject
 
setContentType(StaplerResponse) - Method in class hudson.console.AnnotatedLargeText
 
setConvertToUpperCase(boolean) - Method in class hudson.security.DeferredCreationLdapAuthoritiesPopulator
Deprecated.
 
setCreateSessionAllowed(boolean) - Method in class jenkins.security.ExceptionTranslationFilter
 
setCrumbIssuer(CrumbIssuer) - Method in class jenkins.model.Jenkins
 
setCrumbRequestField(String) - Method in class hudson.security.csrf.CrumbIssuerDescriptor
Set the request parameter name.
setCrumbSalt(String) - Method in class hudson.security.csrf.CrumbIssuerDescriptor
Set the salt value.
setCurrentDescriptorByNameUrl(String) - Static method in class hudson.Functions
 
setCustomWorkspace(String) - Method in class hudson.model.AbstractProject
User-specified workspace directory, or null if it's up to Jenkins.
setDebug(boolean) - Method in class hudson.org.apache.tools.tar.TarInputStream
Deprecated.
Sets the debugging flag.
setDebug(boolean) - Method in class hudson.org.apache.tools.tar.TarOutputStream
Deprecated.
Sets the debugging flag.
setDefaultExcludes(boolean) - Method in class hudson.tasks.ArtifactArchiver
 
setDefaultRole(String) - Method in class hudson.security.DeferredCreationLdapAuthoritiesPopulator
Deprecated.
 
setDefaultValue(String) - Method in class hudson.model.PasswordParameterDefinition
 
setDefaultValue(String) - Method in class hudson.model.StringParameterDefinition
 
setDelegate(AuthenticationManager) - Method in class hudson.security.AuthenticationManagerProxy
 
setDelegate(RememberMeServices) - Method in class hudson.security.RememberMeServicesProxy
 
setDelegate(UserDetailsService) - Method in class hudson.security.UserDetailsServiceProxy
 
setDelegate(GroovyObject) - Method in class hudson.util.spring.ClosureScript
Sets the delegation target.
setDependants(Set<String>) - Method in class hudson.PluginWrapper
Set the list of components that depend on this plugin.
setDependsOn(String[]) - Method in interface hudson.util.spring.BeanConfiguration
Sets the names of the beans this bean configuration depends on
setDescription(String) - Method in class hudson.model.AbstractItem
Sets the project description HTML.
setDescription(String) - Method in class hudson.model.HealthReport
Setter for property 'description'.
setDescription(String) - Method in class hudson.model.labels.LabelAtom
 
setDescription(String) - Method in class hudson.model.ParameterValue
 
setDescription(String) - Method in class hudson.model.Run
 
setDescription(String) - Method in class hudson.model.User
Sets the description of the user.
setDestroyMethod(String) - Method in interface hudson.util.spring.BeanConfiguration
Sets the name of the method to call when destroying the bean
setDisableRememberMe(boolean) - Method in class jenkins.model.Jenkins
 
setDisplayName(String) - Method in class hudson.model.AbstractItem
 
setDisplayName(String) - Method in class hudson.model.Run
 
setDisplayNameOrNull(String) - Method in class hudson.model.AbstractItem
This method exists so that the Job configuration pages can use getDisplayNameOrNull so that nothing is shown in the display name text box if the display name is not set.
setDisposer(SimpleBuildWrapper.Disposer) - Method in class jenkins.tasks.SimpleBuildWrapper.Context
Specify an action to take when the block ends.
setDouble(boolean) - Method in class hudson.util.QuotedStringTokenizer
 
setEnabled(boolean) - Method in class hudson.security.Permission
 
setEncoding(String) - Method in class hudson.logging.WeakLogHandler
 
setenv(String, String, int) - Method in interface hudson.util.jna.GNUCLibrary
 
setErrorManager(ErrorManager) - Method in class hudson.logging.WeakLogHandler
 
setExcludes(String) - Method in class hudson.tasks.ArtifactArchiver
 
setExecutable(Queue.Executable) - Method in class hudson.model.queue.WorkUnit
This method is only meant to be called internally by Executor.
setExecutor(Executor) - Method in class hudson.model.queue.WorkUnit
 
setExecutor(Executor) - Method in exception jenkins.model.queue.AsynchronousExecution
 
setExecutors(ExecutorService) - Method in class hudson.util.SequentialExecutionQueue
Starts using a new ExecutorService to carry out executions.
setFactoryBean(String) - Method in interface hudson.util.spring.BeanConfiguration
 
setFactoryMethod(String) - Method in interface hudson.util.spring.BeanConfiguration
 
setFieldName(String) - Method in class hudson.model.FileParameterValue.FileItemImpl
 
setFilter(Filter) - Method in class hudson.logging.WeakLogHandler
 
setFilters(Collection<? extends Filter>) - Method in class hudson.security.ChainedServletFilter
 
setFingerprint(boolean) - Method in class hudson.tasks.ArtifactArchiver
Whether to fingerprint the artifacts after we archive them.
setFormatter(Formatter) - Method in class hudson.logging.WeakLogHandler
 
setFormField(boolean) - Method in class hudson.model.FileParameterValue.FileItemImpl
 
setFullName(String) - Method in class hudson.model.User
Sets the human readable name of the user.
setGlobalSettings(GlobalSettingsProvider) - Method in class hudson.tasks.Maven
 
setGlobalSettingsProvider(GlobalSettingsProvider) - Method in class jenkins.mvn.GlobalMavenConfig
 
setGroupRoleAttribute(String) - Method in class hudson.security.DeferredCreationLdapAuthoritiesPopulator
Deprecated.
 
setGroupSearchBase(String) - Method in class hudson.security.DeferredCreationLdapAuthoritiesPopulator
Deprecated.
 
setGroupSearchFilter(String) - Method in class hudson.security.DeferredCreationLdapAuthoritiesPopulator
Deprecated.
 
setHasCycleDependency(boolean) - Method in class hudson.PluginWrapper
 
setHeaders(FileItemHeaders) - Method in class hudson.model.FileParameterValue.FileItemImpl
 
setIconSize(Map, Closure) - Method in interface lib.JenkinsTagLib
 
setIconSize(Closure) - Method in interface lib.JenkinsTagLib
 
setIconSize(Map) - Method in interface lib.JenkinsTagLib
 
setIconSize() - Method in interface lib.JenkinsTagLib
 
setIconUrl(String) - Method in class hudson.model.HealthReport
Setter for property 'iconUrl'.
setIfNull(Class<T>, T) - Method in class hudson.Lookup
Overwrites the value only if the current value is null.
setIgnored(boolean) - Method in class hudson.node_monitors.NodeMonitor
 
setIncludeRegex(String) - Method in class hudson.model.ListView
 
setIndexFileName(String) - Method in class hudson.model.DirectoryBrowserSupport
If the directory is requested but the directory listing is disabled, a file of this name is served.
setInitialDirContextFactory(InitialDirContextFactory) - Method in class hudson.security.DeferredCreationLdapAuthoritiesPopulator
Deprecated.
 
setInstallations(JDK...) - Method in class hudson.model.JDK.DescriptorImpl
 
setInstallations(Maven.MavenInstallation...) - Method in class hudson.tasks.Maven.DescriptorImpl
 
setInstallations(Maven.MavenInstallation...) - Method in class hudson.tasks.Maven.MavenInstallation.DescriptorImpl
 
setInstallations(T...) - Method in class hudson.tools.ToolDescriptor
Overwrites ToolInstallations.
setInstanceCap(int) - Method in class hudson.slaves.AbstractCloudImpl
 
setInstanceCapStr(String) - Method in class hudson.slaves.AbstractCloudImpl
 
setIsolated(boolean) - Method in class jenkins.util.AntClassLoader
Sets whether this classloader should run in isolated mode.
setJDK(JDK) - Method in class hudson.model.AbstractProject
Overwrites the JDK setting.
setJDKs(Collection<? extends JDK>) - Method in class jenkins.model.Jenkins
Replaces all JDK installations with those from the given collection.
setLabelString(String) - Method in class hudson.model.Node
Sets the label string for a node.
setLabelString(String) - Method in class hudson.model.Slave
 
setLabelString(String) - Method in class jenkins.model.Jenkins
 
setLauncher(ComputerLauncher) - Method in class hudson.model.Slave
 
setLevel(Level) - Method in class hudson.logging.WeakLogHandler
 
setLoadBalancer(LoadBalancer) - Method in class hudson.model.Queue
 
setLocalizibleDescription(Localizable) - Method in class hudson.model.HealthReport
Setter for property 'localizibleDescription'.
setLocation(String) - Method in class hudson.model.FileParameterValue
 
setLogRotator(LogRotator) - Method in class hudson.model.Job
Deprecated.
setLongFileMode(int) - Method in class hudson.org.apache.tools.tar.TarOutputStream
Deprecated.
Set the long file mode.
setMapper(Mapper) - Method in class hudson.util.XStream2
This method allows one to insert additional mappers after XStream2 was created, but because of the way XStream works internally, this needs to be done carefully.
setMarkupFormatter(MarkupFormatter) - Method in class jenkins.model.Jenkins
Sets the markup formatter used in the system globally.
setMasterKillSwitch(boolean) - Method in class jenkins.security.s2m.AdminWhitelistRule
 
setMode(Node.Mode) - Method in class hudson.model.Slave
 
setMode(Node.Mode) - Method in class jenkins.model.Jenkins
 
setMyViewsTabBar(MyViewsTabBar) - Method in class jenkins.model.Jenkins
 
setName(String) - Method in interface hudson.util.spring.BeanConfiguration
Sets the name of the bean in the app ctx
setNeeded() - Method in class jenkins.security.RekeySecretAdminMonitor
 
setNewerThan(Long) - Method in class jenkins.widgets.HistoryPageFilter
Set the 'newerThan' queue ID.
setNextBuildNumberToFetch(String) - Method in class hudson.widgets.HistoryWidget
 
setNode(Node) - Method in class hudson.model.Computer
Called to notify Computer that its corresponding Node configuration is updated.
setNode(N) - Method in class hudson.slaves.NodeProperty
 
setNode(Node) - Method in class hudson.slaves.SlaveComputer
 
setNodeName(String) - Method in class hudson.model.Node
Deprecated.
to indicate that this method isn't really meant to be called by random code.
setNodeName(String) - Method in class hudson.model.Slave
 
setNodeName(String) - Method in class jenkins.model.Jenkins
 
setNodes(List<? extends Node>) - Method in class jenkins.model.Jenkins
 
setNodes(Collection<? extends Node>) - Method in class jenkins.model.Nodes
Sets the list of nodes.
setNoUsageStatistics(Boolean) - Method in class jenkins.model.Jenkins
 
setNumExecutors(int) - Method in class jenkins.model.Jenkins
 
setOlderThan(Long) - Method in class jenkins.widgets.HistoryPageFilter
Set the 'olderThan' queue ID.
setOnlyIfSuccessful(boolean) - Method in class hudson.tasks.ArtifactArchiver
 
setOwner(J) - Method in class hudson.model.JobProperty
Hook for performing post-initialization action.
setOwner(DescribableList.Owner) - Method in class hudson.util.DescribableList
Deprecated.
since 2008-08-15. Use PersistedList.setOwner(Saveable)
setOwner(Saveable) - Method in class hudson.util.PersistedList
 
setParent(ChangeLogSet) - Method in class hudson.scm.ChangeLogSet.Entry
Should be invoked before a ChangeLogSet is exposed to public.
setParent(Object) - Method in interface hudson.util.spring.BeanConfiguration
Sets the name of the parent bean
setParent(ClassLoader) - Method in class jenkins.util.AntClassLoader
Set the parent for this class loader.
setParentFirst(boolean) - Method in class jenkins.util.AntClassLoader
Control whether class lookup is delegated to the parent loader first or after this loader.
setPlugin(Plugin) - Method in class hudson.PluginWrapper
 
setPollingThreadCount(int) - Method in class hudson.triggers.SCMTrigger.DescriptorImpl
Sets the number of concurrent threads used for SCM polling and resizes the thread pool accordingly
setPortResolver(PortResolver) - Method in class jenkins.security.ExceptionTranslationFilter
 
setPrimaryView(View) - Method in class jenkins.model.Jenkins
 
setPrimaryViewName(String) - Method in class hudson.model.MyViewsProperty
 
setProject(Project) - Method in class jenkins.util.AntClassLoader
Set the project associated with this class loader
setProjectNamingStrategy(ProjectNamingStrategy) - Method in class jenkins.model.Jenkins
 
setProperty(String, Object) - Method in class hudson.util.spring.BeanBuilder
This method overrides property setting in the scope of the BeanBuilder to set properties on the current BeanConfiguration
setProperty(String, Object) - Method in class hudson.util.spring.ClosureScript
 
setPropertyValue(String, Object) - Method in interface hudson.util.spring.BeanConfiguration
Sets a property value on the bean configuration
setProxiedViewName(String) - Method in class hudson.model.ProxyView
 
setQueueId(long) - Method in class hudson.model.Run
Set the queue item ID.
setQuietPeriod(Integer) - Method in class hudson.model.AbstractProject
Sets the custom quiet period of this project, or revert to the global default if null is given.
setQuietPeriod(Integer) - Method in class jenkins.model.Jenkins
Sets the global quiet period.
setRawBuildsDir(String) - Method in class jenkins.model.Jenkins
 
setRecurse(boolean) - Method in class hudson.model.ListView
 
setRememberMeServices(RememberMeServices) - Method in class jenkins.security.BasicHeaderProcessor
 
setResult(Result) - Method in class hudson.model.Run
Sets the Run.getResult() of this build.
setRetentionStrategy(RetentionStrategy) - Method in class hudson.model.Slave
 
setRolePrefix(String) - Method in class hudson.security.DeferredCreationLdapAuthoritiesPopulator
Deprecated.
 
setScm(SCM) - Method in class hudson.model.AbstractProject
 
setScmCheckoutRetryCount(int) - Method in class jenkins.model.Jenkins
 
setScmCheckoutStrategy(SCMCheckoutStrategy) - Method in class hudson.model.AbstractProject
 
setScore(int) - Method in class hudson.model.HealthReport
Setter for property 'score'.
setSearchString(String) - Method in class jenkins.widgets.HistoryPageFilter
Set the search string used to narrow the filtered set of builds.
setSearchSubtree(boolean) - Method in class hudson.security.DeferredCreationLdapAuthoritiesPopulator
Deprecated.
 
setSecurityRealm(SecurityRealm) - Method in class jenkins.model.Jenkins
 
setServletContext(ServletContext) - Method in class hudson.Plugin
Called when a plugin is loaded to make the ServletContext object available to a plugin.
setSettings(SettingsProvider) - Method in class hudson.tasks.Maven
 
setSettingsProvider(SettingsProvider) - Method in class jenkins.mvn.GlobalMavenConfig
 
setShell(String) - Method in class hudson.tasks.Shell.DescriptorImpl
 
setsid() - Method in interface hudson.util.jna.GNUCLibrary
 
setSingle(boolean) - Method in class hudson.util.QuotedStringTokenizer
 
setSlaveAgentPort(int) - Method in class jenkins.model.Jenkins
 
setSlaves(List<Slave>) - Method in class hudson.model.Hudson
Deprecated.
Use Jenkins.setNodes(List). Since 1.252.
setSorter(QueueSorter) - Method in class hudson.model.Queue
 
setSpringConfig(RuntimeSpringConfiguration) - Method in class hudson.util.spring.BeanBuilder
Sets the runtime Spring configuration instance to use.
setSystemMessage(String) - Method in class jenkins.model.Jenkins
Sets the system message.
setTemporarilyOffline(boolean) - Method in class hudson.model.Computer
setTemporarilyOffline(boolean, OfflineCause) - Method in class hudson.model.Computer
Marks the computer as temporarily offline.
setThreadContextLoader() - Method in class jenkins.util.AntClassLoader
Sets the current thread's context loader to this classloader, storing the current loader value for later resetting.
SettingsProvider - Class in jenkins.mvn
 
SettingsProvider() - Constructor for class jenkins.mvn.SettingsProvider
 
SettingsProviderDescriptor - Class in jenkins.mvn
 
SettingsProviderDescriptor() - Constructor for class jenkins.mvn.SettingsProviderDescriptor
 
setTool(ToolInstallation) - Method in class hudson.tools.InstallSourceProperty
 
setTool(ToolInstallation) - Method in class hudson.tools.ToolInstaller
Called during the initialization to tell ToolInstaller what ToolInstallation it is configured against.
setTool(T) - Method in class hudson.tools.ToolProperty
 
setTransportAuth(Authentication) - Method in class hudson.cli.CLICommand
 
setTriggered(boolean) - Method in class hudson.node_monitors.DiskSpaceMonitorDescriptor.DiskSpace
Sets whether this disk space amount should be treated as outside the acceptable conditions or not.
setTriggered(Class<? extends AbstractDiskSpaceMonitor>, boolean) - Method in class hudson.node_monitors.DiskSpaceMonitorDescriptor.DiskSpace
Same as DiskSpaceMonitorDescriptor.DiskSpace.setTriggered(boolean), also sets the trigger class which made the decision
setTrimmed(boolean) - Method in class hudson.widgets.HistoryWidget
 
setUp(AbstractBuild, Launcher, BuildListener) - Method in class hudson.slaves.EnvironmentVariablesNodeProperty
 
setUp(AbstractBuild, Launcher, BuildListener) - Method in class hudson.slaves.NodeProperty
setUp(AbstractBuild, Launcher, BuildListener) - Method in class hudson.tasks.BuildWrapper
Runs before the Builder runs (but after the checkout has occurred), and performs a set up.
setUp(Build, Launcher, BuildListener) - Method in class hudson.tasks.BuildWrapper
Deprecated.
setUp(SimpleBuildWrapper.Context, Run<?, ?>, FilePath, Launcher, TaskListener, EnvVars) - Method in class jenkins.tasks.SimpleBuildWrapper
Called when a segment of a build is started that is to be enhanced with this wrapper.
setUp(AbstractBuild, Launcher, BuildListener) - Method in class jenkins.tasks.SimpleBuildWrapper
 
setUpEnvironment(AbstractBuild, Launcher, BuildListener) - Method in class hudson.model.listeners.RunListener
setUrl(String) - Method in class jenkins.model.JenkinsLocationConfiguration
 
setUseBrowser(boolean) - Method in class jenkins.model.DownloadSettings
 
setUsePrivateRepository(boolean) - Method in class hudson.tasks.Maven
 
setUserDetailsService(UserDetailsService) - Method in class hudson.security.TokenBasedRememberMeServices2
Decorate UserDetailsService so that we can use information stored in LastGrantedAuthoritiesProperty.
setUserId(String) - Method in class hudson.model.Slave
 
setValue(String) - Method in class jenkins.util.xstream.XStreamDOM.WriterImpl
 
setViewOwner(View) - Method in class hudson.model.AbstractCIBase
 
setViewsTabBar(ViewsTabBar) - Method in class jenkins.model.Jenkins
 
setWorkspace(FilePath) - Method in class hudson.model.AbstractBuild
Normally, a workspace is assigned by Run.RunExecution, but this lets you set the workspace in case AbstractBuild is created without a build.
Sezpoz() - Constructor for class hudson.ExtensionFinder.Sezpoz
 
SFTPClient - Class in hudson.util.ssh
Deprecated.
Does nothing different from SFTPv3Client.
SFTPClient(Connection) - Constructor for class hudson.util.ssh.SFTPClient
Deprecated.
 
Shell - Class in hudson.tasks
Executes a series of commands by using a shell.
Shell(String) - Constructor for class hudson.tasks.Shell
 
Shell.DescriptorImpl - Class in hudson.tasks
 
Shell_DisplayName() - Static method in class hudson.tasks.Messages
Key Shell.DisplayName: Execute shell.
ShiftedCategoryAxis - Class in hudson.util
CategoryAxis shifted to left to eliminate redundant space between area and the Y-axis.
ShiftedCategoryAxis(String) - Constructor for class hudson.util.ShiftedCategoryAxis
 
shortName - Variable in class hudson.PluginWrapper.Dependency
 
shouldPerformAuthentication(Authentication) - Method in class hudson.cli.CLICommand
Determines if the user authentication is attempted through CLI before running this command.
shouldSchedule(List<Action>) - Method in class hudson.model.ParametersAction
Allow an other build of the same project to be scheduled, if it has other parameters.
shouldSchedule(List<Action>) - Method in interface hudson.model.Queue.QueueAction
Returns whether the new item should be scheduled.
shouldSchedule(Queue.Task, List<Action>) - Method in class hudson.model.Queue.QueueDecisionHandler
Returns whether the new item should be scheduled.
shouldSerializeMember(Class, String) - Method in class hudson.util.xstream.MapperDelegate
 
shouldTriggerBuild(AbstractBuild, TaskListener, List<Action>) - Method in class hudson.model.DependencyGraph.Dependency
Decide whether build should be triggered and provide any Actions for the build.
SHOW_PID - Static variable in class hudson.Proc
Debug switch to have the thread display the process it's waiting for.
showEvenIfUnstableOption(Class<? extends AbstractProject<?, ?>>) - Method in class hudson.tasks.BuildTrigger.DescriptorImpl
 
showFullPath - Static variable in class hudson.Launcher
Debug option to display full current path instead of just the last token.
shownByDefault() - Method in class hudson.views.LastStableColumn.DescriptorImpl
 
shownByDefault() - Method in class hudson.views.ListViewColumn
Deprecated.
shownByDefault() - Method in class hudson.views.ListViewColumnDescriptor
Whether this column will be shown by default on new/existing ListViews.
shutdown() - Method in class hudson.TcpSlaveAgentListener
Initiates the shuts down of the listener.
shutdown() - Method in class hudson.UDPBroadcastThread
 
shutdown() - Static method in class jenkins.util.Timer
Shutdown the timer and throw it away.
ShutdownLink - Class in jenkins.management
 
ShutdownLink() - Constructor for class jenkins.management.ShutdownLink
 
ShutdownLink_Description() - Static method in class jenkins.management.Messages
Key ShutdownLink.Description: Stops executing new builds, so that the system can be eventually shut down safely..
ShutdownLink_DisplayName_cancel() - Static method in class jenkins.management.Messages
Key ShutdownLink.DisplayName_cancel: Cancel Shutdown.
ShutdownLink_DisplayName_prepare() - Static method in class jenkins.management.Messages
Key ShutdownLink.DisplayName_prepare: Prepare for Shutdown.
sibling(String) - Method in class hudson.FilePath
Short for getParent().child(rel).
sid - Variable in class hudson.security.SparseACL.Entry
 
SidACL - Class in hudson.security
ACL that checks permissions based on GrantedAuthority of the Authentication.
SidACL() - Constructor for class hudson.security.SidACL
 
SIDE_BUFFER_SIZE - Static variable in class hudson.FilePath
 
side_panel(Map, Closure) - Method in interface lib.LayoutTagLib
 
side_panel(Closure) - Method in interface lib.LayoutTagLib
 
side_panel(Map) - Method in interface lib.LayoutTagLib
 
side_panel() - Method in interface lib.LayoutTagLib
 
sidepanel(Map, Closure) - Method in interface jenkins.security.HudsonPrivateSecurityRealmTagLib
 
sidepanel(Closure) - Method in interface jenkins.security.HudsonPrivateSecurityRealmTagLib
 
sidepanel(Map) - Method in interface jenkins.security.HudsonPrivateSecurityRealmTagLib
 
sidepanel() - Method in interface jenkins.security.HudsonPrivateSecurityRealmTagLib
 
sign(String) - Method in class jenkins.security.RSADigitalSignatureConfidentialKey
Sign a message and base64 encode the signature.
signal() - Method in class hudson.util.OneShotEvent
Non-blocking method that signals this event.
signatureCheck - Static variable in class hudson.model.DownloadService
May be used to temporarily disable signature checking on DownloadService and UpdateCenter.
SIGNIFICANT - Static variable in class hudson.scm.PollingResult
 
signin() - Method in class hudson.security.FederatedLoginService.FederatedIdentity
Call this method to authenticate the user when you confirmed (via your protocol specific work) that the current HTTP request indeed owns this identifier.
signup(Map, Closure) - Method in interface jenkins.security.HudsonPrivateSecurityRealmTagLib
 
signup(Closure) - Method in interface jenkins.security.HudsonPrivateSecurityRealmTagLib
 
signup(Map) - Method in interface jenkins.security.HudsonPrivateSecurityRealmTagLib
 
signup() - Method in interface jenkins.security.HudsonPrivateSecurityRealmTagLib
 
SignupInfo() - Constructor for class hudson.security.HudsonPrivateSecurityRealm.SignupInfo
 
SignupInfo(StaplerRequest) - Constructor for class hudson.security.HudsonPrivateSecurityRealm.SignupInfo
 
SignupInfo(FederatedLoginService.FederatedIdentity) - Constructor for class hudson.security.HudsonPrivateSecurityRealm.SignupInfo
 
signupWithFederatedIdentity(Map, Closure) - Method in interface jenkins.security.HudsonPrivateSecurityRealmTagLib
 
signupWithFederatedIdentity(Closure) - Method in interface jenkins.security.HudsonPrivateSecurityRealmTagLib
 
signupWithFederatedIdentity(Map) - Method in interface jenkins.security.HudsonPrivateSecurityRealmTagLib
 
signupWithFederatedIdentity() - Method in interface jenkins.security.HudsonPrivateSecurityRealmTagLib
 
SimpleBuildStep - Interface in jenkins.tasks
A build step (like a Builder or Publisher) which may be called at an arbitrary time during a build (or multiple times), run, and be done.
SimpleBuildStep.LastBuildAction - Interface in jenkins.tasks
Marker for explicitly added build actions (as Run.addAction(hudson.model.Action)) which should imply a transient project action (Actionable.getActions()) when present on the Job.getLastSuccessfulBuild().
SimpleBuildStep.LastBuildActionFactory - Class in jenkins.tasks
 
SimpleBuildWrapper - Class in jenkins.tasks
A generalization of BuildWrapper that, like SimpleBuildStep, may be called at various points within a build.
SimpleBuildWrapper() - Constructor for class jenkins.tasks.SimpleBuildWrapper
 
SimpleBuildWrapper.Context - Class in jenkins.tasks
SimpleBuildWrapper.Disposer - Class in jenkins.tasks
An optional callback to run at the end of the wrapped block.
SimpleOfflineCause(Localizable) - Constructor for class hudson.slaves.OfflineCause.SimpleOfflineCause
 
SimpleParameterDefinition - Class in hudson.model
Convenient base class for ParameterDefinition whose value can be represented in a context-independent single string token.
SimpleParameterDefinition(String) - Constructor for class hudson.model.SimpleParameterDefinition
 
SimpleParameterDefinition(String, String) - Constructor for class hudson.model.SimpleParameterDefinition
 
SimpleScheduledRetentionStrategy - Class in hudson.slaves
RetentionStrategy that controls the slave based on a schedule.
SimpleScheduledRetentionStrategy(String, int, boolean) - Constructor for class hudson.slaves.SimpleScheduledRetentionStrategy
 
SimpleScheduledRetentionStrategy.DescriptorImpl - Class in hudson.slaves
 
SimpleScheduledRetentionStrategy_displayName() - Static method in class hudson.slaves.Messages
Key SimpleScheduledRetentionStrategy.displayName: Take this slave on-line according to a schedule.
SimpleScheduledRetentionStrategy_FinishedUpTime() - Static method in class hudson.slaves.Messages
Key SimpleScheduledRetentionStrategy.FinishedUpTime: Computer has finished its scheduled uptime.
singleQuote(String) - Static method in class hudson.Util
Surrounds by a single-quote.
singletonList(T) - Method in class hudson.Functions
 
site - Variable in class hudson.model.UpdateCenter.UpdateCenterJob
Which UpdateSite does this belong to?
sites(Map, Closure) - Method in interface jenkins.PluginManagerTagLib
 
sites(Closure) - Method in interface jenkins.PluginManagerTagLib
 
sites(Map) - Method in interface jenkins.PluginManagerTagLib
 
sites() - Method in interface jenkins.PluginManagerTagLib
 
size() - Method in class hudson.ExtensionList
 
size() - Method in class hudson.model.EnvironmentList
 
size() - Method in class hudson.model.queue.MappingWorksheet.Mapping
Number of WorkUnits that require assignments.
size - Variable in class hudson.node_monitors.DiskSpaceMonitorDescriptor.DiskSpace
 
size() - Method in class hudson.security.PermissionGroup
 
size() - Method in class hudson.tasks.BuildStep.PublisherList
 
size() - Method in class hudson.util.CopyOnWriteList
 
size() - Method in class hudson.util.CopyOnWriteMap
 
size() - Method in class hudson.util.DescriptorList
 
size() - Method in class hudson.util.PersistedList
 
size() - Method in class hudson.util.RunList
Deprecated.
as of 1.485 RunList, despite its name, should be really used as Iterable, not as List.
size() - Method in class hudson.util.TagCloud
 
size() - Method in class jenkins.util.DirectedGraph.SCC
 
size() - Method in class jenkins.widgets.HistoryPageFilter
 
size2(Object) - Static method in class hudson.Functions
Works like JSTL build-in size(x) function, but handle null gracefully.
skip(DataInputStream) - Static method in class hudson.console.ConsoleNote
Skips the encoded console note.
skip(long) - Method in class hudson.org.apache.tools.tar.TarInputStream
Deprecated.
Skip bytes in the input buffer.
skip(InputStream, long) - Static method in class hudson.util.IOUtils
Fully skips the specified size from the given input stream.
skip(long) - Method in class hudson.util.UnbufferedBase64InputStream
 
skipInitTask(Task) - Method in class hudson.init.InitStrategy
Selectively skip some of the initialization tasks.
Slave - Class in hudson.model
Information about a Hudson slave node.
Slave(String, String, String, String, Node.Mode, String, ComputerLauncher, RetentionStrategy, List<? extends NodeProperty<?>>) - Constructor for class hudson.model.Slave
 
Slave(String, String, String, int, Node.Mode, String, ComputerLauncher, RetentionStrategy) - Constructor for class hudson.model.Slave
Deprecated.
since 2009-02-20.
Slave(String, String, String, int, Node.Mode, String, ComputerLauncher, RetentionStrategy, List<? extends NodeProperty<?>>) - Constructor for class hudson.model.Slave
 
SLAVE - Static variable in class jenkins.security.Roles
Indicates that a callable is meant to run on slaves.
Slave.JnlpJar - Class in hudson.model
Web-bound object used to serve jar files for JNLP.
Slave.SlaveDescriptor - Class in hudson.model
 
Slave_InvalidConfig_Executors(Object) - Static method in class hudson.model.Messages
Key Slave.InvalidConfig.Executors: Invalid slave configuration for {0}.
Slave_InvalidConfig_NoName() - Static method in class hudson.model.Messages
Key Slave.InvalidConfig.NoName: {@code Invalid slave configuration.
Slave_InvalidConfig_NoRemoteDir(Object) - Static method in class hudson.model.Messages
Key Slave.InvalidConfig.NoRemoteDir: Invalid slave configuration for {0}.
Slave_Launching(Object) - Static method in class hudson.model.Messages
Key Slave.Launching: {0} Launching slave agent.
slave_mode(Map, Closure) - Method in interface lib.FormTagLib
listbox for choosing the slave's usage.
slave_mode(Closure) - Method in interface lib.FormTagLib
listbox for choosing the slave's usage.
slave_mode(Map) - Method in interface lib.FormTagLib
listbox for choosing the slave's usage.
slave_mode() - Method in interface lib.FormTagLib
listbox for choosing the slave's usage.
Slave_Network_Mounted_File_System_Warning() - Static method in class hudson.model.Messages
Key Slave.Network.Mounted.File.System.Warning: Are you sure you want to use network mounted file system for FS root? Note that this directory does not need to be visible to the master..
Slave_Remote_Director_Mandatory() - Static method in class hudson.model.Messages
Key Slave.Remote.Director.Mandatory: Remote directory is mandatory.
Slave_Remote_Relative_Path_Warning() - Static method in class hudson.model.Messages
Key Slave.Remote.Relative.Path.Warning: {@code Are you sure you want to use a relative path for the FS root? Note that relative paths require that you can assure that the selected launcher provides a consistent current working directory.
SLAVE_SECRET - Static variable in class jenkins.slaves.JnlpSlaveAgentProtocol
This secret value is used as a seed for slaves.
Slave_Terminated(Object) - Static method in class hudson.model.Messages
Key Slave.Terminated: {0} slave agent was terminated.
Slave_UnableToLaunch(Object, Object) - Static method in class hudson.model.Messages
Key Slave.UnableToLaunch: Unable to launch the slave agent for {0}{1}.
Slave_UnixSlave() - Static method in class hudson.model.Messages
Key Slave.UnixSlave: This is a Unix slave.
Slave_WindowsSlave() - Static method in class hudson.model.Messages
Key Slave.WindowsSlave: This is a Windows slave.
SlaveComputer - Class in hudson.slaves
SlaveComputer(Slave) - Constructor for class hudson.slaves.SlaveComputer
 
SlaveComputer_DisconnectedBy(Object, Object) - Static method in class hudson.slaves.Messages
Key SlaveComputer.DisconnectedBy: Disconnected by {0}{1}.
SlaveDescriptor() - Constructor for class hudson.model.Slave.SlaveDescriptor
 
SlaveRestarter - Class in jenkins.slaves.restarter
Extension point to control how to restart JNLP slave when it loses the connection with the master.
SlaveRestarter() - Constructor for class jenkins.slaves.restarter.SlaveRestarter
 
slaves - Variable in class jenkins.model.Jenkins
Deprecated.
in favour of Nodes
SlaveSystemInfo - Class in jenkins.slaves.systemInfo
Extension point that contributes to the system information page of Computer.
SlaveSystemInfo() - Constructor for class jenkins.slaves.systemInfo.SlaveSystemInfo
 
SlaveToMasterCallable<V,T extends Throwable> - Class in jenkins.security
Convenient Callable that are meant to run on the master (sent by slave/CLI/etc).
SlaveToMasterCallable() - Constructor for class jenkins.security.SlaveToMasterCallable
 
SlaveToMasterFileCallable<T> - Class in jenkins
FilePath.FileCallables that can be executed on the master, sent by the slave.
SlaveToMasterFileCallable() - Constructor for class jenkins.SlaveToMasterFileCallable
 
sleep(long) - Method in enum hudson.util.TimeUnit2
Performs a Thread.sleep using this unit.
snapshot(AbstractBuild<?, ?>, FilePath, TaskListener) - Method in class hudson.FileSystemProvisioner.Default
Deprecated.
as of 1.350
snapshot(AbstractBuild<?, ?>, FilePath, String, TaskListener) - Method in class hudson.FileSystemProvisioner.Default
Creates a tar ball.
snapshot(AbstractBuild<?, ?>, FilePath, String, TaskListener) - Method in class hudson.FileSystemProvisioner
Obtains the snapshot of the workspace of the given build.
sniffEncoding() - Method in class hudson.XmlFile
Parses the beginning of the file and determines the encoding.
socket - Variable in class hudson.cli.CliProtocol.Handler
 
SolarisSMFLifecycle - Class in hudson.lifecycle
Lifecycle for Hudson installed as SMF service.
SolarisSMFLifecycle() - Constructor for class hudson.lifecycle.SolarisSMFLifecycle
 
SoloFilePathFilter - Class in jenkins
Variant of FilePathFilter that assumes it is the sole actor.
Solution(String) - Constructor for class hudson.diagnosis.HudsonHomeDiskUsageMonitor.Solution
 
Solution() - Constructor for class hudson.diagnosis.HudsonHomeDiskUsageMonitor.Solution
 
sort(List<ExtensionComponent<T>>) - Method in class hudson.ExtensionList
If the ExtensionList implementation requires sorting extensions, override this method to do so.
sort(List<ExtensionComponent<Descriptor<Publisher>>>) - Method in class hudson.tasks.Publisher.DescriptorExtensionListImpl
 
sortBlockedItems(List<Queue.BlockedItem>) - Method in class hudson.model.queue.QueueSorter
Sorts the blocked items list.
sortBuildableItems(List<Queue.BuildableItem>) - Method in class hudson.model.queue.AbstractQueueSorterImpl
 
sortBuildableItems(List<Queue.BuildableItem>) - Method in class hudson.model.queue.QueueSorter
Sorts the buildable items list.
SORTER - Static variable in class hudson.model.View
 
sortThreadsAndGetGroupMap(ThreadInfo[]) - Static method in class hudson.Functions
 
source - Variable in class hudson.slaves.WorkspaceList.Entry
From where?
sourceId - Variable in class hudson.model.UpdateSite.Data
The UpdateSite ID.
sourceId - Variable in class hudson.model.UpdateSite.Entry
sources - Variable in class hudson.cli.InstallPluginCommand
 
SparseACL - Class in hudson.security
Access control list.
SparseACL(ACL) - Constructor for class hudson.security.SparseACL
 
SparseACL.Entry - Class in hudson.security
 
spec - Variable in class hudson.triggers.Trigger
 
SPECIFIC_RIGHTS_ALL - Static variable in interface hudson.util.jna.WINNT
 
spent() - Method in class hudson.slaves.NodeProvisioner.PlannedNode
Indicate that this NodeProvisioner.PlannedNode is being finalized.
src - Variable in class hudson.cli.CopyJobCommand
 
StackedAreaRenderer2 - Class in hudson.util
Modified StackedAreaRenderer.
StackedAreaRenderer2() - Constructor for class hudson.util.StackedAreaRenderer2
 
STANDARD_RIGHTS_ALL - Static variable in interface hudson.util.jna.WINNT
 
STANDARD_RIGHTS_EXECUTE - Static variable in interface hudson.util.jna.WINNT
 
STANDARD_RIGHTS_READ - Static variable in interface hudson.util.jna.WINNT
 
STANDARD_RIGHTS_REQUIRED - Static variable in interface hudson.util.jna.WINNT
 
STANDARD_RIGHTS_WRITE - Static variable in interface hudson.util.jna.WINNT
 
StandardArtifactManager - Class in jenkins.model
Default artifact manager which transfers files over the remoting channel and stores them inside the build directory.
StandardArtifactManager(Run<?, ?>) - Constructor for class jenkins.model.StandardArtifactManager
 
StandardOutputSwapper - Class in jenkins.slaves
 
StandardOutputSwapper() - Constructor for class jenkins.slaves.StandardOutputSwapper
 
StandardStrategyImpl() - Constructor for class hudson.slaves.NodeProvisioner.StandardStrategyImpl
 
StaplerConverterImpl() - Constructor for class jenkins.util.TimeDuration.StaplerConverterImpl
 
STAR - Static variable in interface hudson.scheduler.CrontabParserTokenTypes
 
start() - Method in class hudson.Launcher.ProcStarter
Starts the new process as configured.
start(int) - Method in class hudson.MarkupText.SubText
Gets the start index of the captured group within MarkupText.getText().
start() - Method in class hudson.MarkupText.SubText
Gets the start index of this subtext within MarkupText.getText().
start() - Method in class hudson.model.Executor
Can't start executor like you normally start a thread.
start() - Method in class hudson.model.TaskThread
Starts the task execution asynchronously.
start(TaskListener, String, String) - Static method in class hudson.os.SU
Returns a VirtualChannel that's connected to the privilege-escalated environment.
start() - Method in class hudson.Plugin
Called to allow plugins to initialize themselves.
start(AbstractCloudComputer) - Method in class hudson.slaves.CloudRetentionStrategy
Try to connect to it ASAP.
start(T) - Method in class hudson.slaves.RetentionStrategy
Called when a new Computer object is introduced (such as when Hudson started, or when a new slave is added.)
start(J, boolean) - Method in class hudson.triggers.Trigger
Called when a Trigger is loaded into memory and started.
start(boolean) - Method in class jenkins.management.AsynchronousAdministrativeMonitor
Starts the background fixing activity.
start(Job, boolean) - Method in class jenkins.triggers.ReverseBuildTrigger
 
start() - Method in class jenkins.util.ProgressiveRendering
For internal use.
started(List<Cause>) - Method in interface hudson.model.BuildListener
Called when a build is started.
started(AbstractBuild, BuildStep, BuildListener) - Method in class hudson.model.BuildStepListener
Called when a buildStep is performed.
started(List<Cause>) - Method in class hudson.model.StreamBuildListener
 
started(List<Cause>) - Method in class jenkins.util.BuildListenerAdapter
 
startElement(String, String, String, Attributes) - Method in class hudson.util.TableNestChecker
 
startNode(String) - Method in class jenkins.util.xstream.XStreamDOM.WriterImpl
 
startPlugin(PluginWrapper) - Method in class hudson.ClassicPluginStrategy
 
startRule(CronTab) - Method in class hudson.scheduler.CrontabParser
 
startTime - Variable in class hudson.model.queue.FutureLoad
When is this load expected to start?
STARVATION_THRESHOLD - Static variable in class hudson.triggers.SCMTrigger
How long is too long for a polling activity to be in the queue?
stat(File) - Method in class jenkins.FilePathFilter
Checks if the metadata of the given file/directory (as opposed to the content) can be accessed.
stat(File) - Method in class jenkins.ReflectiveFilePathFilter
 
stat(File) - Method in class jenkins.SoloFilePathFilter
 
staticResource(File) - Static method in class hudson.util.HttpResponses
 
StatisticsLink - Class in jenkins.management
 
StatisticsLink() - Constructor for class jenkins.management.StatisticsLink
 
StatisticsLink_Description() - Static method in class jenkins.management.Messages
Key StatisticsLink.Description: Check your resource utilization and see if you need more computers for your builds..
StatisticsLink_DisplayName() - Static method in class jenkins.management.Messages
Key StatisticsLink.DisplayName: Load Statistics.
status - Variable in class hudson.model.UpdateCenter.DownloadJob
Immutable object representing the current state of this job.
status - Variable in class hudson.model.UpdateCenter.RestartJenkinsJob
Immutable state of this job.
statusChangeLock - Variable in class hudson.model.Computer
 
StatusColumn - Class in hudson.views
Shows the status icon for item.
StatusColumn() - Constructor for class hudson.views.StatusColumn
 
StatusColumn.DescriptorImpl - Class in hudson.views
 
StatusColumn_DisplayName() - Static method in class hudson.views.Messages
Key StatusColumn.DisplayName: Status.
StatusIcon - Interface in hudson.model
Item can return this from the "getIconColor" method so that its "status icon" can be shown in Hudson UI.
StatusSummarizer() - Constructor for class hudson.model.Run.StatusSummarizer
 
stderr - Variable in class hudson.cli.CLICommand
Connected to stdout and stderr of the CLI agent that initiated the session.
stderr - Variable in class hudson.Launcher.ProcStarter
 
stderr(OutputStream) - Method in class hudson.Launcher.ProcStarter
Controls where the stderr of the process goes.
stderr() - Method in class hudson.Launcher.ProcStarter
 
stdin - Variable in class hudson.cli.CLICommand
Connected to stdin of the CLI agent.
stdin - Variable in class hudson.Launcher.ProcStarter
 
stdin(InputStream) - Method in class hudson.Launcher.ProcStarter
Controls where the stdin of the process comes from.
stdin() - Method in class hudson.Launcher.ProcStarter
 
stdout - Variable in class hudson.cli.CLICommand
Connected to stdout and stderr of the CLI agent that initiated the session.
stdout - Variable in class hudson.Launcher.ProcStarter
 
stdout(OutputStream) - Method in class hudson.Launcher.ProcStarter
 
stdout(TaskListener) - Method in class hudson.Launcher.ProcStarter
Sends the stdout to the given TaskListener.
stdout() - Method in class hudson.Launcher.ProcStarter
 
STILL_ACTIVE - Static variable in interface hudson.util.jna.Kernel32
 
StockStatusIcon - Class in hudson.model
StatusIcon for stock icon in Hudson.
StockStatusIcon(String, Localizable) - Constructor for class hudson.model.StockStatusIcon
 
stop() - Method in class hudson.Plugin
Called to orderly shut down Hudson.
stop() - Method in class hudson.PluginManager
Orderly terminates all the plugins.
stop() - Method in class hudson.PluginWrapper
Terminates the plugin.
stop() - Method in class hudson.triggers.Trigger
Called before a Trigger is removed.
stop() - Method in class jenkins.triggers.ReverseBuildTrigger
 
stopButton(Map, Closure) - Method in interface lib.LayoutTagLib
Creates a clickable "Stop" button.
stopButton(Closure) - Method in interface lib.LayoutTagLib
Creates a clickable "Stop" button.
stopButton(Map) - Method in interface lib.LayoutTagLib
Creates a clickable "Stop" button.
stopButton() - Method in interface lib.LayoutTagLib
Creates a clickable "Stop" button.
store(byte[]) - Method in class jenkins.security.ConfidentialKey
 
store(ConfidentialKey, byte[]) - Method in class jenkins.security.ConfidentialStore
Persists the payload of ConfidentialKey to a persisted storage (such as disk.) The expectation is that the persisted form is secure.
store(ConfidentialKey, byte[]) - Method in class jenkins.security.DefaultConfidentialStore
Persists the payload of ConfidentialKey to the disk.
str - Variable in enum hudson.model.labels.LabelOperatorPrecedence
String representation of this operator.
Strategy() - Constructor for class hudson.slaves.NodeProvisioner.Strategy
 
StreamBuildListener - Class in hudson.model
BuildListener that writes to an OutputStream.
StreamBuildListener(OutputStream, Charset) - Constructor for class hudson.model.StreamBuildListener
 
StreamBuildListener(File, Charset) - Constructor for class hudson.model.StreamBuildListener
 
StreamBuildListener(OutputStream) - Constructor for class hudson.model.StreamBuildListener
 
StreamBuildListener(PrintStream) - Constructor for class hudson.model.StreamBuildListener
Deprecated.
as of 1.349 The caller should use StreamBuildListener.StreamBuildListener(OutputStream, Charset) to pass in the charset and output stream separately, so that this class can handle encoding correctly.
StreamBuildListener(PrintStream, Charset) - Constructor for class hudson.model.StreamBuildListener
 
StreamCopyThread - Class in hudson.util
StreamCopyThread(String, InputStream, OutputStream, boolean) - Constructor for class hudson.util.StreamCopyThread
 
StreamCopyThread(String, InputStream, OutputStream) - Constructor for class hudson.util.StreamCopyThread
 
StreamResource - Class in hudson.util
Wraps InputStream to Resource.
StreamResource(String, InputStream) - Constructor for class hudson.util.StreamResource
 
StreamTaskListener - Class in hudson.util
TaskListener that generates output into a single stream.
StreamTaskListener(PrintStream) - Constructor for class hudson.util.StreamTaskListener
Deprecated.
as of 1.349 The caller should use StreamTaskListener.StreamTaskListener(OutputStream, Charset) to pass in the charset and output stream separately, so that this class can handle encoding correctly, or use StreamTaskListener.fromStdout() or StreamTaskListener.fromStderr().
StreamTaskListener(OutputStream) - Constructor for class hudson.util.StreamTaskListener
 
StreamTaskListener(OutputStream, Charset) - Constructor for class hudson.util.StreamTaskListener
 
StreamTaskListener(File) - Constructor for class hudson.util.StreamTaskListener
 
StreamTaskListener(File, Charset) - Constructor for class hudson.util.StreamTaskListener
 
StreamTaskListener(File, boolean, Charset) - Constructor for class hudson.util.StreamTaskListener
Constructs a StreamTaskListener that sends the output to a specified file.
StreamTaskListener(Writer) - Constructor for class hudson.util.StreamTaskListener
 
StreamTaskListener() - Constructor for class hudson.util.StreamTaskListener
Deprecated.
as of 1.349 Use TaskListener.NULL
strerror(int) - Method in interface hudson.util.jna.GNUCLibrary
 
strictCountBuildableItemsFor(Label) - Method in class hudson.model.Queue
How many BuildableItems are assigned for the given label?

The implementation is quite similar to Queue.countBuildableItemsFor(hudson.model.Label), but it has another behavior for null parameters.

StringConverter2 - Class in hudson.util
Deprecated.
since 2009-11-06 Use HeapSpaceStringConverter instead.
StringConverter2() - Constructor for class hudson.util.StringConverter2
Deprecated.
 
STRINGLITERAL - Static variable in interface hudson.model.labels.LabelExpressionParserTokenTypes
 
StringParameterDefinition - Class in hudson.model
Parameter whose value is a string value.
StringParameterDefinition(String, String, String) - Constructor for class hudson.model.StringParameterDefinition
 
StringParameterDefinition(String, String) - Constructor for class hudson.model.StringParameterDefinition
 
StringParameterDefinition.DescriptorImpl - Class in hudson.model
 
StringParameterDefinition_DisplayName() - Static method in class hudson.model.Messages
Key StringParameterDefinition.DisplayName: String Parameter.
StringParameterValue - Class in hudson.model
StringParameterValue(String, String) - Constructor for class hudson.model.StringParameterValue
 
StringParameterValue(String, String, String) - Constructor for class hudson.model.StringParameterValue
 
StructuredForm - Class in hudson
Obtains the structured form data from StaplerRequest.
StructuredForm() - Constructor for class hudson.StructuredForm
 
StubItem(Queue.StubTask) - Constructor for class hudson.model.Queue.StubItem
 
StubTask(Queue.Task) - Constructor for class hudson.model.Queue.StubTask
 
SU - Class in hudson.os
Executes Callable as the super user, by forking a new process and executing the closure in there if necessary.
subBuildFinished(BuildEvent) - Method in class jenkins.util.AntClassLoader
Cleans up any resources held by this classloader at the end of a subbuild if it has been created for the subbuild's project instance.
subBuildStarted(BuildEvent) - Method in class jenkins.util.AntClassLoader
Empty implementation to satisfy the BuildListener interface.
SubClassGenerator - Class in hudson.util
Generates a new class that just defines constructors into the super types.
SubClassGenerator(ClassLoader) - Constructor for class hudson.util.SubClassGenerator
 
subject - Variable in class hudson.util.FormFieldValidator
Deprecated.
The object to which the permission is checked against.
subList(List<T>, int) - Static method in class hudson.Functions
Returns a sub-list if the given list is bigger than the specified maxSize.
subList(int, int) - Method in class hudson.util.RunList
AbstractList.subList(int, int) isn't very efficient on our Iterable based implementation.
subMap(Integer, Integer) - Method in class jenkins.model.lazy.AbstractLazyLoadRunMap
 
subMenu - Variable in class jenkins.model.ModelObjectWithContextMenu.MenuItem
If this is a submenu, definition of subitems.
submit(StaplerRequest, StaplerResponse) - Method in class hudson.model.AbstractProject
 
submit(StaplerRequest) - Method in class hudson.model.AllView
 
submit(StaplerRequest, StaplerResponse) - Method in class hudson.model.Job
Derived class can override this to perform additional config submission work.
submit(StaplerRequest) - Method in class hudson.model.ListView
Handles the configuration submission.
submit(StaplerRequest) - Method in class hudson.model.MyView
 
submit(StaplerRequest, StaplerResponse) - Method in class hudson.model.Project
 
submit(StaplerRequest) - Method in class hudson.model.ProxyView
 
submit(JSONObject) - Method in class hudson.model.Run
 
submit(StaplerRequest) - Method in class hudson.model.TreeView
 
submit() - Method in class hudson.model.UpdateCenter.UpdateCenterJob
Schedules this job for an execution
submit(StaplerRequest) - Method in class hudson.model.View
Handles the configuration submission.
submit(StaplerRequest, StaplerResponse) - Method in class hudson.model.ViewJob
 
submit() - Method in class jenkins.util.AtmostOneTaskExecutor
 
submit(Callable<T>) - Method in class jenkins.util.InterceptingExecutorService
 
submit(Runnable, T) - Method in class jenkins.util.InterceptingExecutorService
 
submit(Runnable) - Method in class jenkins.util.InterceptingExecutorService
 
submit(Map, Closure) - Method in interface lib.FormTagLib
Submit button themed by YUI.
submit(Closure) - Method in interface lib.FormTagLib
Submit button themed by YUI.
submit(Map) - Method in interface lib.FormTagLib
Submit button themed by YUI.
submit() - Method in interface lib.FormTagLib
Submit button themed by YUI.
substitute(AbstractBuild<?, ?>, String) - Method in class hudson.model.ParametersAction
Performs a variable substitution to the given text and return it.
SubTask - Interface in hudson.model.queue
A component of Queue.Task that represents a computation carried out by a single Executor.
SubTaskContributor - Class in hudson.model.queue
Externally contributes SubTasks to AbstractProject.getSubTasks().
SubTaskContributor() - Constructor for class hudson.model.queue.SubTaskContributor
 
subText(int, int) - Method in class hudson.AbstractMarkupText
Returns a subtext.
subText(int, int) - Method in class hudson.MarkupText
Returns a subtext.
SubText(Matcher, int) - Constructor for class hudson.MarkupText.SubText
 
SubText(int, int) - Constructor for class hudson.MarkupText.SubText
 
subText(int, int) - Method in class hudson.MarkupText.SubText
 
subType(Iterator<U>, Class<T>) - Static method in class hudson.util.Iterators
Returns an Iterator that only returns items of the given subtype.
SUCCESS - Static variable in class hudson.model.Result
The build had no errors.
Success() - Constructor for class hudson.model.UpdateCenter.DownloadJob.Success
 
success(String) - Static method in class hudson.util.FormApply
Generates the response for the form submission in such a way that it handles the "apply" button correctly.
success(HttpServletRequest, HttpServletResponse, FilterChain, Authentication) - Method in class jenkins.security.BasicHeaderProcessor
 
success(Map, Closure) - Method in interface jenkins.security.HudsonPrivateSecurityRealmTagLib
 
success(Closure) - Method in interface jenkins.security.HudsonPrivateSecurityRealmTagLib
 
success(Map) - Method in interface jenkins.security.HudsonPrivateSecurityRealmTagLib
 
success() - Method in interface jenkins.security.HudsonPrivateSecurityRealmTagLib
 
success(Properties) - Method in class jenkins.slaves.JnlpSlaveHandshake
JnlpAgentReceiver calls this method to tell the client that the server is happy with the handshaking and is ready to move on to build a channel.
SuccessButRequiresRestart(Localizable) - Constructor for class hudson.model.UpdateCenter.DownloadJob.SuccessButRequiresRestart
 
suggest(String, List<SearchItem>) - Method in class hudson.search.CollectionSearchIndex
 
suggest(String, List<SearchItem>) - Method in class hudson.search.FixedSet
 
suggest(SearchIndex, String) - Static method in class hudson.search.Search
suggest(SearchIndex, String, SearchableModelObject) - Static method in class hudson.search.Search
 
suggest(String, List<SearchItem>) - Method in interface hudson.search.SearchIndex
This method returns the superset of SearchIndex.find(String, List).
suggest(String, List<SearchItem>) - Method in class hudson.search.UnionSearchIndex
 
SuggestedItem - Class in hudson.search
One item of a search result.
SuggestedItem(SearchItem) - Constructor for class hudson.search.SuggestedItem
 
SuggestedItem(SuggestedItem, SearchItem) - Constructor for class hudson.search.SuggestedItem
 
suggestions - Variable in class hudson.search.Search.Result
 
suggestReviewNow() - Method in class hudson.slaves.NodeProvisioner
Give the NodeProvisioner a hint that now would be a good time to think about provisioning some nodes.
summarize(Run<?, ?>, ResultTrend) - Method in class hudson.model.Run.StatusSummarizer
Possibly summarizes the reasons for a build’s status.
Summary(boolean, String) - Constructor for class hudson.model.Run.Summary
 
summary(Map, Closure) - Method in interface lib.JenkinsTagLib
Displays a link with a large icon.
summary(Closure) - Method in interface lib.JenkinsTagLib
Displays a link with a large icon.
summary(Map) - Method in interface lib.JenkinsTagLib
Displays a link with a large icon.
summary() - Method in interface lib.JenkinsTagLib
Displays a link with a large icon.
supplySettings(AbstractBuild<?, ?>, TaskListener) - Method in class jenkins.mvn.DefaultGlobalSettingsProvider
 
supplySettings(AbstractBuild<?, ?>, TaskListener) - Method in class jenkins.mvn.DefaultSettingsProvider
 
supplySettings(AbstractBuild<?, ?>, TaskListener) - Method in class jenkins.mvn.FilePathGlobalSettingsProvider
 
supplySettings(AbstractBuild<?, ?>, TaskListener) - Method in class jenkins.mvn.FilePathSettingsProvider
 
supplySettings(AbstractBuild<?, ?>, TaskListener) - Method in class jenkins.mvn.GlobalSettingsProvider
configure maven launcher argument list with adequate settings path
supplySettings(AbstractBuild<?, ?>, TaskListener) - Method in class jenkins.mvn.SettingsProvider
Configure maven launcher argument list with adequate settings path.
supportsDynamicLoad() - Method in class hudson.PluginWrapper
Does this plugin supports dynamic loading?
supportsLogRotator() - Method in class hudson.model.Job
True if this instance supports log rotation configuration.
supportsMakeDisabled() - Method in class hudson.model.AbstractProject
Specifies whether this project may be disabled by the user.
supportsNative() - Static method in class hudson.os.PosixAPI
Deprecated.
use PosixAPI.jnr() and POSIX.isNative()
supportsPolling() - Method in class hudson.scm.SCM
Returns true if this SCM supports poling.
supportsProtocol(String) - Method in class hudson.cli.CliTransportAuthenticator
Checks if this implementation supports the specified protocol.
surroundWith(String, String) - Method in class hudson.MarkupText.SubText
Surrounds this subtext with the specified start tag and the end tag.
surroundWithLiteral(String, String) - Method in class hudson.MarkupText.SubText
Works like MarkupText.SubText.surroundWith(String, String) except that the token replacement is not performed on parameters.
SwapSpaceMonitor - Class in hudson.node_monitors
Checks the swap space availability.
SwapSpaceMonitor() - Constructor for class hudson.node_monitors.SwapSpaceMonitor
 
SwapSpaceMonitor.MemoryUsage2 - Class in hudson.node_monitors
Memory Usage.
SwapSpaceMonitor_DisplayName() - Static method in class hudson.node_monitors.Messages
Key SwapSpaceMonitor.DisplayName: Free Swap Space.
SYMBOLIC_LINK_FLAG_DIRECTORY - Static variable in interface hudson.util.jna.Kernel32
 
symlink(String, String) - Method in interface hudson.util.jna.GNUCLibrary
Creates a symlink.
symlink(File) - Method in class jenkins.FilePathFilter
Checks if a symlink can be created at 'f' On POSIX, this corresponds to the 'w' permission of the file itself.
symlink(File) - Method in class jenkins.ReflectiveFilePathFilter
 
symlink(File) - Method in class jenkins.SoloFilePathFilter
 
SYMLINK_ESCAPEHATCH - Static variable in class hudson.Util
 
symlinkTo(String, TaskListener) - Method in class hudson.FilePath
Creates a symlink to the specified target.
sync - Variable in class hudson.cli.BuildCommand
 
SYNCHRONIZE - Static variable in interface hudson.util.jna.WINNT
 
synchronizeEnd(Queue.Executable, Throwable, long) - Method in class hudson.model.queue.WorkUnitContext
Deprecated.
synchronizeEnd(Executor, Queue.Executable, Throwable, long) - Method in class hudson.model.queue.WorkUnitContext
All the Executors that jointly execute a Queue.Task call this method to synchronize on the end of the task.
synchronizeStart() - Method in class hudson.model.queue.WorkUnitContext
All the Executors that jointly execute a Queue.Task call this method to synchronize on the start.
synchronousPolling - Variable in class hudson.triggers.SCMTrigger.DescriptorImpl
Whether the projects should be polled all in one go in the order of dependencies.
sysctl(int[], int, Pointer, IntByReference, Pointer, IntByReference) - Method in interface hudson.util.jna.GNUCLibrary
 
sysctlbyname(String, Pointer, IntByReference, Pointer, IntByReference) - Method in interface hudson.util.jna.GNUCLibrary
 
sysctlnametomib(String, Pointer, IntByReference) - Method in interface hudson.util.jna.GNUCLibrary
 
SYSTEM - Static variable in class hudson.security.ACL
Sid that represents the Hudson itself.
SYSTEM_USERNAME - Static variable in class hudson.security.ACL
The username for the system user
SystemInfoLink - Class in jenkins.management
 
SystemInfoLink() - Constructor for class jenkins.management.SystemInfoLink
 
SystemInfoLink_Description() - Static method in class jenkins.management.Messages
Key SystemInfoLink.Description: Displays various environmental information to assist trouble-shooting..
SystemInfoLink_DisplayName() - Static method in class jenkins.management.Messages
Key SystemInfoLink.DisplayName: System Information.
SystemLogLink - Class in jenkins.management
 
SystemLogLink() - Constructor for class jenkins.management.SystemLogLink
 
SystemLogLink_Description() - Static method in class jenkins.management.Messages
Key SystemLogLink.Description: System log captures output from <tt>java.util.logging</tt> output related to Jenkins..
SystemLogLink_DisplayName() - Static method in class jenkins.management.Messages
Key SystemLogLink.DisplayName: System Log.
systemProperties() - Method in class hudson.util.JVMBuilder
 
systemProperties(Map<String, String>) - Method in class hudson.util.JVMBuilder
 
systemProperty(String, String) - Method in class hudson.util.JVMBuilder
 
SystemPropertySlaveInfo - Class in jenkins.slaves.systemInfo
 
SystemPropertySlaveInfo() - Constructor for class jenkins.slaves.systemInfo.SystemPropertySlaveInfo
 
SystemPropertySlaveInfo_DisplayName() - Static method in class jenkins.slaves.systemInfo.Messages
Key SystemPropertySlaveInfo.DisplayName: System Properties.

T

tab(Map, Closure) - Method in interface lib.LayoutTagLib
 
tab(Closure) - Method in interface lib.LayoutTagLib
 
tab(Map) - Method in interface lib.LayoutTagLib
 
tab() - Method in interface lib.LayoutTagLib
 
tabBar(Map, Closure) - Method in interface jenkins.PluginManagerTagLib
 
tabBar(Closure) - Method in interface jenkins.PluginManagerTagLib
 
tabBar(Map) - Method in interface jenkins.PluginManagerTagLib
 
tabBar() - Method in interface jenkins.PluginManagerTagLib
 
tabBar(Map, Closure) - Method in interface lib.LayoutTagLib
 
tabBar(Closure) - Method in interface lib.LayoutTagLib
 
tabBar(Map) - Method in interface lib.LayoutTagLib
 
tabBar() - Method in interface lib.LayoutTagLib
 
table(Map, Closure) - Method in interface jenkins.PluginManagerTagLib
 
table(Closure) - Method in interface jenkins.PluginManagerTagLib
 
table(Map) - Method in interface jenkins.PluginManagerTagLib
 
table() - Method in interface jenkins.PluginManagerTagLib
 
TableNestChecker - Class in hudson.util
XMLFilter that checks the proper nesting of table related tags.
TableNestChecker() - Constructor for class hudson.util.TableNestChecker
 
TableNestChecker(ContentHandler) - Constructor for class hudson.util.TableNestChecker
 
tabs - Variable in class hudson.triggers.Trigger
 
TAG - Static variable in class hudson.scm.SCM
Permission to create new tags.
TagCloud<T> - Class in hudson.util
Represents an order-preserving tag cloud (http://en.wikipedia.org/wiki/Tag_cloud) where each keyword gets a weight and displayed according to their weight.
TagCloud(Iterable<? extends T>, TagCloud.WeightFunction<T>) - Constructor for class hudson.util.TagCloud
Creates a tag cloud.
TagCloud.Entry - Class in hudson.util
 
TagCloud.WeightFunction<T> - Interface in hudson.util
 
tailMap(Integer) - Method in class jenkins.model.lazy.AbstractLazyLoadRunMap
 
tar(OutputStream, String) - Method in class hudson.FilePath
Writes files in 'this' directory to a tar stream.
tar(OutputStream, FileFilter) - Method in class hudson.FilePath
 
tar(OutputStream, DirScanner) - Method in class hudson.FilePath
Uses the given scanner on 'this' directory to list up files and then archive it to a tar stream.
TAR - Static variable in class hudson.util.io.ArchiverFactory
Uncompressed tar format.
Target(String, Level) - Constructor for class hudson.logging.LogRecorder.Target
 
Target(String, int) - Constructor for class hudson.logging.LogRecorder.Target
 
Target(String, String) - Constructor for class hudson.logging.LogRecorder.Target
 
targetFinished(BuildEvent) - Method in class jenkins.util.AntClassLoader
Empty implementation to satisfy the BuildListener interface.
targets - Variable in class hudson.logging.LogRecorder
 
targets - Variable in class hudson.tasks.Maven
The targets and other maven options.
targetStarted(BuildEvent) - Method in class jenkins.util.AntClassLoader
Empty implementation to satisfy the BuildListener interface.
targetType - Variable in class hudson.model.listeners.RunListener
 
TARGZ - Static variable in class hudson.util.io.ArchiverFactory
tar+gz
TarInputStream - Class in hudson.org.apache.tools.tar
Deprecated.
Use TarArchiveInputStream instead
TarInputStream(InputStream) - Constructor for class hudson.org.apache.tools.tar.TarInputStream
Deprecated.
Constructor for TarInputStream.
TarInputStream(InputStream, int) - Constructor for class hudson.org.apache.tools.tar.TarInputStream
Deprecated.
Constructor for TarInputStream.
TarInputStream(InputStream, int, int) - Constructor for class hudson.org.apache.tools.tar.TarInputStream
Deprecated.
Constructor for TarInputStream.
TarOutputStream - Class in hudson.org.apache.tools.tar
Deprecated.
Use TarArchiveOutputStream instead
TarOutputStream(OutputStream) - Constructor for class hudson.org.apache.tools.tar.TarOutputStream
Deprecated.
Constructor for TarInputStream.
TarOutputStream(OutputStream, int) - Constructor for class hudson.org.apache.tools.tar.TarOutputStream
Deprecated.
Constructor for TarInputStream.
TarOutputStream(OutputStream, int, int) - Constructor for class hudson.org.apache.tools.tar.TarOutputStream
Deprecated.
Constructor for TarInputStream.
task - Variable in class hudson.model.Queue.Item
Project to be built.
task - Variable in class hudson.model.Queue.StubItem
 
task - Variable in class hudson.model.queue.WorkUnitContext
 
task(Map, Closure) - Method in interface lib.LayoutTagLib
This tag inside <l:tasks> tag renders the left navigation bar of Hudson.
task(Closure) - Method in interface lib.LayoutTagLib
This tag inside <l:tasks> tag renders the left navigation bar of Hudson.
task(Map) - Method in interface lib.LayoutTagLib
This tag inside <l:tasks> tag renders the left navigation bar of Hudson.
task() - Method in interface lib.LayoutTagLib
This tag inside <l:tasks> tag renders the left navigation bar of Hudson.
taskAccepted(Executor, Queue.Task) - Method in class hudson.model.Computer
Called whenever a task is accepted by an executor.
taskAccepted(Executor, Queue.Task) - Method in interface hudson.model.ExecutorListener
Called whenever a task is accepted by an executor.
taskAccepted(Executor, Queue.Task) - Method in class hudson.slaves.SlaveComputer
Called whenever a task is accepted by an executor.
TaskAction - Class in hudson.model
Partial Action implementation for those who kick some processing asynchronously (such as SCM tagging.)
TaskAction() - Constructor for class hudson.model.TaskAction
 
taskCompleted(Executor, Queue.Task, long) - Method in class hudson.model.Computer
Called whenever a task is completed without any problems by an executor.
taskCompleted(Executor, Queue.Task, long) - Method in interface hudson.model.ExecutorListener
Called whenever a task is completed without any problems by an executor.
taskCompleted(Executor, Queue.Task, long) - Method in class hudson.slaves.SlaveComputer
Called whenever a task is completed without any problems by an executor.
taskCompletedWithProblems(Executor, Queue.Task, long, Throwable) - Method in class hudson.model.Computer
Called whenever a task is completed with some problems by an executor.
taskCompletedWithProblems(Executor, Queue.Task, long, Throwable) - Method in interface hudson.model.ExecutorListener
Called whenever a task is completed with some problems by an executor.
taskCompletedWithProblems(Executor, Queue.Task, long, Throwable) - Method in class hudson.slaves.SlaveComputer
Called whenever a task is completed with some problems by an executor.
taskFinished(BuildEvent) - Method in class jenkins.util.AntClassLoader
Empty implementation to satisfy the BuildListener interface.
TaskListener - Interface in hudson.model
Receives events that happen during some lengthy operation that has some chance of failures, such as a build, SCM change polling, slave launch, and so on.
Tasks - Class in hudson.model.queue
Convenience methods around Queue.Task and SubTask.
Tasks() - Constructor for class hudson.model.queue.Tasks
 
tasks(Map, Closure) - Method in interface lib.LayoutTagLib
 
tasks(Closure) - Method in interface lib.LayoutTagLib
 
tasks(Map) - Method in interface lib.LayoutTagLib
 
tasks() - Method in interface lib.LayoutTagLib
 
taskStarted(BuildEvent) - Method in class jenkins.util.AntClassLoader
Empty implementation to satisfy the BuildListener interface.
TaskThread - Class in hudson.model
Thread for performing one-off task.
TaskThread(TaskAction, TaskThread.ListenerAndText) - Constructor for class hudson.model.TaskThread
 
TaskThread.ListenerAndText - Class in hudson.model
Tuple of TaskListener and AnnotatedLargeText, representing the interface for producing output and how to retrieve it later.
TcpSlaveAgentListener - Class in hudson
Listens to incoming TCP connections from JNLP slave agents and CLI.
TcpSlaveAgentListener(int) - Constructor for class hudson.TcpSlaveAgentListener
 
tcpSlaveAgentListener - Variable in class jenkins.model.Jenkins
 
TcpSlaveAgentListener.ConnectionFromCurrentPeer - Class in hudson
Connection terminated because we are reconnected from the current peer.
tearDown(AbstractBuild, BuildListener) - Method in class hudson.model.Environment
Runs after the Builder completes, and performs a tear down.
tearDown(AbstractBuild, BuildListener) - Method in class hudson.tasks.BuildWrapper.Environment
Runs after the Builder completes, and performs a tear down.
tearDown(Build, BuildListener) - Method in class hudson.tasks.BuildWrapper.Environment
Deprecated.
tearDown(Run<?, ?>, FilePath, Launcher, TaskListener) - Method in class jenkins.tasks.SimpleBuildWrapper.Disposer
Attempt to clean up anything that was done in the initial setup.
TemporarySpaceMonitor - Class in hudson.node_monitors
Monitors the disk space of "/tmp".
TemporarySpaceMonitor(String) - Constructor for class hudson.node_monitors.TemporarySpaceMonitor
 
TemporarySpaceMonitor() - Constructor for class hudson.node_monitors.TemporarySpaceMonitor
 
TemporarySpaceMonitor.GetTempSpace - Class in hudson.node_monitors
 
TemporarySpaceMonitor_DisplayName() - Static method in class hudson.node_monitors.Messages
Key TemporarySpaceMonitor.DisplayName: Free Temp Space.
TentativePlan(Map<Computer, Integer>, BackFiller.TimeRange) - Constructor for class hudson.model.queue.BackFiller.TentativePlan
 
term(int) - Method in class hudson.scheduler.CrontabParser
 
term1() - Method in class hudson.model.labels.LabelExpressionParser
 
term2() - Method in class hudson.model.labels.LabelExpressionParser
 
term3() - Method in class hudson.model.labels.LabelExpressionParser
 
term4() - Method in class hudson.model.labels.LabelExpressionParser
 
term5() - Method in class hudson.model.labels.LabelExpressionParser
 
term6() - Method in class hudson.model.labels.LabelExpressionParser
 
terminate() - Method in class hudson.slaves.AbstractCloudSlave
Releases and removes this slave.
TerminationRequest(String) - Constructor for exception hudson.model.Computer.TerminationRequest
 
Terminator - Annotation Type in hudson.init
 
TerminatorFinder - Class in hudson.init
 
TerminatorFinder(ClassLoader) - Constructor for class hudson.init.TerminatorFinder
 
TermMilestone - Enum in hudson.init
Various key milestone in the termination process of Jenkins.
test_result(Map, Closure) - Method in interface lib.JenkinsTagLib
DEPRECATED
test_result(Closure) - Method in interface lib.JenkinsTagLib
DEPRECATED
test_result(Map) - Method in interface lib.JenkinsTagLib
DEPRECATED
test_result() - Method in interface lib.JenkinsTagLib
DEPRECATED
testInstance(TopLevelItem) - Method in class hudson.model.TopLevelItemDescriptor
Tests if the given instance belongs to this descriptor, in the sense that this descriptor can produce items like the given one.
TestJavadocArchiver_DisplayName_Javadoc() - Static method in class hudson.tasks.Messages
Key TestJavadocArchiver.DisplayName.Javadoc: Test Javadoc.
TestTagLib - Interface in lib
 
textarea(Map, Closure) - Method in interface lib.FormTagLib
<textarea> tag on steroids.
textarea(Closure) - Method in interface lib.FormTagLib
<textarea> tag on steroids.
textarea(Map) - Method in interface lib.FormTagLib
<textarea> tag on steroids.
textarea() - Method in interface lib.FormTagLib
<textarea> tag on steroids.
textbox(Map, Closure) - Method in interface lib.FormTagLib
Generates an input field to be used inside <f:entry/>
textbox(Closure) - Method in interface lib.FormTagLib
Generates an input field to be used inside <f:entry/>
textbox(Map) - Method in interface lib.FormTagLib
Generates an input field to be used inside <f:entry/>
textbox() - Method in interface lib.FormTagLib
Generates an input field to be used inside <f:entry/>
TextFile - Class in hudson.util
Represents a text file.
TextFile(File) - Constructor for class hudson.util.TextFile
 
TextParameterDefinition - Class in hudson.model
StringParameterDefinition that uses textarea, instead of text box.
TextParameterDefinition(String, String, String) - Constructor for class hudson.model.TextParameterDefinition
 
TextParameterDefinition.DescriptorImpl - Class in hudson.model
 
TextParameterDefinition_DisplayName() - Static method in class hudson.model.Messages
Key TextParameterDefinition.DisplayName: Text Parameter.
TextParameterValue - Class in hudson.model
 
TextParameterValue(String, String) - Constructor for class hudson.model.TextParameterValue
 
TextParameterValue(String, String, String) - Constructor for class hudson.model.TextParameterValue
 
thirdPartyLicenses(Map, Closure) - Method in interface lib.JenkinsTagLib
 
thirdPartyLicenses(Closure) - Method in interface lib.JenkinsTagLib
 
thirdPartyLicenses(Map) - Method in interface lib.JenkinsTagLib
 
thirdPartyLicenses() - Method in interface lib.JenkinsTagLib
 
ThreadDumpSlaveInfo - Class in jenkins.slaves.systemInfo
 
ThreadDumpSlaveInfo() - Constructor for class jenkins.slaves.systemInfo.ThreadDumpSlaveInfo
 
ThreadDumpSlaveInfo_DisplayName() - Static method in class jenkins.slaves.systemInfo.Messages
Key ThreadDumpSlaveInfo.DisplayName: Thread Dump.
ThreadGroupMap() - Constructor for class hudson.Functions.ThreadGroupMap
 
threadPoolForRemoting - Static variable in class hudson.model.Computer
 
THRESHOLD - Static variable in class hudson.diagnosis.TooManyJobsButNoView
 
tick - Variable in enum hudson.model.MultiStageTimeSeries.TimeScale
Number of milliseconds (10 secs, 1 min, and 1 hour) that this constant represents.
time - Variable in class hudson.slaves.WorkspaceList.Entry
When?
timedJoin(Thread, long) - Method in enum hudson.util.TimeUnit2
Performs a timed Thread.join using this time unit.
TimeDuration - Class in jenkins.util
Represents a length of something, like 3sec.
TimeDuration(long) - Constructor for class jenkins.util.TimeDuration
 
TimeDuration.StaplerConverterImpl - Class in jenkins.util
 
timedWait(Object, long) - Method in enum hudson.util.TimeUnit2
Performs a timed Object.wait using this time unit.
TIMEOUT - Static variable in class hudson.Main
Time out for socket connection to Hudson.
TIMEOUT - Static variable in class hudson.slaves.CloudSlaveRetentionStrategy
 
timeout() - Method in class jenkins.util.ProgressiveRendering
May be overridden to control the inactivity timeout.
timer - Static variable in class hudson.triggers.Trigger
Deprecated.
Use Timer.get() instead.
Timer - Class in jenkins.util
Holds the ScheduledExecutorService for running all background tasks in Jenkins.
TimerTrigger - Class in hudson.triggers
Trigger that runs a job periodically.
TimerTrigger(String) - Constructor for class hudson.triggers.TimerTrigger
 
TimerTrigger.DescriptorImpl - Class in hudson.triggers
 
TimerTrigger.TimerTriggerCause - Class in hudson.triggers
 
TimerTrigger_DisplayName() - Static method in class hudson.triggers.Messages
Key TimerTrigger.DisplayName: Build periodically.
TimerTrigger_MissingWhitespace() - Static method in class hudson.triggers.Messages
Key TimerTrigger.MissingWhitespace: You appear to be missing whitespace between * and *..
TimerTrigger_no_schedules_so_will_never_run() - Static method in class hudson.triggers.Messages
Key TimerTrigger.no_schedules_so_will_never_run: No schedules so will never run.
TimerTrigger_TimerTriggerCause_ShortDescription() - Static method in class hudson.triggers.Messages
Key TimerTrigger.TimerTriggerCause.ShortDescription: Started by timer.
TimerTrigger_would_last_have_run_at_would_next_run_at(Object, Object) - Static method in class hudson.triggers.Messages
Key TimerTrigger.would_last_have_run_at_would_next_run_at: Would last have run at {0}; would next run at {1}..
TimerTriggerCause() - Constructor for class hudson.triggers.TimerTrigger.TimerTriggerCause
 
timeScale - Variable in class hudson.model.MultiStageTimeSeries.TrendChart
 
TimeSeries - Class in hudson.model
Scalar value that changes over the time (such as load average, Q length, # of executors, etc.)
TimeSeries(float, float, int) - Constructor for class hudson.model.TimeSeries
 
timestamp - Variable in class hudson.model.Queue.WaitingItem
This item can be run after this time.
timestamp - Variable in class hudson.model.Run
When the build is scheduled.
timestamp - Variable in class hudson.slaves.OfflineCause
 
TimeUnit2 - Enum in hudson.util
A TimeUnit represents time durations at a given unit of granularity and provides utility methods to convert across units, and to perform timing and delay operations in these units.
title - Variable in class hudson.model.DirectoryBrowserSupport
 
title - Variable in class hudson.model.MultiStageTimeSeries
Name of this data series.
title - Variable in class hudson.model.UpdateSite.Plugin
Human readable title of the plugin, taken from Wiki page.
title - Variable in class hudson.security.PermissionGroup
Human readable title of this permission group.
title - Variable in class hudson.tools.JDKInstaller.JDKFile
 
title - Variable in class hudson.tools.JDKInstaller.JDKRelease
This is human readable.
title - Variable in class hudson.util.AdministrativeError
 
to - Variable in class hudson.model.AbstractBuild.DependencyChange
 
toAes128Key(String) - Static method in class hudson.Util
Converts a string into 128-bit AES key.
toArray(T...) - Static method in class hudson.model.Descriptor
 
toArray(E[]) - Method in class hudson.util.CopyOnWriteList
 
toArray(T[]) - Method in class hudson.util.DescribableList
 
toArray(T[]) - Method in class hudson.util.PersistedList
Gets all the Describables in an array.
toArray() - Method in class hudson.util.QuotedStringTokenizer
 
toBool() - Method in enum jenkins.YesNoMaybe
 
toBoolean(YesNoMaybe) - Static method in enum jenkins.YesNoMaybe
 
toByteArray(InputStream) - Static method in class hudson.util.IOUtils
Deprecated.
Use instead IOUtils.toByteArray(java.io.InputStream)
toByteArray(Reader) - Static method in class hudson.util.IOUtils
Deprecated.
Use instead IOUtils.toByteArray(java.io.Reader)
toByteArray(Reader, String) - Static method in class hudson.util.IOUtils
Deprecated.
Use instead IOUtils.toByteArray(java.io.Reader, String)
toByteArray(String) - Static method in class hudson.util.IOUtils
Deprecated.
Use instead IOUtils.toByteArray(String)
toCCStatus(Item) - Static method in class hudson.Functions
Converts the Hudson build status to CruiseControl build status, which is either Success, Failure, Exception, or Unknown.
toCharArray(InputStream) - Static method in class hudson.util.IOUtils
Deprecated.
Use instead IOUtils.toCharArray(java.io.InputStream)
toCharArray(InputStream, String) - Static method in class hudson.util.IOUtils
Deprecated.
Use instead IOUtils.toCharArray(java.io.InputStream, String)
toCharArray(Reader) - Static method in class hudson.util.IOUtils
Deprecated.
Use instead IOUtils.toCharArray(java.io.Reader)
toCheckUrl() - Method in class hudson.util.FormValidation.CheckMethod
Obtains the 1.526-compatible single string representation.
toCommandArray() - Method in class hudson.util.ArgumentListBuilder
 
toComputer() - Method in class hudson.FilePath
If this FilePath represents a file on a particular Computer, return it.
toComputer() - Method in class hudson.model.Node
Gets the corresponding Computer object.
toDays(long) - Method in enum hudson.util.TimeUnit2
Equivalent to DAYS.convert(duration, this).
toEmailSafeString(String) - Static method in class hudson.Functions
Escapes the character unsafe for e-mail address.
toExportedObject() - Method in class hudson.model.Result
 
toExportedObject() - Method in class hudson.scm.EditType
 
toFullArguments() - Method in class hudson.util.JVMBuilder
 
toggleCollapsed(String) - Method in class hudson.model.PaneStatusProperties
 
toHexString(byte[], int, int) - Static method in class hudson.Util
 
toHexString(byte[]) - Static method in class hudson.Util
 
toHours(long) - Method in enum hudson.util.TimeUnit2
Equivalent to HOURS.convert(duration, this).
toHtml() - Method in class hudson.node_monitors.DiskSpaceMonitorDescriptor.DiskSpace
Returns the HTML representation of the space.
toHtml(MemoryUsage) - Method in class hudson.node_monitors.SwapSpaceMonitor
Returns the HTML representation of the space.
toHtml() - Method in class hudson.util.ClockDifference
 
toHtml(Node) - Static method in class hudson.util.ClockDifference
 
toHtml(ClockDifference) - Static method in class hudson.util.ClockDifference
Gets the clock difference in HTML string.
toId - Variable in class hudson.model.AbstractBuild.DependencyChange
Version of the dependency project used in this build.
toInputStream(String) - Static method in class hudson.util.IOUtils
Deprecated.
Use instead IOUtils.toInputStream(String)
toInputStream(String, String) - Static method in class hudson.util.IOUtils
Deprecated.
Use instead IOUtils.toInputStream(String, String)
token() - Method in class hudson.scheduler.CrontabParser
 
TOKEN - Static variable in interface hudson.scheduler.CrontabParserTokenTypes
 
TokenBasedRememberMeServices2 - Class in hudson.security
TokenBasedRememberMeServices with modification so as not to rely on the user password being available.
TokenBasedRememberMeServices2() - Constructor for class hudson.security.TokenBasedRememberMeServices2
 
tokenize(String) - Static method in class hudson.util.QuotedStringTokenizer
 
tokenize(String, String) - Static method in class hudson.util.QuotedStringTokenizer
 
tokenize(String, String) - Static method in class hudson.Util
Tokenizes the text separated by delimiters.
tokenize(String) - Static method in class hudson.Util
 
toList(T...) - Static method in class hudson.model.Descriptor
 
toList(JSONObject, String) - Static method in class hudson.StructuredForm
Retrieves the property of the given object and returns it as a list of JSONObject.
toList() - Method in class hudson.tools.JDKInstaller.JDKList
 
toList() - Method in class hudson.util.ArgumentListBuilder
 
toList() - Method in class hudson.util.PersistedList
Returns the snapshot view of instances as list.
toMap(Iterable<T>) - Static method in class hudson.model.Descriptor
 
toMap() - Method in class hudson.model.queue.MappingWorksheet.Mapping
Returns the assignment as a map.
toMap() - Method in class hudson.util.DescribableList
Creates a detached map from the current snapshot of the data, keyed from a descriptor to an instance.
toMaskArray() - Method in class hudson.util.ArgumentListBuilder
Returns an array of booleans where the masked arguments are marked as true
toMB(MemoryUsage) - Method in class hudson.node_monitors.SwapSpaceMonitor
 
toMicros(long) - Method in enum hudson.util.TimeUnit2
Equivalent to MICROSECONDS.convert(duration, this).
toMillis(long) - Method in enum hudson.util.TimeUnit2
Equivalent to MILLISECONDS.convert(duration, this).
toMinutes(long) - Method in enum hudson.util.TimeUnit2
Equivalent to MINUTES.convert(duration, this).
toNameList(Collection<? extends Item>) - Static method in class hudson.model.Items
Converts a list of items into a comma-separated list of full names.
toNanos(long) - Method in enum hudson.util.TimeUnit2
Equivalent to NANOSECONDS.convert(duration, this).
tool - Variable in class hudson.tools.ToolInstaller
 
tool - Variable in class hudson.tools.ToolProperty
 
ToolConverter(XStream2) - Constructor for class hudson.tools.ToolInstallation.ToolConverter
 
ToolDescriptor<T extends ToolInstallation> - Class in hudson.tools
ToolDescriptor() - Constructor for class hudson.tools.ToolDescriptor
 
ToolDescriptor_NotADirectory(Object) - Static method in class hudson.tools.Messages
Key ToolDescriptor.NotADirectory: {0} is not a directory on the Jenkins master (but perhaps it exists on some slaves).
ToolInstallation - Class in hudson.tools
Formalization of a tool installed in nodes used for builds.
ToolInstallation(String, String) - Constructor for class hudson.tools.ToolInstallation
ToolInstallation(String, String, List<? extends ToolProperty<?>>) - Constructor for class hudson.tools.ToolInstallation
 
ToolInstallation.ToolConverter - Class in hudson.tools
Subclasses can extend this for data migration from old field storing home directory.
ToolInstaller - Class in hudson.tools
An object which can ensure that a generic ToolInstallation in fact exists on a node.
ToolInstaller(String) - Constructor for class hudson.tools.ToolInstaller
Subclasses should pass these parameters in using DataBoundConstructor.
ToolInstaller.ToolInstallerEntry - Class in hudson.tools
 
ToolInstaller.ToolInstallerList - Class in hudson.tools
 
ToolInstallerDescriptor<T extends ToolInstaller> - Class in hudson.tools
Descriptor for a ToolInstaller.
ToolInstallerDescriptor() - Constructor for class hudson.tools.ToolInstallerDescriptor
 
ToolInstallerEntry() - Constructor for class hudson.tools.ToolInstaller.ToolInstallerEntry
public default constructor needed by the JSON parser
ToolInstallerEntry(String, String, String) - Constructor for class hudson.tools.ToolInstaller.ToolInstallerEntry
The constructor
ToolInstallerList() - Constructor for class hudson.tools.ToolInstaller.ToolInstallerList
 
ToolLocation(ToolDescriptor, String, String) - Constructor for class hudson.tools.ToolLocationNodeProperty.ToolLocation
 
ToolLocation(String, String) - Constructor for class hudson.tools.ToolLocationNodeProperty.ToolLocation
 
ToolLocationNodeProperty - Class in hudson.tools
NodeProperty that allows users to specify different locations for ToolInstallations.
ToolLocationNodeProperty(List<ToolLocationNodeProperty.ToolLocation>) - Constructor for class hudson.tools.ToolLocationNodeProperty
 
ToolLocationNodeProperty(ToolLocationNodeProperty.ToolLocation...) - Constructor for class hudson.tools.ToolLocationNodeProperty
 
ToolLocationNodeProperty.DescriptorImpl - Class in hudson.tools
 
ToolLocationNodeProperty.ToolLocation - Class in hudson.tools
 
ToolLocationNodeProperty_displayName() - Static method in class hudson.tools.Messages
Key ToolLocationNodeProperty.displayName: Tool Locations.
ToolLocationTranslator - Class in hudson.tools
This Jenkins-wide extension points can participate in determining the actual node-specific path of the ToolInstallation for the given Node.
ToolLocationTranslator() - Constructor for class hudson.tools.ToolLocationTranslator
 
toolName - Variable in class hudson.cli.InstallToolCommand
 
ToolProperty<T extends ToolInstallation> - Class in hudson.tools
Extensible property of ToolInstallation.
ToolProperty() - Constructor for class hudson.tools.ToolProperty
 
ToolPropertyDescriptor - Class in hudson.tools
Descriptor for ToolProperty.
ToolPropertyDescriptor(Class<? extends ToolProperty<?>>) - Constructor for class hudson.tools.ToolPropertyDescriptor
 
ToolPropertyDescriptor() - Constructor for class hudson.tools.ToolPropertyDescriptor
 
ToolsTagLib - Interface in jenkins
 
toolType - Variable in class hudson.cli.InstallToolCommand
 
TooManyJobsButNoView - Class in hudson.diagnosis
If Hudson is run with a lot of jobs but no views, suggest the user that they can create views.
TooManyJobsButNoView() - Constructor for class hudson.diagnosis.TooManyJobsButNoView
 
TopLevelItem - Interface in hudson.model
Item that can be directly displayed under Jenkins or other containers.
TopLevelItemDescriptor - Class in hudson.model
TopLevelItemDescriptor(Class<? extends TopLevelItem>) - Constructor for class hudson.model.TopLevelItemDescriptor
 
TopLevelItemDescriptor() - Constructor for class hudson.model.TopLevelItemDescriptor
Infers the type of the corresponding TopLevelItem from the outer class.
TopLevelItemDescriptor_NotApplicableIn(Object, Object) - Static method in class hudson.model.Messages
Key TopLevelItemDescriptor.NotApplicableIn: {0} items are not applicable within {1}.
TopLevelItemOptionHandler - Class in hudson.cli.handlers
Refers to TopLevelItem by its name.
TopLevelItemOptionHandler(CmdLineParser, OptionDef, Setter<TopLevelItem>) - Constructor for class hudson.cli.handlers.TopLevelItemOptionHandler
 
toSeconds(long) - Method in enum hudson.util.TimeUnit2
Equivalent to SECONDS.convert(duration, this).
toStemUrl() - Method in class hudson.util.FormValidation.CheckMethod
Returns the URL that the JavaScript should hit to perform form validation, except the query string portion (which is built on the client side.)
toString() - Method in class hudson.diagnosis.OldDataMonitor.VersionRange
 
toString() - Method in class hudson.FilePath
Deprecated.
toString() - Method in enum hudson.init.InitMilestone
 
toString() - Method in enum hudson.init.TermMilestone
 
toString() - Method in class hudson.Launcher.DecoratedLauncher
 
toString() - Method in class hudson.MarkupText
Deprecated.
as of 1.350. Use MarkupText.toString(boolean) to be explicit about the escape mode.
toString(boolean) - Method in class hudson.MarkupText
Returns the fully marked-up text.
toString() - Method in class hudson.model.AbstractItem
 
toString() - Method in enum hudson.model.BallColor
Also used as a final name.
toString() - Method in class hudson.model.BooleanParameterValue
 
toString(Object) - Method in class hudson.model.BuildAuthorizationToken.ConverterImpl
Deprecated.
 
toString() - Method in class hudson.model.Cause.UpstreamCause.DeeplyNestedUpstreamCause
 
toString() - Method in class hudson.model.Cause.UpstreamCause
 
toString() - Method in class hudson.model.CheckPoint
 
toString() - Method in class hudson.model.Computer.DisplayExecutor
 
toString() - Method in class hudson.model.DependencyGraph.Dependency
 
toString() - Method in class hudson.model.FileParameterValue
 
toString() - Method in class hudson.model.Fingerprint.BuildPtr
 
toString() - Method in class hudson.model.Fingerprint.Range
 
toString() - Method in class hudson.model.Fingerprint.RangeSet
 
toString() - Method in class hudson.model.Fingerprint
 
toString() - Method in class hudson.model.Label
 
toString() - Method in class hudson.model.LoadStatistics.LoadStatisticsSnapshot
toString() - Method in class hudson.model.queue.CauseOfBlockage
 
toString() - Method in interface hudson.model.Queue.Executable
Used to render the HTML.
toString() - Method in class hudson.model.queue.FutureLoad
 
toString() - Method in class hudson.model.Queue.Item
 
toString() - Method in class hudson.model.Queue.JobOffer
 
toString() - Method in class hudson.model.queue.WorkUnit
 
toString() - Method in class hudson.model.Resource
 
toString() - Method in class hudson.model.ResourceList
 
toString() - Method in class hudson.model.Result
 
toString() - Method in class hudson.model.Run.Artifact
 
toString() - Method in class hudson.model.Run
 
toString() - Method in class hudson.model.RunParameterValue
 
toString() - Method in class hudson.model.Slave
 
toString() - Method in class hudson.model.StringParameterValue
 
toString() - Method in class hudson.model.TextParameterValue
 
toString() - Method in class hudson.model.TimeSeries
 
toString() - Method in class hudson.model.UpdateCenter.InstallationJob
 
toString() - Method in class hudson.model.UpdateCenter.PluginDowngradeJob
 
toString() - Method in class hudson.model.User
 
toString() - Method in class hudson.model.View
 
toString() - Method in class hudson.node_monitors.DiskSpaceMonitorDescriptor.DiskSpace
 
toString() - Method in class hudson.node_monitors.ResponseTimeMonitor.Data
String rendering of the data
toString() - Method in exception hudson.os.PosixException
 
toString() - Method in class hudson.PluginManager.UberClassLoader
 
toString() - Method in class hudson.PluginWrapper.Dependency
 
toString() - Method in class hudson.PluginWrapper
 
toString() - Method in class hudson.scheduler.CronTab
 
toString() - Method in class hudson.scm.browsers.QueryBuilder
 
toString() - Method in class hudson.security.FederatedLoginService.FederatedIdentity
 
toString() - Method in class hudson.security.Permission
 
toString() - Method in class hudson.security.PermissionGroup
 
toString(Sid) - Method in class hudson.security.SidACL
 
toString() - Method in class hudson.slaves.NodeProvisioner.StrategyState
toString() - Method in class hudson.slaves.OfflineCause.ChannelTermination
 
toString() - Method in class hudson.slaves.OfflineCause.LaunchFailed
 
toString() - Method in class hudson.slaves.OfflineCause.SimpleOfflineCause
 
toString() - Method in class hudson.slaves.WorkspaceList.Entry
 
toString() - Method in class hudson.TcpSlaveAgentListener.ConnectionFromCurrentPeer
 
toString() - Method in class hudson.tools.ToolInstallation
 
toString() - Method in class hudson.util.Area
 
toString() - Method in class hudson.util.ArgumentListBuilder
Debug/error message friendly output.
toString() - Method in class hudson.util.ByteBuffer
Deprecated.
 
toString() - Method in class hudson.util.ChartUtil.NumberOnlyBuildLabel
 
toString() - Method in class hudson.util.ClasspathBuilder
Returns the string representation of the classpath.
toString() - Method in class hudson.util.ClockDifference
Gets the clock difference in HTML string.
toString() - Method in class hudson.util.CopyOnWriteList
 
toString() - Method in class hudson.util.CopyOnWriteMap
 
toString(InputStream) - Static method in class hudson.util.IOUtils
Deprecated.
Use instead IOUtils.toString(java.io.InputStream)
toString(InputStream, String) - Static method in class hudson.util.IOUtils
Deprecated.
Use instead IOUtils.toString(java.io.InputStream, String)
toString(Reader) - Static method in class hudson.util.IOUtils
Deprecated.
Use instead IOUtils.toString(java.io.Reader)
toString(byte[]) - Static method in class hudson.util.IOUtils
Deprecated.
Use instead IOUtils.toString(byte[])
toString(byte[], String) - Static method in class hudson.util.IOUtils
Deprecated.
Use instead IOUtils.toString(byte[], String)
toString() - Method in class hudson.util.ListBoxModel.Option
 
toString() - Method in class hudson.util.PersistedList
 
toString() - Method in class hudson.util.Secret
Deprecated.
as of 1.356 Use Secret.toString(Secret) to avoid NPE in case Secret is null. Or if you really know what you are doing, use the Secret.getPlainText() method.
toString(Secret) - Static method in class hudson.util.Secret
Works just like Secret.toString() but avoids NPE when the secret is null.
toString() - Method in class hudson.util.TextFile
 
toString() - Method in class hudson.XmlFile
 
toString() - Method in class jenkins.model.IdStrategy
toString() - Method in class jenkins.model.lazy.BuildReference
 
toString() - Method in class jenkins.security.NonSerializableSecurityContext
 
toString() - Method in class jenkins.util.AntClassLoader
Returns a String representing this loader.
toString(Locale) - Method in class jenkins.util.NonLocalizable
 
toString() - Method in class jenkins.util.NonLocalizable
 
toString() - Method in class jenkins.util.TreeString
Returns the full string representation.
toString(TreeString) - Static method in class jenkins.util.TreeString
 
toString() - Method in class jenkins.util.VirtualFile
toStringWithQuote() - Method in class hudson.util.ArgumentListBuilder
Just adds quotes around args containing spaces, but no other special characters, so this method should generally be used only for informational/logging purposes.
totalExecutors - Variable in class hudson.model.LoadStatistics
Deprecated.
use LoadStatistics.onlineExecutors. Note totalExecutors==onlineExecutors for backward compatibility support.
totalQuery - Variable in class hudson.util.KeyedDataStorage
Total number of queries into this storage.
totalQueueLength - Variable in class hudson.model.OverallLoadStatistics
Deprecated.
as of 1.467 Use LoadStatistics.queueLength. Left as an alias here for backward compatibility.
touch(long) - Method in class hudson.FilePath
Creates a file (if not already exist) and sets the timestamp.
touch(File) - Static method in class hudson.Util
Creates an empty file.
toURI() - Method in class hudson.FilePath
Converts this file to the URI, relative to the machine on which this file is available.
toURI() - Method in class jenkins.util.VirtualFile
Gets a URI.
toVirtualFile() - Method in class hudson.FilePath
Gets the VirtualFile representation of this FilePath
toWindowsCommand(boolean) - Method in class hudson.util.ArgumentListBuilder
Wrap command in a CMD.EXE call so we can return the exit code (ERRORLEVEL).
toWindowsCommand() - Method in class hudson.util.ArgumentListBuilder
Calls toWindowsCommand(false)
toXML(Object, OutputStream) - Method in class hudson.util.XStream2
Deprecated.
Uses default encoding yet fails to write an encoding header. Prefer XStream2.toXMLUTF8(java.lang.Object, java.io.OutputStream).
toXMLUTF8(Object, OutputStream) - Method in class hudson.util.XStream2
Serializes to a byte stream.
TransientActionFactory<T> - Class in jenkins.model
Allows you to add actions to any kind of object at once.
TransientActionFactory() - Constructor for class jenkins.model.TransientActionFactory
 
transientActions - Variable in class hudson.model.AbstractProject
Actions contributed from subsidiary objects associated with AbstractProject, such as from triggers, builders, publishers, etc.
transientActions - Variable in class hudson.model.Computer
 
transientActions - Variable in class hudson.model.labels.LabelAtom
 
transientActions - Variable in class hudson.model.View
 
TransientBuildActionFactory - Class in hudson.model
Deprecated.
Does not contribute to Actionable.getActions(). Use TransientActionFactory instead.
TransientBuildActionFactory() - Constructor for class hudson.model.TransientBuildActionFactory
Deprecated.
 
TransientComputerActionFactory - Class in hudson.model
Extension point for inserting transient Actions to Computers.
TransientComputerActionFactory() - Constructor for class hudson.model.TransientComputerActionFactory
 
TransientFingerprintFacetFactory - Class in jenkins.model
 
TransientFingerprintFacetFactory() - Constructor for class jenkins.model.TransientFingerprintFacetFactory
 
TransientProjectActionFactory - Class in hudson.model
Extension point for inserting transient Actions into AbstractProjects.
TransientProjectActionFactory() - Constructor for class hudson.model.TransientProjectActionFactory
 
TransientUserActionFactory - Class in hudson.model
Extension point for inserting transient Actions into Users.
TransientUserActionFactory() - Constructor for class hudson.model.TransientUserActionFactory
 
TransientViewActionFactory - Class in hudson.model
Extension point for adding transient Actions to Views.
TransientViewActionFactory() - Constructor for class hudson.model.TransientViewActionFactory
 
translate(String, Writer) - Method in class hudson.markup.EscapedMarkupFormatter
 
translate(String, Writer) - Method in class hudson.markup.MarkupFormatter
Given the text, converts that to HTML according to whatever markup rules implicit in the implementation class.
translate(String) - Method in class hudson.markup.MarkupFormatter
 
translate(Node, EnvVars, TaskListener) - Method in class hudson.tools.ToolInstallation
Performs a necessary variable/environment/context expansion.
translate(AbstractBuild<?, ?>, TaskListener) - Method in class hudson.tools.ToolInstallation
Convenient version of ToolInstallation.translate(Node, EnvVars, TaskListener) that just takes a build object in progress.
translateFor(Node, TaskListener) - Method in class hudson.tools.ToolInstallation
Finds a tool on a node.
TRANSPORT_AUTHENTICATION - Static variable in class hudson.cli.CLICommand
Key for Channel.getProperty(Object) that links to the Authentication object which captures the identity of the client given by the transport layer.
Tree(Map<K, V>, Comparator<K>) - Constructor for class hudson.util.CopyOnWriteMap.Tree
 
Tree(Comparator<K>) - Constructor for class hudson.util.CopyOnWriteMap.Tree
 
Tree() - Constructor for class hudson.util.CopyOnWriteMap.Tree
 
TREE_CUTOFF - Static variable in class hudson.model.Run
Maximum number of artifacts to show in tree view before just showing a link.
TreeString - Class in jenkins.util
TreeString is an alternative string representation that saves the memory when you have a large number of strings that share common prefixes (such as various file names.)
TreeString.ConverterImpl - Class in jenkins.util
Default Converter implementation for XStream that does interning scoped to one unmarshalling.
TreeStringBuilder - Class in jenkins.util
Builds TreeStrings that share common prefixes.
TreeStringBuilder() - Constructor for class jenkins.util.TreeStringBuilder
 
TreeView - Class in hudson.model
EXPERIMENTAL
TreeView(String) - Constructor for class hudson.model.TreeView
 
TreeView.DescriptorImpl - Class in hudson.model
 
TrendChart(MultiStageTimeSeries.TimeScale, MultiStageTimeSeries...) - Constructor for class hudson.model.MultiStageTimeSeries.TrendChart
 
Trigger<J extends Item> - Class in hudson.triggers
Triggers a Build.
Trigger(String) - Constructor for class hudson.triggers.Trigger
Creates a new Trigger that gets run periodically.
Trigger() - Constructor for class hudson.triggers.Trigger
Creates a new Trigger without using cron.
Trigger.Cron - Class in hudson.triggers
Runs every minute to check TimerTrigger and schedules build.
Trigger_init() - Static method in class hudson.triggers.Messages
Key Trigger.init: Initializing timer for triggers.
TriggerDescriptor - Class in hudson.triggers
Descriptor for Trigger.
TriggerDescriptor(Class<? extends Trigger<?>>) - Constructor for class hudson.triggers.TriggerDescriptor
 
TriggerDescriptor() - Constructor for class hudson.triggers.TriggerDescriptor
Infers the type of the corresponding SCM from the outer class.
triggers - Variable in class hudson.model.AbstractProject
List of all Triggers for this project.
triggers() - Method in class hudson.model.AbstractProject
 
Triggers - Class in hudson.triggers
Deprecated.
as of 1.286 See each member for how to migrate your code.
Triggers() - Constructor for class hudson.triggers.Triggers
Deprecated.
 
TRIGGERS - Static variable in class hudson.triggers.Triggers
Deprecated.
as of 1.286 Use Trigger.all() for read access, and Extension for registration.
triggerUpdate() - Method in class hudson.node_monitors.NodeMonitor
Starts updating the data asynchronously.
trim() - Method in class hudson.model.Fingerprint
Trim off references to non-existent builds and jobs, thereby making the fingerprint smaller.
trimEOL(String) - Method in class hudson.console.LineTransformationOutputStream
 
trimHeadSlash(String) - Static method in class hudson.scm.RepositoryBrowser
If the given string starts with '/', return a string that removes it.
tryParseNumber(String, Number) - Static method in class hudson.Util
Returns the parsed string if parsed successful; otherwise returns the default number.
tryReconnect() - Method in class hudson.slaves.SlaveComputer
 
tryWithLock(Runnable) - Static method in class hudson.model.Queue
Invokes the supplied Runnable if the Queue lock was obtained without blocking.
tunnel - Variable in class hudson.slaves.JNLPLauncher
If the slave needs to tunnel the connection to the master, specify the "host:port" here.
type() - Method in class hudson.cli.handlers.AbstractItemOptionHandler
 
type() - Method in class hudson.cli.handlers.AbstractProjectOptionHandler
 
type() - Method in class hudson.cli.handlers.GenericItemOptionHandler
 
type() - Method in class hudson.cli.handlers.TopLevelItemOptionHandler
 
type() - Method in class hudson.console.ConsoleAnnotatorFactory
For which context type does this annotator work?
type - Variable in class hudson.model.Descriptor.PropertyType
 
type() - Method in class hudson.tools.InstallSourceProperty
 
type() - Method in class hudson.tools.ToolProperty
What is your 'T'?
type() - Method in class hudson.util.ReflectionUtils.Parameter
Gets the type of this parameter.
type() - Method in class jenkins.model.TransientActionFactory
The type of object this factory cares about.
type() - Method in class jenkins.tasks.SimpleBuildStep.LastBuildActionFactory
 

U

uberClassLoader - Variable in class hudson.PluginManager
ClassLoader that can load all the publicly visible classes from plugins (and including the classloader that loads Hudson itself.)
UberClassLoader() - Constructor for class hudson.PluginManager.UberClassLoader
 
UDPBroadcastFragment - Class in hudson
Extension point that contributes an XML fragment to the UDP broadcast.
UDPBroadcastFragment() - Constructor for class hudson.UDPBroadcastFragment
 
UDPBroadcastThread - Class in hudson
Monitors a UDP multicast broadcast and respond with the location of the Hudson service.
UDPBroadcastThread(Hudson) - Constructor for class hudson.UDPBroadcastThread
UDPBroadcastThread(Jenkins) - Constructor for class hudson.UDPBroadcastThread
 
umask(int) - Method in interface hudson.util.jna.GNUCLibrary
 
UnbufferedBase64InputStream - Class in hudson.util
Filter InputStream that decodes base64 without doing any buffering.
UnbufferedBase64InputStream(InputStream) - Constructor for class hudson.util.UnbufferedBase64InputStream
 
uncaughtException(Thread, Throwable) - Method in class hudson.util.ExceptionCatchingThreadFactory
 
UnclaimedIdentityException(FederatedLoginService.FederatedIdentity) - Constructor for exception hudson.security.FederatedLoginService.UnclaimedIdentityException
 
Unclassified() - Constructor for class jenkins.model.GlobalConfigurationCategory.Unclassified
 
underlyingWriter() - Method in class jenkins.util.xstream.XStreamDOM.WriterImpl
 
understandsSymlink() - Method in class hudson.util.FileVisitor
Some visitors can handle symlinks as symlinks.
UNICODE_OPTIONS - Static variable in interface hudson.util.jna.Options
 
uninstallFrom(Channel) - Method in class jenkins.FilePathFilter
 
union(ResourceList...) - Static method in class hudson.model.ResourceList
Creates union of all resources.
union(Collection<ResourceList>) - Static method in class hudson.model.ResourceList
Creates union of all resources.
Union(VariableResolver<? extends V>...) - Constructor for class hudson.util.VariableResolver.Union
 
Union(Collection<? extends VariableResolver<? extends V>>) - Constructor for class hudson.util.VariableResolver.Union
 
union(Collection<? extends ExtensionComponentSet>) - Static method in class jenkins.ExtensionComponentSet
Computes the union of all the given delta.
union(ExtensionComponentSet...) - Static method in class jenkins.ExtensionComponentSet
 
UnionSearchIndex - Class in hudson.search
Union of two sets.
UnionSearchIndex(SearchIndex, SearchIndex) - Constructor for class hudson.search.UnionSearchIndex
 
UnixLifecycle - Class in hudson.lifecycle
Lifecycle implementation when Hudson runs on the embedded servlet container on Unix.
UnixLifecycle() - Constructor for class hudson.lifecycle.UnixLifecycle
 
UnixProcess(int) - Constructor for class hudson.util.ProcessTree.UnixProcess
 
UnixSlaveRestarter - Class in jenkins.slaves.restarter
On Unix, restart via exec-ing to itself.
UnixSlaveRestarter() - Constructor for class jenkins.slaves.restarter.UnixSlaveRestarter
 
unlabeledLoad - Variable in class jenkins.model.Jenkins
Load statistics of the free roaming jobs and slaves.
UnlabeledLoadStatistics - Class in jenkins.model
LoadStatistics that track the "free roam" jobs (whose SubTask.getAssignedLabel() is null) and the # of executors that can execute them (Node whose mode is Node.Mode.EXCLUSIVE)
unlabeledNodeProvisioner - Variable in class jenkins.model.Jenkins
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class hudson.model.Label.ConverterImpl
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class hudson.slaves.NodeList.ConverterImpl
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class hudson.util.ConcurrentHashMapConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class hudson.util.CopyOnWriteList.ConverterImpl
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class hudson.util.CopyOnWriteMap.Hash.ConverterImpl
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class hudson.util.CopyOnWriteMap.Tree.ConverterImpl
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class hudson.util.DescribableList.ConverterImpl
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class hudson.util.HexBinaryConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class hudson.util.PackedMap.ConverterImpl
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class hudson.util.PersistedList.ConverterImpl
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class hudson.util.RobustCollectionConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class hudson.util.RobustReflectionConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class hudson.util.Secret.ConverterImpl
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class hudson.util.xstream.ImmutableListConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class hudson.util.xstream.ImmutableMapConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class hudson.util.xstream.ImmutableSetConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class hudson.util.xstream.ImmutableSortedSetConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class hudson.util.XStream2.PassthruConverter
 
unmarshal(HierarchicalStreamReader, Object, DataHolder) - Method in class hudson.util.XStream2
 
unmarshal(Object) - Method in class hudson.XmlFile
Loads the contents of this file into an existing object.
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class jenkins.model.BuildDiscarder.ConverterImpl
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class jenkins.util.TreeString.ConverterImpl
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class jenkins.util.xstream.XStreamDOM.ConverterImpl
Unmarshals a single child element.
unmarshal(XStream) - Method in class jenkins.util.xstream.XStreamDOM
Unmarshals this DOM into an object via the given XStream.
unmarshal(XStream, T) - Method in class jenkins.util.xstream.XStreamDOM
 
unmarshalElement(HierarchicalStreamReader, UnmarshallingContext) - Method in class jenkins.util.xstream.XStreamDOM.ConverterImpl
 
unmarshalField(UnmarshallingContext, Object, Class, Field) - Method in class hudson.util.RobustReflectionConverter
 
UnmigrationInstruction() - Constructor for class jenkins.model.RunIdMigrator.UnmigrationInstruction
 
unprotect(String) - Static method in class hudson.util.Protector
Returns null if fails to decrypt properly.
UnprotectedRootAction - Interface in hudson.model
RootActions that are accessible to requests that do not have the READ permission on Jenkins.
unquote(String) - Static method in class hudson.util.QuotedStringTokenizer
Unquote a string.
unregister() - Method in class hudson.model.listeners.RunListener
Reverse operation of RunListener.register().
unregister() - Method in class hudson.model.listeners.SaveableListener
Reverse operation of SaveableListener.register().
unregister() - Method in class hudson.model.listeners.SCMListener
Deprecated.
Use Extension instead.
unregister() - Method in class hudson.scm.ChangeLogAnnotator
Unregisters this annotator, so that Hudson stops using this object.
unregister() - Method in class hudson.slaves.ComputerListener
Unregisters this ComputerListener so that it will never receive further events.
UNRESTRICTED - Static variable in class jenkins.FilePathFilter
Immutable instance that represents the filter that allows everything.
UNSECURED - Static variable in class hudson.security.AuthorizationStrategy
AuthorizationStrategy that implements the semantics of unsecured Hudson where everyone has full control.
Unsecured() - Constructor for class hudson.security.AuthorizationStrategy.Unsecured
 
unsetenv(String) - Method in interface hudson.util.jna.GNUCLibrary
 
UNSTABLE - Static variable in class hudson.model.Result
The build had some errors but they were not fatal.
untar(FilePath, FilePath.TarCompression) - Method in class hudson.FilePath
When this FilePath represents a tar file, extracts that tar file.
untarFrom(InputStream, FilePath.TarCompression) - Method in class hudson.FilePath
Reads the given InputStream as a tar file and extracts it into this directory.
UnwrapSecurityExceptionFilter - Class in hudson.security
If AcegiSecurityException caused JellyTagException, rethrow it accordingly so that ExceptionTranslationFilter can pick it up and initiate the redirection.
UnwrapSecurityExceptionFilter() - Constructor for class hudson.security.UnwrapSecurityExceptionFilter
 
unzip(FilePath) - Method in class hudson.FilePath
When this FilePath represents a zip file, extracts that zip file.
unzipFrom(InputStream) - Method in class hudson.FilePath
Reads the given InputStream as a zip file and extracts it into this directory.
up - Variable in class hudson.model.AbstractProject.BecauseOfDownstreamBuildInProgress
 
up - Variable in class hudson.model.AbstractProject.BecauseOfUpstreamBuildInProgress
 
update(float) - Method in class hudson.model.MultiStageTimeSeries
Call this method every 10 sec and supply a new data point.
UPDATE - Static variable in class hudson.model.Run
 
update(float) - Method in class hudson.model.TimeSeries
Pushes a new data point.
UPDATE - Static variable in class hudson.security.Permission
Generic update access.
update(Map<K, V>) - Method in class hudson.util.CopyOnWriteMap
 
update(Authentication) - Method in class jenkins.security.LastGrantedAuthoritiesProperty
Persist the information with the new UserDetails.
updateAllSites() - Method in class hudson.model.UpdateCenter
Ensure that all UpdateSites are up to date, without requiring a user to browse to the instance.
updateBaseDir(File) - Method in class jenkins.model.lazy.AbstractLazyLoadRunMap
Updates base directory location after directory changes.
updateByXml(StreamSource) - Method in class hudson.model.AbstractItem
Deprecated.
updateByXml(Source) - Method in class hudson.model.AbstractItem
Updates an Item by its XML definition.
updateByXml(InputStream) - Method in class hudson.model.Computer
Updates Job by its XML definition.
updateByXml(Source) - Method in class hudson.model.View
Updates the View with the new XML definition.
updateCache(Job<?, ?>, Run<?, ?>) - Method in class jenkins.model.PeepholePermalink
Remembers the value 'n' in the cache for future PeepholePermalink.resolve(Job).
UpdateCenter - Class in hudson.model
Controls update center capability.
UpdateCenter() - Constructor for class hudson.model.UpdateCenter
 
UpdateCenter.ConnectionCheckJob - Class in hudson.model
Tests the internet connectivity.
UpdateCenter.CoreUpdateMonitor - Class in hudson.model
AdministrativeMonitor that checks if there's Jenkins update.
UpdateCenter.DownloadJob - Class in hudson.model
Base class for a job that downloads a file from the Jenkins project.
UpdateCenter.DownloadJob.Failure - Class in hudson.model
Indicates that the installation of a plugin failed.
UpdateCenter.DownloadJob.InstallationStatus - Class in hudson.model
Indicates the status or the result of a plugin installation.
UpdateCenter.DownloadJob.Installing - Class in hudson.model
Installation of a plugin is in progress.
UpdateCenter.DownloadJob.Pending - Class in hudson.model
Indicates that the plugin is waiting for its turn for installation.
UpdateCenter.DownloadJob.Success - Class in hudson.model
Indicates that the plugin was successfully installed.
UpdateCenter.DownloadJob.SuccessButRequiresRestart - Class in hudson.model
Indicates that the installation was successful but a restart is needed.
UpdateCenter.HudsonDowngradeJob - Class in hudson.model
 
UpdateCenter.HudsonUpgradeJob - Class in hudson.model
Represents the state of the upgrade activity of Jenkins core.
UpdateCenter.InstallationJob - Class in hudson.model
Represents the state of the installation activity of one plugin.
UpdateCenter.PageDecoratorImpl - Class in hudson.model
Adds the update center data retriever to HTML.
UpdateCenter.PluginDowngradeJob - Class in hudson.model
Represents the state of the downgrading activity of plugin.
UpdateCenter.PluginEntry - Class in hudson.model
 
UpdateCenter.RestartJenkinsJob - Class in hudson.model
Restarts jenkins.
UpdateCenter.RestartJenkinsJob.Canceled - Class in hudson.model
 
UpdateCenter.RestartJenkinsJob.Failure - Class in hudson.model
 
UpdateCenter.RestartJenkinsJob.Pending - Class in hudson.model
 
UpdateCenter.RestartJenkinsJob.RestartJenkinsJobStatus - Class in hudson.model
 
UpdateCenter.RestartJenkinsJob.Running - Class in hudson.model
 
UpdateCenter.UpdateCenterConfiguration - Class in hudson.model
Strategy object for controlling the update center's behaviors.
UpdateCenter.UpdateCenterJob - Class in hudson.model
Things that UpdateCenter.installerService executes.
UpdateCenter_DownloadButNotActivated() - Static method in class hudson.model.Messages
Key UpdateCenter.DownloadButNotActivated: {@code Downloaded Successfully.
UpdateCenter_init() - Static method in class hudson.model.Messages
Key UpdateCenter.init: Initialing update center.
UpdateCenter_n_a() - Static method in class hudson.model.Messages
Key UpdateCenter.n_a: N/A.
UpdateCenter_PluginCategory_android() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.android: Android Development.
UpdateCenter_PluginCategory_builder() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.builder: Build Tools.
UpdateCenter_PluginCategory_buildwrapper() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.buildwrapper: Build Wrappers.
UpdateCenter_PluginCategory_cli() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.cli: Command Line Interface.
UpdateCenter_PluginCategory_cloud() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.cloud: Cloud Providers.
UpdateCenter_PluginCategory_cluster() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.cluster: Cluster Management and Distributed Build.
UpdateCenter_PluginCategory_database() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.database: Database.
UpdateCenter_PluginCategory_deployment() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.deployment: Deployment.
UpdateCenter_PluginCategory_devops() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.devops: DevOps.
UpdateCenter_PluginCategory_dotnet() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.dotnet: .NET Development.
UpdateCenter_PluginCategory_external() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.external: External Site/Tool Integrations.
UpdateCenter_PluginCategory_groovy_related() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.groovy-related: Groovy-related.
UpdateCenter_PluginCategory_ios() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.ios: iOS Development.
UpdateCenter_PluginCategory_library() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.library: Library plugins (for use by other plugins).
UpdateCenter_PluginCategory_listview_column() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.listview-column: List view columns.
UpdateCenter_PluginCategory_maven() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.maven: Maven.
UpdateCenter_PluginCategory_misc() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.misc: Miscellaneous.
UpdateCenter_PluginCategory_must_be_labeled() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.must-be-labeled: Uncategorized.
UpdateCenter_PluginCategory_notifier() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.notifier: Build Notifiers.
UpdateCenter_PluginCategory_page_decorator() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.page-decorator: Page Decorators.
UpdateCenter_PluginCategory_parameter() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.parameter: Build Parameters.
UpdateCenter_PluginCategory_post_build() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.post-build: Other Post-Build Actions.
UpdateCenter_PluginCategory_python() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.python: Python Development.
UpdateCenter_PluginCategory_report() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.report: Build Reports.
UpdateCenter_PluginCategory_ruby() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.ruby: Ruby Development.
UpdateCenter_PluginCategory_runcondition() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.runcondition: RunConditions for use by the Run Condition plugin.
UpdateCenter_PluginCategory_scala() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.scala: Scala Development.
UpdateCenter_PluginCategory_scm() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.scm: Source Code Management.
UpdateCenter_PluginCategory_scm_related() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.scm-related: Source Code Management related.
UpdateCenter_PluginCategory_security() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.security: Security.
UpdateCenter_PluginCategory_slaves() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.slaves: Slave Launchers and Controllers.
UpdateCenter_PluginCategory_test() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.test: Testing.
UpdateCenter_PluginCategory_trigger() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.trigger: Build Triggers.
UpdateCenter_PluginCategory_ui() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.ui: User Interface.
UpdateCenter_PluginCategory_unrecognized(Object) - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.unrecognized: Misc ({0}).
UpdateCenter_PluginCategory_upload() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.upload: Artifact Uploaders.
UpdateCenter_PluginCategory_user() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.user: Authentication and User Management.
UpdateCenter_PluginCategory_view() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.view: Views.
UpdateCenter_Status_CheckingInternet() - Static method in class hudson.model.Messages
Key UpdateCenter.Status.CheckingInternet: Checking internet connectivity.
UpdateCenter_Status_CheckingJavaNet() - Static method in class hudson.model.Messages
Key UpdateCenter.Status.CheckingJavaNet: Checking update center connectivity.
UpdateCenter_Status_ConnectionFailed(Object) - Static method in class hudson.model.Messages
Key UpdateCenter.Status.ConnectionFailed: Failed to connect to {0}.
UpdateCenter_Status_Success() - Static method in class hudson.model.Messages
Key UpdateCenter.Status.Success: Success.
UpdateCenter_Status_UnknownHostException(Object) - Static method in class hudson.model.Messages
Key UpdateCenter.Status.UnknownHostException: Failed to resolve host name {0}.
UpdateCenterConfiguration() - Constructor for class hudson.model.UpdateCenter.UpdateCenterConfiguration
Creates default update center configuration - uses settings for global update center.
UpdateCenterJob(UpdateSite) - Constructor for class hudson.model.UpdateCenter.UpdateCenterJob
 
updateComputerList(boolean) - Method in class hudson.model.AbstractCIBase
Updates Computers.
updateComputerList() - Method in class jenkins.model.Jenkins
 
updateCounts(LoadStatistics.LoadStatisticsSnapshot) - Method in class hudson.model.LoadStatistics
Updates all the series from the current snapshot.
updateDependency(PluginWrapper, PluginWrapper) - Method in class hudson.ClassicPluginStrategy
 
updateDependency(PluginWrapper, PluginWrapper) - Method in interface hudson.PluginStrategy
Called when a plugin is installed, but there was already a plugin installed which optionally depended on that plugin.
updateDirectly(boolean) - Method in class hudson.model.UpdateSite
Update the data file from the given URL if the file does not exist, or is otherwise due for update.
updateDirectlyNow(boolean) - Method in class hudson.model.UpdateSite
 
updateExecutorCounts() - Method in class hudson.model.LoadStatistics
UpdateJobCommand - Class in hudson.cli
 
UpdateJobCommand() - Constructor for class hudson.cli.UpdateJobCommand
 
UpdateJobCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key UpdateJobCommand.ShortDescription: {@code Updates the job definition XML from stdin.
updateNextBuildNumber(int) - Method in class hudson.model.Job
Programatically updates the next build number.
updateNode(Node) - Method in class jenkins.model.Jenkins
Saves an existing Node on disk, called by Node.save().
updateNode(Node) - Method in class jenkins.model.Nodes
Updates an existing node on disk.
UpdateNodeCommand - Class in hudson.cli
 
UpdateNodeCommand() - Constructor for class hudson.cli.UpdateNodeCommand
 
UpdateNodeCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key UpdateNodeCommand.ShortDescription: {@code Updates the node definition XML from stdin.
updateNow() - Method in class hudson.model.DownloadService.Downloadable
 
updateService - Variable in class hudson.model.UpdateCenter
An ExecutorService for updating UpdateSites.
UpdateSite - Class in hudson.model
Source of the update center information, like "http://jenkins-ci.org/update-center.json"
UpdateSite(String, String) - Constructor for class hudson.model.UpdateSite
 
UpdateSite.Data - Class in hudson.model
In-memory representation of the update center data.
UpdateSite.Entry - Class in hudson.model
 
UpdateSite.Plugin - Class in hudson.model
 
updateSymlinks(TaskListener) - Method in class hudson.model.Run
Makes sure that lastSuccessful and lastStable legacy links in the project’s root directory exist.
updateTransientActions() - Method in class hudson.model.AbstractProject
effectively deprecated.
updateTransientActions() - Method in class hudson.model.labels.LabelAtom
 
updateTransientActions() - Method in class hudson.model.View
 
UpdateViewCommand - Class in hudson.cli
 
UpdateViewCommand() - Constructor for class hudson.cli.UpdateViewCommand
 
UpdateViewCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key UpdateViewCommand.ShortDescription: {@code Updates the view definition XML from stdin.
upgrade() - Method in class hudson.cli.CLI
Attempts to lift the security restriction on the underlying channel.
upgrade(UpdateCenter.DownloadJob, File, File) - Method in class hudson.model.UpdateCenter.UpdateCenterConfiguration
Called after an upgrade has been downloaded to move it into its final location.
upload(StaplerRequest, StaplerResponse) - Method in class hudson.model.FullDuplexHttpChannel
This is where we receive inputs from the client.
UPLOAD_PLUGINS - Static variable in class hudson.PluginManager
 
upstream_downstream(Map, Closure) - Method in interface lib.jenkins.ProjectTagLib
 
upstream_downstream(Closure) - Method in interface lib.jenkins.ProjectTagLib
 
upstream_downstream(Map) - Method in interface lib.jenkins.ProjectTagLib
 
upstream_downstream() - Method in interface lib.jenkins.ProjectTagLib
 
UpstreamCause(AbstractBuild<?, ?>) - Constructor for class hudson.model.Cause.UpstreamCause
Deprecated.
since 2009-02-28
UpstreamCause(Run<?, ?>) - Constructor for class hudson.model.Cause.UpstreamCause
 
Uptime - Class in jenkins.model
Keeps track of the uptime of Jenkins.
Uptime() - Constructor for class jenkins.model.Uptime
 
url(URL) - Method in class hudson.cli.CLIConnectionFactory
Top URL of the Jenkins to connect to.
url(String) - Method in class hudson.cli.CLIConnectionFactory
 
url - Variable in class hudson.model.UpdateSite.Entry
Download URL.
url - Variable in class hudson.tools.DownloadFromUrlInstaller.Installable
URL.
url - Variable in class hudson.tools.ToolInstaller.ToolInstallerEntry
the url of the release
url - Variable in class jenkins.model.ModelObjectWithContextMenu.MenuItem
Target of the link.
UrlAnnotator - Class in hudson.console
Annotates URLs in the console output to hyperlink.
UrlAnnotator() - Constructor for class hudson.console.UrlAnnotator
 
URLCheck(StaplerRequest, StaplerResponse) - Constructor for class hudson.util.FormFieldValidator.URLCheck
Deprecated.
 
URLCheck() - Constructor for class hudson.util.FormValidation.URLCheck
 
URLConnectionDecorator - Class in hudson
Decorates the connections that Jenkins open to access external resources.
URLConnectionDecorator() - Constructor for class hudson.URLConnectionDecorator
 
UsageStatistics - Class in hudson.model
 
UsageStatistics() - Constructor for class hudson.model.UsageStatistics
 
UsageStatistics(String) - Constructor for class hudson.model.UsageStatistics
Creates an instance with a specific public key image.
UsageStatistics.CombinedCipherInputStream - Class in hudson.model
UsageStatistics.CombinedCipherOutputStream - Class in hudson.model
Asymmetric cipher is slow and in case of Sun RSA implementation it can only encyrypt the first block.
useAntClassLoader - Static variable in class hudson.ClassicPluginStrategy
 
used - Variable in class hudson.diagnosis.MemoryUsageMonitor.MemoryGroup
Trend of the memory usage, after GCs.
usePostBack() - Static method in class jenkins.model.DownloadSettings
 
usePrivateRepository - Variable in class hudson.tasks.Maven
If true, the build will use its own local Maven repository via "-Dmaven.repo.local=...".
User - Class in hudson.model
Represents a user.
user - Variable in class hudson.model.UserProperty
The user object that owns this property.
User.CanonicalIdResolver - Class in hudson.model
 
User.FullNameIdResolver - Class in hudson.model
Resolve user ID from full name
User.UserIDCanonicalIdResolver - Class in hudson.model
Tries to verify if an ID is valid.
USER_DETAILS_SERVICE_PROXY - Static variable in class hudson.security.HudsonFilter
Deprecated.
in 1.271. This proxy always delegate to Hudson.getInstance().getSecurityRealm().getSecurityComponents().userDetails, so use that instead.
User_IllegalFullname(Object) - Static method in class hudson.model.Messages
Key User.IllegalFullname: "{0}" is prohibited as a full name for security reasons..
User_IllegalUsername(Object) - Static method in class hudson.model.Messages
Key User.IllegalUsername: "{0}" is prohibited as a username for security reasons..
UserAvatarResolver - Class in hudson.tasks
Infers avatar image URLs for users
UserAvatarResolver() - Constructor for class hudson.tasks.UserAvatarResolver
 
UserCause() - Constructor for class hudson.model.Cause.UserCause
Deprecated.
 
UserCause(User, String) - Constructor for class hudson.slaves.OfflineCause.UserCause
 
userDetails - Variable in class hudson.security.SecurityRealm.SecurityComponents
 
UserDetailsServiceProxy - Class in hudson.security
UserDetailsService proxy that delegates to another instance.
UserDetailsServiceProxy() - Constructor for class hudson.security.UserDetailsServiceProxy
 
UserDetailsServiceProxy_UnableToQuery(Object) - Static method in class hudson.security.Messages
Key UserDetailsServiceProxy.UnableToQuery: Unable to query user information: {0}.
UserIDCanonicalIdResolver() - Constructor for class hudson.model.User.UserIDCanonicalIdResolver
 
UserIdCause() - Constructor for class hudson.model.Cause.UserIdCause
 
UserInterruption(User) - Constructor for class jenkins.model.CauseOfInterruption.UserInterruption
 
UserInterruption(String) - Constructor for class jenkins.model.CauseOfInterruption.UserInterruption
 
UserMayOrMayNotExistException - Exception in hudson.security
Thrown from UserDetailsService.loadUserByUsername(String) to indicate that the underlying SecurityRealm is incapable of retrieving the information, and furthermore, the system cannot tell if such an user exists or not.
UserMayOrMayNotExistException(String) - Constructor for exception hudson.security.UserMayOrMayNotExistException
 
UserMayOrMayNotExistException(String, Object) - Constructor for exception hudson.security.UserMayOrMayNotExistException
 
UserMayOrMayNotExistException(String, Throwable) - Constructor for exception hudson.security.UserMayOrMayNotExistException
 
username - Variable in class hudson.security.HudsonPrivateSecurityRealm.SignupInfo
 
UserNameResolver - Class in hudson.tasks
Finds full name off the user when none is specified.
UserNameResolver() - Constructor for class hudson.tasks.UserNameResolver
 
UserProperties - Class in hudson.model
Deprecated.
as of 1.286
UserProperties() - Constructor for class hudson.model.UserProperties
Deprecated.
 
UserProperty - Class in hudson.model
Extensible property of User.
UserProperty() - Constructor for class hudson.model.UserProperty
 
UserPropertyDescriptor - Class in hudson.model
UserPropertyDescriptor(Class<? extends UserProperty>) - Constructor for class hudson.model.UserPropertyDescriptor
 
UserPropertyDescriptor() - Constructor for class hudson.model.UserPropertyDescriptor
Infers the type of the corresponding Describable from the outer class.
users - Variable in class hudson.model.View.People
 
UserSearchProperty - Class in hudson.search
 
UserSearchProperty(boolean) - Constructor for class hudson.search.UserSearchProperty
 
UserSearchProperty.DescriptorImpl - Class in hudson.search
 
UserSearchProperty_DisplayName() - Static method in class hudson.search.Messages
Key UserSearchProperty.DisplayName: Setting for search.
usesPrivateRepository() - Method in class hudson.tasks.Maven
 
Util - Class in hudson
Various utility methods that don't have more proper home.
Util() - Constructor for class hudson.Util
 
Util_day(Object) - Static method in class hudson.Messages
Key Util.day: {0} {0,choice,0#days|1#day|1<days}.
Util_hour(Object) - Static method in class hudson.Messages
Key Util.hour: {0} hr.
Util_millisecond(Object) - Static method in class hudson.Messages
Key Util.millisecond: {0} ms.
Util_minute(Object) - Static method in class hudson.Messages
Key Util.minute: {0} min.
Util_month(Object) - Static method in class hudson.Messages
Key Util.month: {0} mo.
Util_pastTime(Object) - Static method in class hudson.Messages
Key Util.pastTime: {0}.
Util_second(Object) - Static method in class hudson.Messages
Key Util.second: {0} sec.
Util_year(Object) - Static method in class hudson.Messages
Key Util.year: {0} yr.

V

validate(File) - Method in class hudson.util.FormValidation.FileValidator
 
VALIDATE_ANT_FILE_MASK_BOUND - Static variable in class hudson.FilePath
validateAntFileMask(String) - Method in class hudson.FilePath
validateAntFileMask(String, int) - Method in class hudson.FilePath
Same as #validateFileMask(String, int, boolean) with caseSensitive set to true
validateAntFileMask(String, int, boolean) - Method in class hudson.FilePath
Like FilePath.validateAntFileMask(String) but performing only a bounded number of operations.
validateBase64(String, boolean, boolean, String) - Static method in exception hudson.util.FormValidation
Makes sure that the given string is a base64 encoded text.
validateButton(Map, Closure) - Method in interface lib.FormTagLib
See http://wiki.jenkins-ci.org/display/JENKINS/Jelly+form+controls for the reference.
validateButton(Closure) - Method in interface lib.FormTagLib
See http://wiki.jenkins-ci.org/display/JENKINS/Jelly+form+controls for the reference.
validateButton(Map) - Method in interface lib.FormTagLib
See http://wiki.jenkins-ci.org/display/JENKINS/Jelly+form+controls for the reference.
validateButton() - Method in interface lib.FormTagLib
See http://wiki.jenkins-ci.org/display/JENKINS/Jelly+form+controls for the reference.
validateCaptcha(String, String) - Method in class hudson.security.captcha.CaptchaSupport
 
validateCaptcha(String) - Method in class hudson.security.SecurityRealm
Validates the captcha.
validateCrumb(ServletRequest) - Method in class hudson.security.csrf.CrumbIssuer
Get a crumb from a request parameter and validate it against other data in the current request.
validateCrumb(ServletRequest, MultipartFormDataParser) - Method in class hudson.security.csrf.CrumbIssuer
Get a crumb from multipart form data and validate it against other data in the current request.
validateCrumb(ServletRequest, String, String) - Method in class hudson.security.csrf.CrumbIssuer
Validate a previously created crumb against information in the current request.
validateCrumb(ServletRequest, String, String) - Method in class hudson.security.csrf.DefaultCrumbIssuer
Validate a previously created crumb against information in the current request.
validateExecutable(String) - Static method in exception hudson.util.FormValidation
Makes sure that the given string points to an executable file.
validateExecutable(String, FormValidation.FileValidator) - Static method in exception hudson.util.FormValidation
Makes sure that the given string points to an executable file.
validateFileMask(FilePath, String) - Static method in class hudson.FilePath
Short for validateFileMask(path, value, true)
validateFileMask(FilePath, String, boolean) - Static method in class hudson.FilePath
Shortcut for #validateFileMask(String,true,boolean) as the left-hand side can be null.
validateFileMask(String) - Method in class hudson.FilePath
Short for validateFileMask(value, true, true)
validateFileMask(String, boolean) - Method in class hudson.FilePath
Short for validateFileMask(value, errorIfNotExist, true)
validateFileMask(String, boolean, boolean) - Method in class hudson.FilePath
Checks the GLOB-style file mask.
validateIconSize(String) - Static method in class hudson.Functions
 
validateLabelExpression(String, AbstractProject<?, ?>) - Static method in class hudson.model.AbstractProject.AbstractProjectDescriptor
Validate label expression string.
validateNonNegativeInteger(String) - Static method in exception hudson.util.FormValidation
Makes sure that the given string is a non-negative integer.
validatePositiveInteger(String) - Static method in exception hudson.util.FormValidation
Makes sure that the given string is a positive integer.
validateRelativeDirectory(String, boolean) - Method in class hudson.FilePath
validateRelativeDirectory(String) - Method in class hudson.FilePath
 
validateRelativePath(String, boolean, boolean) - Method in class hudson.FilePath
Validates a relative file path from this FilePath.
validateRequired(String) - Static method in exception hudson.util.FormValidation
Makes sure that the given string is not null or empty.
value - Variable in class hudson.cli.SetBuildParameterCommand
 
value - Variable in class hudson.model.BooleanParameterValue
 
value - Variable in class hudson.model.StringParameterValue
 
value - Variable in class hudson.slaves.EnvironmentVariablesNodeProperty.Entry
 
value - Variable in class hudson.util.ListBoxModel.Option
The value that gets sent to the server when the form is submitted.
valueOf(String) - Static method in enum hudson.FilePath.TarCompression
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum hudson.init.InitMilestone
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum hudson.init.TermMilestone
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum hudson.model.BallColor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum hudson.model.labels.LabelOperatorPrecedence
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum hudson.model.MultiStageTimeSeries.TimeScale
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum hudson.model.Node.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum hudson.model.ResultTrend
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum hudson.model.RunParameterDefinition.RunParameterFilter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum hudson.Platform
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum hudson.scm.PollingResult.Change
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum hudson.security.SecurityMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum hudson.slaves.NodeProvisioner.StrategyDecision
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum hudson.tasks.BuildStepMonitor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum hudson.tools.JDKInstaller.CPU
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum hudson.tools.JDKInstaller.Platform
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum hudson.tools.JDKInstaller.Preference
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum hudson.util.FormValidation.Kind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum hudson.util.LineEndingConversion.EOLType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum hudson.util.TimeUnit2
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jenkins.model.lazy.AbstractLazyLoadRunMap.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jenkins.YesNoMaybe
Returns the enum constant of this type with the specified name.
values() - Static method in enum hudson.FilePath.TarCompression
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum hudson.init.InitMilestone
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum hudson.init.TermMilestone
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum hudson.model.BallColor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum hudson.model.labels.LabelOperatorPrecedence
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum hudson.model.MultiStageTimeSeries.TimeScale
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum hudson.model.Node.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum hudson.model.ResultTrend
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum hudson.model.RunParameterDefinition.RunParameterFilter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum hudson.Platform
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum hudson.scm.PollingResult.Change
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum hudson.security.SecurityMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum hudson.slaves.NodeProvisioner.StrategyDecision
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum hudson.tasks.BuildStepMonitor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum hudson.tools.JDKInstaller.CPU
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum hudson.tools.JDKInstaller.Platform
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum hudson.tools.JDKInstaller.Preference
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class hudson.util.CopyOnWriteMap
This method will return a read-only Collection.
values() - Static method in enum hudson.util.FormValidation.Kind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum hudson.util.LineEndingConversion.EOLType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class hudson.util.ListBoxModel
Deprecated.
Exposed for stapler. Not meant for programatic consumption.
values() - Method in class hudson.util.Memoizer
Provides a snapshot view of all Vs.
values() - Method in class hudson.util.PackedMap
 
values() - Static method in enum hudson.util.TimeUnit2
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jenkins.model.lazy.AbstractLazyLoadRunMap.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jenkins.YesNoMaybe
Returns an array containing the constants of this enum type, in the order they are declared.
VariableResolver<V> - Interface in hudson.util
Resolves variables to its value, while encapsulating how that resolution happens.
VariableResolver.ByMap<V> - Class in hudson.util
VariableResolver backed by a Map.
VariableResolver.Union<V> - Class in hudson.util
Union of multiple VariableResolver.
verifyId() - Static method in class hudson.diagnosis.NullIdDescriptorMonitor
 
verifyIdentity(byte[]) - Method in class hudson.cli.Connection
Verifies that we are talking to a peer that actually owns the private key corresponding to the public key we get.
verifyRestartable() - Method in class hudson.lifecycle.Lifecycle
Can the Lifecycle.restart() method restart Hudson?
verifyRestartable() - Method in class hudson.lifecycle.UnixLifecycle
 
verifySignature(JSONObject) - Method in class jenkins.util.JSONSignatureValidator
Verifies the signature in the update center data file.
VERSION - Static variable in interface hudson.cli.CliEntryPoint
 
version - Variable in class hudson.model.UpdateSite.Entry
The version.
version - Variable in class hudson.PluginWrapper.Dependency
 
version - Variable in class hudson.tools.JDKInstaller.JDKFamilyList
 
VERSION - Static variable in class jenkins.model.Jenkins
Version number of this Jenkins.
VERSION_HASH - Static variable in class jenkins.model.Jenkins
VersionCommand - Class in hudson.cli
Retrieves the current version.
VersionCommand() - Constructor for class hudson.cli.VersionCommand
 
VersionCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key VersionCommand.ShortDescription: Outputs the current version..
VersionRange(OldDataMonitor.VersionRange, String, String) - Constructor for class hudson.diagnosis.OldDataMonitor.VersionRange
 
VetoCause(String) - Constructor for class hudson.util.ProcessKillingVeto.VetoCause
 
vetoProcessKilling(ProcessTreeRemoting.IOSProcess) - Method in class hudson.util.ProcessKillingVeto
Ask the extension whether it vetoes killing of the given process
View - Class in hudson.model
Encapsulates the rendering of the list of TopLevelItems that Jenkins owns.
View(String) - Constructor for class hudson.model.View
 
View(String, ViewGroup) - Constructor for class hudson.model.View
 
view - Variable in class hudson.model.ViewProperty
The view object that owns this property.
View.AsynchPeople - Class in hudson.model
Variant of View.AsynchPeople.People which can be displayed progressively, since it may be slow.
View.AsynchPeople.People - Class in hudson.model
JENKINS-16397 workaround
View.People - Class in hudson.model
 
View.PropertyList - Class in hudson.model
 
View.UserInfo - Class in hudson.model
 
View_ConfigurePermission_Description() - Static method in class hudson.model.Messages
Key View.ConfigurePermission.Description: This permission allows users to change the configuration of views..
View_CreatePermission_Description() - Static method in class hudson.model.Messages
Key View.CreatePermission.Description: This permission allows users to create new views..
View_DeletePermission_Description() - Static method in class hudson.model.Messages
Key View.DeletePermission.Description: This permission allows users to delete existing views..
View_MissingMode() - Static method in class hudson.model.Messages
Key View.MissingMode: No view type is specified.
View_Permissions_Title() - Static method in class hudson.model.Messages
Key View.Permissions.Title: View.
View_ReadPermission_Description() - Static method in class hudson.model.Messages
Key View.ReadPermission.Description: This permission allows users to see views (implied by generic read access)..
VIEW_RESOURCE_PATH - Static variable in class jenkins.model.Jenkins
Prefix to resources alongside view scripts.
ViewDescriptor - Class in hudson.model
ViewDescriptor(Class<? extends View>) - Constructor for class hudson.model.ViewDescriptor
 
ViewDescriptor() - Constructor for class hudson.model.ViewDescriptor
 
ViewGroup - Interface in hudson.model
Container of Views.
ViewGroupMixIn - Class in hudson.model
Implements ViewGroup to be used as a "mix-in".
ViewGroupMixIn(ViewGroup) - Constructor for class hudson.model.ViewGroupMixIn
 
ViewJob<JobT extends ViewJob<JobT,RunT>,RunT extends Run<JobT,RunT>> - Class in hudson.model
Job that monitors activities that happen outside Hudson, which requires occasional batch reload activity to obtain the up-to-date information.
ViewJob(Jenkins, String) - Constructor for class hudson.model.ViewJob
Deprecated.
as of 1.390
ViewJob(ItemGroup, String) - Constructor for class hudson.model.ViewJob
 
ViewJobFilter - Class in hudson.views
Each ViewJobFilter contributes to or removes from the list of Jobs for a view.
ViewJobFilter() - Constructor for class hudson.views.ViewJobFilter
 
viewName - Variable in class hudson.cli.CreateViewCommand
 
ViewOptionHandler - Class in hudson.cli.handlers
Refers to View by its name.
ViewOptionHandler(CmdLineParser, OptionDef, Setter<View>) - Constructor for class hudson.cli.handlers.ViewOptionHandler
 
ViewProperty - Class in hudson.model
Extensible property of View.
ViewProperty() - Constructor for class hudson.model.ViewProperty
 
ViewPropertyDescriptor - Class in hudson.model
ViewPropertyDescriptor(Class<? extends ViewProperty>) - Constructor for class hudson.model.ViewPropertyDescriptor
 
ViewPropertyDescriptor() - Constructor for class hudson.model.ViewPropertyDescriptor
Infers the type of the corresponding Describable from the outer class.
views() - Method in class hudson.model.ViewGroupMixIn
Returns all the views.
ViewsTabBar - Class in hudson.views
Extension point for adding a ViewsTabBar header to Projects ListView.
ViewsTabBar() - Constructor for class hudson.views.ViewsTabBar
 
ViewsTabBar.GlobalConfigurationImpl - Class in hudson.views
Configures ViewsTabBar in the system configuration.
ViewsTabBarDescriptor - Class in hudson.views
ViewsTabBarDescriptor() - Constructor for class hudson.views.ViewsTabBarDescriptor
 
VirtualFile - Class in jenkins.util
Abstraction over File, FilePath, or other items such as network resources or ZIP entries.
VirtualFile() - Constructor for class jenkins.util.VirtualFile
 
visit(File, String) - Method in class hudson.util.FileVisitor
Called for each file and directory that matches the criteria implied by DirScanner
visitSymlink(File, String, String) - Method in class hudson.util.FileVisitor
Some visitors can handle symlinks as symlinks.
vmargs - Variable in class hudson.slaves.JNLPLauncher
Additional JVM arguments.
vmopts() - Method in class hudson.util.JVMBuilder
JVM options.

W

w(Resource) - Method in class hudson.model.ResourceList
Adds a resource for write access.
wait - Variable in class hudson.cli.BuildCommand
 
waitForExitProcess(Pointer) - Static method in class hudson.util.jna.Kernel32Utils
Given the process handle, waits for its completion and returns the exit code.
WaitForSingleObject(Pointer, int) - Method in interface hudson.util.jna.Kernel32
 
waitForStart() - Method in class hudson.model.queue.FutureImpl
 
waitForStart() - Method in interface hudson.model.queue.QueueTaskFuture
Short for getStartCondition().get()
WaitingItem(Calendar, Queue.Task, List<Action>) - Constructor for class hudson.model.Queue.WaitingItem
 
waitUntilOffline() - Method in class hudson.model.Computer
 
waitUntilOnline() - Method in class hudson.model.Computer
Blocks until the node becomes online/offline.
walk() - Method in class hudson.model.ItemVisitor
Visits the entire tree rooted at Hudson.getInstance().
warning(String) - Method in class hudson.util.FormFieldValidator
Deprecated.
 
warning(String, Object...) - Method in class hudson.util.FormFieldValidator
Deprecated.
 
warning(String) - Static method in exception hudson.util.FormValidation
 
warning(String, Object...) - Static method in exception hudson.util.FormValidation
 
warning(Throwable, String) - Static method in exception hudson.util.FormValidation
 
warning(Throwable, String, Object...) - Static method in exception hudson.util.FormValidation
 
Warning() - Constructor for class jenkins.model.DownloadSettings.Warning
 
warningWithMarkup(String) - Method in class hudson.util.FormFieldValidator
Deprecated.
 
warningWithMarkup(String) - Static method in exception hudson.util.FormValidation
 
WeakLogHandler - Class in hudson.logging
Delegating Handler that uses WeakReference, which de-registers itself when an object disappears via GC.
WeakLogHandler(Handler, Logger) - Constructor for class hudson.logging.WeakLogHandler
 
weakRefLost - Variable in class hudson.util.KeyedDataStorage
Among cache misses, number of times when we had SoftReference but lost its value due to GC.
WeatherColumn - Class in hudson.views
 
WeatherColumn() - Constructor for class hudson.views.WeatherColumn
 
WeatherColumn.DescriptorImpl - Class in hudson.views
 
WeatherColumn_DisplayName() - Static method in class hudson.views.Messages
Key WeatherColumn.DisplayName: Weather.
WebAppMain - Class in hudson
Entry point when Hudson is used as a webapp.
WebAppMain() - Constructor for class hudson.WebAppMain
 
WebAppMain.FileAndDescription - Class in hudson
Add some metadata to a File, allowing to trace setup issues
WEEKLY - Static variable in interface hudson.scheduler.CrontabParserTokenTypes
 
weight - Variable in class hudson.util.TagCloud.Entry
 
weight(T) - Method in interface hudson.util.TagCloud.WeightFunction
 
whichPlugin(Class) - Method in class hudson.PluginManager
Return the PluginWrapper that loaded the given class 'c'.
whileUpdatingByXml(Callable<V, T>) - Static method in class hudson.model.Items
Runs a block while making Items.currentlyUpdatingByXml() be temporarily true.
whitelisted - Variable in class jenkins.security.s2m.AdminWhitelistRule
Callables that admins have whitelisted explicitly.
WhoAmI - Class in hudson.security
Expose the data needed for /whoAmI, so it can be exposed by Api.
WhoAmI() - Constructor for class hudson.security.WhoAmI
 
WhoAmICommand - Class in hudson.cli
Report the current granted authorities
WhoAmICommand() - Constructor for class hudson.cli.WhoAmICommand
 
WhoAmICommand_ShortDescription() - Static method in class hudson.cli.Messages
Key WhoAmICommand.ShortDescription: Reports your credential and permissions..
Widget - Class in hudson.widgets
Box to be rendered in the side panel.
Widget() - Constructor for class hudson.widgets.Widget
 
widget - Variable in class jenkins.widgets.HistoryPageFilter
 
width - Variable in class hudson.util.Area
 
wiki - Variable in class hudson.model.UpdateSite.Plugin
Optional URL to the Wiki page that discusses this plugin.
WindowsInstallerLink_Description() - Static method in class hudson.lifecycle.Messages
Key WindowsInstallerLink.Description: Installs Jenkins as a Windows service to this system, so that Jenkins starts automatically when the machine boots..
WindowsInstallerLink_DisplayName() - Static method in class hudson.lifecycle.Messages
Key WindowsInstallerLink.DisplayName: Install as Windows Service.
WindowsServiceLifecycle - Class in hudson.lifecycle
Lifecycle for Hudson installed as Windows service.
WindowsServiceLifecycle() - Constructor for class hudson.lifecycle.WindowsServiceLifecycle
 
WindowsSlaveInstaller_ConfirmInstallation() - Static method in class hudson.lifecycle.Messages
Key WindowsSlaveInstaller.ConfirmInstallation: This will install a slave agent as a Windows service, so that a Jenkins slave starts automatically when the machine boots..
WindowsSlaveInstaller_DotNetRequired() - Static method in class hudson.lifecycle.Messages
Key WindowsSlaveInstaller.DotNetRequired: .NET Framework 2.0 or later is required for this feature.
WindowsSlaveInstaller_InstallationSuccessful() - Static method in class hudson.lifecycle.Messages
Key WindowsSlaveInstaller.InstallationSuccessful: {@code Installation was successful.
WindowsSlaveInstaller_RootFsDoesntExist(Object) - Static method in class hudson.lifecycle.Messages
Key WindowsSlaveInstaller.RootFsDoesntExist: Slave root directory ‘{0}’ doesn’t exist.
WINERROR - Interface in hudson.util.jna
 
WinIOException - Exception in hudson.util.jna
IOException originated from Windows API call.
WinIOException() - Constructor for exception hudson.util.jna.WinIOException
 
WinIOException(String) - Constructor for exception hudson.util.jna.WinIOException
 
WinIOException(String, Throwable) - Constructor for exception hudson.util.jna.WinIOException
 
WinIOException(Throwable) - Constructor for exception hudson.util.jna.WinIOException
 
WINNT - Interface in hudson.util.jna
 
WinswSlaveRestarter - Class in jenkins.slaves.restarter
With winsw, restart via winsw
WinswSlaveRestarter() - Constructor for class jenkins.slaves.restarter.WinswSlaveRestarter
 
WIPEOUT - Static variable in interface hudson.model.Item
 
with(Node) - Method in class hudson.model.LoadStatistics.LoadStatisticsSnapshot.Builder
 
with(Computer) - Method in class hudson.model.LoadStatistics.LoadStatisticsSnapshot.Builder
 
with(FileFilter) - Method in class hudson.util.FileVisitor
Decorates a visitor by a given filter.
withContextRelativeUrl(String) - Method in class jenkins.model.ModelObjectWithContextMenu.MenuItem
Sets the URL by passing in a URL relative to the context path of Jenkins
withCustomDescriptorByName(Map, Closure) - Method in interface lib.FormTagLib
Execute the body with a temporary currentDescriptorByNameUrl value
withCustomDescriptorByName(Closure) - Method in interface lib.FormTagLib
Execute the body with a temporary currentDescriptorByNameUrl value
withCustomDescriptorByName(Map) - Method in interface lib.FormTagLib
Execute the body with a temporary currentDescriptorByNameUrl value
withCustomDescriptorByName() - Method in interface lib.FormTagLib
Execute the body with a temporary currentDescriptorByNameUrl value
withDisplayName(String) - Method in class jenkins.model.ModelObjectWithContextMenu.MenuItem
 
withDisplayName(ModelObject) - Method in class jenkins.model.ModelObjectWithContextMenu.MenuItem
 
withIcon(String) - Method in class jenkins.model.ModelObjectWithContextMenu.MenuItem
 
withIcon(BallColor) - Method in class jenkins.model.ModelObjectWithContextMenu.MenuItem
 
withLock(Runnable) - Static method in class hudson.model.Queue
Some operations require to be performed with the Queue lock held.
withLock(Callable<V, T>) - Static method in class hudson.model.Queue
Some operations require the Queue lock held.
withLock(Callable<V>) - Static method in class hudson.model.Queue
Some operations require to be performed with the Queue lock held.
withQueueLength(int) - Method in class hudson.model.LoadStatistics.LoadStatisticsSnapshot.Builder
 
withStockIcon(String) - Method in class jenkins.model.ModelObjectWithContextMenu.MenuItem
Sets the icon from core's stock icon
withSuffix(String) - Method in class hudson.FilePath
Returns a FilePath by adding the given suffix to this path name.
withUrl(String) - Method in class jenkins.model.ModelObjectWithContextMenu.MenuItem
 
work - Variable in class hudson.model.queue.WorkUnit
Task to be executed.
workerThread - Variable in class hudson.model.TaskAction
If non-null, that means either the activitiy is in progress asynchronously, or it failed unexpectedly and the thread is dead.
works - Variable in class hudson.model.queue.MappingWorksheet
 
works(int) - Method in class hudson.model.queue.MappingWorksheet
 
WORKSPACE - Static variable in interface hudson.model.Item
 
WorkspaceBrowser - Class in hudson.model
Allows to access a workspace as an alternative to online build node.
WorkspaceBrowser() - Constructor for class hudson.model.WorkspaceBrowser
 
WorkspaceCleanupThread - Class in hudson.model
Clean up old left-over workspaces from slaves.
WorkspaceCleanupThread() - Constructor for class hudson.model.WorkspaceCleanupThread
 
WorkspaceDirectory(StaplerRequest, StaplerResponse, boolean) - Constructor for class hudson.util.FormFieldValidator.WorkspaceDirectory
Deprecated.
 
WorkspaceDirectory(StaplerRequest, StaplerResponse) - Constructor for class hudson.util.FormFieldValidator.WorkspaceDirectory
Deprecated.
 
WorkspaceFileMask(StaplerRequest, StaplerResponse) - Constructor for class hudson.util.FormFieldValidator.WorkspaceFileMask
Deprecated.
 
WorkspaceFileMask(StaplerRequest, StaplerResponse, boolean) - Constructor for class hudson.util.FormFieldValidator.WorkspaceFileMask
Deprecated.
 
WorkspaceFilePath(StaplerRequest, StaplerResponse, boolean, boolean) - Constructor for class hudson.util.FormFieldValidator.WorkspaceFilePath
Deprecated.
 
WorkspaceList - Class in hudson.slaves
Used by Computer to keep track of workspaces that are actively in use.
WorkspaceList() - Constructor for class hudson.slaves.WorkspaceList
 
WorkspaceList.Entry - Class in hudson.slaves
Book keeping for workspace allocation.
WorkspaceList.Lease - Class in hudson.slaves
Represents a leased workspace that needs to be returned later.
WorkspaceListener - Class in hudson.model
 
WorkspaceListener() - Constructor for class hudson.model.WorkspaceListener
 
WorkspaceLocator - Class in jenkins.slaves
Allow extensions to override workspace locations on given slaves or projects.
WorkspaceLocator() - Constructor for class jenkins.slaves.WorkspaceLocator
 
WorkspaceSnapshot - Class in hudson
Represents a workspace snapshot created by FileSystemProvisioner.
WorkspaceSnapshot() - Constructor for class hudson.WorkspaceSnapshot
 
WorkspaceSnapshotImpl() - Constructor for class hudson.FileSystemProvisioner.Default.WorkspaceSnapshotImpl
 
WorkspaceSnapshotSCM - Class in hudson.fsp
SCM that inherits the workspace from another build through WorkspaceSnapshot
WorkspaceSnapshotSCM(String, String) - Constructor for class hudson.fsp.WorkspaceSnapshotSCM
 
WorkspaceSnapshotSCM_IncorrectJobType(Object) - Static method in class hudson.fsp.Messages
Key WorkspaceSnapshotSCM.IncorrectJobType: {0} isn’t a job that has a workspace..
WorkspaceSnapshotSCM_NoBuild(Object, Object) - Static method in class hudson.fsp.Messages
Key WorkspaceSnapshotSCM.NoBuild: There’s no qualifying build for the {0} permalink in {1}.
WorkspaceSnapshotSCM_NoSuchJob(Object, Object) - Static method in class hudson.fsp.Messages
Key WorkspaceSnapshotSCM.NoSuchJob: No such job ‘{0}’ exists.
WorkspaceSnapshotSCM_NoSuchPermalink(Object, Object) - Static method in class hudson.fsp.Messages
Key WorkspaceSnapshotSCM.NoSuchPermalink: No such permalink ‘{0}’ exists for {1}.
WorkspaceSnapshotSCM_NoWorkspace(Object, Object) - Static method in class hudson.fsp.Messages
Key WorkspaceSnapshotSCM.NoWorkspace: {0} {1} doesn’t have a workspace snapshot attached, probably because when the build was done, no other jobs needed its workspace snapshot.
WorkUnit - Class in hudson.model.queue
Represents a unit of hand-over to Executor from Queue.
WorkUnitContext - Class in hudson.model.queue
Holds the information shared between WorkUnits created from the same Queue.Task.
WorkUnitContext(Queue.BuildableItem) - Constructor for class hudson.model.queue.WorkUnitContext
 
wrap(DelegatingCallable<T, IOException>) - Method in class hudson.FilePath.FileCallableWrapperFactory
 
wrap(Class<T>, T) - Method in class hudson.util.InterceptingProxy
 
wrap(Iterable<T>) - Static method in class hudson.util.Iterators
Returns an Iterable that lists items in the normal order but which hides the base iterator implementation details.
wrap(Runnable) - Method in class jenkins.security.SecurityContextExecutorService
 
wrap(Callable<V>) - Method in class jenkins.security.SecurityContextExecutorService
 
wrap(FilePathFilter) - Static method in class jenkins.SoloFilePathFilter
Null-safe constructor.
wrap(TaskListener) - Static method in class jenkins.util.BuildListenerAdapter
 
wrap(Runnable) - Method in class jenkins.util.ContextResettingExecutorService
 
wrap(Callable<V>) - Method in class jenkins.util.ContextResettingExecutorService
 
wrap(Runnable) - Method in class jenkins.util.InterceptingExecutorService
 
wrap(Callable<V>) - Method in class jenkins.util.InterceptingExecutorService
 
wrapBy(String, String) - Method in class hudson.AbstractMarkupText
Adds a start tag and end tag around the entire text
wrapMapper(MapperWrapper) - Method in class hudson.util.XStream2
 
WRAPPERS - Static variable in class hudson.tasks.BuildWrappers
Deprecated.
as of 1.281. Use Extension for registration, and use BuildWrapper.all() for listing them.
wrapToErrorSpan(String) - Static method in class hudson.Util
Wraps with the error icon and the CSS class to render error message.
wrapUpArguments(ArgumentListBuilder, String, AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class hudson.tasks.Maven
Allows the derived type to make additional modifications to the arguments list.
wrapWithLock(Runnable) - Static method in class hudson.model.Queue
Wraps a Runnable with the Queue lock held.
wrapWithLock(Callable<V, T>) - Static method in class hudson.model.Queue
Wraps a Callable with the Queue lock held.
wrapWithLock(Callable<V>) - Static method in class hudson.model.Queue
Wraps a Callable with the Queue lock held.
write(int) - Method in class hudson.console.LineTransformationOutputStream
 
write(byte[], int, int) - Method in class hudson.console.LineTransformationOutputStream
 
write() - Method in class hudson.FilePath
Writes to this file.
write(String, String) - Method in class hudson.FilePath
Overwrites this file by placing the given String as the content.
write(File) - Method in class hudson.model.FileParameterValue.FileItemImpl
 
write(int) - Method in class hudson.org.apache.tools.tar.TarOutputStream
Deprecated.
Writes a byte to the current tar archive entry.
write(byte[]) - Method in class hudson.org.apache.tools.tar.TarOutputStream
Deprecated.
Writes bytes to the current tar archive entry.
write(byte[], int, int) - Method in class hudson.org.apache.tools.tar.TarOutputStream
Deprecated.
Writes bytes to the current tar archive entry.
WRITE - Static variable in class hudson.security.Permission
Generic write access.
write(int) - Method in class hudson.util.AtomicFileWriter
 
write(String, int, int) - Method in class hudson.util.AtomicFileWriter
 
write(char[], int, int) - Method in class hudson.util.AtomicFileWriter
 
write(byte[], int, int) - Method in class hudson.util.ByteBuffer
Deprecated.
 
write(int) - Method in class hudson.util.ByteBuffer
Deprecated.
 
write(char[], int, int) - Method in class hudson.util.CharSpool
Deprecated.
 
write(int) - Method in class hudson.util.CharSpool
Deprecated.
 
write(int) - Method in class hudson.util.ChunkedOutputStream
Write the specified byte to our output stream.
write(byte[]) - Method in class hudson.util.ChunkedOutputStream
Writes the array.
write(byte[], int, int) - Method in class hudson.util.ChunkedOutputStream
 
write() - Method in class hudson.util.CompressedFile
Gets the OutputStream to write to the file.
write(int) - Method in class hudson.util.DecodingStream
 
write(int) - Method in class hudson.util.DelegatingOutputStream
 
write(byte[]) - Method in class hudson.util.DelegatingOutputStream
 
write(byte[], int, int) - Method in class hudson.util.DelegatingOutputStream
 
write(int) - Method in class hudson.util.DualOutputStream
 
write(byte[]) - Method in class hudson.util.DualOutputStream
 
write(byte[], int, int) - Method in class hudson.util.DualOutputStream
 
write(int) - Method in class hudson.util.EncodingStream
 
write(int) - Method in class hudson.util.ForkOutputStream
 
write(byte[]) - Method in class hudson.util.ForkOutputStream
 
write(byte[], int, int) - Method in class hudson.util.ForkOutputStream
 
write(int) - Method in class hudson.util.io.ReopenableFileOutputStream
 
write(byte[]) - Method in class hudson.util.io.ReopenableFileOutputStream
 
write(byte[], int, int) - Method in class hudson.util.io.ReopenableFileOutputStream
 
write(byte[], OutputStream) - Static method in class hudson.util.IOUtils
Deprecated.
Use instead IOUtils.write(byte[], java.io.OutputStream)
write(byte[], Writer) - Static method in class hudson.util.IOUtils
Deprecated.
Use instead IOUtils.write(byte[], java.io.Writer)
write(byte[], Writer, String) - Static method in class hudson.util.IOUtils
Deprecated.
Use instead IOUtils.write(byte[], java.io.Writer, String)
write(char[], Writer) - Static method in class hudson.util.IOUtils
Deprecated.
Use instead IOUtils.write(char[], java.io.OutputStream)
write(char[], OutputStream) - Static method in class hudson.util.IOUtils
Deprecated.
Use instead IOUtils.write(char[], java.io.OutputStream)
write(char[], OutputStream, String) - Static method in class hudson.util.IOUtils
Deprecated.
Use instead IOUtils.write(char[], java.io.OutputStream, String)
write(String, Writer) - Static method in class hudson.util.IOUtils
Deprecated.
Use instead IOUtils.write(char[], java.io.Writer)
write(String, OutputStream) - Static method in class hudson.util.IOUtils
Deprecated.
Use instead IOUtils.write(String, java.io.OutputStream)
write(String, OutputStream, String) - Static method in class hudson.util.IOUtils
Deprecated.
Use instead IOUtils.write(String, java.io.OutputStream, String)
write(StringBuffer, Writer) - Static method in class hudson.util.IOUtils
Deprecated.
Use instead IOUtils.write(StringBuffer, java.io.Writer)
write(StringBuffer, OutputStream) - Static method in class hudson.util.IOUtils
Deprecated.
Use instead IOUtils.write(StringBuffer, java.io.OutputStream)
write(StringBuffer, OutputStream, String) - Static method in class hudson.util.IOUtils
Deprecated.
Use instead IOUtils.write(StringBuffer, java.io.OutputStream, String)
write(char[]) - Method in class hudson.util.LineEndNormalizingWriter
Deprecated.
 
write(String) - Method in class hudson.util.LineEndNormalizingWriter
Deprecated.
 
write(int) - Method in class hudson.util.LineEndNormalizingWriter
Deprecated.
 
write(char[], int, int) - Method in class hudson.util.LineEndNormalizingWriter
Deprecated.
 
write(String, int, int) - Method in class hudson.util.LineEndNormalizingWriter
Deprecated.
 
write(byte[]) - Method in class hudson.util.NullStream
 
write(byte[], int, int) - Method in class hudson.util.NullStream
 
write(int) - Method in class hudson.util.NullStream
 
write(String) - Method in class hudson.util.TextFile
Overwrites the file by the given string.
write(int) - Method in class hudson.util.WriterOutputStream
Deprecated.
 
write(byte[], int, int) - Method in class hudson.util.WriterOutputStream
Deprecated.
 
write(Object) - Method in class hudson.XmlFile
 
write(File) - Method in class jenkins.FilePathFilter
Checks if the given file can be written.
write(File) - Method in class jenkins.ReflectiveFilePathFilter
 
write(File) - Method in class jenkins.SoloFilePathFilter
 
write(int) - Method in class jenkins.util.MarkFindingOutputStream
 
write(byte[], int, int) - Method in class jenkins.util.MarkFindingOutputStream
 
WRITE_DAC - Static variable in interface hudson.util.jna.WINNT
 
WRITE_OWNER - Static variable in interface hudson.util.jna.WINNT
 
writeBoolean(boolean) - Method in class hudson.cli.Connection
 
writeByteArray(byte[]) - Method in class hudson.cli.Connection
 
writeClosingChunk() - Method in class hudson.util.ChunkedOutputStream
 
writeConfigDotXml(OutputStream) - Method in class hudson.model.AbstractItem
Writes config.xml to the specified output stream.
writeHtmlTo(long, Writer) - Method in class hudson.console.AnnotatedLargeText
 
writeKey(Key) - Method in class hudson.cli.Connection
 
writeLines(Collection, String, OutputStream) - Static method in class hudson.util.IOUtils
Deprecated.
Use instead IOUtils.writeLines(java.util.Collection, String, java.io.OutputStream)
writeLines(Collection, String, OutputStream, String) - Static method in class hudson.util.IOUtils
Deprecated.
Use instead IOUtils.writeLines(java.util.Collection, String, java.io.OutputStream, String)
writeLines(Collection, String, Writer) - Static method in class hudson.util.IOUtils
Deprecated.
Use instead IOUtils.writeLines(java.util.Collection, String, java.io.Writer)
writeLogTo(long, Writer) - Method in class hudson.console.AnnotatedLargeText
 
writeLogTo(long, OutputStream) - Method in class hudson.console.AnnotatedLargeText
Strips annotations using a PlainTextConsoleOutputStream.
writeLogTo(long, Writer) - Method in class hudson.model.LargeText
Deprecated.
Writes the tail portion of the file to the Writer.
writeLogTo(long, XMLOutput) - Method in class hudson.model.Run
Used from console.jelly to write annotated log to the given output.
writeLogTo(XMLOutput) - Method in class hudson.triggers.SCMTrigger.SCMAction
Writes the annotated log to the given output.
writeObject(Object) - Method in class hudson.cli.Connection
Sends a serializable object.
writePollingLogTo(long, XMLOutput) - Method in class hudson.triggers.SCMTrigger.BuildAction
Used from polling.jelly to write annotated polling log to the given output.
writeRawLogTo(long, OutputStream) - Method in class hudson.console.AnnotatedLargeText
Calls LargeText.writeLogTo(long, OutputStream) without stripping annotations as AnnotatedLargeText.writeLogTo(long, OutputStream) would.
writeRawTo(Writer) - Method in class hudson.XmlFile
Writes the raw XML to the given Writer.
writeReplace() - Method in class hudson.model.queue.BackFiller.TentativePlan
 
WriterImpl() - Constructor for class jenkins.util.xstream.XStreamDOM.WriterImpl
 
WriterOutputStream - Class in hudson.util
Deprecated.
since 2008-05-28. Use the one in stapler.
WriterOutputStream(Writer) - Constructor for class hudson.util.WriterOutputStream
Deprecated.
 
writeStdin() - Method in class hudson.Launcher.ProcStarter
Indicates that the caller will directly write to the child process Launcher.ProcStarter.stdin() via Proc.getStdin().
writeTo(OutputStream) - Method in class hudson.util.ByteBuffer
Deprecated.
Writes the contents of this buffer to another OutputStream.
writeTo(Writer) - Method in class hudson.util.CharSpool
Deprecated.
 
writeTo(StaplerRequest, StaplerResponse) - Method in class hudson.util.ListBoxModel
 
writeTo(OutputStream) - Method in class jenkins.util.xstream.XStreamDOM
Writes this XStreamDOM into OutputStream.
writeTo(Writer) - Method in class jenkins.util.xstream.XStreamDOM
 
writeTo(HierarchicalStreamWriter) - Method in class jenkins.util.xstream.XStreamDOM
 
writeToFile(String) - Method in class hudson.util.ssh.SFTPClient
Deprecated.
Creates a new file and writes to it.
writeUTF(String) - Method in class hudson.cli.Connection
 
writeWholeLogTo(OutputStream) - Method in class hudson.model.Run
Writes the complete log from the start to finish to the OutputStream.
writeXml(OutputStream) - Method in class hudson.model.View
 
WS - Static variable in interface hudson.model.labels.LabelExpressionParserTokenTypes
 
WS - Static variable in interface hudson.scheduler.CrontabParserTokenTypes
 

X

xmlEscape(String) - Static method in class hudson.Functions
 
xmlEscape(String) - Static method in class hudson.Util
 
XmlFile - Class in hudson
Represents an XML data file that Jenkins uses as a data file.
XmlFile(File) - Constructor for class hudson.XmlFile
 
XmlFile(XStream, File) - Constructor for class hudson.XmlFile
 
xmlUnescape(String) - Static method in class hudson.Functions
 
XMLUtils - Class in jenkins.util.xml
Utilities useful when working with various XML types.
XMLUtils() - Constructor for class jenkins.util.xml.XMLUtils
 
XS_DATETIME_FORMATTER - Static variable in class hudson.Util
 
xsDate(Calendar) - Static method in class hudson.Functions
 
XSTREAM - Static variable in class hudson.logging.LogRecorder
Thread-safe reusable XStream.
XSTREAM - Static variable in class hudson.model.Items
Used to load/save job configuration.
XSTREAM - Static variable in class hudson.model.Queue
This XStream instance is used to persist Queue.Tasks.
XSTREAM - Static variable in class hudson.model.Run
 
XSTREAM - Static variable in class hudson.model.UpdateCenter
 
XSTREAM - Static variable in class hudson.model.User
Used to load/save user configuration.
XSTREAM - Static variable in class jenkins.model.Jenkins
Thread-safe reusable XStream.
XSTREAM2 - Static variable in class hudson.model.Items
Alias to Items.XSTREAM so that one can access additional methods on XStream2 more easily.
XSTREAM2 - Static variable in class hudson.model.Run
Alias to Run.XSTREAM so that one can access additional methods on XStream2 more easily.
XStream2 - Class in hudson.util
XStream enhanced for additional Java5 support and improved robustness.
XStream2() - Constructor for class hudson.util.XStream2
 
XStream2(HierarchicalStreamDriver) - Constructor for class hudson.util.XStream2
 
XSTREAM2 - Static variable in class jenkins.model.Jenkins
Alias to Jenkins.XSTREAM so that one can access additional methods on XStream2 more easily.
XStream2.PassthruConverter<T> - Class in hudson.util
Create a nested ConverterImpl subclass that extends this class to run some callback code just after a type is unmarshalled by RobustReflectionConverter.
XStreamDOM - Class in jenkins.util.xstream
XML DOM like structure to preserve a portion of XStream data as-is, so that you can process it later in a separate XStream call.
XStreamDOM(String, Map<String, String>, String) - Constructor for class jenkins.util.xstream.XStreamDOM
 
XStreamDOM(String, Map<String, String>, List<XStreamDOM>) - Constructor for class jenkins.util.xstream.XStreamDOM
 
XStreamDOM.ConverterImpl - Class in jenkins.util.xstream
 
XStreamDOM.WriterImpl - Class in jenkins.util.xstream
 

Y

YEARLY - Static variable in interface hudson.scheduler.CrontabParserTokenTypes
 
YELLOW - Static variable in class hudson.util.ColorPalette
 
YesNoMaybe - Enum in jenkins
Enum that represents Boolean state (including null for the absence.)
yui(Map, Closure) - Method in interface lib.LayoutTagLib
Load Yahoo UI module.
yui(Closure) - Method in interface lib.LayoutTagLib
Load Yahoo UI module.
yui(Map) - Method in interface lib.LayoutTagLib
Load Yahoo UI module.
yui() - Method in interface lib.LayoutTagLib
Load Yahoo UI module.

Z

zero() - Static method in class hudson.scheduler.Hash
Creates a hash that always return 0.
ZERO - Static variable in class hudson.util.ClockDifference
 
zip(OutputStream) - Method in class hudson.FilePath
Creates a zip file from this directory or a file and sends that to the given output stream.
zip(FilePath) - Method in class hudson.FilePath
 
zip(OutputStream, FileFilter) - Method in class hudson.FilePath
Creates a zip file from this directory by using the specified filter, and sends the result to the given output stream.
zip(OutputStream, String) - Method in class hudson.FilePath
Creates a zip file from this directory by only including the files that match the given glob.
zip(OutputStream, DirScanner) - Method in class hudson.FilePath
Uses the given scanner on 'this' directory to list up files and then archive it to a zip stream.
ZIP - Static variable in class hudson.util.io.ArchiverFactory
Zip format.
ZipExtractionInstaller - Class in hudson.tools
Installs a tool into the Hudson working area by downloading and unpacking a ZIP file.
ZipExtractionInstaller(String, String, String) - Constructor for class hudson.tools.ZipExtractionInstaller
 
ZipExtractionInstaller.DescriptorImpl - Class in hudson.tools
 
ZipExtractionInstaller_bad_connection() - Static method in class hudson.tools.Messages
Key ZipExtractionInstaller.bad_connection: Server rejected connection..
ZipExtractionInstaller_could_not_connect() - Static method in class hudson.tools.Messages
Key ZipExtractionInstaller.could_not_connect: Could not connect to URL..
ZipExtractionInstaller_DescriptorImpl_displayName() - Static method in class hudson.tools.Messages
Key ZipExtractionInstaller.DescriptorImpl.displayName: Extract *.zip/*.tar.gz.
ZipExtractionInstaller_malformed_url() - Static method in class hudson.tools.Messages
Key ZipExtractionInstaller.malformed_url: Malformed URL..

_

_AboutJenkins_Description() - Static method in class hudson.Messages
Key AboutJenkins.Description: See the version and license information..
_AboutJenkins_DisplayName() - Static method in class hudson.Messages
Key AboutJenkins.DisplayName: About Jenkins.
_AbstractBuild_Building() - Static method in class hudson.model.Messages
Key AbstractBuild_Building: Building.
_AbstractBuild_BuildingInWorkspace(Object) - Static method in class hudson.model.Messages
Key AbstractBuild.BuildingInWorkspace: in workspace {0}.
_AbstractBuild_BuildingOnMaster() - Static method in class hudson.model.Messages
Key AbstractBuild.BuildingOnMaster: Building on master.
_AbstractBuild_BuildingRemotely(Object) - Static method in class hudson.model.Messages
Key AbstractBuild.BuildingRemotely: Building remotely on {0}.
_AbstractBuild_KeptBecause(Object) - Static method in class hudson.model.Messages
Key AbstractBuild.KeptBecause: This build is kept because of {0}..
_AbstractItem_NoSuchJobExists(Object, Object) - Static method in class hudson.model.Messages
Key AbstractItem.NoSuchJobExists: No such job ‘{0}’ exists.
_AbstractItem_NoSuchJobExistsWithoutSuggestion(Object) - Static method in class hudson.model.Messages
Key AbstractItem.NoSuchJobExistsWithoutSuggestion: No such job ‘{0}’ exists..
_AbstractItem_Pronoun() - Static method in class hudson.model.Messages
Key AbstractItem.Pronoun: Item.
_AbstractNodeMonitorDescriptor_NoDataYet() - Static method in class hudson.node_monitors.Messages
Key AbstractNodeMonitorDescriptor.NoDataYet: Not yet.
_AbstractProject_Aborted() - Static method in class hudson.model.Messages
Key AbstractProject.Aborted: Aborted.
_AbstractProject_AssignedLabelString_InvalidBooleanExpression(Object) - Static method in class hudson.model.Messages
Key AbstractProject.AssignedLabelString.InvalidBooleanExpression: Invalid boolean expression: {0}.
_AbstractProject_AssignedLabelString_NoMatch() - Static method in class hudson.model.Messages
Key AbstractProject.AssignedLabelString.NoMatch: There's no slave/cloud that matches this assignment.
_AbstractProject_AssignedLabelString_NoMatch_DidYouMean(Object, Object) - Static method in class hudson.model.Messages
Key AbstractProject.AssignedLabelString_NoMatch_DidYouMean: {@code There’s no slave/cloud that matches this assignment.
_AbstractProject_AwaitingBuildForWorkspace() - Static method in class hudson.model.Messages
Key AbstractProject.AwaitingBuildForWorkspace: Awaiting build to get a workspace..
_AbstractProject_AwaitingWorkspaceToComeOnline(Object) - Static method in class hudson.model.Messages
Key AbstractProject.AwaitingWorkspaceToComeOnline: We need to schedule a new build to get a workspace, but deferring {0}ms in the hope that one will become available soon.
_AbstractProject_BuildPermission_Description() - Static method in class hudson.model.Messages
Key AbstractProject.BuildPermission.Description: This permission grants the ability to start a new build..
_AbstractProject_CancelPermission_Description() - Static method in class hudson.model.Messages
Key AbstractProject.CancelPermission.Description: This permission grants the ability to cancel a scheduled, or abort a running, build..
_AbstractProject_CustomWorkspaceEmpty() - Static method in class hudson.model.Messages
Key AbstractProject.CustomWorkspaceEmpty: Custom workspace is empty..
_AbstractProject_Disabled() - Static method in class hudson.model.Messages
Key AbstractProject.Disabled: Build disabled.
_AbstractProject_DiscoverPermission_Description() - Static method in class hudson.model.Messages
Key AbstractProject.DiscoverPermission.Description: {@code This permission grants discover access to jobs.
_AbstractProject_DownstreamBuildInProgress(Object) - Static method in class hudson.model.Messages
Key AbstractProject.DownstreamBuildInProgress: Downstream project {0} is already building..
_AbstractProject_ExtendedReadPermission_Description() - Static method in class hudson.model.Messages
Key AbstractProject.ExtendedReadPermission.Description: {@code This permission grants read-only access to project configurations.
_AbstractProject_LabelLink(Object, Object, Object, Object) - Static method in class hudson.model.Messages
Key AbstractProject.LabelLink: <a href="{0}{1}">Label</a> is serviced by {2,choice,0#no nodes|1#1 node|1<{2} nodes}{3,choice,0#|1# and 1 cloud|1< and {3} clouds}.
_AbstractProject_NewBuildForWorkspace() - Static method in class hudson.model.Messages
Key AbstractProject.NewBuildForWorkspace: Scheduling a new build to get a workspace..
_AbstractProject_NoBuilds() - Static method in class hudson.model.Messages
Key AbstractProject.NoBuilds: {@code No existing build.
_AbstractProject_NoSCM() - Static method in class hudson.model.Messages
Key AbstractProject.NoSCM: No SCM.
_AbstractProject_NoWorkspace() - Static method in class hudson.model.Messages
Key AbstractProject.NoWorkspace: No workspace is available, so can’t check for updates..
_AbstractProject_PollingABorted() - Static method in class hudson.model.Messages
Key AbstractProject.PollingABorted: SCM polling aborted.
_AbstractProject_Pronoun() - Static method in class hudson.model.Messages
Key AbstractProject.Pronoun: Project.
_AbstractProject_ScmAborted() - Static method in class hudson.model.Messages
Key AbstractProject.ScmAborted: SCM check out aborted.
_AbstractProject_UpstreamBuildInProgress(Object) - Static method in class hudson.model.Messages
Key AbstractProject.UpstreamBuildInProgress: Upstream project {0} is already building..
_AbstractProject_WipeOutPermission_Description() - Static method in class hudson.model.Messages
Key AbstractProject.WipeOutPermission.Description: This permission grants the ability to wipe out the contents of a workspace..
_AbstractProject_WorkspaceOffline() - Static method in class hudson.model.Messages
Key AbstractProject.WorkspaceOffline: Workspace is offline..
_AbstractProject_WorkspacePermission_Description() - Static method in class hudson.model.Messages
Key AbstractProject.WorkspacePermission.Description: {@code This permission grants the ability to retrieve the contents of a workspace Jenkins checked out for performing builds.
_AbstractProject_WorkspaceTitle(Object) - Static method in class hudson.model.Messages
Key AbstractProject.WorkspaceTitle: Workspace of {0}.
_AbstractProject_WorkspaceTitleOnComputer(Object, Object) - Static method in class hudson.model.Messages
Key AbstractProject.WorkspaceTitleOnComputer: Workspace of {0} on {1}.
_AccessDeniedException2_MissingPermission(Object, Object) - Static method in class hudson.security.Messages
Key AccessDeniedException2.MissingPermission: {0} is missing the {1} permission.
_AddJobToViewCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key AddJobToViewCommand.ShortDescription: Adds jobs to view..
_Ant_DisplayName() - Static method in class hudson.tasks.Messages
Key Ant.DisplayName: Invoke Ant.
_Ant_ExecFailed() - Static method in class hudson.tasks.Messages
Key Ant.ExecFailed: command execution failed..
_Ant_ExecutableNotFound(Object) - Static method in class hudson.tasks.Messages
Key Ant.ExecutableNotFound: Cannot find executable from the chosen Ant installation "{0}".
_Ant_GlobalConfigNeeded() - Static method in class hudson.tasks.Messages
Key Ant.GlobalConfigNeeded: Maybe you need to configure where your Ant installations are?.
_Ant_NotADirectory(Object) - Static method in class hudson.tasks.Messages
Key Ant.NotADirectory: {0} is not a directory.
_Ant_NotAntDirectory(Object) - Static method in class hudson.tasks.Messages
Key Ant.NotAntDirectory: {0} doesn’t look like an Ant directory.
_Ant_ProjectConfigNeeded() - Static method in class hudson.tasks.Messages
Key Ant.ProjectConfigNeeded: Maybe you need to configure the job to choose one of your Ant installations?.
_api(Map, Closure) - Method in interface jenkins.PluginManagerTagLib
 
_api(Closure) - Method in interface jenkins.PluginManagerTagLib
 
_api(Map) - Method in interface jenkins.PluginManagerTagLib
 
_api() - Method in interface jenkins.PluginManagerTagLib
 
_Api_MultipleMatch(Object, Object) - Static method in class hudson.model.Messages
Key Api.MultipleMatch: XPath "{0}" matched {1} nodes.
_Api_NoXPathMatch(Object) - Static method in class hudson.model.Messages
Key Api.NoXPathMatch: XPath {0} didn’t match.
_ApiTokenProperty_ChangeToken_Success() - Static method in class jenkins.security.Messages
Key ApiTokenProperty.ChangeToken.Success: {@code Updated.
_ApiTokenProperty_ChangeToken_SuccessHidden() - Static method in class jenkins.security.Messages
Key ApiTokenProperty.ChangeToken.SuccessHidden: {@code Updated.
_ApiTokenProperty_ChangeToken_TokenIsHidden() - Static method in class jenkins.security.Messages
Key ApiTokenProperty.ChangeToken.TokenIsHidden: Token is hidden.
_ApiTokenProperty_DisplayName() - Static method in class jenkins.security.Messages
Key ApiTokenProperty.DisplayName: API Token.
_ArchitectureMonitor_DisplayName() - Static method in class hudson.node_monitors.Messages
Key ArchitectureMonitor.DisplayName: Architecture.
_ArtifactArchiver_ARCHIVING_ARTIFACTS() - Static method in class hudson.tasks.Messages
Key ArtifactArchiver.ARCHIVING_ARTIFACTS: Archiving artifacts.
_ArtifactArchiver_DisplayName() - Static method in class hudson.tasks.Messages
Key ArtifactArchiver.DisplayName: Archive the artifacts.
_ArtifactArchiver_FailedToArchive(Object) - Static method in class hudson.tasks.Messages
Key ArtifactArchiver.FailedToArchive: Failed to archive artifacts: {0}.
_ArtifactArchiver_NoIncludes() - Static method in class hudson.tasks.Messages
Key ArtifactArchiver.NoIncludes: {@code No artifacts are configured for archiving.
_ArtifactArchiver_NoMatchFound(Object) - Static method in class hudson.tasks.Messages
Key ArtifactArchiver.NoMatchFound: No artifacts found that match the file pattern "{0}".
_ArtifactArchiver_SkipBecauseOnlyIfSuccessful() - Static method in class hudson.tasks.Messages
Key ArtifactArchiver.SkipBecauseOnlyIfSuccessful: Skipped archiving because build is not successful.
_AuthorizationStrategy_DisplayName() - Static method in class hudson.security.Messages
Key AuthorizationStrategy.DisplayName: Anyone can do anything.
_await() - Method in class hudson.model.Queue
 
_await() - Method in class hudson.model.ResourceController
 
_BallColor_Aborted() - Static method in class hudson.model.Messages
Key BallColor.Aborted: Aborted.
_BallColor_Disabled() - Static method in class hudson.model.Messages
Key BallColor.Disabled: Disabled.
_BallColor_Failed() - Static method in class hudson.model.Messages
Key BallColor.Failed: Failed.
_BallColor_InProgress() - Static method in class hudson.model.Messages
Key BallColor.InProgress: In progress.
_BallColor_NotBuilt() - Static method in class hudson.model.Messages
Key BallColor.NotBuilt: Not built.
_BallColor_Pending() - Static method in class hudson.model.Messages
Key BallColor.Pending: Pending.
_BallColor_Success() - Static method in class hudson.model.Messages
Key BallColor.Success: Success.
_BallColor_Unstable() - Static method in class hudson.model.Messages
Key BallColor.Unstable: Unstable.
_BaseParser_MustBePositive(Object) - Static method in class hudson.scheduler.Messages
Key BaseParser.MustBePositive: step must be positive, but found {0}.
_BaseParser_OutOfRange(Object, Object, Object) - Static method in class hudson.scheduler.Messages
Key BaseParser.OutOfRange: {0} is an invalid value.
_BaseParser_StartEndReversed(Object, Object) - Static method in class hudson.scheduler.Messages
Key BaseParser.StartEndReversed: You mean {0}-{1}?.
_BatchCommandInstaller_DescriptorImpl_displayName() - Static method in class hudson.tools.Messages
Key BatchCommandInstaller.DescriptorImpl.displayName: Run Batch Command.
_BatchFile_DisplayName() - Static method in class hudson.tasks.Messages
Key BatchFile.DisplayName: Execute Windows batch command.
_BlockedBecauseOfBuildInProgress_ETA(Object) - Static method in class jenkins.model.Messages
Key BlockedBecauseOfBuildInProgress.ETA: (ETA:{0}).
_BlockedBecauseOfBuildInProgress_shortDescription(Object, Object) - Static method in class jenkins.model.Messages
Key BlockedBecauseOfBuildInProgress.shortDescription: Build #{0} is already in progress{1}.
_BooleanParameterDefinition_DisplayName() - Static method in class hudson.model.Messages
Key BooleanParameterDefinition.DisplayName: Boolean Parameter.
_Build_post_build_steps_failed() - Static method in class hudson.model.Messages
Key Build.post_build_steps_failed: Post-build steps failed.
_BuildAuthorizationToken_InvalidTokenProvided() - Static method in class hudson.model.Messages
Key BuildAuthorizationToken.InvalidTokenProvided: Invalid token provided..
_BuildButtonColumn_DisplayName() - Static method in class hudson.views.Messages
Key BuildButtonColumn.DisplayName: Build Button.
_BuildCommand_CLICause_CannotBuildConfigNotSaved(Object) - Static method in class hudson.cli.Messages
Key BuildCommand.CLICause.CannotBuildConfigNotSaved: Cannot build {0} because its configuration has not been saved..
_BuildCommand_CLICause_CannotBuildDisabled(Object) - Static method in class hudson.cli.Messages
Key BuildCommand.CLICause.CannotBuildDisabled: Cannot build {0} because it is disabled..
_BuildCommand_CLICause_CannotBuildUnknownReasons(Object) - Static method in class hudson.cli.Messages
Key BuildCommand.CLICause.CannotBuildUnknownReasons: Cannot build {0} for unknown reasons..
_BuildCommand_CLICause_ShortDescription(Object) - Static method in class hudson.cli.Messages
Key BuildCommand.CLICause.ShortDescription: Started from command line by {0}.
_BuildCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key BuildCommand.ShortDescription: Builds a job, and optionally waits until its completion..
_BuildDiscarderProperty_displayName() - Static method in class jenkins.model.Messages
Key BuildDiscarderProperty.displayName: Discard Old Builds.
_BuildHistoryWidget_DisplayName() - Static method in class hudson.widgets.Messages
Key BuildHistoryWidget.DisplayName: Build History.
_BuildTrigger_Disabled(Object) - Static method in class hudson.tasks.Messages
Key BuildTrigger.Disabled: {0} is disabled.
_BuildTrigger_DisplayName() - Static method in class hudson.tasks.Messages
Key BuildTrigger.DisplayName: Build other projects.
_BuildTrigger_InQueue(Object) - Static method in class hudson.tasks.Messages
Key BuildTrigger.InQueue: {0} is already in the queue.
_BuildTrigger_NoProjectSpecified() - Static method in class hudson.tasks.Messages
Key BuildTrigger.NoProjectSpecified: No project specified.
_BuildTrigger_NoSuchProject(Object, Object) - Static method in class hudson.tasks.Messages
Key BuildTrigger.NoSuchProject: No such project ‘{0}’.
_BuildTrigger_NotBuildable(Object) - Static method in class hudson.tasks.Messages
Key BuildTrigger.NotBuildable: {0} is not buildable.
_BuildTrigger_Triggering(Object) - Static method in class hudson.tasks.Messages
Key BuildTrigger.Triggering: Triggering a new build of {0}.
_BuildTrigger_warning_access_control_for_builds_in_glo() - Static method in class hudson.tasks.Messages
Key BuildTrigger.warning_access_control_for_builds_in_glo: Warning: ‘Access Control for Builds’ in global security configuration is empty, so falling back to legacy behavior of permitting any downstream builds to be triggered.
_BuildTrigger_warning_this_build_has_no_associated_aut() - Static method in class hudson.tasks.Messages
Key BuildTrigger.warning_this_build_has_no_associated_aut: Warning: this build has no associated authentication, so build permissions may be lacking, and downstream projects which cannot even be seen by an anonymous user will be silently skipped.
_BuildTrigger_warning_you_have_no_plugins_providing_ac() - Static method in class hudson.tasks.Messages
Key BuildTrigger.warning_you_have_no_plugins_providing_ac: Warning: you have no plugins providing access control for builds, so falling back to legacy behavior of permitting any downstream builds to be triggered.
_BuildTrigger_you_have_no_permission_to_build_(Object) - Static method in class hudson.tasks.Messages
Key BuildTrigger.you_have_no_permission_to_build_: You have no permission to build {0}.
_calcRevisionsFromBuild(AbstractBuild<?, ?>, Launcher, TaskListener) - Method in class hudson.scm.SCM
Deprecated.
_Cause_LegacyCodeCause_ShortDescription() - Static method in class hudson.model.Messages
Key Cause.LegacyCodeCause.ShortDescription: {@code Legacy code started this job.
_Cause_RemoteCause_ShortDescription(Object) - Static method in class hudson.model.Messages
Key Cause.RemoteCause.ShortDescription: Started by remote host {0}.
_Cause_RemoteCause_ShortDescriptionWithNote(Object, Object) - Static method in class hudson.model.Messages
Key Cause.RemoteCause.ShortDescriptionWithNote: Started by remote host {0} with note: {1}.
_Cause_UpstreamCause_CausedBy() - Static method in class hudson.model.Messages
Key Cause.UpstreamCause.CausedBy: originally caused by:.
_Cause_UpstreamCause_ShortDescription(Object, Object) - Static method in class hudson.model.Messages
Key Cause.UpstreamCause.ShortDescription: Started by upstream project "{0}" build number {1}.
_Cause_UserCause_ShortDescription(Object) - Static method in class hudson.model.Messages
Key Cause.UserCause.ShortDescription: Started by user {0}.
_Cause_UserIdCause_ShortDescription(Object) - Static method in class hudson.model.Messages
Key Cause.UserIdCause.ShortDescription: Started by user {0}.
_CauseOfInterruption_ShortDescription(Object) - Static method in class jenkins.model.Messages
Key CauseOfInterruption.ShortDescription: Aborted by {0}.
_ChoiceParameterDefinition_DisplayName() - Static method in class hudson.model.Messages
Key ChoiceParameterDefinition.DisplayName: Choice Parameter.
_ChoiceParameterDefinition_MissingChoices() - Static method in class hudson.model.Messages
Key ChoiceParameterDefinition.MissingChoices: Requires Choices..
_ClassLoaderStatisticsSlaveInfo_DisplayName() - Static method in class jenkins.slaves.systemInfo.Messages
Key ClassLoaderStatisticsSlaveInfo.DisplayName: Remote Class Loader Statistics.
_CLI_cancel_quiet_down_shortDescription() - Static method in class hudson.model.Messages
Key CLI.cancel-quiet-down.shortDescription: Cancel the effect of the "quiet-down" command..
_CLI_cancel_quiet_down_shortDescription() - Static method in class jenkins.model.Messages
Key CLI.cancel-quiet-down.shortDescription: Cancel the effect of the "quiet-down" command..
_CLI_clear_queue_shortDescription() - Static method in class hudson.model.Messages
Key CLI.clear-queue.shortDescription: Clears the build queue..
_CLI_connect_node_shortDescription() - Static method in class hudson.model.Messages
Key CLI.connect-node.shortDescription: Reconnect to a node..
_CLI_disable_job_shortDescription() - Static method in class hudson.model.Messages
Key CLI.disable-job.shortDescription: Disables a job..
_CLI_disconnect_node_shortDescription() - Static method in class hudson.model.Messages
Key CLI.disconnect-node.shortDescription: Disconnects from a node..
_CLI_enable_job_shortDescription() - Static method in class hudson.model.Messages
Key CLI.enable-job.shortDescription: Enables a job..
_CLI_keep_build_shortDescription() - Static method in class hudson.model.Messages
Key CLI.keep-build.shortDescription: Mark the build to keep the build forever..
_CLI_keep_build_shortDescription() - Static method in class jenkins.model.Messages
Key CLI.keep-build.shortDescription: Mark the build to keep the build forever..
_CLI_NoSuchFileExists(Object) - Static method in class hudson.cli.client.Messages
Key CLI.NoSuchFileExists: No such file exists: {0}.
_CLI_NoURL() - Static method in class hudson.cli.client.Messages
Key CLI.NoURL: Neither -s nor the JENKINS_URL env var is specified..
_CLI_offline_node_shortDescription() - Static method in class hudson.model.Messages
Key CLI.offline-node.shortDescription: Stop using a node for performing builds temporarily, until the next "online-node" command..
_CLI_quiet_down_shortDescription() - Static method in class hudson.model.Messages
Key CLI.quiet-down.shortDescription: {@code Quiet down Jenkins, in preparation for a restart.
_CLI_quiet_down_shortDescription() - Static method in class jenkins.model.Messages
Key CLI.quiet-down.shortDescription: {@code Quiet down Jenkins, in preparation for a restart.
_CLI_reload_configuration_shortDescription() - Static method in class hudson.model.Messages
Key CLI.reload-configuration.shortDescription: {@code Discard all the loaded data in memory and reload everything from file system.
_CLI_reload_configuration_shortDescription() - Static method in class jenkins.model.Messages
Key CLI.reload-configuration.shortDescription: {@code Discard all the loaded data in memory and reload everything from file system.
_CLI_restart_shortDescription() - Static method in class hudson.model.Messages
Key CLI.restart.shortDescription: Restart Jenkins.
_CLI_restart_shortDescription() - Static method in class jenkins.model.Messages
Key CLI.restart.shortDescription: Restart Jenkins..
_CLI_safe_restart_shortDescription() - Static method in class hudson.model.Messages
Key CLI.safe-restart.shortDescription: Safely restart Jenkins.
_CLI_safe_restart_shortDescription() - Static method in class jenkins.model.Messages
Key CLI.safe-restart.shortDescription: Safely restart Jenkins..
_CLI_safe_shutdown_shortDescription() - Static method in class jenkins.model.Messages
Key CLI.safe-shutdown.shortDescription: Puts Jenkins into the quiet mode, wait for existing builds to be completed, and then shut down Jenkins..
_CLI_shutdown_shortDescription() - Static method in class jenkins.model.Messages
Key CLI.shutdown.shortDescription: Immediately shuts down Jenkins server..
_CLI_Usage() - Static method in class hudson.cli.client.Messages
Key CLI.Usage: {@code Jenkins CLI Usage: java -jar jenkins-cli.jar [-s URL] command [opts...] args...
_CLI_VersionMismatch() - Static method in class hudson.cli.client.Messages
Key CLI.VersionMismatch: {@code Version mismatch.
_CLI_wait_node_offline_shortDescription() - Static method in class hudson.model.Messages
Key CLI.wait-node-offline.shortDescription: Wait for a node to become offline..
_CLI_wait_node_online_shortDescription() - Static method in class hudson.model.Messages
Key CLI.wait-node-online.shortDescription: Wait for a node to become online..
_CliLink_Description() - Static method in class jenkins.management.Messages
Key CliLink.Description: Access/manage Jenkins from your shell, or from your script..
_CliLink_DisplayName() - Static method in class jenkins.management.Messages
Key CliLink.DisplayName: Jenkins CLI.
_ClockDifference_Ahead(Object) - Static method in class hudson.util.Messages
Key ClockDifference.Ahead: {0} ahead.
_ClockDifference_Behind(Object) - Static method in class hudson.util.Messages
Key ClockDifference.Behind: {0} behind.
_ClockDifference_Failed() - Static method in class hudson.util.Messages
Key ClockDifference.Failed: Failed to check.
_ClockDifference_InSync() - Static method in class hudson.util.Messages
Key ClockDifference.InSync: In sync.
_ClockMonitor_DisplayName() - Static method in class hudson.node_monitors.Messages
Key ClockMonitor.DisplayName: Clock Difference.
_CommandInstaller_DescriptorImpl_displayName() - Static method in class hudson.tools.Messages
Key CommandInstaller.DescriptorImpl.displayName: Run Shell Command.
_CommandInstaller_no_command() - Static method in class hudson.tools.Messages
Key CommandInstaller.no_command: Must provide a command to run..
_CommandInstaller_no_toolHome() - Static method in class hudson.tools.Messages
Key CommandInstaller.no_toolHome: Must provide a tool home directory..
_CommandInterpreter_CommandFailed() - Static method in class hudson.tasks.Messages
Key CommandInterpreter.CommandFailed: command execution failed.
_CommandInterpreter_UnableToDelete(Object) - Static method in class hudson.tasks.Messages
Key CommandInterpreter.UnableToDelete: Unable to delete script file {0}.
_CommandInterpreter_UnableToProduceScript() - Static method in class hudson.tasks.Messages
Key CommandInterpreter.UnableToProduceScript: Unable to produce a script file.
_CommandLauncher_displayName() - Static method in class hudson.slaves.Messages
Key CommandLauncher.displayName: Launch slave via execution of command on the Master.
_CommandLauncher_NoLaunchCommand() - Static method in class hudson.slaves.Messages
Key CommandLauncher.NoLaunchCommand: No launch command specified.
_Computer_BadChannel() - Static method in class hudson.model.Messages
Key Computer.BadChannel: Slave node offline or not a remote channel (such as master node)..
_Computer_BuildPermission_Description() - Static method in class hudson.model.Messages
Key Computer.BuildPermission.Description: This permission allows users to run jobs as them on slaves..
_Computer_Caption(Object) - Static method in class hudson.model.Messages
Key Computer.Caption: Slave {0}.
_Computer_ConfigurePermission_Description() - Static method in class hudson.model.Messages
Key Computer.ConfigurePermission.Description: This permission allows users to configure slaves..
_Computer_ConnectPermission_Description() - Static method in class hudson.model.Messages
Key Computer.ConnectPermission.Description: This permission allows users to connect slaves or mark slaves as online..
_Computer_CreatePermission_Description() - Static method in class hudson.model.Messages
Key Computer.CreatePermission.Description: This permission allows users to create slaves..
_Computer_DeletePermission_Description() - Static method in class hudson.model.Messages
Key Computer.DeletePermission.Description: This permission allows users to delete existing slaves..
_Computer_DisconnectPermission_Description() - Static method in class hudson.model.Messages
Key Computer.DisconnectPermission.Description: This permission allows users to disconnect slaves or mark slaves as temporarily offline..
_Computer_ExtendedReadPermission_Description() - Static method in class hudson.model.Messages
Key Computer.ExtendedReadPermission.Description: This permission allows users to read slave configuration..
_Computer_NoSuchSlaveExists(Object, Object) - Static method in class hudson.model.Messages
Key Computer.NoSuchSlaveExists: No such slave "{0}" exists.
_Computer_Permissions_Title() - Static method in class hudson.model.Messages
Key Computer.Permissions.Title: Slave.
_ComputerLauncher_abortedLaunch() - Static method in class hudson.slaves.Messages
Key ComputerLauncher.abortedLaunch: Launching slave process aborted..
_ComputerLauncher_JavaVersionResult(Object, Object) - Static method in class hudson.slaves.Messages
Key ComputerLauncher.JavaVersionResult: {0} -version returned {1}..
_ComputerLauncher_NoJavaFound(Object) - Static method in class hudson.slaves.Messages
Key ComputerLauncher.NoJavaFound: Java version {0} was found but 1.6 or later is needed..
_ComputerLauncher_UknownJavaVersion(Object) - Static method in class hudson.slaves.Messages
Key ComputerLauncher.UknownJavaVersion: Couldn’t figure out the Java version of {0}.
_ComputerLauncher_unexpectedError() - Static method in class hudson.slaves.Messages
Key ComputerLauncher.unexpectedError: {@code Unexpected error in launching a slave.
_ComputerSet_DisplayName() - Static method in class hudson.model.Messages
Key ComputerSet.DisplayName: Nodes.
_ComputerSet_NoSuchSlave(Object) - Static method in class hudson.model.Messages
Key ComputerSet.NoSuchSlave: No such slave: {0}.
_ComputerSet_SlaveAlreadyExists(Object) - Static method in class hudson.model.Messages
Key ComputerSet.SlaveAlreadyExists: Slave called ‘{0}’ already exists.
_ComputerSet_SpecifySlaveToCopy() - Static method in class hudson.model.Messages
Key ComputerSet.SpecifySlaveToCopy: Specify which slave to copy.
_ConfigureLink_Description() - Static method in class jenkins.management.Messages
Key ConfigureLink.Description: Configure global settings and paths..
_ConfigureLink_DisplayName() - Static method in class jenkins.management.Messages
Key ConfigureLink.DisplayName: Configure System.
_connect(boolean) - Method in class hudson.model.Computer
Allows implementing-classes to provide an implementation for the connect method.
_connect(boolean) - Method in class hudson.slaves.SlaveComputer
 
_connect(boolean) - Method in class jenkins.model.Jenkins.MasterComputer
 
_ConnectionActivityMonitor_OfflineCause() - Static method in class hudson.slaves.Messages
Key ConnectionActivityMonitor.OfflineCause: Repeated ping attempts failed.
_ConsoleCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key ConsoleCommand.ShortDescription: Retrieves console output of a build..
_ConsoleLink_Description() - Static method in class jenkins.management.Messages
Key ConsoleLink.Description: Executes arbitrary script for administration/trouble-shooting/diagnostics..
_ConsoleLink_DisplayName() - Static method in class jenkins.management.Messages
Key ConsoleLink.DisplayName: Script Console.
_CopyJobCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key CopyJobCommand.ShortDescription: Copies a job..
_CreateJobCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key CreateJobCommand.ShortDescription: Creates a new job by reading stdin as a configuration XML file..
_CreateNodeCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key CreateNodeCommand.ShortDescription: Creates a new node by reading stdin as a XML configuration..
_CreateViewCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key CreateViewCommand.ShortDescription: Creates a new view by reading stdin as a XML configuration..
_CronTab_do_you_really_mean_every_minute_when_you(Object, Object) - Static method in class hudson.scheduler.Messages
Key CronTab.do_you_really_mean_every_minute_when_you: Do you really mean "every minute" when you say "{0}"? Perhaps you meant "{1}" to poll once per hour.
_CronTab_short_cycles_in_the_day_of_month_field_w() - Static method in class hudson.scheduler.Messages
Key CronTab.short_cycles_in_the_day_of_month_field_w: Short cycles in the day-of-month field will behave oddly near the end of a month.
_CronTab_spread_load_evenly_by_using_rather_than_(Object, Object) - Static method in class hudson.scheduler.Messages
Key CronTab.spread_load_evenly_by_using_rather_than_: Spread load evenly by using ‘{0}’ rather than ‘{1}’.
_CronTabList_InvalidInput(Object, Object) - Static method in class hudson.scheduler.Messages
Key CronTabList.InvalidInput: Invalid input: "{0}": {1}.
_DefaultCrumbIssuer_DisplayName() - Static method in class hudson.security.csrf.Messages
Key DefaultCrumbIssuer.DisplayName: Default Crumb Issuer.
_DefaultGlobalSettingsProvider_DisplayName() - Static method in class jenkins.mvn.Messages
Key DefaultGlobalSettingsProvider.DisplayName: Use default maven global settings.
_DefaultMyViewsTabsBar_DisplayName() - Static method in class hudson.views.Messages
Key DefaultMyViewsTabsBar.DisplayName: Default My Views TabBar.
_DefaultProjectNamingStrategy_DisplayName() - Static method in class jenkins.model.Messages
Key DefaultProjectNamingStrategy.DisplayName: Default.
_DefaultSettingsProvider_DisplayName() - Static method in class jenkins.mvn.Messages
Key DefaultSettingsProvider.DisplayName: Use default maven settings.
_DefaultViewsTabsBar_DisplayName() - Static method in class hudson.views.Messages
Key DefaultViewsTabsBar.DisplayName: Default Views TabBar.
_DeleteBuildsCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key DeleteBuildsCommand.ShortDescription: Deletes build record(s)..
_DeleteJobCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key DeleteJobCommand.ShortDescription: Deletes job(s)..
_DeleteNodeCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key DeleteNodeCommand.ShortDescription: Deletes node(s).
_DeleteViewCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key DeleteViewCommand.ShortDescription: Deletes view(s)..
_Descriptor_From(Object, Object) - Static method in class hudson.model.Messages
Key Descriptor.From: (from <a href="{1}">{0}</a>).
_DiskSpaceMonitor_DisplayName() - Static method in class hudson.node_monitors.Messages
Key DiskSpaceMonitor.DisplayName: Free Disk Space.
_DiskSpaceMonitor_MarkedOffline(Object) - Static method in class hudson.node_monitors.Messages
Key DiskSpaceMonitor.MarkedOffline: Making {0} offline temporarily due to the lack of disk space.
_DiskSpaceMonitor_MarkedOnline(Object) - Static method in class hudson.node_monitors.Messages
Key DiskSpaceMonitor.MarkedOnline: Putting {0} back online as there is enough disk space again.
_DiskSpaceMonitorDescriptor_DiskSpace_FreeSpaceTooLow(Object, Object) - Static method in class hudson.node_monitors.Messages
Key DiskSpaceMonitorDescriptor.DiskSpace.FreeSpaceTooLow: {@code Disk space is too low.
_doBuild(StaplerRequest, StaplerResponse) - Method in class hudson.model.ParametersDefinitionProperty
_doBuild(StaplerRequest, StaplerResponse, TimeDuration) - Method in class hudson.model.ParametersDefinitionProperty
Interprets the form submission and schedules a build for a parameterized job.
_doScript(StaplerRequest, StaplerResponse, String) - Method in class hudson.model.Computer
 
_doScript(StaplerRequest, StaplerResponse, RequestDispatcher, VirtualChannel, ACL) - Static method in class jenkins.model.Jenkins
 
_DumbSlave_displayName() - Static method in class hudson.slaves.Messages
Key DumbSlave.displayName: Dumb Slave.
_entryForm(Map, Closure) - Method in interface jenkins.security.HudsonPrivateSecurityRealmTagLib
 
_entryForm(Closure) - Method in interface jenkins.security.HudsonPrivateSecurityRealmTagLib
 
_entryForm(Map) - Method in interface jenkins.security.HudsonPrivateSecurityRealmTagLib
 
_entryForm() - Method in interface jenkins.security.HudsonPrivateSecurityRealmTagLib
 
_EnvironmentVariablesNodeProperty_displayName() - Static method in class hudson.slaves.Messages
Key EnvironmentVariablesNodeProperty.displayName: Environment variables.
_EnvVarsSlaveInfo_DisplayName() - Static method in class jenkins.slaves.systemInfo.Messages
Key EnvVarsSlaveInfo.DisplayName: Environment Variables.
_EscapedMarkupFormatter_DisplayName() - Static method in class hudson.markup.Messages
Key EscapedMarkupFormatter.DisplayName: Plain text.
_Executor_NotAvailable() - Static method in class hudson.model.Messages
Key Executor.NotAvailable: N/A.
_FileParameterDefinition_DisplayName() - Static method in class hudson.model.Messages
Key FileParameterDefinition.DisplayName: File Parameter.
_FilePath_did_not_manage_to_validate_may_be_too_sl(Object) - Static method in class hudson.Messages
Key FilePath.did_not_manage_to_validate_may_be_too_sl: Did not manage to validate {0} (may be too slow).
_FilePath_TildaDoesntWork() - Static method in class hudson.Messages
Key FilePath.TildaDoesntWork: ‘~’ is only supported in a Unix shell and nowhere else..
_FilePath_validateAntFileMask_doesntMatchAndSuggest(Object, Object) - Static method in class hudson.Messages
Key FilePath.validateAntFileMask.doesntMatchAndSuggest: ‘{0}’ doesn’t match anything, but ‘{1}’ does.
_FilePath_validateAntFileMask_doesntMatchAnything(Object) - Static method in class hudson.Messages
Key FilePath.validateAntFileMask.doesntMatchAnything: ‘{0}’ doesn’t match anything.
_FilePath_validateAntFileMask_doesntMatchAnythingAndSuggest(Object, Object) - Static method in class hudson.Messages
Key FilePath.validateAntFileMask.doesntMatchAnythingAndSuggest: ‘{0}’ doesn’t match anything: even ‘{1}’ doesn’t exist.
_FilePath_validateAntFileMask_matchWithCaseInsensitive(Object) - Static method in class hudson.Messages
Key FilePath.validateAntFileMask.matchWithCaseInsensitive: ‘{0}’ doesn’t match anything because it is treated case sensitively.
_FilePath_validateAntFileMask_portionMatchAndSuggest(Object, Object) - Static method in class hudson.Messages
Key FilePath.validateAntFileMask.portionMatchAndSuggest: ‘{0}’ doesn’t match anything, although ‘{1}’ exists.
_FilePath_validateAntFileMask_portionMatchButPreviousNotMatchAndSuggest(Object, Object, Object) - Static method in class hudson.Messages
Key FilePath.validateAntFileMask.portionMatchButPreviousNotMatchAndSuggest: ‘{0}’ doesn’t match anything: ‘{1}’ exists but not ‘{2}’.
_FilePath_validateAntFileMask_whitespaceSeprator() - Static method in class hudson.Messages
Key FilePath.validateAntFileMask.whitespaceSeprator: {@code Whitespace can no longer be used as the separator.
_FilePath_validateRelativePath_noSuchDirectory(Object) - Static method in class hudson.Messages
Key FilePath.validateRelativePath.noSuchDirectory: No such directory: ‘{0}’.
_FilePath_validateRelativePath_noSuchFile(Object) - Static method in class hudson.Messages
Key FilePath.validateRelativePath.noSuchFile: No such file: ‘{0}’.
_FilePath_validateRelativePath_notDirectory(Object) - Static method in class hudson.Messages
Key FilePath.validateRelativePath.notDirectory: ‘{0}’ is not a directory.
_FilePath_validateRelativePath_notFile(Object) - Static method in class hudson.Messages
Key FilePath.validateRelativePath.notFile: ‘{0}’ is not a file.
_FilePath_validateRelativePath_wildcardNotAllowed() - Static method in class hudson.Messages
Key FilePath.validateRelativePath.wildcardNotAllowed: Wildcard is not allowed here.
_FilePathGlobalSettingsProvider_DisplayName() - Static method in class jenkins.mvn.Messages
Key FilePathGlobalSettingsProvider.DisplayName: Global settings file on filesystem.
_FilePathSettingsProvider_DisplayName() - Static method in class jenkins.mvn.Messages
Key FilePathSettingsProvider.DisplayName: Settings file in filesystem.
_find(Class<T>, Hudson) - Method in class hudson.ExtensionFinder
Deprecated.
_findClass(ClassLoader, String) - Static method in class jenkins.ClassLoaderReflectionToolkit
_findLoadedClass(ClassLoader, String) - Static method in class jenkins.ClassLoaderReflectionToolkit
_findResource(ClassLoader, String) - Static method in class jenkins.ClassLoaderReflectionToolkit
_findResources(ClassLoader, String) - Static method in class jenkins.ClassLoaderReflectionToolkit
_Fingerprinter_Aborted() - Static method in class hudson.tasks.Messages
Key Fingerprinter.Aborted: Aborted.
_Fingerprinter_Action_DisplayName() - Static method in class hudson.tasks.Messages
Key Fingerprinter.Action.DisplayName: See Fingerprints.
_Fingerprinter_DigestFailed(Object) - Static method in class hudson.tasks.Messages
Key Fingerprinter.DigestFailed: Failed to compute digest for {0}.
_Fingerprinter_DisplayName() - Static method in class hudson.tasks.Messages
Key Fingerprinter.DisplayName: Record fingerprints of files to track usage.
_Fingerprinter_Failed() - Static method in class hudson.tasks.Messages
Key Fingerprinter.Failed: Failed to record fingerprints.
_Fingerprinter_FailedFor(Object) - Static method in class hudson.tasks.Messages
Key Fingerprinter.FailedFor: failed to record fingerprint for {0}.
_Fingerprinter_Recording() - Static method in class hudson.tasks.Messages
Key Fingerprinter.Recording: Recording fingerprints.
_for(T) - Static method in class hudson.console.ConsoleAnnotator
List all the console annotators that can work for the specified context type.
_for(Job) - Static method in class hudson.scm.SCM
Determines which kinds of SCMs are applicable to a given project.
_for(AbstractProject) - Static method in class hudson.scm.SCM
Deprecated.
_for(AbstractProject) - Static method in class jenkins.scm.SCMCheckoutStrategyDescriptor
 
_FormFieldValidator_did_not_manage_to_validate_may_be_too_sl(Object) - Static method in class hudson.util.Messages
Key FormFieldValidator.did_not_manage_to_validate_may_be_too_sl: Did not manage to validate {0} (may be too slow).
_FormValidation_Error_Details() - Static method in class hudson.util.Messages
Key FormValidation.Error.Details: (show details).
_FormValidation_ValidateRequired() - Static method in class hudson.util.Messages
Key FormValidation.ValidateRequired: Required.
_FreeStyleProject_DisplayName() - Static method in class hudson.model.Messages
Key FreeStyleProject.DisplayName: Freestyle project.
_FullControlOnceLoggedInAuthorizationStrategy_DisplayName() - Static method in class hudson.security.Messages
Key FullControlOnceLoggedInAuthorizationStrategy.DisplayName: Logged-in users can do anything.
_Functions_NoExceptionDetails() - Static method in class hudson.Messages
Key Functions.NoExceptionDetails: No Exception details.
_getFingerprint(String) - Method in class jenkins.model.Jenkins
Gets a Fingerprint object if it exists.
_GetJobCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key GetJobCommand.ShortDescription: Dumps the job definition XML to stdout..
_GetNodeCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key GetNodeCommand.ShortDescription: Dumps the node definition XML to stdout..
_getRuns() - Method in class hudson.model.AbstractProject
 
_getRuns() - Method in class hudson.model.Job
Gets all the runs.
_getRuns() - Method in class hudson.model.ViewJob
 
_getRuns() - Method in class jenkins.model.lazy.LazyBuildMixIn
Same as LazyBuildMixIn.getRunMap() but suitable for Job._getRuns().
_getUsages() - Method in class hudson.model.Fingerprint
 
_GetViewCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key GetViewCommand.ShortDescription: Dumps the view definition XML to stdout..
_GlobalSecurityConfiguration_Description() - Static method in class hudson.security.Messages
Key GlobalSecurityConfiguration.Description: Secure Jenkins; define who is allowed to access/use the system..
_GlobalSecurityConfiguration_DisplayName() - Static method in class hudson.security.Messages
Key GlobalSecurityConfiguration.DisplayName: Configure Global Security.
_GroovyCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key GroovyCommand.ShortDescription: {@code Executes the specified Groovy script.
_GroovyInitScript_init() - Static method in class hudson.init.impl.Messages
Key GroovyInitScript.init: Executing user-defined init script.
_GroovyshCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key GroovyshCommand.ShortDescription: Runs an interactive groovy shell..
_hasPermission(Authentication, Permission) - Method in class hudson.security.SidACL
_HealthReport_EmptyString() - Static method in class hudson.model.Messages
Key HealthReport.EmptyString: .
_HelpCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key HelpCommand.ShortDescription: Lists all the available commands or a detailed description of single command..
_HttpResponses_Saved() - Static method in class hudson.util.Messages
Key HttpResponses.Saved: Saved.
_Hudson_AdministerPermission_Description() - Static method in class hudson.model.Messages
Key Hudson.AdministerPermission.Description: This permission grants the ability to make system-wide configuration changes, as well as perform highly sensitive operations that amounts to full local system access (within the scope granted by the underlying OS.).
_Hudson_BadPortNumber(Object) - Static method in class hudson.model.Messages
Key Hudson.BadPortNumber: Bad port number {0}.
_Hudson_BadPortNumber(Object) - Static method in class jenkins.model.Messages
Key Hudson.BadPortNumber: Bad port number {0}.
_Hudson_Computer_Caption() - Static method in class hudson.model.Messages
Key Hudson.Computer.Caption: Master.
_Hudson_Computer_Caption() - Static method in class jenkins.model.Messages
Key Hudson.Computer.Caption: Master.
_Hudson_Computer_DisplayName() - Static method in class hudson.model.Messages
Key Hudson.Computer.DisplayName: master.
_Hudson_Computer_DisplayName() - Static method in class jenkins.model.Messages
Key Hudson.Computer.DisplayName: master.
_Hudson_ControlCodeNotAllowed(Object) - Static method in class hudson.model.Messages
Key Hudson.ControlCodeNotAllowed: No control code is allowed: {0}.
_Hudson_ControlCodeNotAllowed(Object) - Static method in class jenkins.model.Messages
Key Hudson.ControlCodeNotAllowed: No control code is allowed: {0}.
_Hudson_DisplayName() - Static method in class hudson.model.Messages
Key Hudson.DisplayName: Jenkins.
_Hudson_DisplayName() - Static method in class jenkins.model.Messages
Key Hudson.DisplayName: Jenkins.
_Hudson_JobAlreadyExists(Object) - Static method in class hudson.model.Messages
Key Hudson.JobAlreadyExists: A job already exists with the name ‘{0}’.
_Hudson_JobAlreadyExists(Object) - Static method in class jenkins.model.Messages
Key Hudson.JobAlreadyExists: A job already exists with the name ‘{0}’.
_Hudson_JobNameConventionNotApplyed(Object, Object) - Static method in class jenkins.model.Messages
Key Hudson.JobNameConventionNotApplyed: ‘{0}’ does not match the job name convention pattern {1}.
_Hudson_NodeBeingRemoved() - Static method in class hudson.model.Messages
Key Hudson.NodeBeingRemoved: Node is being removed.
_Hudson_NodeBeingRemoved() - Static method in class jenkins.model.Messages
Key Hudson.NodeBeingRemoved: Node is being removed.
_Hudson_NodeDescription() - Static method in class hudson.model.Messages
Key Hudson.NodeDescription: the master Jenkins node.
_Hudson_NodeDescription() - Static method in class jenkins.model.Messages
Key Hudson.NodeDescription: the master Jenkins node.
_Hudson_NoJavaInPath(Object) - Static method in class hudson.model.Messages
Key Hudson.NoJavaInPath: {@code java is not in your PATH.
_Hudson_NoJavaInPath(Object) - Static method in class jenkins.model.Messages
Key Hudson.NoJavaInPath: {@code java is not in your PATH.
_Hudson_NoName() - Static method in class hudson.model.Messages
Key Hudson.NoName: No name is specified.
_Hudson_NoName() - Static method in class jenkins.model.Messages
Key Hudson.NoName: No name is specified.
_Hudson_NoSuchDirectory(Object) - Static method in class hudson.model.Messages
Key Hudson.NoSuchDirectory: No such directory: {0}.
_Hudson_NotANegativeNumber() - Static method in class hudson.model.Messages
Key Hudson.NotANegativeNumber: Not a negative number.
_Hudson_NotANonNegativeNumber() - Static method in class hudson.model.Messages
Key Hudson.NotANonNegativeNumber: Number may not be negative.
_Hudson_NotANumber() - Static method in class hudson.model.Messages
Key Hudson.NotANumber: Not a number.
_Hudson_NotAPlugin(Object) - Static method in class hudson.model.Messages
Key Hudson.NotAPlugin: {0} is not a Jenkins plugin.
_Hudson_NotAPositiveNumber() - Static method in class hudson.model.Messages
Key Hudson.NotAPositiveNumber: Not a positive number.
_Hudson_NotJDKDir(Object) - Static method in class hudson.model.Messages
Key Hudson.NotJDKDir: {0} doesn’t look like a JDK directory.
_Hudson_NotUsesUTF8ToDecodeURL() - Static method in class hudson.model.Messages
Key Hudson.NotUsesUTF8ToDecodeURL: {@code Your container doesn’t use UTF-8 to decode URLs.
_Hudson_NotUsesUTF8ToDecodeURL() - Static method in class jenkins.model.Messages
Key Hudson.NotUsesUTF8ToDecodeURL: {@code Your container doesn’t use UTF-8 to decode URLs.
_Hudson_Permissions_Title() - Static method in class hudson.model.Messages
Key Hudson.Permissions.Title: Overall.
_Hudson_ReadPermission_Description() - Static method in class hudson.model.Messages
Key Hudson.ReadPermission.Description: {@code The read permission is necessary for viewing almost all pages of Jenkins.
_Hudson_RunScriptsPermission_Description() - Static method in class hudson.model.Messages
Key Hudson.RunScriptsPermission.Description: Required for running scripts inside the Jenkins process, for example via the Groovy console or Groovy CLI command..
_Hudson_UnsafeChar(Object) - Static method in class hudson.model.Messages
Key Hudson.UnsafeChar: ‘{0}’ is an unsafe character.
_Hudson_UnsafeChar(Object) - Static method in class jenkins.model.Messages
Key Hudson.UnsafeChar: ‘{0}’ is an unsafe character.
_Hudson_USER_CONTENT_README() - Static method in class hudson.model.Messages
Key Hudson.USER_CONTENT_README: Files in this directory will be served under your http://server/jenkins/userContent/.
_Hudson_ViewAlreadyExists(Object) - Static method in class hudson.model.Messages
Key Hudson.ViewAlreadyExists: A view already exists with the name "{0}".
_Hudson_ViewAlreadyExists(Object) - Static method in class jenkins.model.Messages
Key Hudson.ViewAlreadyExists: A view already exists with the name "{0}".
_Hudson_ViewName() - Static method in class hudson.model.Messages
Key Hudson.ViewName: All.
_Hudson_ViewName() - Static method in class jenkins.model.Messages
Key Hudson.ViewName: All.
_HudsonHomeDiskUsageMonitor_DisplayName() - Static method in class hudson.diagnosis.Messages
Key HudsonHomeDiskUsageMonitor.DisplayName: Disk Usage Monitor.
_HudsonPrivateSecurityRealm_CreateAccount_InvalidEmailAddress() - Static method in class hudson.security.Messages
Key HudsonPrivateSecurityRealm.CreateAccount.InvalidEmailAddress: Invalid e-mail address.
_HudsonPrivateSecurityRealm_CreateAccount_PasswordNotMatch() - Static method in class hudson.security.Messages
Key HudsonPrivateSecurityRealm.CreateAccount.PasswordNotMatch: Password didn't match.
_HudsonPrivateSecurityRealm_CreateAccount_PasswordRequired() - Static method in class hudson.security.Messages
Key HudsonPrivateSecurityRealm.CreateAccount.PasswordRequired: Password is required.
_HudsonPrivateSecurityRealm_CreateAccount_TextNotMatchWordInImage() - Static method in class hudson.security.Messages
Key HudsonPrivateSecurityRealm.CreateAccount.TextNotMatchWo dInImage: Text didn't match the word shown in the image.
_HudsonPrivateSecurityRealm_CreateAccount_UserNameAlreadyTaken() - Static method in class hudson.security.Messages
Key HudsonPrivateSecurityRealm.CreateAccount.UserNameAlreadyTaken: User name is already taken.
_HudsonPrivateSecurityRealm_CreateAccount_UserNameRequired() - Static method in class hudson.security.Messages
Key HudsonPrivateSecurityRealm.CreateAccount.UserNameRequired: User name is required.
_HudsonPrivateSecurityRealm_Details_DisplayName() - Static method in class hudson.security.Messages
Key HudsonPrivateSecurityRealm.Details.DisplayName: Password.
_HudsonPrivateSecurityRealm_Details_PasswordError() - Static method in class hudson.security.Messages
Key HudsonPrivateSecurityRealm.Details.PasswordError: {@code The confirmed password is not the same as the one entered.
_HudsonPrivateSecurityRealm_DisplayName() - Static method in class hudson.security.Messages
Key HudsonPrivateSecurityRealm.DisplayName: Jenkins’ own user database.
_HudsonPrivateSecurityRealm_ManageUserLinks_Description() - Static method in class hudson.security.Messages
Key HudsonPrivateSecurityRealm.ManageUserLinks.Description: Create/delete/modify users that can log in to this Jenkins.
_HudsonPrivateSecurityRealm_ManageUserLinks_DisplayName() - Static method in class hudson.security.Messages
Key HudsonPrivateSecurityRealm.ManageUserLinks.DisplayName: Manage Users.
_HudsonPrivateSecurityRealm_WouldYouLikeToSignUp(Object, Object) - Static method in class hudson.security.Messages
Key HudsonPrivateSecurityRealm.WouldYouLikeToSignUp: This {0} {1} is new to Jenkins.
_IdStrategy_CaseInsensitive_DisplayName() - Static method in class jenkins.model.Messages
Key IdStrategy.CaseInsensitive.DisplayName: Case insensitive.
_IdStrategy_CaseSensitive_DisplayName() - Static method in class jenkins.model.Messages
Key IdStrategy.CaseSensitive.DisplayName: Case sensitive.
_IdStrategy_CaseSensitiveEmailAddress_DisplayName() - Static method in class jenkins.model.Messages
Key IdStrategy.CaseSensitiveEmailAddress.DisplayName: Case sensitive (email address).
_InitialUserContent_init() - Static method in class hudson.init.impl.Messages
Key InitialUserContent.init: Preparing initial user content.
_InstallFromApache() - Static method in class hudson.tasks.Messages
Key InstallFromApache: Install from Apache.
_InstallPluginCommand_DidYouMean(Object, Object) - Static method in class hudson.cli.Messages
Key InstallPluginCommand.DidYouMean: {0} looks like a short plugin name.
_InstallPluginCommand_InstallingFromUpdateCenter(Object) - Static method in class hudson.cli.Messages
Key InstallPluginCommand.InstallingFromUpdateCenter: Installing {0} from update center.
_InstallPluginCommand_InstallingPluginFromLocalFile(Object) - Static method in class hudson.cli.Messages
Key InstallPluginCommand.InstallingPluginFromLocalFile: Installing a plugin from local file: {0}.
_InstallPluginCommand_InstallingPluginFromUrl(Object) - Static method in class hudson.cli.Messages
Key InstallPluginCommand.InstallingPluginFromUrl: Installing a plugin from {0}.
_InstallPluginCommand_NotAValidSourceName(Object) - Static method in class hudson.cli.Messages
Key InstallPluginCommand.NotAValidSourceName: {0} is neither a valid file, URL, nor a plugin artifact name in the update center.
_InstallPluginCommand_NoUpdateCenterDefined() - Static method in class hudson.cli.Messages
Key InstallPluginCommand.NoUpdateCenterDefined: Note that no update center is defined in this Jenkins..
_InstallPluginCommand_NoUpdateDataRetrieved(Object) - Static method in class hudson.cli.Messages
Key InstallPluginCommand.NoUpdateDataRetrieved: No update center data is retrieved yet from: {0}.
_InstallPluginCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key InstallPluginCommand.ShortDescription: {@code Installs a plugin either from a file, an URL, or from update center.
_InstallSourceProperty_DescriptorImpl_displayName() - Static method in class hudson.tools.Messages
Key InstallSourceProperty.DescriptorImpl.displayName: Install automatically.
_InstallToolCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key InstallToolCommand.ShortDescription: {@code Performs automatic tool installation, and print its location to stdout.
_Item_CONFIGURE_description() - Static method in class hudson.model.Messages
Key Item.CONFIGURE.description: Change the configuration of a job..
_Item_CREATE_description() - Static method in class hudson.model.Messages
Key Item.CREATE.description: Create a new job..
_Item_DELETE_description() - Static method in class hudson.model.Messages
Key Item.DELETE.description: Delete a job..
_Item_Permissions_Title() - Static method in class hudson.model.Messages
Key Item.Permissions.Title: Job.
_Item_READ_description() - Static method in class hudson.model.Messages
Key Item.READ.description: {@code See a job.
_ItemGroupMixIn_may_not_copy_as_it_contains_secrets_and_(Object, Object, Object, Object, Object) - Static method in class hudson.model.Messages
Key ItemGroupMixIn.may_not_copy_as_it_contains_secrets_and_: May not copy {0} as it contains secrets and {1} has {2}/{3} but not /{4}.
_JavadocArchiver_DisplayName() - Static method in class hudson.tasks.Messages
Key JavadocArchiver.DisplayName: Publish Javadoc.
_JavadocArchiver_DisplayName_Generic() - Static method in class hudson.tasks.Messages
Key JavadocArchiver.DisplayName.Generic: Document.
_JavadocArchiver_DisplayName_Javadoc() - Static method in class hudson.tasks.Messages
Key JavadocArchiver.DisplayName.Javadoc: Javadoc.
_JavadocArchiver_NoMatchFound(Object, Object) - Static method in class hudson.tasks.Messages
Key JavadocArchiver.NoMatchFound: No javadoc found in {0}: {1}.
_JavadocArchiver_Publishing() - Static method in class hudson.tasks.Messages
Key JavadocArchiver.Publishing: Publishing Javadoc.
_JavadocArchiver_UnableToCopy(Object, Object) - Static method in class hudson.tasks.Messages
Key JavadocArchiver.UnableToCopy: Unable to copy Javadoc from {0} to {1}.
_JDKInstaller_DescriptorImpl_displayName() - Static method in class hudson.tools.Messages
Key JDKInstaller.DescriptorImpl.displayName: Install from java.sun.com.
_JDKInstaller_DescriptorImpl_doCheckAcceptLicense() - Static method in class hudson.tools.Messages
Key JDKInstaller.DescriptorImpl.doCheckAcceptLicense: You must agree to the license to download the JDK..
_JDKInstaller_DescriptorImpl_doCheckId() - Static method in class hudson.tools.Messages
Key JDKInstaller.DescriptorImpl.doCheckId: Define JDK ID.
_JDKInstaller_FailedToInstallJDK(Object) - Static method in class hudson.tools.Messages
Key JDKInstaller.FailedToInstallJDK: {@code Failed to install JDK.
_JDKInstaller_RequireOracleAccount(Object) - Static method in class hudson.tools.Messages
Key JDKInstaller.RequireOracleAccount: {@code Installing JDK requires Oracle account.
_JDKInstaller_UnableToInstallUntilLicenseAccepted() - Static method in class hudson.tools.Messages
Key JDKInstaller.UnableToInstallUntilLicenseAccepted: Unable to auto-install JDK until the license is accepted..
_Jenkins_CheckDisplayName_DisplayNameNotUniqueWarning(Object) - Static method in class hudson.model.Messages
Key Jenkins.CheckDisplayName.DisplayNameNotUniqueWarning: The display name, "{0}", is already in use by another job and could cause confusion and delay..
_Jenkins_CheckDisplayName_NameNotUniqueWarning(Object) - Static method in class hudson.model.Messages
Key Jenkins.CheckDisplayName.NameNotUniqueWarning: The display name, "{0}", is used as a name by a job and could cause confusing search results..
_Jenkins_IsRestarting() - Static method in class hudson.model.Messages
Key Jenkins.IsRestarting: Jenkins is restarting.
_Jenkins_NotAllowedName(Object) - Static method in class hudson.model.Messages
Key Jenkins.NotAllowedName: "{0}" is not allowed name.
_JNLPLauncher_displayName() - Static method in class hudson.slaves.Messages
Key JNLPLauncher.displayName: Launch slave agents via Java Web Start.
_Job_AllRecentBuildFailed() - Static method in class hudson.model.Messages
Key Job.AllRecentBuildFailed: All recent builds failed..
_Job_BuildStability(Object) - Static method in class hudson.model.Messages
Key Job.BuildStability: Build stability: {0}.
_Job_minutes() - Static method in class hudson.model.Messages
Key Job.minutes: mins.
_Job_NOfMFailed(Object, Object) - Static method in class hudson.model.Messages
Key Job.NOfMFailed: {0} out of the last {1} builds failed..
_Job_NoRecentBuildFailed() - Static method in class hudson.model.Messages
Key Job.NoRecentBuildFailed: No recent builds failed..
_Job_Pronoun() - Static method in class hudson.model.Messages
Key Job.Pronoun: Project.
_Job_you_must_use_the_save_button_if_you_wish() - Static method in class hudson.model.Messages
Key Job.you_must_use_the_save_button_if_you_wish: You must use the Save button if you wish to rename a job..
_JobColumn_DisplayName() - Static method in class hudson.views.Messages
Key JobColumn.DisplayName: Name.
_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}.
_LastDurationColumn_DisplayName() - Static method in class hudson.views.Messages
Key LastDurationColumn.DisplayName: Last Duration.
_LastFailureColumn_DisplayName() - Static method in class hudson.views.Messages
Key LastFailureColumn.DisplayName: Last Failure.
_LastStableColumn_DisplayName() - Static method in class hudson.views.Messages
Key LastStableColumn.DisplayName: Last Stable.
_LastSuccessColumn_DisplayName() - Static method in class hudson.views.Messages
Key LastSuccessColumn.DisplayName: Last Success.
_LDAPSecurityRealm_DisplayName() - Static method in class hudson.security.Messages
Key LDAPSecurityRealm.DisplayName: LDAP.
_LDAPSecurityRealm_InvalidPortNumber() - Static method in class hudson.security.Messages
Key LDAPSecurityRealm.InvalidPortNumber: Invalid port number.
_LDAPSecurityRealm_SyntaxOfServerField() - Static method in class hudson.security.Messages
Key LDAPSecurityRealm.SyntaxOfServerField: Syntax of server field is SERVER or SERVER:PORT or ldaps://SERVER[:PORT].
_LDAPSecurityRealm_UnableToConnect(Object, Object) - Static method in class hudson.security.Messages
Key LDAPSecurityRealm.UnableToConnect: Unable to connect to {0} : {1}.
_LDAPSecurityRealm_UnknownHost(Object) - Static method in class hudson.security.Messages
Key LDAPSecurityRealm.UnknownHost: Unknown host: {0}.
_LegacyAuthorizationStrategy_DisplayName() - Static method in class hudson.security.Messages
Key LegacyAuthorizationStrategy.DisplayName: Legacy mode.
_LegacySecurityRealm_Displayname() - Static method in class hudson.security.Messages
Key LegacySecurityRealm.Displayname: Delegate to servlet container.
_ListChangesCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key ListChangesCommand.ShortDescription: Dumps the changelog for the specified build(s)..
_ListJobsCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key ListJobsCommand.ShortDescription: Lists all jobs in a specific view or item group..
_ListPluginsCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key ListPluginsCommand.ShortDescription: Outputs a list of installed plugins..
_ListView_DisplayName() - Static method in class hudson.model.Messages
Key ListView.DisplayName: List View.
_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.
_LoginCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key LoginCommand.ShortDescription: Saves the current credential to allow future commands to run without explicit credential information..
_LogoutCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key LogoutCommand.ShortDescription: {@code Deletes the credential stored with the login command.
_LogRecorderManager_DisplayName() - Static method in class hudson.logging.Messages
Key LogRecorderManager.DisplayName: log.
_LogRecorderManager_init() - Static method in class hudson.logging.Messages
Key LogRecorderManager.init: Initialing log recorders.
_MailCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key MailCommand.ShortDescription: Reads stdin and sends that out as an e-mail..
_Mailer_Address_Not_Configured() - Static method in class jenkins.model.Messages
Key Mailer.Address.Not.Configured: address not configured yet <nobody@nowhere>.
_Mailer_Localhost_Error() - Static method in class jenkins.model.Messages
Key Mailer.Localhost.Error: Please set a valid host name, instead of localhost.
_main(String[]) - Static method in class hudson.cli.CLI
 
_ManageJenkinsAction_DisplayName() - Static method in class hudson.model.Messages
Key ManageJenkinsAction.DisplayName: Manage Jenkins.
_Maven_DisplayName() - Static method in class hudson.tasks.Messages
Key Maven.DisplayName: Invoke top-level Maven targets.
_Maven_ExecFailed() - Static method in class hudson.tasks.Messages
Key Maven.ExecFailed: command execution failed.
_Maven_NoExecutable(Object) - Static method in class hudson.tasks.Messages
Key Maven.NoExecutable: Couldn’t find any executable in {0}.
_Maven_NotMavenDirectory(Object) - Static method in class hudson.tasks.Messages
Key Maven.NotMavenDirectory: {0} doesn’t look like a Maven directory.
_MemoryUsageMonitor_TOTAL() - Static method in class hudson.diagnosis.Messages
Key MemoryUsageMonitor.TOTAL: Total.
_MemoryUsageMonitor_USED() - Static method in class hudson.diagnosis.Messages
Key MemoryUsageMonitor.USED: Used.
_MultiStageTimeSeries_EMPTY_STRING() - Static method in class hudson.model.Messages
Key MultiStageTimeSeries.EMPTY_STRING: .
_MyView_DisplayName() - Static method in class hudson.model.Messages
Key MyView.DisplayName: My View.
_MyViewsProperty_DisplayName() - Static method in class hudson.model.Messages
Key MyViewsProperty.DisplayName: My Views.
_MyViewsProperty_GlobalAction_DisplayName() - Static method in class hudson.model.Messages
Key MyViewsProperty.GlobalAction.DisplayName: My Views.
_MyViewsProperty_ViewExistsCheck_AlreadyExists(Object) - Static method in class hudson.model.Messages
Key MyViewsProperty.ViewExistsCheck.AlreadyExists: A view with name {0} already exists.
_MyViewsProperty_ViewExistsCheck_NotExist(Object) - Static method in class hudson.model.Messages
Key MyViewsProperty.ViewExistsCheck.NotExist: A view with name {0} does not exist.
_Node_BecauseNodeIsNotAcceptingTasks(Object) - Static method in class hudson.model.Messages
Key Node.BecauseNodeIsNotAcceptingTasks: {0} is not accepting tasks.
_Node_BecauseNodeIsReserved(Object) - Static method in class hudson.model.Messages
Key Node.BecauseNodeIsReserved: {0} is reserved for jobs with matching label expression.
_Node_LabelMissing(Object, Object) - Static method in class hudson.model.Messages
Key Node.LabelMissing: {0} doesn’t have label {1}.
_Node_LackingBuildPermission(Object, Object) - Static method in class hudson.model.Messages
Key Node.LackingBuildPermission: {0} doesn’t have a permission to run on {1}.
_Node_Mode_EXCLUSIVE() - Static method in class hudson.model.Messages
Key Node.Mode.EXCLUSIVE: Only build jobs with label restrictions matching this node.
_Node_Mode_NORMAL() - Static method in class hudson.model.Messages
Key Node.Mode.NORMAL: Utilize this node as much as possible.
_NodeDescripter_CheckName_Mandatory() - Static method in class hudson.slaves.Messages
Key NodeDescripter.CheckName.Mandatory: Name is mandatory.
_NodeProvisioner_EmptyString() - Static method in class hudson.slaves.Messages
Key NodeProvisioner.EmptyString: .
_NodesLink_Description() - Static method in class jenkins.management.Messages
Key NodesLink.Description: Add, remove, control and monitor the various nodes that Jenkins runs jobs on..
_NodesLink_DisplayName() - Static method in class jenkins.management.Messages
Key NodesLink.DisplayName: Manage Nodes.
_NullSCM_DisplayName() - Static method in class hudson.scm.Messages
Key NullSCM.DisplayName: None.
_OfflineCause_connection_was_broken_(Object) - Static method in class hudson.slaves.Messages
Key OfflineCause.connection_was_broken_: Connection was broken: {0}.
_OfflineCause_LaunchFailed() - Static method in class hudson.slaves.Messages
Key OfflineCause.LaunchFailed: This node is offline because Jenkins failed to launch the slave agent on it..
_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.
_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..
_PAMSecurityRealm_BelongToGroup(Object, Object) - Static method in class hudson.security.Messages
Key PAMSecurityRealm.BelongToGroup: {0} needs to belong to group {1} to read /etc/shadow.
_PAMSecurityRealm_CurrentUser() - Static method in class hudson.security.Messages
Key PAMSecurityRealm.CurrentUser: Current User.
_PAMSecurityRealm_DisplayName() - Static method in class hudson.security.Messages
Key PAMSecurityRealm.DisplayName: Unix user/group database.
_PAMSecurityRealm_ReadPermission() - Static method in class hudson.security.Messages
Key PAMSecurityRealm.ReadPermission: Jenkins needs to be able to read /etc/shadow.
_PAMSecurityRealm_RunAsUserOrBelongToGroupAndChmod(Object, Object, Object) - Static method in class hudson.security.Messages
Key PAMSecurityRealm.RunAsUserOrBelongToGroupAndChmod: Either Jenkins needs to run as {0} or {1} needs to belong to group {2} and ‘chmod g+r /etc/shadow’ needs to be done to enable Jenkins to read /etc/shadow.
_PAMSecurityRealm_Success() - Static method in class hudson.security.Messages
Key PAMSecurityRealm.Success: Success.
_PAMSecurityRealm_Uid(Object) - Static method in class hudson.security.Messages
Key PAMSecurityRealm.Uid: uid: {0}.
_PAMSecurityRealm_User(Object) - Static method in class hudson.security.Messages
Key PAMSecurityRealm.User: User ‘{0}’.
_ParameterAction_DisplayName() - Static method in class hudson.model.Messages
Key ParameterAction.DisplayName: Parameters.
_ParameterizedJobMixIn_build_now() - Static method in class jenkins.model.Messages
Key ParameterizedJobMixIn.build_now: Build Now.
_ParameterizedJobMixIn_build_with_parameters() - Static method in class jenkins.model.Messages
Key ParameterizedJobMixIn.build_with_parameters: Build with Parameters.
_ParametersDefinitionProperty_DisplayName() - Static method in class hudson.model.Messages
Key ParametersDefinitionProperty.DisplayName: This build is parameterized.
_PasswordParameterDefinition_DisplayName() - Static method in class hudson.model.Messages
Key PasswordParameterDefinition.DisplayName: Password Parameter.
_PatternProjectNamingStrategy_DisplayName() - Static method in class jenkins.model.Messages
Key PatternProjectNamingStrategy.DisplayName: Pattern.
_PatternProjectNamingStrategy_NamePatternInvalidSyntax() - Static method in class jenkins.model.Messages
Key PatternProjectNamingStrategy.NamePatternInvalidSyntax: regular expression's syntax is invalid..
_PatternProjectNamingStrategy_NamePatternRequired() - Static method in class jenkins.model.Messages
Key PatternProjectNamingStrategy.NamePatternRequired: Name Pattern is required.
_Permalink_LastBuild() - Static method in class hudson.model.Messages
Key Permalink.LastBuild: Last build.
_Permalink_LastCompletedBuild() - Static method in class hudson.model.Messages
Key Permalink.LastCompletedBuild: Last completed build.
_Permalink_LastFailedBuild() - Static method in class hudson.model.Messages
Key Permalink.LastFailedBuild: Last failed build.
_Permalink_LastStableBuild() - Static method in class hudson.model.Messages
Key Permalink.LastStableBuild: Last stable build.
_Permalink_LastSuccessfulBuild() - Static method in class hudson.model.Messages
Key Permalink.LastSuccessfulBuild: Last successful build.
_Permalink_LastUnstableBuild() - Static method in class hudson.model.Messages
Key Permalink.LastUnstableBuild: Last unstable build.
_Permalink_LastUnsuccessfulBuild() - Static method in class hudson.model.Messages
Key Permalink.LastUnsuccessfulBuild: Last unsuccessful build.
_Permission_Permissions_Title() - Static method in class hudson.security.Messages
Key Permission.Permissions.Title: N/A.
_PluginManager_ConfigureUpdateCenterPermission_Description() - Static method in class hudson.Messages
Key PluginManager.ConfigureUpdateCenterPermission.Description: The "configure update center" permission allows a user to configure update sites and proxy settings..
_PluginManager_DisplayName() - Static method in class hudson.Messages
Key PluginManager.DisplayName: Plugin Manager.
_PluginManager_PluginDoesntSupportDynamicLoad_RestartRequired(Object) - Static method in class hudson.Messages
Key PluginManager.PluginDoesntSupportDynamicLoad.RestartRequired: {0} plugin doesn’t support dynamic loading.
_PluginManager_PluginIsAlreadyInstalled_RestartRequired(Object) - Static method in class hudson.Messages
Key PluginManager.PluginIsAlreadyInstalled.RestartRequired: {0} plugin is already installed.
_PluginManager_PortNotANumber() - Static method in class hudson.Messages
Key PluginManager.PortNotANumber: Port is not a number.
_PluginManager_PortNotInRange(Object, Object) - Static method in class hudson.Messages
Key PluginManager.PortNotInRange: Port doesn’t range from {0} to {1}.
_PluginManager_UploadPluginsPermission_Description() - Static method in class hudson.Messages
Key PluginManager.UploadPluginsPermission.Description: The "upload plugin" permission allows a user to upload arbitrary plugins..
_PluginsLink_Description() - Static method in class jenkins.management.Messages
Key PluginsLink.Description: Add, remove, disable or enable plugins that can extend the functionality of Jenkins..
_PluginsLink_DisplayName() - Static method in class jenkins.management.Messages
Key PluginsLink.DisplayName: Manage Plugins.
_ProxyConfiguration_FailedToConnect(Object, Object) - Static method in class hudson.Messages
Key ProxyConfiguration.FailedToConnect: Failed to connect to {0} (code {1})..
_ProxyConfiguration_FailedToConnectViaProxy(Object) - Static method in class hudson.Messages
Key ProxyConfiguration.FailedToConnectViaProxy: Failed to connect to {0}..
_ProxyConfiguration_Success() - Static method in class hudson.Messages
Key ProxyConfiguration.Success: Success.
_ProxyConfiguration_TestUrlRequired() - Static method in class hudson.Messages
Key ProxyConfiguration.TestUrlRequired: Test URL is required..
_ProxyView_DisplayName() - Static method in class hudson.model.Messages
Key ProxyView.DisplayName: Include a global view.
_ProxyView_NoSuchViewExists(Object) - Static method in class hudson.model.Messages
Key ProxyView.NoSuchViewExists: Global view {0} does not exist.
_put(R) - Method in class jenkins.model.lazy.AbstractLazyLoadRunMap
 
_Queue_AllNodesOffline(Object) - Static method in class hudson.model.Messages
Key Queue.AllNodesOffline: All nodes of label ‘{0}’ are offline.
_Queue_BlockedBy(Object) - Static method in class hudson.model.Messages
Key Queue.BlockedBy: Blocked by {0}.
_Queue_HudsonIsAboutToShutDown() - Static method in class hudson.model.Messages
Key Queue.HudsonIsAboutToShutDown: Jenkins is about to shut down.
_Queue_init() - Static method in class hudson.model.Messages
Key Queue.init: Restoring the build queue.
_Queue_InProgress() - Static method in class hudson.model.Messages
Key Queue.InProgress: A build is already in progress.
_Queue_InQuietPeriod(Object) - Static method in class hudson.model.Messages
Key Queue.InQuietPeriod: {@code In the quiet period.
_Queue_LabelHasNoNodes(Object) - Static method in class hudson.model.Messages
Key Queue.LabelHasNoNodes: There are no nodes with the label ‘{0}’.
_Queue_NodeOffline(Object) - Static method in class hudson.model.Messages
Key Queue.NodeOffline: {0} is offline.
_Queue_Unknown() - Static method in class hudson.model.Messages
Key Queue.Unknown: ???.
_Queue_WaitingForNextAvailableExecutor() - Static method in class hudson.model.Messages
Key Queue.WaitingForNextAvailableExecutor: Waiting for next available executor.
_Queue_WaitingForNextAvailableExecutorOn(Object) - Static method in class hudson.model.Messages
Key Queue.WaitingForNextAvailableExecutorOn: Waiting for next available executor on {0}.
_QueueSorter_installDefaultQueueSorter() - Static method in class hudson.model.queue.Messages
Key QueueSorter.installDefaultQueueSorter: Installing default queue sorter.
_RekeySecretAdminMonitor_DisplayName() - Static method in class jenkins.security.Messages
Key RekeySecretAdminMonitor.DisplayName: Re-keying.
_ReloadJobCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key ReloadJobCommand.ShortDescription: Reload job(s).
_ReloadLink_Description() - Static method in class jenkins.management.Messages
Key ReloadLink.Description: {@code Discard all the loaded data in memory and reload everything from file system.
_ReloadLink_DisplayName() - Static method in class jenkins.management.Messages
Key ReloadLink.DisplayName: Reload Configuration from Disk.
_RemoveJobFromViewCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key RemoveJobFromViewCommand.ShortDescription: Removes jobs from view..
_ResponseTimeMonitor_DisplayName() - Static method in class hudson.node_monitors.Messages
Key ResponseTimeMonitor.DisplayName: Response Time.
_ResponseTimeMonitor_MarkedOffline(Object) - Static method in class hudson.node_monitors.Messages
Key ResponseTimeMonitor.MarkedOffline: Making {0} offline because it’s not responding.
_ResponseTimeMonitor_TimeOut(Object) - Static method in class hudson.node_monitors.Messages
Key ResponseTimeMonitor.TimeOut: Time out for last {0} try.
_ResultTrend_Aborted() - Static method in class hudson.model.Messages
Key ResultTrend.Aborted: Aborted.
_ResultTrend_Failure() - Static method in class hudson.model.Messages
Key ResultTrend.Failure: Failure.
_ResultTrend_Fixed() - Static method in class hudson.model.Messages
Key ResultTrend.Fixed: Fixed.
_ResultTrend_NotBuilt() - Static method in class hudson.model.Messages
Key ResultTrend.NotBuilt: Not built.
_ResultTrend_NowUnstable() - Static method in class hudson.model.Messages
Key ResultTrend.NowUnstable: Now unstable.
_ResultTrend_StillFailing() - Static method in class hudson.model.Messages
Key ResultTrend.StillFailing: Still failing.
_ResultTrend_StillUnstable() - Static method in class hudson.model.Messages
Key ResultTrend.StillUnstable: Still unstable.
_ResultTrend_Success() - Static method in class hudson.model.Messages
Key ResultTrend.Success: Success.
_ResultTrend_Unstable() - Static method in class hudson.model.Messages
Key ResultTrend.Unstable: Unstable.
_RetentionStrategy_Always_displayName() - Static method in class hudson.slaves.Messages
Key RetentionStrategy.Always.displayName: Keep this slave on-line as much as possible.
_RetentionStrategy_Demand_displayName() - Static method in class hudson.slaves.Messages
Key RetentionStrategy.Demand.displayName: Take this slave on-line when in demand and off-line when idle.
_RetentionStrategy_Demand_OfflineIdle() - Static method in class hudson.slaves.Messages
Key RetentionStrategy.Demand.OfflineIdle: Offline because computer was idle; it will be relaunched when needed..
_ReverseBuildTrigger_build_after_other_projects_are_built() - Static method in class jenkins.triggers.Messages
Key ReverseBuildTrigger.build_after_other_projects_are_built: Build after other projects are built.
_ReverseBuildTrigger_running_as_cannot_even_see_for_trigger_f(Object, Object, Object) - Static method in class jenkins.triggers.Messages
Key ReverseBuildTrigger.running_as_cannot_even_see_for_trigger_f: Running as {0} cannot even see {1} for trigger from {2}.
_run() - Method in class hudson.model.UpdateCenter.DownloadJob
 
_run() - Method in class hudson.model.UpdateCenter.HudsonDowngradeJob
 
_run() - Method in class hudson.model.UpdateCenter.InstallationJob
 
_run() - Method in class hudson.model.UpdateCenter.PluginDowngradeJob
 
_Run__is_waiting_for_a_checkpoint_on_(Object, Object) - Static method in class hudson.model.Messages
Key Run._is_waiting_for_a_checkpoint_on_: {0} is waiting for a checkpoint on {1}.
_Run_ArtifactsBrowserTitle(Object, Object) - Static method in class hudson.model.Messages
Key Run.ArtifactsBrowserTitle: Artifacts of {0} {1}.
_Run_ArtifactsPermission_Description() - Static method in class hudson.model.Messages
Key Run.ArtifactsPermission.Description: {@code This permission grants the ability to retrieve the artifacts produced by builds.
_Run_BuildAborted() - Static method in class hudson.model.Messages
Key Run.BuildAborted: Build was aborted.
_Run_DeletePermission_Description() - Static method in class hudson.model.Messages
Key Run.DeletePermission.Description: This permission allows users to manually delete specific builds from the build history..
_Run_InProgressDuration(Object) - Static method in class hudson.model.Messages
Key Run.InProgressDuration: {0} and counting.
_Run_MarkedExplicitly() - Static method in class hudson.model.Messages
Key Run.MarkedExplicitly: This record is explicitly marked to be kept..
_Run_NotStartedYet() - Static method in class hudson.model.Messages
Key Run.NotStartedYet: Not started yet.
_Run_Permissions_Title() - Static method in class hudson.model.Messages
Key Run.Permissions.Title: Run.
_Run_running_as_(Object) - Static method in class hudson.model.Messages
Key Run.running_as_: Running as {0}.
_Run_Summary_Aborted() - Static method in class hudson.model.Messages
Key Run.Summary.Aborted: aborted.
_Run_Summary_BackToNormal() - Static method in class hudson.model.Messages
Key Run.Summary.BackToNormal: back to normal.
_Run_Summary_BrokenForALongTime() - Static method in class hudson.model.Messages
Key Run.Summary.BrokenForALongTime: broken for a long time.
_Run_Summary_BrokenSince(Object) - Static method in class hudson.model.Messages
Key Run.Summary.BrokenSince: broken since build {0}.
_Run_Summary_BrokenSinceThisBuild() - Static method in class hudson.model.Messages
Key Run.Summary.BrokenSinceThisBuild: broken since this build.
_Run_Summary_NotBuilt() - Static method in class hudson.model.Messages
Key Run.Summary.NotBuilt: not built.
_Run_Summary_Stable() - Static method in class hudson.model.Messages
Key Run.Summary.Stable: stable.
_Run_Summary_Unknown() - Static method in class hudson.model.Messages
Key Run.Summary.Unknown: ?.
_Run_Summary_Unstable() - Static method in class hudson.model.Messages
Key Run.Summary.Unstable: unstable.
_Run_UnableToDelete(Object, Object) - Static method in class hudson.model.Messages
Key Run.UnableToDelete: Unable to delete {0}: {1}.
_Run_UpdatePermission_Description() - Static method in class hudson.model.Messages
Key Run.UpdatePermission.Description: This permission allows users to update description and other properties of a build, for example to leave notes about the cause of a build failure..
_RunParameterDefinition_DisplayName() - Static method in class hudson.model.Messages
Key RunParameterDefinition.DisplayName: Run Parameter.
_SCM_Permissions_Title() - Static method in class hudson.scm.Messages
Key SCM.Permissions.Title: SCM.
_SCM_TagPermission_Description() - Static method in class hudson.scm.Messages
Key SCM.TagPermission.Description: This permission allows users to create a new tag in the source code repository for a given build..
_SCMTrigger_BuildAction_DisplayName() - Static method in class hudson.triggers.Messages
Key SCMTrigger.BuildAction.DisplayName: Polling Log.
_SCMTrigger_DisplayName() - Static method in class hudson.triggers.Messages
Key SCMTrigger.DisplayName: Poll SCM.
_SCMTrigger_getDisplayName(Object) - Static method in class hudson.triggers.Messages
Key SCMTrigger.getDisplayName: {0} Polling Log.
_SCMTrigger_SCMTriggerCause_ShortDescription() - Static method in class hudson.triggers.Messages
Key SCMTrigger.SCMTriggerCause.ShortDescription: Started by an SCM change.
_SessionIdCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key SessionIdCommand.ShortDescription: Outputs the session ID, which changes every time Jenkins restarts..
_SetBuildDescriptionCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key SetBuildDescriptionCommand.ShortDescription: Sets the description of a build..
_SetBuildDisplayNameCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key SetBuildDisplayNameCommand.ShortDescription: Sets the displayName of a build..
_SetBuildParameterCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key SetBuildParameterCommand.ShortDescription: Update/set the build parameter of the current build in progress..
_SetBuildResultCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key SetBuildResultCommand.ShortDescription: {@code Sets the result of the current build.
_setOwner(Fingerprint) - Method in class jenkins.model.FingerprintFacet
Backdoor for Fingerprint to set itself to its facets.
_Shell_DisplayName() - Static method in class hudson.tasks.Messages
Key Shell.DisplayName: Execute shell.
_ShutdownLink_Description() - Static method in class jenkins.management.Messages
Key ShutdownLink.Description: Stops executing new builds, so that the system can be eventually shut down safely..
_ShutdownLink_DisplayName_cancel() - Static method in class jenkins.management.Messages
Key ShutdownLink.DisplayName_cancel: Cancel Shutdown.
_ShutdownLink_DisplayName_prepare() - Static method in class jenkins.management.Messages
Key ShutdownLink.DisplayName_prepare: Prepare for Shutdown.
_signalAll() - Method in class hudson.model.Queue
 
_signalAll() - Method in class hudson.model.ResourceController
 
_SimpleScheduledRetentionStrategy_displayName() - Static method in class hudson.slaves.Messages
Key SimpleScheduledRetentionStrategy.displayName: Take this slave on-line according to a schedule.
_SimpleScheduledRetentionStrategy_FinishedUpTime() - Static method in class hudson.slaves.Messages
Key SimpleScheduledRetentionStrategy.FinishedUpTime: Computer has finished its scheduled uptime.
_Slave_InvalidConfig_Executors(Object) - Static method in class hudson.model.Messages
Key Slave.InvalidConfig.Executors: Invalid slave configuration for {0}.
_Slave_InvalidConfig_NoName() - Static method in class hudson.model.Messages
Key Slave.InvalidConfig.NoName: {@code Invalid slave configuration.
_Slave_InvalidConfig_NoRemoteDir(Object) - Static method in class hudson.model.Messages
Key Slave.InvalidConfig.NoRemoteDir: Invalid slave configuration for {0}.
_Slave_Launching(Object) - Static method in class hudson.model.Messages
Key Slave.Launching: {0} Launching slave agent.
_Slave_Network_Mounted_File_System_Warning() - Static method in class hudson.model.Messages
Key Slave.Network.Mounted.File.System.Warning: Are you sure you want to use network mounted file system for FS root? Note that this directory does not need to be visible to the master..
_Slave_Remote_Director_Mandatory() - Static method in class hudson.model.Messages
Key Slave.Remote.Director.Mandatory: Remote directory is mandatory.
_Slave_Remote_Relative_Path_Warning() - Static method in class hudson.model.Messages
Key Slave.Remote.Relative.Path.Warning: {@code Are you sure you want to use a relative path for the FS root? Note that relative paths require that you can assure that the selected launcher provides a consistent current working directory.
_Slave_Terminated(Object) - Static method in class hudson.model.Messages
Key Slave.Terminated: {0} slave agent was terminated.
_Slave_UnableToLaunch(Object, Object) - Static method in class hudson.model.Messages
Key Slave.UnableToLaunch: Unable to launch the slave agent for {0}{1}.
_Slave_UnixSlave() - Static method in class hudson.model.Messages
Key Slave.UnixSlave: This is a Unix slave.
_Slave_WindowsSlave() - Static method in class hudson.model.Messages
Key Slave.WindowsSlave: This is a Windows slave.
_SlaveComputer_DisconnectedBy(Object, Object) - Static method in class hudson.slaves.Messages
Key SlaveComputer.DisconnectedBy: Disconnected by {0}{1}.
_stat(String) - Method in class hudson.util.ssh.SFTPClient
Deprecated.
Graceful SFTPv3Client.stat(String) that returns null if the path doesn't exist.
_StatisticsLink_Description() - Static method in class jenkins.management.Messages
Key StatisticsLink.Description: Check your resource utilization and see if you need more computers for your builds..
_StatisticsLink_DisplayName() - Static method in class jenkins.management.Messages
Key StatisticsLink.DisplayName: Load Statistics.
_StatusColumn_DisplayName() - Static method in class hudson.views.Messages
Key StatusColumn.DisplayName: Status.
_StringParameterDefinition_DisplayName() - Static method in class hudson.model.Messages
Key StringParameterDefinition.DisplayName: String Parameter.
_SwapSpaceMonitor_DisplayName() - Static method in class hudson.node_monitors.Messages
Key SwapSpaceMonitor.DisplayName: Free Swap Space.
_SystemInfoLink_Description() - Static method in class jenkins.management.Messages
Key SystemInfoLink.Description: Displays various environmental information to assist trouble-shooting..
_SystemInfoLink_DisplayName() - Static method in class jenkins.management.Messages
Key SystemInfoLink.DisplayName: System Information.
_SystemLogLink_Description() - Static method in class jenkins.management.Messages
Key SystemLogLink.Description: System log captures output from <tt>java.util.logging</tt> output related to Jenkins..
_SystemLogLink_DisplayName() - Static method in class jenkins.management.Messages
Key SystemLogLink.DisplayName: System Log.
_SystemPropertySlaveInfo_DisplayName() - Static method in class jenkins.slaves.systemInfo.Messages
Key SystemPropertySlaveInfo.DisplayName: System Properties.
_TemporarySpaceMonitor_DisplayName() - Static method in class hudson.node_monitors.Messages
Key TemporarySpaceMonitor.DisplayName: Free Temp Space.
_terminate(TaskListener) - Method in class hudson.slaves.AbstractCloudSlave
Performs the removal of the underlying resource from the cloud.
_TestJavadocArchiver_DisplayName_Javadoc() - Static method in class hudson.tasks.Messages
Key TestJavadocArchiver.DisplayName.Javadoc: Test Javadoc.
_TextParameterDefinition_DisplayName() - Static method in class hudson.model.Messages
Key TextParameterDefinition.DisplayName: Text Parameter.
_this() - Method in class hudson.model.Run
Obtains 'this' in a more type safe signature.
_ThreadDumpSlaveInfo_DisplayName() - Static method in class jenkins.slaves.systemInfo.Messages
Key ThreadDumpSlaveInfo.DisplayName: Thread Dump.
_TimerTrigger_DisplayName() - Static method in class hudson.triggers.Messages
Key TimerTrigger.DisplayName: Build periodically.
_TimerTrigger_MissingWhitespace() - Static method in class hudson.triggers.Messages
Key TimerTrigger.MissingWhitespace: You appear to be missing whitespace between * and *..
_TimerTrigger_no_schedules_so_will_never_run() - Static method in class hudson.triggers.Messages
Key TimerTrigger.no_schedules_so_will_never_run: No schedules so will never run.
_TimerTrigger_TimerTriggerCause_ShortDescription() - Static method in class hudson.triggers.Messages
Key TimerTrigger.TimerTriggerCause.ShortDescription: Started by timer.
_TimerTrigger_would_last_have_run_at_would_next_run_at(Object, Object) - Static method in class hudson.triggers.Messages
Key TimerTrigger.would_last_have_run_at_would_next_run_at: Would last have run at {0}; would next run at {1}..
_tokenNames - Static variable in class hudson.model.labels.LabelExpressionParser
 
_tokenNames - Static variable in class hudson.scheduler.CrontabParser
 
_tokenSet_0 - Static variable in class hudson.model.labels.LabelExpressionLexer
 
_tokenSet_1 - Static variable in class hudson.model.labels.LabelExpressionLexer
 
_ToolDescriptor_NotADirectory(Object) - Static method in class hudson.tools.Messages
Key ToolDescriptor.NotADirectory: {0} is not a directory on the Jenkins master (but perhaps it exists on some slaves).
_ToolLocationNodeProperty_displayName() - Static method in class hudson.tools.Messages
Key ToolLocationNodeProperty.displayName: Tool Locations.
_TopLevelItemDescriptor_NotApplicableIn(Object, Object) - Static method in class hudson.model.Messages
Key TopLevelItemDescriptor.NotApplicableIn: {0} items are not applicable within {1}.
_Trigger_init() - Static method in class hudson.triggers.Messages
Key Trigger.init: Initializing timer for triggers.
_tryWithLock(Runnable) - Method in class hudson.model.Queue
Invokes the supplied Runnable if the Queue lock was obtained without blocking.
_UpdateCenter_DownloadButNotActivated() - Static method in class hudson.model.Messages
Key UpdateCenter.DownloadButNotActivated: {@code Downloaded Successfully.
_UpdateCenter_init() - Static method in class hudson.model.Messages
Key UpdateCenter.init: Initialing update center.
_UpdateCenter_n_a() - Static method in class hudson.model.Messages
Key UpdateCenter.n_a: N/A.
_UpdateCenter_PluginCategory_android() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.android: Android Development.
_UpdateCenter_PluginCategory_builder() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.builder: Build Tools.
_UpdateCenter_PluginCategory_buildwrapper() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.buildwrapper: Build Wrappers.
_UpdateCenter_PluginCategory_cli() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.cli: Command Line Interface.
_UpdateCenter_PluginCategory_cloud() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.cloud: Cloud Providers.
_UpdateCenter_PluginCategory_cluster() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.cluster: Cluster Management and Distributed Build.
_UpdateCenter_PluginCategory_database() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.database: Database.
_UpdateCenter_PluginCategory_deployment() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.deployment: Deployment.
_UpdateCenter_PluginCategory_devops() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.devops: DevOps.
_UpdateCenter_PluginCategory_dotnet() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.dotnet: .NET Development.
_UpdateCenter_PluginCategory_external() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.external: External Site/Tool Integrations.
_UpdateCenter_PluginCategory_groovy_related() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.groovy-related: Groovy-related.
_UpdateCenter_PluginCategory_ios() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.ios: iOS Development.
_UpdateCenter_PluginCategory_library() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.library: Library plugins (for use by other plugins).
_UpdateCenter_PluginCategory_listview_column() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.listview-column: List view columns.
_UpdateCenter_PluginCategory_maven() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.maven: Maven.
_UpdateCenter_PluginCategory_misc() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.misc: Miscellaneous.
_UpdateCenter_PluginCategory_must_be_labeled() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.must-be-labeled: Uncategorized.
_UpdateCenter_PluginCategory_notifier() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.notifier: Build Notifiers.
_UpdateCenter_PluginCategory_page_decorator() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.page-decorator: Page Decorators.
_UpdateCenter_PluginCategory_parameter() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.parameter: Build Parameters.
_UpdateCenter_PluginCategory_post_build() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.post-build: Other Post-Build Actions.
_UpdateCenter_PluginCategory_python() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.python: Python Development.
_UpdateCenter_PluginCategory_report() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.report: Build Reports.
_UpdateCenter_PluginCategory_ruby() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.ruby: Ruby Development.
_UpdateCenter_PluginCategory_runcondition() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.runcondition: RunConditions for use by the Run Condition plugin.
_UpdateCenter_PluginCategory_scala() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.scala: Scala Development.
_UpdateCenter_PluginCategory_scm() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.scm: Source Code Management.
_UpdateCenter_PluginCategory_scm_related() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.scm-related: Source Code Management related.
_UpdateCenter_PluginCategory_security() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.security: Security.
_UpdateCenter_PluginCategory_slaves() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.slaves: Slave Launchers and Controllers.
_UpdateCenter_PluginCategory_test() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.test: Testing.
_UpdateCenter_PluginCategory_trigger() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.trigger: Build Triggers.
_UpdateCenter_PluginCategory_ui() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.ui: User Interface.
_UpdateCenter_PluginCategory_unrecognized(Object) - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.unrecognized: Misc ({0}).
_UpdateCenter_PluginCategory_upload() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.upload: Artifact Uploaders.
_UpdateCenter_PluginCategory_user() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.user: Authentication and User Management.
_UpdateCenter_PluginCategory_view() - Static method in class hudson.model.Messages
Key UpdateCenter.PluginCategory.view: Views.
_UpdateCenter_Status_CheckingInternet() - Static method in class hudson.model.Messages
Key UpdateCenter.Status.CheckingInternet: Checking internet connectivity.
_UpdateCenter_Status_CheckingJavaNet() - Static method in class hudson.model.Messages
Key UpdateCenter.Status.CheckingJavaNet: Checking update center connectivity.
_UpdateCenter_Status_ConnectionFailed(Object) - Static method in class hudson.model.Messages
Key UpdateCenter.Status.ConnectionFailed: Failed to connect to {0}.
_UpdateCenter_Status_Success() - Static method in class hudson.model.Messages
Key UpdateCenter.Status.Success: Success.
_UpdateCenter_Status_UnknownHostException(Object) - Static method in class hudson.model.Messages
Key UpdateCenter.Status.UnknownHostException: Failed to resolve host name {0}.
_UpdateJobCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key UpdateJobCommand.ShortDescription: {@code Updates the job definition XML from stdin.
_UpdateNodeCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key UpdateNodeCommand.ShortDescription: {@code Updates the node definition XML from stdin.
_UpdateViewCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key UpdateViewCommand.ShortDescription: {@code Updates the view definition XML from stdin.
_User_IllegalFullname(Object) - Static method in class hudson.model.Messages
Key User.IllegalFullname: "{0}" is prohibited as a full name for security reasons..
_User_IllegalUsername(Object) - Static method in class hudson.model.Messages
Key User.IllegalUsername: "{0}" is prohibited as a username for security reasons..
_UserDetailsServiceProxy_UnableToQuery(Object) - Static method in class hudson.security.Messages
Key UserDetailsServiceProxy.UnableToQuery: Unable to query user information: {0}.
_UserSearchProperty_DisplayName() - Static method in class hudson.search.Messages
Key UserSearchProperty.DisplayName: Setting for search.
_Util_day(Object) - Static method in class hudson.Messages
Key Util.day: {0} {0,choice,0#days|1#day|1<days}.
_Util_hour(Object) - Static method in class hudson.Messages
Key Util.hour: {0} hr.
_Util_millisecond(Object) - Static method in class hudson.Messages
Key Util.millisecond: {0} ms.
_Util_minute(Object) - Static method in class hudson.Messages
Key Util.minute: {0} min.
_Util_month(Object) - Static method in class hudson.Messages
Key Util.month: {0} mo.
_Util_pastTime(Object) - Static method in class hudson.Messages
Key Util.pastTime: {0}.
_Util_second(Object) - Static method in class hudson.Messages
Key Util.second: {0} sec.
_Util_year(Object) - Static method in class hudson.Messages
Key Util.year: {0} yr.
_VersionCommand_ShortDescription() - Static method in class hudson.cli.Messages
Key VersionCommand.ShortDescription: Outputs the current version..
_View_ConfigurePermission_Description() - Static method in class hudson.model.Messages
Key View.ConfigurePermission.Description: This permission allows users to change the configuration of views..
_View_CreatePermission_Description() - Static method in class hudson.model.Messages
Key View.CreatePermission.Description: This permission allows users to create new views..
_View_DeletePermission_Description() - Static method in class hudson.model.Messages
Key View.DeletePermission.Description: This permission allows users to delete existing views..
_View_MissingMode() - Static method in class hudson.model.Messages
Key View.MissingMode: No view type is specified.
_View_Permissions_Title() - Static method in class hudson.model.Messages
Key View.Permissions.Title: View.
_View_ReadPermission_Description() - Static method in class hudson.model.Messages
Key View.ReadPermission.Description: This permission allows users to see views (implied by generic read access)..
_WeatherColumn_DisplayName() - Static method in class hudson.views.Messages
Key WeatherColumn.DisplayName: Weather.
_WhoAmICommand_ShortDescription() - Static method in class hudson.cli.Messages
Key WhoAmICommand.ShortDescription: Reports your credential and permissions..
_WindowsInstallerLink_Description() - Static method in class hudson.lifecycle.Messages
Key WindowsInstallerLink.Description: Installs Jenkins as a Windows service to this system, so that Jenkins starts automatically when the machine boots..
_WindowsInstallerLink_DisplayName() - Static method in class hudson.lifecycle.Messages
Key WindowsInstallerLink.DisplayName: Install as Windows Service.
_WindowsSlaveInstaller_ConfirmInstallation() - Static method in class hudson.lifecycle.Messages
Key WindowsSlaveInstaller.ConfirmInstallation: This will install a slave agent as a Windows service, so that a Jenkins slave starts automatically when the machine boots..
_WindowsSlaveInstaller_DotNetRequired() - Static method in class hudson.lifecycle.Messages
Key WindowsSlaveInstaller.DotNetRequired: .NET Framework 2.0 or later is required for this feature.
_WindowsSlaveInstaller_InstallationSuccessful() - Static method in class hudson.lifecycle.Messages
Key WindowsSlaveInstaller.InstallationSuccessful: {@code Installation was successful.
_WindowsSlaveInstaller_RootFsDoesntExist(Object) - Static method in class hudson.lifecycle.Messages
Key WindowsSlaveInstaller.RootFsDoesntExist: Slave root directory ‘{0}’ doesn’t exist.
_withLock(Runnable) - Method in class hudson.model.Queue
Some operations require to be performed with the Queue lock held.
_withLock(Callable<V, T>) - Method in class hudson.model.Queue
Some operations require to be performed with the Queue lock held.
_withLock(Callable<V>) - Method in class hudson.model.Queue
Some operations require to be performed with the Queue lock held.
_withLock(Runnable) - Method in class hudson.model.ResourceController
 
_withLock(Callable<V>) - Method in class hudson.model.ResourceController
 
_WorkspaceSnapshotSCM_IncorrectJobType(Object) - Static method in class hudson.fsp.Messages
Key WorkspaceSnapshotSCM.IncorrectJobType: {0} isn’t a job that has a workspace..
_WorkspaceSnapshotSCM_NoBuild(Object, Object) - Static method in class hudson.fsp.Messages
Key WorkspaceSnapshotSCM.NoBuild: There’s no qualifying build for the {0} permalink in {1}.
_WorkspaceSnapshotSCM_NoSuchJob(Object, Object) - Static method in class hudson.fsp.Messages
Key WorkspaceSnapshotSCM.NoSuchJob: No such job ‘{0}’ exists.
_WorkspaceSnapshotSCM_NoSuchPermalink(Object, Object) - Static method in class hudson.fsp.Messages
Key WorkspaceSnapshotSCM.NoSuchPermalink: No such permalink ‘{0}’ exists for {1}.
_WorkspaceSnapshotSCM_NoWorkspace(Object, Object) - Static method in class hudson.fsp.Messages
Key WorkspaceSnapshotSCM.NoWorkspace: {0} {1} doesn’t have a workspace snapshot attached, probably because when the build was done, no other jobs needed its workspace snapshot.
_ZipExtractionInstaller_bad_connection() - Static method in class hudson.tools.Messages
Key ZipExtractionInstaller.bad_connection: Server rejected connection..
_ZipExtractionInstaller_could_not_connect() - Static method in class hudson.tools.Messages
Key ZipExtractionInstaller.could_not_connect: Could not connect to URL..
_ZipExtractionInstaller_DescriptorImpl_displayName() - Static method in class hudson.tools.Messages
Key ZipExtractionInstaller.DescriptorImpl.displayName: Extract *.zip/*.tar.gz.
_ZipExtractionInstaller_malformed_url() - Static method in class hudson.tools.Messages
Key ZipExtractionInstaller.malformed_url: Malformed URL..
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 _ 
Skip navigation links

Copyright © 2017. All rights reserved.