A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
All Classes All Packages
All Classes All Packages
All Classes All Packages
S
- s - Variable in class hudson.scheduler.CrontabParser.TermContext
- SAFE_PARAMETERS_SYSTEM_PROPERTY_NAME - Static variable in class hudson.model.ParametersAction
- safeDimension(int, int, int, int) - Static method in class hudson.util.Graph
- 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
- SafeTimerTask.ExceptionRunnable - Interface in hudson.triggers
- 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.
- SafeURLConverter - Class in jenkins.util.xstream
-
Wrap the URL handler during deserialization into a specific one that does not generate DNS query on the hostname for
URLStreamHandler.equals(URL, URL)
orURLStreamHandler.hashCode(URL)
. - SafeURLConverter() - Constructor for class jenkins.util.xstream.SafeURLConverter
- sanitize() - Method in class hudson.model.LoadBalancer
-
Wraps this
LoadBalancer
into a decorator that tests the basic sanity of the implementation. - sanitize(JSONObject) - Method in class jenkins.security.RedactSecretJsonInErrorMessageSanitizer
- 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 Fingerprint in the Fingerprint Storage
- 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
- 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.TimeZoneProperty.DescriptorImpl
- save() - Method in class hudson.model.UpdateCenter
-
Saves the configuration info to the disk.
- save() - Method in class hudson.model.User
-
Save the user configuration.
- 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
- save() - Method in class jenkins.security.apitoken.ApiTokenStats
-
Saves the configuration info to the disk.
- save() - Method in class jenkins.security.stapler.StaticRoutingDecisionProvider
-
Saves the configuration info to the disk.
- save(Fingerprint) - Method in class jenkins.fingerprints.FileFingerprintStorage
-
Saves the given Fingerprint in local XML-based database.
- save(Fingerprint) - Method in class jenkins.fingerprints.FingerprintStorage
-
Saves the given Fingerprint in the storage.
- save(Fingerprint, File) - Static method in class jenkins.fingerprints.FileFingerprintStorage
-
Saves the given Fingerprint as XML inside file.
- 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
- saveLastExecVersion() - Static method in class jenkins.install.InstallUtil
-
Save the current Jenkins instance version as the last executed version.
- saveNextBuildNumber() - Method in class hudson.model.Job
- Saver() - Constructor for class hudson.model.Queue.Saver
- 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.
- scanAll() - Static method in class hudson.model.User.AllUsers
- scanOnReboot() - 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() - 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.
- schedule(AbstractProject) - Method in class hudson.model.Queue
-
Schedule a new build for this project.
- 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(Queue.Task, int, List<Action>) - Method in class hudson.model.Queue
-
Deprecated.as of 1.521 Use
Queue.schedule2(Task, int, List)
- schedule(Runnable, long, TimeUnit) - Method in class jenkins.util.InterceptingScheduledExecutorService
- schedule(Callable<V>, long, TimeUnit) - Method in class jenkins.util.InterceptingScheduledExecutorService
- schedule2(Queue.Task, int, Action...) - Method in class hudson.model.Queue
-
Convenience wrapper method around
Queue.schedule2(Task, int, List)
- schedule2(Queue.Task, int, List<Action>) - Method in class hudson.model.Queue
-
Schedules an execution of a task.
- scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class jenkins.util.InterceptingScheduledExecutorService
- scheduleBuild() - Method in interface hudson.model.BuildableItem
-
Deprecated.Use
BuildableItem.scheduleBuild(Cause)
. Since 1.283 - scheduleBuild() - Method in class jenkins.model.ParameterizedJobMixIn
- scheduleBuild(int) - Method in interface hudson.model.BuildableItem
-
Deprecated.Use
BuildableItem.scheduleBuild(int, Cause)
. Since 1.283 - scheduleBuild(int) - Method in class jenkins.model.ParameterizedJobMixIn
- scheduleBuild(int, Cause) - Method in interface hudson.model.BuildableItem
- scheduleBuild(int, Cause) - Method in interface jenkins.model.ParameterizedJobMixIn.ParameterizedJob
- scheduleBuild(int, Cause) - Method in class jenkins.model.ParameterizedJobMixIn
- scheduleBuild(int, Cause, Action...) - Method in class hudson.model.AbstractProject
-
Schedules a build.
- scheduleBuild(Cause) - Method in interface hudson.model.BuildableItem
- scheduleBuild(Cause) - Method in interface jenkins.model.ParameterizedJobMixIn.ParameterizedJob
- scheduleBuild(Cause) - Method in class jenkins.model.ParameterizedJobMixIn
- 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, Action...) - Method in class hudson.model.AbstractProject
- scheduleBuild2(int, Action...) - Method in interface jenkins.model.ParameterizedJobMixIn.ParameterizedJob
-
Provides a standard implementation of
SCMTriggerItem.scheduleBuild2(int, hudson.model.Action...)
to schedule a build with the ability to wait for its result. - scheduleBuild2(int, Action...) - Method in class jenkins.model.ParameterizedJobMixIn
-
Standard implementation of
ParameterizedJobMixIn.ParameterizedJob.scheduleBuild2(int, hudson.model.Action...)
. - scheduleBuild2(int, Action...) - Method in interface jenkins.triggers.SCMTriggerItem
- 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, 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(Job<?, ?>, int, Action...) - Static method in class jenkins.model.ParameterizedJobMixIn
-
Convenience method to schedule a build.
- 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.
- schedulePolling() - Method in interface jenkins.triggers.SCMTriggerItem
-
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
- scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class jenkins.util.InterceptingScheduledExecutorService
- 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() - Constructor for class jenkins.scm.SCMCheckoutStrategyDescriptor
- SCMCheckoutStrategyDescriptor(Class<? extends SCMCheckoutStrategy>) - Constructor for class jenkins.scm.SCMCheckoutStrategyDescriptor
- SCMDecisionHandler - Class in jenkins.scm
-
Extension point for various decisions about SCM operations for
Item
instances. - SCMDecisionHandler() - Constructor for class jenkins.scm.SCMDecisionHandler
- SCMDescriptor<T extends SCM> - Class in hudson.scm
-
Descriptor
forSCM
. - SCMDescriptor(Class<? extends RepositoryBrowser>) - Constructor for class hudson.scm.SCMDescriptor
-
Infers the type of the corresponding
SCM
from the outer class. - SCMDescriptor(Class<T>, Class<? extends RepositoryBrowser>) - Constructor for class hudson.scm.SCMDescriptor
- 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 - Static variable in class hudson.scm.SCMS
- SCMS() - Constructor for class hudson.scm.SCMS
- 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
-
Deprecated.since 2.21
- SCMTrigger_AdministrativeMonitorImpl_DisplayName() - Static method in class hudson.triggers.Messages
-
Key
SCMTrigger.AdministrativeMonitorImpl.DisplayName
:Too Many SCM Polling Threads
. - 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_no_schedules_hooks() - Static method in class hudson.triggers.Messages
-
Key
SCMTrigger.no_schedules_hooks
:No schedules so will only run due to SCM changes if triggered by a post-commit hook
. - SCMTrigger_no_schedules_no_hooks() - Static method in class hudson.triggers.Messages
-
Key
SCMTrigger.no_schedules_no_hooks
:Post commit hooks are being ignored and no schedules so will never run due to SCM changes
. - SCMTrigger_SCMTriggerCause_ShortDescription() - Static method in class hudson.triggers.Messages
-
Key
SCMTrigger.SCMTriggerCause.ShortDescription
:Started by an SCM change
. - 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
- SCMTriggerCause() - Constructor for class hudson.triggers.SCMTrigger.SCMTriggerCause
-
Deprecated.
- SCMTriggerCause(File) - Constructor for class hudson.triggers.SCMTrigger.SCMTriggerCause
- SCMTriggerCause(String) - Constructor for class hudson.triggers.SCMTrigger.SCMTriggerCause
- SCMTriggerItem - Interface in jenkins.triggers
-
The item type accepted by
SCMTrigger
. - SCMTriggerItem_PollingVetoed(Object) - Static method in class jenkins.triggers.Messages
-
Key
SCMTriggerItem.PollingVetoed
:SCM polling vetoed by {0}
. - 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() - Method in interface lib.JenkinsTagLib
- scriptConsole(Closure) - Method in interface lib.JenkinsTagLib
- scriptConsole(Map) - Method in interface lib.JenkinsTagLib
- scriptConsole(Map, Closure) - Method in interface lib.JenkinsTagLib
- search(int, AbstractLazyLoadRunMap.Direction) - Method in class jenkins.model.lazy.AbstractLazyLoadRunMap
-
Finds the build #M where M is nearby the given 'n'.
- Search - Class in hudson.search
-
Web-bound object that provides search/navigation capability.
- Search() - Constructor for class hudson.search.Search
- search_bar() - Method in interface lib.LayoutTagLib
-
Creates a search input
- search_bar(Closure) - Method in interface lib.LayoutTagLib
-
Creates a search input
- search_bar(Map) - Method in interface lib.LayoutTagLib
-
Creates a search input
- search_bar(Map, Closure) - Method in interface lib.LayoutTagLib
-
Creates a search input
- 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 aSearchableModelObject
. - SearchFactory() - Constructor for class hudson.search.SearchFactory
- SearchIndex - Interface in hudson.search
-
Conceptually a set of
SearchItem
s 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.
- SEC10 - hudson.model.MultiStageTimeSeries.TimeScale
- SECONDS - hudson.util.TimeUnit2
-
Deprecated.
- 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() - Constructor for class hudson.util.SecretRewriter
- SecretRewriter(File) - Constructor for class hudson.util.SecretRewriter
-
Deprecated.SECURITY-376:
backupDirectory
is ignored - secretTextarea() - Method in interface lib.FormTagLib
-
Enhanced version of <f:textarea/> for editing multi-line secrets.
- secretTextarea(Closure) - Method in interface lib.FormTagLib
-
Enhanced version of <f:textarea/> for editing multi-line secrets.
- secretTextarea(Map) - Method in interface lib.FormTagLib
-
Enhanced version of <f:textarea/> for editing multi-line secrets.
- secretTextarea(Map, Closure) - Method in interface lib.FormTagLib
-
Enhanced version of <f:textarea/> for editing multi-line secrets.
- section() - 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(Map, Closure) - Method in interface lib.FormTagLib
-
Section header in the form table.
- SECURED - hudson.security.SecurityMode
-
Security-enabled mode implemented through Spring Security.
- 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
- SECURITY - hudson.model.ManagementLink.Category
-
Security related options.
- SECURITY_ATTRIBUTES() - Constructor for class hudson.util.jna.WINBASE.SECURITY_ATTRIBUTES
- SecurityComponents() - Constructor for class hudson.security.SecurityRealm.SecurityComponents
- SecurityComponents(AuthenticationManager) - Constructor for class hudson.security.SecurityRealm.SecurityComponents
-
Deprecated.
- SecurityComponents(AuthenticationManager, UserDetailsService) - Constructor for class hudson.security.SecurityRealm.SecurityComponents
-
Deprecated.
- SecurityComponents(AuthenticationManager, UserDetailsService, RememberMeServices) - 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
- SecurityContext - Interface in org.acegisecurity.context
-
Deprecated.Use
ACL.as(User)
orSecurityContext
- 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
- SecurityContextHolder - Class in org.acegisecurity.context
-
Deprecated.Use
ACL.as(User)
orSecurityContext
. - SecurityContextHolder() - Constructor for class org.acegisecurity.context.SecurityContextHolder
-
Deprecated.
- SecurityContextImpl - Class in org.acegisecurity.context
-
Deprecated.use
SecurityContextImpl
- SecurityContextImpl() - Constructor for class org.acegisecurity.context.SecurityContextImpl
-
Deprecated.
- SecurityIsOffMonitor - Class in jenkins.diagnostics
-
Unsecured Jenkins is, well, insecure.
- SecurityIsOffMonitor() - Constructor for class jenkins.diagnostics.SecurityIsOffMonitor
- SecurityIsOffMonitor_DisplayName() - Static method in class jenkins.diagnostics.Messages
-
Key
SecurityIsOffMonitor.DisplayName
:Disabled Security
. - 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.
- SecuritySystemProperties - Class in jenkins.telemetry.impl
-
Telemetry implementation gathering information about system properties.
- SecuritySystemProperties() - Constructor for class jenkins.telemetry.impl.SecuritySystemProperties
- SEE_MASK_NOCLOSEPROCESS - Static variable in class hudson.util.jna.SHELLEXECUTEINFO
- select() - 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(Map, Closure) - 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
- sempred(RuleContext, int, int) - Method in class hudson.model.labels.LabelExpressionLexer
- sendBinary(ByteBuffer) - Method in class jenkins.websocket.WebSocketSession
- sendBinary(ByteBuffer, boolean) - Method in class jenkins.websocket.WebSocketSession
- sendError(Exception) - Method in class hudson.model.AbstractModelObject
- sendError(Exception, StaplerRequest, StaplerResponse) - Method in class hudson.lifecycle.WindowsInstallerLink
-
Displays the error in a page.
- sendError(Exception, StaplerRequest, StaplerResponse) - Method in class hudson.model.AbstractModelObject
-
Displays the error in a page.
- sendError(String) - Method in class hudson.model.AbstractModelObject
- sendError(String, StaplerRequest, StaplerResponse) - Method in class hudson.lifecycle.WindowsInstallerLink
- sendError(String, StaplerRequest, StaplerResponse) - Method in class hudson.model.AbstractModelObject
- sendError(String, StaplerRequest, StaplerResponse, boolean) - Method in class hudson.model.AbstractModelObject
- sendText(String) - Method in class jenkins.websocket.WebSocketSession
- SEPARATOR - jenkins.model.ModelObjectWithContextMenu.MenuItemType
- sequence(int, int) - Static method in class hudson.util.Iterators
- sequence(int, int, int) - Static method in class hudson.util.Iterators
-
Returns a list that represents [start,end).
- sequence(Iterable<? extends T>...) - Static method in class hudson.util.Iterators
- sequence(Iterator<? extends T>...) - Static method in class hudson.util.Iterators
- SequentialExecutionQueue - Class in hudson.util
- SequentialExecutionQueue(ExecutorService) - Constructor for class hudson.util.SequentialExecutionQueue
- serializationMethodInvoker - Variable in class hudson.util.RobustReflectionConverter
- serialize(Fingerprint.RangeSet) - Static method in class hudson.model.Fingerprint.RangeSet.ConverterImpl
-
Used to serialize the range sets (builds) of the fingerprint using commas and dashes.
- serializedClass(Class) - Method in class hudson.util.xstream.MapperDelegate
- serializedMember(Class, String) - Method in class hudson.util.xstream.MapperDelegate
- serializeValue(Boolean) - Method in class jenkins.model.experimentalflags.BooleanUserExperimentalFlag
- serializeValue(T) - Method in class jenkins.model.experimentalflags.UserExperimentalFlag
-
Convert the usable value into a serializable form that can be stored in the user property.
- 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 thedoXYZ
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
-
Deprecated.use
ServiceLoader
instead. - Service() - Constructor for class hudson.util.Service
-
Deprecated.
- SERVICE_DESCRIPTION() - Constructor for class hudson.util.jna.Advapi32.SERVICE_DESCRIPTION
- SERVICE_STATUS() - Constructor for class hudson.util.jna.Advapi32.SERVICE_STATUS
- SERVICE_TABLE_ENTRY() - Constructor for class hudson.util.jna.Advapi32.SERVICE_TABLE_ENTRY
- 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.
- sessionCreated(HttpSessionEvent) - Method in class jenkins.JenkinsHttpSessionListener
- sessionCreated(HttpSessionEvent) - Method in class jenkins.util.HttpSessionListener
- sessionDestroyed(HttpSessionEvent) - Method in class jenkins.JenkinsHttpSessionListener
- sessionDestroyed(HttpSessionEvent) - Method in class jenkins.util.HttpSessionListener
- 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(boolean) - Method in class jenkins.util.io.FileBoolean
- set(int, Environment) - Method in class hudson.model.EnvironmentList
- set(int, Node) - Method in class hudson.slaves.NodeList
- set(WorkUnit) - Method in class hudson.model.Queue.JobOffer
- set(WorkUnit) - Method in class hudson.model.queue.MappingWorksheet.ExecutorSlot
- set(Class<T>, T) - Method in class hudson.Lookup
- setAcceptingTasks(boolean) - Method in class hudson.slaves.SlaveComputer
-
Allows suspension of tasks being accepted by the agent computer.
- setAdminAddress(String) - Method in class jenkins.model.JenkinsLocationConfiguration
-
Sets the e-mail address of Jenkins administrator.
- setAgentProtocols(Set<String>) - Method in class jenkins.model.Jenkins
-
Sets the enabled agent protocols.
- setAllowAnonymousRead(boolean) - Method in class hudson.security.FullControlOnceLoggedInAuthorizationStrategy
- 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
- setAuthenticated(boolean) - Method in interface org.acegisecurity.Authentication
-
Deprecated.
- setAuthenticated(boolean) - Method in class org.acegisecurity.providers.AbstractAuthenticationToken
-
Deprecated.
- setAuthenticated(boolean) - Method in class org.acegisecurity.providers.anonymous.AnonymousAuthenticationToken
-
Deprecated.
- setAuthenticated(boolean) - Method in class org.acegisecurity.providers.UsernamePasswordAuthenticationToken
-
Deprecated.
- setAuthentication(Authentication) - Method in exception org.acegisecurity.AuthenticationException
-
Deprecated.
- setAuthentication(Authentication) - Method in interface org.acegisecurity.context.SecurityContext
-
Deprecated.
- setAuthentication(Authentication) - Method in class org.acegisecurity.context.SecurityContextImpl
-
Deprecated.
- setAuthentication(Authentication) - Method in class jenkins.security.NonSerializableSecurityContext
- setAuthenticationEntryPoint(AuthenticationEntryPoint) - Method in class jenkins.security.BasicHeaderProcessor
- setAuthorities(GrantedAuthority[]) - Method in class org.acegisecurity.userdetails.User
-
Deprecated.
- setAuthorizationStrategy(AuthorizationStrategy) - Method in class jenkins.model.Jenkins
-
Sets a new authorization strategy.
- setBlockBuildWhenDownstreamBuilding(boolean) - Method in class hudson.model.AbstractProject
- setBlockBuildWhenUpstreamBuilding(boolean) - Method in class hudson.model.AbstractProject
- 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.
. - 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
- setCaseSensitive(boolean) - Method in class hudson.tasks.Fingerprinter
- setChannel(ChannelBuilder, CommandTransport, Channel.Listener) - Method in class hudson.slaves.SlaveComputer
-
Creates a
Channel
from the given Channel Builder and Command Transport. - setChannel(Channel, OutputStream, Channel.Listener) - Method in class hudson.slaves.SlaveComputer
-
Sets up the connection through an existing channel.
- setChannel(InputStream, OutputStream, TaskListener, Channel.Listener) - Method in class hudson.slaves.SlaveComputer
-
Creates a
Channel
from the given stream and sets that to this agent. - setChannel(InputStream, OutputStream, OutputStream, Channel.Listener) - Method in class hudson.slaves.SlaveComputer
-
Creates a
Channel
from the given stream and sets that to this agent. - setChoices(Object) - Method in class hudson.model.ChoiceParameterDefinition
-
Set the list of choices.
- setClientCharset(Charset) - Method in class hudson.cli.CLICommand
-
Define the encoding for the command.
- setColumns(List<ListViewColumn>) - Method in class hudson.model.ListView
-
Sets the columns of this view.
- setComputer(Computer) - Method in class hudson.model.ComputerPanelBox
- setConcurrentBuild(boolean) - Method in class hudson.model.AbstractProject
- setConfiguredLocalRules(List<EnvVarsFilterLocalRule>) - Method in class hudson.tasks.BatchFile
-
Set local environment variable filter rules
- setConfiguredLocalRules(List<EnvVarsFilterLocalRule>) - Method in class hudson.tasks.Shell
-
Set local environment variable filter rules
- setContentType(StaplerResponse) - Method in class hudson.console.AnnotatedLargeText
- setContext(SecurityContext) - Static method in class org.acegisecurity.context.SecurityContextHolder
-
Deprecated.
- SetContextClassLoader - Class in jenkins.util
-
Java defines a
Thread.getContextClassLoader()
. - SetContextClassLoader() - Constructor for class jenkins.util.SetContextClassLoader
-
Change the
Thread.getContextClassLoader()
associated with the current thread to that of the calling class. - SetContextClassLoader(Class<?>) - Constructor for class jenkins.util.SetContextClassLoader
-
Change the
Thread.getContextClassLoader()
associated with the current thread to that of the specified class. - SetContextClassLoader(ClassLoader) - Constructor for class jenkins.util.SetContextClassLoader
-
Change the
Thread.getContextClassLoader()
associated with the current thread to the specifiedClassLoader
. - setCorrelationId(UUID) - Method in class hudson.model.UpdateCenter.UpdateCenterJob
- setCreationOfLegacyTokenEnabled(boolean) - Method in class jenkins.security.apitoken.ApiTokenPropertyConfiguration
- 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.
- setDefaultExcludes(boolean) - Method in class hudson.tasks.ArtifactArchiver
- setDefaultExcludes(boolean) - Method in class hudson.tasks.Fingerprinter
- setDefaultValue(boolean) - Method in class hudson.model.BooleanParameterDefinition
- 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(UserDetailsService) - Method in class hudson.security.UserDetailsServiceProxy
- setDelegate(RememberMeServices) - Method in class hudson.security.RememberMeServicesProxy
- setDependants(Set<String>) - Method in class hudson.PluginWrapper
-
Deprecated.
- setDependents(Set<String>) - Method in class hudson.PluginWrapper
-
Set the list of components that depend on this plugin.
- 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.ParameterDefinition
- 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.
- setDescription(String) - Method in class hudson.model.View
- setDetails(Object) - Method in class org.acegisecurity.providers.AbstractAuthenticationToken
-
Deprecated.
- setDetails(Object) - Method in class org.acegisecurity.providers.anonymous.AnonymousAuthenticationToken
-
Deprecated.
- setDetails(Object) - Method in class org.acegisecurity.providers.UsernamePasswordAuthenticationToken
-
Deprecated.
- setDisabled(boolean) - Method in class hudson.model.AbstractProject
- setDisabled(boolean) - Method in interface jenkins.model.ParameterizedJobMixIn.ParameterizedJob
- setDisabledAdministrativeMonitors(Set<String>) - Method in class hudson.model.AbstractCIBase
-
Set the disabled administrative monitors
- 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.
- 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
- setEnvVarsFilterRuleWrapper(EnvVarsFilterRuleWrapper) - Method in class hudson.Launcher
- setErrorManager(ErrorManager) - Method in class hudson.logging.WeakLogHandler
- setExcludes(String) - Method in class hudson.tasks.ArtifactArchiver
- setExcludes(String) - Method in class hudson.tasks.Fingerprinter
- 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
- setExecutors(ExecutorService) - Method in class hudson.util.SequentialExecutionQueue
-
Starts using a new
ExecutorService
to carry out executions. - setExecutorWithoutCompleting(Executor) - Method in exception jenkins.model.queue.AsynchronousExecution
-
Set the executor without notifying it about task completion.
- 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.
- setFingerprintCleanupDisabled(boolean) - Method in class jenkins.fingerprints.GlobalFingerprintConfiguration
- setFollowSymlinks(boolean) - Method in class hudson.tasks.ArtifactArchiver
- 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
- setHasCycleDependency(boolean) - Method in class hudson.PluginWrapper
- setHeaders(FileItemHeaders) - Method in class hudson.model.FileParameterValue.FileItemImpl
- setHeaders(StaplerResponse) - Method in class hudson.model.Api
- setIconSize() - Method in interface lib.JenkinsTagLib
- setIconSize(Closure) - Method in interface lib.JenkinsTagLib
- setIconSize(Map) - Method in interface lib.JenkinsTagLib
- setIconSize(Map, Closure) - 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
- setIgnoredWarnings(Set<String>) - Method in class jenkins.security.UpdateSiteWarningsConfiguration
- setIgnorePostCommitHooks(boolean) - Method in class hudson.triggers.SCMTrigger
-
Data-bound setter for ignoring post commit hooks.
- setIncludeRegex(String) - Method in class hudson.model.ListView
- setIncompatibleParentPlugins(Set<UpdateSite.Plugin>) - Method in class hudson.model.UpdateSite.Plugin
- 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.
- 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
ToolInstallation
s. - setInstallState(InstallState) - Method in class jenkins.model.Jenkins
-
Update the current install state.
- setInstanceCap(int) - Method in class hudson.slaves.AbstractCloudImpl
- setInstanceCapStr(String) - Method in class hudson.slaves.AbstractCloudImpl
- 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.
- setJenkinsJVM(boolean) - Static method in class jenkins.util.JenkinsJVM
-
Used by
WebAppMain.contextInitialized(ServletContextEvent)
andWebAppMain.contextDestroyed(ServletContextEvent)
to identify the classloader and JVM which startedJenkins
- setJobFilters(List<ViewJobFilter>) - Method in class hudson.model.ListView
- setJobNames(Set<String>) - Method in class hudson.model.ListView
- 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
- setLog(LogRecorderManager) - Method in class jenkins.model.Jenkins
-
Set the LogRecorderManager.
- setLoggers(List<LogRecorder.Target>) - Method in class hudson.logging.LogRecorder
- setLogRotator(LogRotator) - Method in class hudson.model.Job
-
Deprecated.as of 1.503 Use
Job.setBuildDiscarder(BuildDiscarder)
- 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
-
Deprecated.
- setMessage(String) - Method in class hudson.PluginWrapper.PluginDisableResult
- 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 class jenkins.security.apitoken.ApiTokenStore.HashedToken
- 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
- setNode(Node) - Method in class hudson.slaves.SlaveComputer
- setNode(N) - Method in class hudson.slaves.NodeProperty
- setNodeDescription(String) - Method in class hudson.model.Slave
- 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
- setNodeProperties(List<? extends NodeProperty<?>>) - Method in class hudson.model.Slave
- setNodes(Collection<? extends Node>) - Method in class jenkins.model.Nodes
-
Sets the list of nodes.
- setNodes(List<? extends Node>) - Method in class jenkins.model.Jenkins
- setNoProxyHost(String) - Method in class hudson.ProxyConfiguration
- setNoUsageStatistics(Boolean) - Method in class jenkins.model.Jenkins
-
Sets the noUsageStatistics flag
- setNumExecutors(int) - Method in class hudson.model.Slave
- setNumExecutors(int) - Method in class jenkins.model.Jenkins
-
Sets a number of executors.
- setOlderThan(Long) - Method in class jenkins.widgets.HistoryPageFilter
-
Set the 'olderThan' queue ID.
- setOnlyIfSuccessful(boolean) - Method in class hudson.tasks.ArtifactArchiver
- setOptionalDependants(Set<String>) - Method in class hudson.PluginWrapper
-
Deprecated.
- setOptionalDependents(Set<String>) - Method in class hudson.PluginWrapper
-
Set the list of components that depend optionally on this plugin.
- setOwner(Saveable) - Method in class hudson.util.PersistedList
- setOwner(DescribableList.Owner) - Method in class hudson.util.DescribableList
-
Deprecated.since 2008-08-15. Use
PersistedList.setOwner(Saveable)
- setOwner(J) - Method in class hudson.model.JobProperty
-
Hook for performing post-initialization action.
- setParent(ChangeLogSet) - Method in class hudson.scm.ChangeLogSet.Entry
-
Should be invoked before a
ChangeLogSet
is exposed to public. - setPlatform(Platform) - Method in class hudson.EnvVars
-
Sets the platform for which these env vars target.
- 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
- setPrimaryView(View) - Method in class jenkins.model.Jenkins
- setPrimaryViewName(String) - Method in class hudson.model.MyViewsProperty
-
Sets the primary view.
- setProcessVariablesHandling(RetainVariablesLocalRule.ProcessVariablesHandling) - Method in class jenkins.tasks.filters.impl.RetainVariablesLocalRule
- setProjectNamingStrategy(ProjectNamingStrategy) - Method in class jenkins.model.Jenkins
- setProtectedFieldValue(String, Object, Object) - Static method in class org.acegisecurity.util.FieldUtils
-
Deprecated.
- setProxiedViewName(String) - Method in class hudson.model.ProxyView
- setProxy(ProxyConfiguration) - Method in class jenkins.model.Jenkins
-
Set the proxy configuration.
- 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
- setRecorders(List<LogRecorder>) - Method in class hudson.logging.LogRecorderManager
- 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. - setRetainCharacteristicEnvVars(boolean) - Method in class jenkins.tasks.filters.impl.RetainVariablesLocalRule
- setRetentionStrategy(RetentionStrategy) - Method in class hudson.model.Slave
- 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.
- setSecretPassword(Secret) - Method in class hudson.ProxyConfiguration
- setSecurityRealm(SecurityRealm) - Method in class jenkins.model.Jenkins
-
Sets a security realm.
- SetServiceStatus(Pointer, Advapi32.SERVICE_STATUS) - Method in interface hudson.util.jna.Advapi32
- 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
- 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
- setStatus(PluginWrapper.PluginDisableStatus) - Method in class hudson.PluginWrapper.PluginDisableResult
- setStatusFilter(Boolean) - Method in class hudson.model.ListView
-
Deprecated.Status filter is now controlled via a
ViewJobFilter
, seeStatusFilter
- setStorage(FingerprintStorage) - Method in class jenkins.fingerprints.GlobalFingerprintConfiguration
- setSystemMessage(String) - Method in class jenkins.model.Jenkins
-
Sets the system message.
- setTemporarilyOffline(boolean) - Method in class hudson.model.Computer
-
Deprecated.as of 1.320. Use
Computer.setTemporarilyOffline(boolean, OfflineCause)
- setTemporarilyOffline(boolean, OfflineCause) - Method in class hudson.model.Computer
-
Marks the computer as temporarily offline.
- setTestUrl(String) - Method in class hudson.ProxyConfiguration
- setThreshold(Result) - Method in class jenkins.triggers.ReverseBuildTrigger
- setTimeZoneName(String) - Method in class hudson.model.TimeZoneProperty
- SettingsProvider - Class in jenkins.mvn
- SettingsProvider() - Constructor for class jenkins.mvn.SettingsProvider
- SettingsProviderDescriptor - Class in jenkins.mvn
- SettingsProviderDescriptor() - Constructor for class jenkins.mvn.SettingsProviderDescriptor
- setTokenGenerationOnCreationEnabled(boolean) - Method in class jenkins.security.apitoken.ApiTokenPropertyConfiguration
- setTool(ToolInstallation) - Method in class hudson.tools.InstallSourceProperty
- setTool(ToolInstallation) - Method in class hudson.tools.ToolInstaller
-
Called during the initialization to tell
ToolInstaller
whatToolInstallation
it is configured against. - setTool(T) - Method in class hudson.tools.ToolProperty
- setTransportAuth(Authentication) - Method in class hudson.cli.CLICommand
- setTransportAuth2(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 - setTrim(boolean) - Method in class hudson.model.StringParameterDefinition
- setTrimmed(boolean) - Method in class hudson.widgets.HistoryWidget
- setUnstableReturn(Integer) - Method in class hudson.tasks.BatchFile
- setUnstableReturn(Integer) - Method in class hudson.tasks.Shell
- setUp(AbstractBuild, Launcher, BuildListener) - Method in class hudson.slaves.EnvironmentVariablesNodeProperty
- setUp(AbstractBuild, Launcher, BuildListener) - Method in class hudson.slaves.NodeProperty
-
Runs before the
SCM.checkout(AbstractBuild, Launcher, FilePath, BuildListener, File)
runs, and performs a set up. - 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(AbstractBuild, Launcher, BuildListener) - Method in class jenkins.tasks.SimpleBuildWrapper
- setUp(Build, Launcher, BuildListener) - Method in class hudson.tasks.BuildWrapper
-
Deprecated.since 2007-10-28. Use
BuildWrapper.setUp(AbstractBuild, Launcher, BuildListener)
instead. - 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(SimpleBuildWrapper.Context, Run<?, ?>, 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.
- setupConverters() - Method in class hudson.util.XStream2
- setUpEnvironment(AbstractBuild, Launcher, BuildListener) - Method in class hudson.model.listeners.RunListener
-
Runs before the
SCM.checkout(AbstractBuild, Launcher, FilePath, BuildListener, File)
runs, and performs a set up. - setUpFilter() - Static method in class jenkins.telemetry.impl.UserLanguages
- setUpPingForChannel(Channel, SlaveComputer, int, int, boolean) - Static method in class hudson.slaves.ChannelPinger
- SetUpRemotePing(int, int) - Constructor for class hudson.slaves.ChannelPinger.SetUpRemotePing
- SetupWizard - Class in jenkins.install
-
A Jenkins instance used during first-run to provide a limited set of services while initial installation is in progress
- SetupWizard() - Constructor for class jenkins.install.SetupWizard
- SetupWizard_ConfigureInstance_RootUrl_Empty() - Static method in class jenkins.install.Messages
-
Key
SetupWizard_ConfigureInstance_RootUrl_Empty
:The URL cannot be empty
. - SetupWizard_ConfigureInstance_RootUrl_Invalid() - Static method in class jenkins.install.Messages
-
Key
SetupWizard_ConfigureInstance_RootUrl_Invalid
:The URL is invalid, please ensure you are using http:// or https:// with a valid domain.
. - SetupWizard_ConfigureInstance_ValidationErrors() - Static method in class jenkins.install.Messages
-
Key
SetupWizard_ConfigureInstance_ValidationErrors
:Some settings are invalid. See the error messages for details.
. - SetupWizard_DisplayName() - Static method in class jenkins.install.Messages
-
Key
SetupWizard.DisplayName
:Setup Wizard
. - setUrl(String) - Method in class jenkins.model.JenkinsLocationConfiguration
- setUrl(String) - Method in class jenkins.security.ResourceDomainConfiguration
- setUsageStatisticsEnabled(boolean) - Method in class jenkins.security.apitoken.ApiTokenPropertyConfiguration
- setUsePrivateRepository(boolean) - Method in class hudson.tasks.Maven
- setUser(User) - Method in class hudson.model.UserProperty
- setUser(User) - Method in class jenkins.security.ApiTokenProperty
- setUserId(String) - Method in class hudson.model.Slave
-
Deprecated.Removed with no replacement
- setUserName(String) - Method in class hudson.ProxyConfiguration
- setValue(String) - Method in class jenkins.util.xstream.XStreamDOM.WriterImpl
- setValue(String, int) - Method in class hudson.util.jna.RegistryKey
-
Writes a DWORD value.
- setValue(String, String) - Method in class hudson.util.jna.RegistryKey
-
Writes a String value.
- setVariables(String) - Method in class jenkins.tasks.filters.impl.RetainVariablesLocalRule
- setViewOwner(View) - Method in class hudson.model.AbstractCIBase
- setViews(Collection<View>) - Method in class jenkins.model.Jenkins
-
Completely replaces views.
- setViewsTabBar(ViewsTabBar) - Method in class jenkins.model.Jenkins
- setWebSocket(boolean) - Method in class hudson.slaves.JNLPLauncher
- setWorkDirSettings(RemotingWorkDirSettings) - Method in class hudson.slaves.JNLPLauncher
- setWorkspace(FilePath) - Method in class hudson.model.AbstractBuild
-
Normally, a workspace is assigned by
Run.RunExecution
, but this lets you set the workspace in caseAbstractBuild
is created without a build. - Sezpoz() - Constructor for class hudson.ExtensionFinder.Sezpoz
- Shell - Class in hudson.tasks
-
Executes a series of commands by using a shell.
- Shell(String) - Constructor for class hudson.tasks.Shell
- Shell_DisplayName() - Static method in class hudson.tasks.Messages
-
Key
Shell.DisplayName
:Execute shell
. - Shell_invalid_exit_code_range(Object) - Static method in class hudson.tasks.Messages
-
Key
Shell.invalid_exit_code_range
:Invalid exit code value: {0}. Check help section
. - Shell_invalid_exit_code_zero() - Static method in class hudson.tasks.Messages
-
Key
Shell.invalid_exit_code_zero
:Exit code zero is ignored and does not make the build unstable
. - Shell.DescriptorImpl - Class in hudson.tasks
- Shell32 - Interface in hudson.util.jna
- ShellExecuteEx(SHELLEXECUTEINFO) - Method in interface hudson.util.jna.Shell32
- SHELLEXECUTEINFO - Class in hudson.util.jna
-
typedef struct _SHELLEXECUTEINFO { DWORD cbSize; ULONG fMask; HWND hwnd; LPCTSTR lpVerb; LPCTSTR lpFile; LPCTSTR lpParameters; LPCTSTR lpDirectory; int nShow; HINSTANCE hInstApp; LPVOID lpIDList; LPCTSTR lpClass; HKEY hkeyClass; DWORD dwHotKey; union { HANDLE hIcon; HANDLE hMonitor; } DUMMYUNIONNAME; HANDLE hProcess; } SHELLEXECUTEINFO, *LPSHELLEXECUTEINFO;
- SHELLEXECUTEINFO() - Constructor for class hudson.util.jna.SHELLEXECUTEINFO
- SHELLEXECUTEINFO.DUMMYUNIONNAME_union - Class in hudson.util.jna
- SHELLEXECUTEINFO.DUMMYUNIONNAME_union.ByReference - Class in hudson.util.jna
- SHELLEXECUTEINFO.DUMMYUNIONNAME_union.ByValue - Class in hudson.util.jna
- 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
- shouldCalculateCulprits() - Method in class hudson.model.AbstractBuild
- shouldCalculateCulprits() - Method in interface jenkins.scm.RunWithSCM
-
Determines whether culprits should be recalcuated or the existing
RunWithSCM.getCulpritIds()
should be used instead. - shouldPoll(Item) - Method in class jenkins.scm.SCMDecisionHandler
-
This handler is consulted every time someone tries to run a polling of an
Item
. - shouldRetry(int) - Method in interface jenkins.util.io.PathRemover.RetryStrategy
- shouldSchedule(Queue.Task, List<Action>) - Method in class hudson.model.Queue.QueueDecisionHandler
-
Returns whether the new item should be scheduled.
- shouldSchedule(Queue.Task, List<Action>) - Method in class jenkins.model.queue.ItemDeletion
- 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.
- shouldSerializeMember(Class, String) - Method in class hudson.util.xstream.MapperDelegate
- shouldShowStackTrace() - Method in class jenkins.model.Jenkins
- 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.as of 1.342. Use
ListViewColumnDescriptor.shownByDefault()
- shownByDefault() - Method in class hudson.views.ListViewColumnDescriptor
-
Whether this column will be shown by default on new/existing
ListView
s. - shutdown() - Method in class hudson.TcpSlaveAgentListener
-
Initiates the shuts down of the listener.
- shutdown() - Method in class jenkins.util.InterceptingExecutorService
- 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
. - ShutdownLink_DisplayName_update() - Static method in class jenkins.management.Messages
-
Key
ShutdownLink.DisplayName_update
:Update shutdown preparation
. - ShutdownLink_ShutDownReason_title() - Static method in class jenkins.management.Messages
-
Key
ShutdownLink.ShutDownReason_title
:Reason
. - ShutdownLink_ShutDownReason_update() - Static method in class jenkins.management.Messages
-
Key
ShutdownLink.ShutDownReason_update
:Update reason
. - ShutdownLink_ShuttingDownInProgressDescription() - Static method in class jenkins.management.Messages
-
Key
ShutdownLink.ShuttingDownInProgressDescription
:Jenkins is currently shutting down. New builds are not executing.
. - shutdownNow() - Method in class jenkins.util.InterceptingExecutorService
- sibling(String) - Method in class hudson.FilePath
-
Short for
getParent().child(rel)
. - sid - Variable in class hudson.security.SparseACL.Entry
- Sid - Interface in org.acegisecurity.acls.sid
- SidACL - Class in hudson.security
- SidACL() - Constructor for class hudson.security.SidACL
- SIDE_BUFFER_SIZE - Static variable in class hudson.FilePath
- side_panel() - Method in interface lib.LayoutTagLib
-
Generates a left side content as part of a Jenkins page.
- side_panel(Closure) - Method in interface lib.LayoutTagLib
-
Generates a left side content as part of a Jenkins page.
- side_panel(Map) - Method in interface lib.LayoutTagLib
-
Generates a left side content as part of a Jenkins page.
- side_panel(Map, Closure) - Method in interface lib.LayoutTagLib
-
Generates a left side content as part of a Jenkins page.
- sidepanel() - Method in interface jenkins.PluginManagerTagLib
- sidepanel(Closure) - Method in interface jenkins.PluginManagerTagLib
- sidepanel(Map) - Method in interface jenkins.PluginManagerTagLib
- sidepanel(Map, Closure) - Method in interface jenkins.PluginManagerTagLib
- 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
andUpdateCenter
. - SIGNIFICANT - hudson.scm.PollingResult.Change
-
There are changes between states that warrant a new build.
- 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() - Method in interface jenkins.security.HudsonPrivateSecurityRealmTagLib
- signup(Closure) - Method in interface jenkins.security.HudsonPrivateSecurityRealmTagLib
- signup(Map) - Method in interface jenkins.security.HudsonPrivateSecurityRealmTagLib
- signup(Map, Closure) - Method in interface jenkins.security.HudsonPrivateSecurityRealmTagLib
- SignupInfo() - Constructor for class hudson.security.HudsonPrivateSecurityRealm.SignupInfo
- SignupInfo(FederatedLoginService.FederatedIdentity) - Constructor for class hudson.security.HudsonPrivateSecurityRealm.SignupInfo
- SignupInfo(StaplerRequest) - Constructor for class hudson.security.HudsonPrivateSecurityRealm.SignupInfo
- signupWithFederatedIdentity() - Method in interface jenkins.security.HudsonPrivateSecurityRealmTagLib
- signupWithFederatedIdentity(Closure) - Method in interface jenkins.security.HudsonPrivateSecurityRealmTagLib
- signupWithFederatedIdentity(Map) - Method in interface jenkins.security.HudsonPrivateSecurityRealmTagLib
- signupWithFederatedIdentity(Map, Closure) - Method in interface jenkins.security.HudsonPrivateSecurityRealmTagLib
- SimpleBuildStep - Interface in jenkins.tasks
- 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 theJob.getLastSuccessfulBuild()
. - SimpleBuildStep.LastBuildActionFactory - Class in jenkins.tasks
- SimpleBuildWrapper - Class in jenkins.tasks
-
A generalization of
BuildWrapper
that, likeSimpleBuildStep
, may be called at various points within a build. - SimpleBuildWrapper() - Constructor for class jenkins.tasks.SimpleBuildWrapper
- SimpleBuildWrapper.Context - Class in jenkins.tasks
-
Parameter passed to
SimpleBuildWrapper.setUp(jenkins.tasks.SimpleBuildWrapper.Context, hudson.model.Run<?, ?>, hudson.FilePath, hudson.Launcher, hudson.model.TaskListener, hudson.EnvVars)
to allow an implementation to specify its behavior after the initial setup. - SimpleBuildWrapper.Disposer - Class in jenkins.tasks
-
An optional callback to run at the end of the wrapped block.
- SimpleGlobalBuildDiscarderStrategy - Class in jenkins.model
-
Apply a user-specified build discarder periodically on all jobs.
- SimpleGlobalBuildDiscarderStrategy(BuildDiscarder) - Constructor for class jenkins.model.SimpleGlobalBuildDiscarderStrategy
- SimpleGlobalBuildDiscarderStrategy_displayName() - Static method in class jenkins.model.Messages
-
Key
SimpleGlobalBuildDiscarderStrategy.displayName
:Specific Build Discarder
. - SimpleGlobalBuildDiscarderStrategy.DescriptorImpl - Class in jenkins.model
- SimpleOfflineCause(Localizable) - Constructor for class hudson.slaves.OfflineCause.SimpleOfflineCause
- SimplePageDecorator - Class in jenkins.model
-
Participates in the rendering of the login page
- SimplePageDecorator() - Constructor for class jenkins.model.SimplePageDecorator
- 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
-
Deprecated.Prefer
SimpleParameterDefinition(String)
with aDataBoundConstructor
and allowParameterDefinition.setDescription(java.lang.String)
to be used as needed - SimpleScheduledRetentionStrategy - Class in hudson.slaves
-
RetentionStrategy
that controls the agent based on a schedule. - SimpleScheduledRetentionStrategy(String, int, boolean) - Constructor for class hudson.slaves.SimpleScheduledRetentionStrategy
- SimpleScheduledRetentionStrategy_displayName() - Static method in class hudson.slaves.Messages
-
Key
SimpleScheduledRetentionStrategy.displayName
:Bring this agent online according to a schedule
. - SimpleScheduledRetentionStrategy_FinishedUpTime() - Static method in class hudson.slaves.Messages
-
Key
SimpleScheduledRetentionStrategy.FinishedUpTime
:Computer has finished its scheduled uptime
. - SimpleScheduledRetentionStrategy.DescriptorImpl - Class in hudson.slaves
- singleQuote(String) - Static method in class hudson.Util
-
Surrounds by a single-quote.
- singletonList(T) - Method in class hudson.Functions
-
Deprecated.From JEXL expressions (
${…}
) in*.jelly
files you can use[obj]
syntax to construct anObject[]
(which may be usable where aList
is expected) rather thanh.singletonList(obj)
. - site - Variable in class hudson.model.UpdateCenter.UpdateCenterJob
-
Which
UpdateSite
does this belong to? - size - Variable in class hudson.node_monitors.DiskSpaceMonitorDescriptor.DiskSpace
- size() - Method in class hudson.ExtensionList
- size() - Method in class hudson.model.EnvironmentList
- size() - Method in class hudson.model.queue.MappingWorksheet.Mapping
-
Number of
WorkUnit
s that require assignments. - 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
- 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(InputStream, long) - Static method in class hudson.util.IOUtils
-
Fully skips the specified size from the given input stream.
- skip(Iterator<?>, int) - Static method in class hudson.util.Iterators
-
Calls
next()
oniterator
, eithercount
times or untilhasNext()
returnsfalse
, whichever comes first. - SKIP_BUILD_CHECK_ON_FLYWEIGHTS - Static variable in class hudson.model.Node
- SKIP_PERMISSION_CHECK - Static variable in class hudson.logging.LogRecorderManager
-
Escape hatch for StaplerProxy-based access control
- SKIP_PERMISSION_CHECK - Static variable in class hudson.model.AbstractItem
-
Escape hatch for StaplerProxy-based access control
- SKIP_PERMISSION_CHECK - Static variable in class hudson.model.Computer
-
Escape hatch for StaplerProxy-based access control
- SKIP_PERMISSION_CHECK - Static variable in class hudson.model.Run
-
Escape hatch for StaplerProxy-based access control
- SKIP_PERMISSION_CHECK - Static variable in class hudson.model.UpdateCenter
-
Escape hatch for StaplerProxy-based access control
- SKIP_PERMISSION_CHECK - Static variable in class hudson.model.User
-
Escape hatch for StaplerProxy-based access control
- SKIP_PERMISSION_CHECK - Static variable in class hudson.Plugin
-
Escape hatch for StaplerProxy-based access control
- SKIP_PERMISSION_CHECK - Static variable in class hudson.PluginManager
-
Escape hatch for StaplerProxy-based access control
- SKIP_PERMISSION_CHECK - Static variable in class hudson.search.Search
-
Escape hatch for StaplerProxy-based access control
- SKIP_TOO_FAR_EXPIRATION_DATE_CHECK - Static variable in class hudson.security.TokenBasedRememberMeServices2
-
Escape hatch for the check on the maximum date for the expiration duration of the remember me cookie
- SKIP_TYPE_CHECK - Static variable in class jenkins.security.stapler.TypedFilter
- skipInitTask(Task) - Method in class hudson.init.InitStrategy
-
Selectively skip some of the initialization tasks.
- Skipped() - Constructor for class hudson.model.UpdateCenter.DownloadJob.Skipped
- Slave - Class in hudson.model
-
Information about a Hudson agent node.
- Slave(String, String, ComputerLauncher) - 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
-
Deprecated.as of 2.2 Use
Slave(String, String, ComputerLauncher)
and set the rest through setters. - Slave(String, String, String, String, Node.Mode, String, ComputerLauncher, RetentionStrategy, List<? extends NodeProperty<?>>) - Constructor for class hudson.model.Slave
-
Deprecated.since 2.184
- SLAVE - Static variable in class jenkins.security.Roles
-
Indicates that a callable is meant to run on agents.
- Slave_InvalidConfig_Executors(Object) - Static method in class hudson.model.Messages
-
Key
Slave.InvalidConfig.Executors
:Invalid agent configuration for {0}. Invalid number of executors.
. - Slave_InvalidConfig_NoName() - Static method in class hudson.model.Messages
-
Key
Slave.InvalidConfig.NoName
:Invalid agent configuration. Name is empty
. - slave_mode() - Method in interface lib.FormTagLib
-
A listbox for choosing the agent's usage.
- slave_mode(Closure) - Method in interface lib.FormTagLib
-
A listbox for choosing the agent's usage.
- slave_mode(Map) - Method in interface lib.FormTagLib
-
A listbox for choosing the agent's usage.
- slave_mode(Map, Closure) - Method in interface lib.FormTagLib
-
A listbox for choosing the agent'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 controller.
. - 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
: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. Using an absolute path is highly recommended.
. - SLAVE_SECRET - Static variable in class jenkins.slaves.JnlpAgentReceiver
-
This secret value is used as a seed for agents.
- SLAVE_SECRET - Static variable in class jenkins.slaves.JnlpSlaveAgentProtocol
-
Deprecated.
- Slave_Terminated(Object) - Static method in class hudson.model.Messages
-
Key
Slave.Terminated
:{0} agent was terminated
. - Slave_UnixSlave() - Static method in class hudson.model.Messages
-
Key
Slave.UnixSlave
:This is a Unix agent
. - Slave_WindowsSlave() - Static method in class hudson.model.Messages
-
Key
Slave.WindowsSlave
:This is a Windows agent
. - Slave.JnlpJar - Class in hudson.model
-
Web-bound object used to serve jar files for inbound connections.
- Slave.SlaveDescriptor - Class in hudson.model
- 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 an inbound agent 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 agent/CLI/etc). - SlaveToMasterCallable() - Constructor for class jenkins.security.SlaveToMasterCallable
- SlaveToMasterFileCallable<T> - Class in jenkins
-
Deprecated.Use
SlaveToMasterCallable
instead (and only if you really have to), and think carefully about the security implications. - SlaveToMasterFileCallable() - Constructor for class jenkins.SlaveToMasterFileCallable
-
Deprecated.
- sleep(long) - Method in enum hudson.util.TimeUnit2
-
Deprecated.Performs a
Thread.sleep
using this unit. - SlowTriggerAdminMonitor - Class in hudson.triggers
- SlowTriggerAdminMonitor() - Constructor for class hudson.triggers.SlowTriggerAdminMonitor
- SlowTriggerAdminMonitor_DisplayName() - Static method in class hudson.triggers.Messages
-
Key
SlowTriggerAdminMonitor.DisplayName
:Cron Triggers Monitor
. - SlowTriggerAdminMonitor.Value - Class in hudson.triggers
- snapshot(AbstractBuild<?, ?>, FilePath, String, TaskListener) - Method in class hudson.FileSystemProvisioner.Default
-
Deprecated.
- snapshot(AbstractBuild<?, ?>, FilePath, String, TaskListener) - Method in class hudson.FileSystemProvisioner
-
Deprecated.
- sniffEncoding() - Method in class hudson.XmlFile
-
Parses the beginning of the file and determines the encoding.
- SolarisSMFLifecycle - Class in hudson.lifecycle
-
Lifecycle
for Hudson installed as SMF service. - SolarisSMFLifecycle() - Constructor for class hudson.lifecycle.SolarisSMFLifecycle
- Solution() - Constructor for class hudson.diagnosis.HudsonHomeDiskUsageMonitor.Solution
- Solution(String) - Constructor for class hudson.diagnosis.HudsonHomeDiskUsageMonitor.Solution
- sort(List<? extends View>) - Method in class hudson.views.MyViewsTabBar
-
Sorts the views by
View.getDisplayName()
. - sort(List<? extends View>) - Method in class hudson.views.ViewsTabBar
-
Sorts the views by
View.getDisplayName()
. - sort(List<ExtensionComponent<Descriptor<Publisher>>>) - Method in class hudson.tasks.Publisher.DescriptorExtensionListImpl
- sort(List<ExtensionComponent<T>>) - Method in class hudson.ExtensionList
-
If the
ExtensionList
implementation requires sorting extensions, override this method to do so. - 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
-
UpdateSite
ID. - 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. - spinner() - Method in interface lib.LayoutTagLib
-
Customizable spinner component
- spinner(Closure) - Method in interface lib.LayoutTagLib
-
Customizable spinner component
- spinner(Map) - Method in interface lib.LayoutTagLib
-
Customizable spinner component
- spinner(Map, Closure) - Method in interface lib.LayoutTagLib
-
Customizable spinner component
- spliterator() - Method in class hudson.util.RunList
- src - Variable in class hudson.cli.CopyJobCommand
- st - Variable in class jenkins.util.groovy.AbstractGroovyViewModule
- STABLE - hudson.model.RunParameterDefinition.RunParameterFilter
- StackedAreaRenderer2 - Class in hudson.util
-
Modified
StackedAreaRenderer
. - StackedAreaRenderer2() - Constructor for class hudson.util.StackedAreaRenderer2
- StandaloneProjects_Description() - Static method in class jenkins.model.item_category.Messages
-
Key
StandaloneProjects.Description
:Create projects with a self-contained configuration and history. These projects can be at the top-level or grouped within folders.
. - StandaloneProjects_DisplayName() - Static method in class jenkins.model.item_category.Messages
-
Key
StandaloneProjects.DisplayName
:Standalone Projects
. - StandaloneProjectsCategory - Class in jenkins.model.item_category
-
Designed for projects with a self-contained configuration and history.
- StandaloneProjectsCategory() - Constructor for class jenkins.model.item_category.StandaloneProjectsCategory
- 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
- StaplerDispatches - Class in jenkins.telemetry.impl
-
Telemetry implementation gathering information about Stapler dispatch routes.
- StaplerDispatches() - Constructor for class jenkins.telemetry.impl.StaplerDispatches
- StaplerDispatches.StaplerTrace - Class in jenkins.telemetry.impl
- StaplerDispatchValidator - Class in jenkins.security.stapler
-
Validates views dispatched by Stapler.
- StaplerDispatchValidator() - Constructor for class jenkins.security.stapler.StaplerDispatchValidator
- StaplerFilteredActionListener - Class in jenkins.security.stapler
-
Log a warning message when a "getter" or "doAction" function or fragment view that was filtered out by SECURITY-400 new rules
- StaplerFilteredActionListener() - Constructor for class jenkins.security.stapler.StaplerFilteredActionListener
- StaplerTrace() - Constructor for class jenkins.telemetry.impl.StaplerDispatches.StaplerTrace
- STAR - Static variable in class hudson.scheduler.CrontabLexer
- STAR - Static variable in class hudson.scheduler.CrontabParser
- STAR() - Method in class hudson.scheduler.CrontabParser.TermContext
- start() - Method in class hudson.Launcher.ProcStarter
-
Starts the new process as configured.
- 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() - Method in class hudson.Plugin
-
Called to allow plugins to initialize themselves.
- start() - Method in class hudson.util.Retrier
-
Start to do retries to perform the set action.
- start() - Method in class jenkins.util.ProgressiveRendering
-
For internal use.
- start(boolean) - Method in class jenkins.management.AsynchronousAdministrativeMonitor
-
Starts the background fixing activity.
- start(int) - Method in class hudson.MarkupText.SubText
-
Gets the start index of the captured group within
MarkupText.getText()
. - start(Job, boolean) - Method in class jenkins.triggers.ReverseBuildTrigger
- start(TaskListener, String, String) - Static method in class hudson.os.SU
-
Returns a
VirtualChannel
that's connected to the privilege-escalated environment. - start(AbstractCloudComputer) - Method in class hudson.slaves.CloudRetentionStrategy
-
Try to connect to it ASAP.
- start(List<PluginWrapper>) - Method in class hudson.PluginManager
- start(J, boolean) - Method in class hudson.triggers.Trigger
-
Called when a
Trigger
is loaded into memory and started. - 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 agent is added). - started(AbstractBuild, BuildStep, BuildListener) - Method in class hudson.model.BuildStepListener
-
Called when a buildStep is performed.
- started(List<Cause>) - Method in interface hudson.model.BuildListener
-
Called when a build is started.
- STARTED - hudson.init.InitMilestone
-
The very first milestone that gets achieved without doing anything.
- STARTED - hudson.init.TermMilestone
-
The very first milestone that gets achieved without doing anything.
- 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
- StartRuleContext(ParserRuleContext, int) - Constructor for class hudson.scheduler.CrontabParser.StartRuleContext
- StartRuleContext(ParserRuleContext, int, CronTab) - Constructor for class hudson.scheduler.CrontabParser.StartRuleContext
- StartService(Pointer, int, char[]) - Method in interface hudson.util.jna.Advapi32
- StartServiceCtrlDispatcher(Structure[]) - Method in interface hudson.util.jna.Advapi32
- 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?
- Static() - Constructor for class jenkins.security.CustomClassFilter.Static
- staticResource(File) - Static method in class hudson.util.HttpResponses
- StaticRoutingDecisionProvider - Class in jenkins.security.stapler
-
Fill the list of getter methods that are whitelisted for Stapler Each item in the set are formatted to correspond exactly to what
Function.getDisplayName()
returns - StaticRoutingDecisionProvider() - Constructor for class jenkins.security.stapler.StaticRoutingDecisionProvider
- 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.CompleteBatchJob
- 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.
- STATUS - hudson.model.ManagementLink.Category
-
Status information about the Jenkins instance, such as log messages, load statistics, or general information.
- 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_DisplayName() - Static method in class hudson.views.Messages
-
Key
StatusColumn.DisplayName
:Status
. - StatusColumn.DescriptorImpl - Class in hudson.views
- StatusFilter - Class in hudson.views
-
Job Filter that will filter jobs based on its disabled status
- StatusFilter(boolean) - Constructor for class hudson.views.StatusFilter
-
Creates a new status filter based on supplied boolean
- StatusFilter_DisplayName() - Static method in class hudson.views.Messages
-
Key
StatusFilter.DisplayName
:Status Filter
. - StatusFilter.StatusFilterDescriptor - Class in hudson.views
- StatusFilterDescriptor() - Constructor for class hudson.views.StatusFilter.StatusFilterDescriptor
- 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() - Method in class hudson.Launcher.ProcStarter
-
Gets current STDERR destination.
- stderr(OutputStream) - Method in class hudson.Launcher.ProcStarter
-
Controls where the stderr of the process goes.
- stdin - Variable in class hudson.cli.CLICommand
-
Connected to stdin of the CLI agent.
- stdin - Variable in class hudson.Launcher.ProcStarter
- stdin() - Method in class hudson.Launcher.ProcStarter
-
Gets current STDIN destination.
- stdin(InputStream) - Method in class hudson.Launcher.ProcStarter
-
Controls where the stdin of the process comes from.
- 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() - Method in class hudson.Launcher.ProcStarter
-
Gets current STDOUT destination.
- stdout(TaskListener) - Method in class hudson.Launcher.ProcStarter
-
Sends the stdout to the given
TaskListener
. - stdout(OutputStream) - Method in class hudson.Launcher.ProcStarter
-
Sets STDOUT destination.
- STEP - hudson.tasks.BuildStepMonitor
- STILL_ACTIVE - Static variable in interface hudson.util.jna.Kernel32
- STILL_FAILING - hudson.model.ResultTrend
-
Build as well as previous build are
Result.FAILURE
. - STILL_UNSTABLE - hudson.model.ResultTrend
-
Build as well as previous build are
Result.UNSTABLE
. - 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
- StopBuildsCommand - Class in jenkins.cli
- StopBuildsCommand() - Constructor for class jenkins.cli.StopBuildsCommand
- stopButton() - 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(Map, Closure) - 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 anOutputStream
. - StreamBuildListener(File, Charset) - Constructor for class hudson.model.StreamBuildListener
- StreamBuildListener(OutputStream) - Constructor for class hudson.model.StreamBuildListener
-
Deprecated.as of TODO The caller should use
StreamBuildListener(OutputStream, Charset)
to pass in the charset and output stream separately, so that this class can handle encoding correctly. - StreamBuildListener(OutputStream, Charset) - Constructor for class hudson.model.StreamBuildListener
- StreamBuildListener(PrintStream) - Constructor for class hudson.model.StreamBuildListener
-
Deprecated.as of 1.349 The caller should use
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) - Constructor for class hudson.util.StreamCopyThread
- StreamCopyThread(String, InputStream, OutputStream, boolean) - Constructor for class hudson.util.StreamCopyThread
- StreamResource - Class in hudson.util
-
Wraps
InputStream
toResource
. - StreamResource(String, InputStream) - Constructor for class hudson.util.StreamResource
- StreamTaskListener - Class in hudson.util
-
TaskListener
that generates output into a single stream. - StreamTaskListener() - Constructor for class hudson.util.StreamTaskListener
-
Deprecated.as of 1.349 Use
TaskListener.NULL
- StreamTaskListener(File) - Constructor for class hudson.util.StreamTaskListener
-
Deprecated.as of TODO The caller should use
StreamTaskListener(File, Charset)
to pass in the charset and file separately, so that this class can handle encoding correctly. - StreamTaskListener(File, boolean, Charset) - Constructor for class hudson.util.StreamTaskListener
-
Constructs a
StreamTaskListener
that sends the output to a specified file. - StreamTaskListener(File, Charset) - Constructor for class hudson.util.StreamTaskListener
- StreamTaskListener(OutputStream) - Constructor for class hudson.util.StreamTaskListener
-
Deprecated.as of TODO The caller should use
StreamTaskListener(OutputStream, Charset)
to pass in the charset and output stream separately, so that this class can handle encoding correctly, or useStreamTaskListener.fromStdout()
orStreamTaskListener.fromStderr()
. - StreamTaskListener(OutputStream, Charset) - Constructor for class hudson.util.StreamTaskListener
- StreamTaskListener(PrintStream) - Constructor for class hudson.util.StreamTaskListener
-
Deprecated.as of 1.349 The caller should use
StreamTaskListener(OutputStream, Charset)
to pass in the charset and output stream separately, so that this class can handle encoding correctly, or useStreamTaskListener.fromStdout()
orStreamTaskListener.fromStderr()
. - StreamTaskListener(Writer) - Constructor for class hudson.util.StreamTaskListener
- strerror(int) - Method in interface hudson.util.jna.GNUCLibrary
- strictCountBuildableItemsFor(Label) - Method in class hudson.model.Queue
-
How many
Queue.BuildableItem
s are assigned for the given label? - STRINGLITERAL - Static variable in class hudson.model.labels.LabelExpressionLexer
- STRINGLITERAL - Static variable in class hudson.model.labels.LabelExpressionParser
- STRINGLITERAL - Variable in class hudson.model.labels.LabelExpressionParser.Term6Context
- STRINGLITERAL() - Method in class hudson.model.labels.LabelExpressionParser.Term6Context
- StringParameterDefinition - Class in hudson.model
-
Parameter whose value is a string value.
- StringParameterDefinition(String) - Constructor for class hudson.model.StringParameterDefinition
- StringParameterDefinition(String, String) - Constructor for class hudson.model.StringParameterDefinition
- StringParameterDefinition(String, String, String) - Constructor for class hudson.model.StringParameterDefinition
- StringParameterDefinition(String, String, String, boolean) - Constructor for class hudson.model.StringParameterDefinition
- StringParameterDefinition_DisplayName() - Static method in class hudson.model.Messages
-
Key
StringParameterDefinition.DisplayName
:String Parameter
. - StringParameterDefinition.DescriptorImpl - Class in hudson.model
- StringParameterValue - Class in hudson.model
-
ParameterValue
created fromStringParameterDefinition
. - 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. - SubItemBuildsLocationImpl() - Constructor for class hudson.model.Job.SubItemBuildsLocationImpl
- subject - Variable in class hudson.util.FormFieldValidator
-
Deprecated.The object to which the permission is checked against.
- subList(int, int) - Method in class hudson.util.RunList
-
AbstractList.subList(int, int)
isn't very efficient on ourIterable
based implementation. - subList(List<T>, int) - Static method in class hudson.Functions
-
Returns a sub-list if the given list is bigger than the specified
maxSize
. - 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() - Method in class hudson.model.UpdateCenter.UpdateCenterJob
-
Schedules this job for an execution
- submit() - Method in class jenkins.util.AtmostOneTaskExecutor
- submit() - Method in interface lib.FormTagLib
-
Submit button.
- submit(Closure) - Method in interface lib.FormTagLib
-
Submit button.
- submit(Runnable) - Method in class jenkins.util.InterceptingExecutorService
- submit(Runnable, T) - Method in class jenkins.util.InterceptingExecutorService
- submit(Callable<T>) - Method in class jenkins.util.InterceptingExecutorService
- submit(Map) - Method in interface lib.FormTagLib
-
Submit button.
- submit(Map, Closure) - Method in interface lib.FormTagLib
-
Submit button.
- submit(JSONObject) - Method in class hudson.model.Run
- submit(StaplerRequest) - Method in class hudson.model.AllView
- submit(StaplerRequest) - Method in class hudson.model.ListView
-
Handles the configuration submission.
- submit(StaplerRequest) - Method in class hudson.model.MyView
- submit(StaplerRequest) - Method in class hudson.model.ProxyView
- submit(StaplerRequest) - Method in class hudson.model.View
-
Handles the configuration submission.
- submit(StaplerRequest, StaplerResponse) - Method in class hudson.model.AbstractProject
- submit(StaplerRequest, StaplerResponse) - Method in class hudson.model.Job
-
Derived class can override this to perform additional config submission work.
- submit(StaplerRequest, StaplerResponse) - Method in class hudson.model.Project
- submit(StaplerRequest, StaplerResponse) - Method in class hudson.model.ViewJob
- 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 singleExecutor
. - SubTaskContributor - Class in hudson.model.queue
-
Externally contributes
SubTask
s toAbstractProject.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(int, int) - Method in class hudson.MarkupText.SubText
- SubText(int, int) - Constructor for class hudson.MarkupText.SubText
- SubText(Matcher, int) - Constructor for 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() - Method in interface jenkins.security.HudsonPrivateSecurityRealmTagLib
- success(Closure) - Method in interface jenkins.security.HudsonPrivateSecurityRealmTagLib
- 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(Map) - Method in interface jenkins.security.HudsonPrivateSecurityRealmTagLib
- success(Map, Closure) - Method in interface jenkins.security.HudsonPrivateSecurityRealmTagLib
- success(HttpServletRequest, HttpServletResponse, FilterChain, Authentication) - Method in class jenkins.security.BasicHeaderProcessor
- Success() - Constructor for class hudson.model.UpdateCenter.CompleteBatchJob.Success
- Success() - Constructor for class hudson.model.UpdateCenter.DownloadJob.Success
- SUCCESS - hudson.model.ResultTrend
-
Build as well as previous build (if it has a previous build) are
Result.SUCCESS
- SUCCESS - Static variable in class hudson.model.Result
-
The build had no errors.
- SuccessButRequiresRestart(Localizable) - Constructor for class hudson.model.UpdateCenter.DownloadJob.SuccessButRequiresRestart
- SUCCESSFUL - hudson.model.RunParameterDefinition.RunParameterFilter
- successfulAuthentication(HttpServletRequest, HttpServletResponse, FilterChain, Authentication) - Method in class hudson.security.AuthenticationProcessingFilter2
- suggest(SearchIndex, String) - Static method in class hudson.search.Search
-
Deprecated.
- suggest(SearchIndex, String, SearchableModelObject) - Static method in class hudson.search.Search
- suggest(String, List<SearchItem>) - Method in class hudson.search.CollectionSearchIndex
- suggest(String, List<SearchItem>) - Method in class hudson.search.FixedSet
- 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() - 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(Map, Closure) - Method in interface lib.JenkinsTagLib
-
Displays a link with a large icon.
- Summary(boolean, String) - Constructor for class hudson.model.Run.Summary
- 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.
- supportIsDescendant() - Method in class jenkins.util.VirtualFile
-
Determine if the implementation supports the
VirtualFile.isDescendant(String)
method TODO un-restrict it in a weekly after the patch - supports(Class) - Method in interface org.acegisecurity.providers.AuthenticationProvider
-
Deprecated.
- supports(Class) - Method in class org.acegisecurity.providers.dao.AbstractUserDetailsAuthenticationProvider
-
Deprecated.
- 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.
- supportsMakeDisabled() - Method in interface jenkins.model.ParameterizedJobMixIn.ParameterizedJob
-
Specifies whether this project may be disabled by the user.
- supportsPolling() - Method in class hudson.scm.SCM
-
Returns true if this SCM supports
poling
. - supportsProtocol(String) - Method in class hudson.cli.CliTransportAuthenticator
-
Deprecated.Checks if this implementation supports the specified protocol.
- supportsQuickRecursiveListing() - Method in class jenkins.util.VirtualFile
- 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. - SuspiciousRequestFilter - Class in jenkins.security
- SuspiciousRequestFilter() - Constructor for class jenkins.security.SuspiciousRequestFilter
- svgIcon() - Method in interface lib.LayoutTagLib
-
Opinionated helper to use icons via <svg> tags.
- svgIcon(Closure) - Method in interface lib.LayoutTagLib
-
Opinionated helper to use icons via <svg> tags.
- svgIcon(Map) - Method in interface lib.LayoutTagLib
-
Opinionated helper to use icons via <svg> tags.
- svgIcon(Map, Closure) - Method in interface lib.LayoutTagLib
-
Opinionated helper to use icons via <svg> tags.
- SW_HIDE - Static variable in class hudson.util.jna.SHELLEXECUTEINFO
- SW_SHOW - Static variable in class hudson.util.jna.SHELLEXECUTEINFO
- SwapSpaceMonitor - Class in hudson.node_monitors
-
Checks the swap space availability.
- SwapSpaceMonitor() - Constructor for class hudson.node_monitors.SwapSpaceMonitor
- SwapSpaceMonitor_DisplayName() - Static method in class hudson.node_monitors.Messages
-
Key
SwapSpaceMonitor.DisplayName
:Free Swap Space
. - SwapSpaceMonitor.DescriptorImpl - Class in hudson.node_monitors
- SwapSpaceMonitor.MemoryUsage2 - Class in hudson.node_monitors
-
Memory Usage.
- Symbol - Class in org.jenkins.ui.symbol
-
Helper class to load symbols from Jenkins core or plugins.
- SYMBOLIC_LINK_FLAG_DIRECTORY - Static variable in interface hudson.util.jna.Kernel32
- SymbolRequest - Class in org.jenkins.ui.symbol
-
A Symbol specification, to be passed to
Symbol.get(SymbolRequest)
. - SymbolRequest.Builder - Class in org.jenkins.ui.symbol
- symlink(String, String) - Method in interface hudson.util.jna.GNUCLibrary
-
Creates a symlink.
- 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(Executor, Queue.Executable, Throwable, long) - Method in class hudson.model.queue.WorkUnitContext
-
All the
Executor
s that jointly execute aQueue.Task
call this method to synchronize on the end of the task. - synchronizeEnd(Queue.Executable, Throwable, long) - Method in class hudson.model.queue.WorkUnitContext
-
Deprecated.
- synchronizeStart() - Method in class hudson.model.queue.WorkUnitContext
-
All the
Executor
s that jointly execute aQueue.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.
- syntaxError(Recognizer<?, ?>, Object, int, int, String, RecognitionException) - Method in class jenkins.util.antlr.JenkinsANTLRErrorListener
- sysctl(int[], int, Pointer, IntByReference, Pointer, IntByReference) - Method in interface hudson.util.jna.GNUCLibrary
-
Deprecated.
- sysctl(int[], int, Pointer, NativeLongByReference, Pointer, NativeLong) - Method in interface hudson.util.jna.GNUCLibrary
- sysctlbyname(String, Pointer, IntByReference, Pointer, IntByReference) - Method in interface hudson.util.jna.GNUCLibrary
-
Deprecated.
- sysctlbyname(String, Pointer, NativeLongByReference, Pointer, NativeLong) - Method in interface hudson.util.jna.GNUCLibrary
- sysctlnametomib(String, Pointer, IntByReference) - Method in interface hudson.util.jna.GNUCLibrary
-
Deprecated.
- sysctlnametomib(String, Pointer, NativeLongByReference) - Method in interface hudson.util.jna.GNUCLibrary
- SYSTEM - Static variable in class hudson.security.ACL
-
Deprecated.use
ACL.SYSTEM2
- SYSTEM_CONFIG_ADAPTED - hudson.init.InitMilestone
-
By this milestone, the system configuration is adapted just in case any plugin (CasC might be an example) needs to update configuration files
- SYSTEM_CONFIG_LOADED - hudson.init.InitMilestone
-
By this milestone, all the system configurations are loaded from file system
- SYSTEM_READ - Static variable in class jenkins.model.Jenkins
-
Allows read-only access to large parts of the system configuration.
- SYSTEM_USERNAME - Static variable in class hudson.security.ACL
-
The username for the system user
- SYSTEM2 - Static variable in class hudson.security.ACL
-
Sid
that represents the Hudson itself. - SystemdLifecycle - Class in hudson.lifecycle
-
Lifecycle
that delegates its responsibility tosystemd(1)
. - SystemdLifecycle() - Constructor for class hudson.lifecycle.SystemdLifecycle
- 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 <code>java.util.logging</code> 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
- SystemProperties - Class in jenkins.util
-
Centralizes calls to
System.getProperty(String)
and related calls. - SystemProperties.AgentCopier - Class in jenkins.util
- SystemProperties.Listener - Class in jenkins.util
- 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
.
All Classes All Packages