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
T
- t - Variable in class jenkins.util.groovy.AbstractGroovyViewModule
- tab() - Method in interface lib.LayoutTagLib
- tab(Closure) - Method in interface lib.LayoutTagLib
- tab(Map) - Method in interface lib.LayoutTagLib
- tab(Map, Closure) - Method in interface lib.LayoutTagLib
- tabBar() - Method in interface lib.LayoutTagLib
- tabBar(Closure) - Method in interface lib.LayoutTagLib
- tabBar(Map) - Method in interface lib.LayoutTagLib
- tabBar(Map, Closure) - Method in interface lib.LayoutTagLib
- table - Variable in class hudson.scheduler.CrontabParser.StartRuleContext
- table() - Method in interface jenkins.PluginManagerTagLib
- table(Closure) - Method in interface jenkins.PluginManagerTagLib
- table(Map) - Method in interface jenkins.PluginManagerTagLib
- table(Map, Closure) - Method in interface jenkins.PluginManagerTagLib
- TableNestChecker - Class in hudson.util
-
XMLFilter
that checks the proper nesting of table related tags. - TableNestChecker() - Constructor for class hudson.util.TableNestChecker
- TableNestChecker(ContentHandler) - Constructor for class hudson.util.TableNestChecker
- tabNewItem() - Method in interface lib.LayoutTagLib
- tabNewItem(Closure) - Method in interface lib.LayoutTagLib
- tabNewItem(Map) - Method in interface lib.LayoutTagLib
- tabNewItem(Map, Closure) - Method in interface lib.LayoutTagLib
- tabPane() - Method in interface lib.LayoutTagLib
- tabPane(Closure) - Method in interface lib.LayoutTagLib
- tabPane(Map) - Method in interface lib.LayoutTagLib
- tabPane(Map, Closure) - Method in interface lib.LayoutTagLib
- tabs - Variable in class hudson.triggers.Trigger
- TAG - Static variable in class hudson.scm.SCM
-
Permission to create new tags.
- TagCloud<T> - Class in hudson.util
-
Represents an order-preserving tag cloud where each keyword gets a weight and displayed according to their weight.
- TagCloud(Iterable<? extends T>, TagCloud.WeightFunction<T>) - Constructor for class hudson.util.TagCloud
-
Creates a tag cloud.
- TagCloud.Entry - Class in hudson.util
- TagCloud.WeightFunction<T> - Interface in hudson.util
- tailMap(Integer) - Method in class jenkins.model.lazy.AbstractLazyLoadRunMap
- tar(OutputStream, DirScanner) - Method in class hudson.FilePath
-
Uses the given scanner on 'this' directory to list up files and then archive it to a tar stream.
- tar(OutputStream, FileFilter) - Method in class hudson.FilePath
- tar(OutputStream, String) - Method in class hudson.FilePath
-
Writes files in 'this' directory to a tar stream.
- TAR - Static variable in class hudson.util.io.ArchiverFactory
-
Uncompressed tar format.
- TAR_COMPRESSION - Static variable in class jenkins.model.StandardArtifactManager
- Target(String, int) - Constructor for class hudson.logging.LogRecorder.Target
- Target(String, String) - Constructor for class hudson.logging.LogRecorder.Target
- Target(String, Level) - Constructor for class hudson.logging.LogRecorder.Target
- targets - Variable in class hudson.logging.LogRecorder
-
Deprecated.
- targets - Variable in class hudson.tasks.Maven
-
The targets and other maven options.
- targetType - Variable in class hudson.model.listeners.RunListener
- TARGZ - Static variable in class hudson.util.io.ArchiverFactory
-
tar+gz
- task - Variable in class hudson.model.Queue.Item
-
Project to be built.
- task - Variable in class hudson.model.Queue.StubItem
- task - Variable in class hudson.model.queue.WorkUnitContext
- task() - Method in interface lib.LayoutTagLib
-
This tag inside <l:tasks> tag renders the left navigation bar of Jenkins.
- task(Closure) - Method in interface lib.LayoutTagLib
-
This tag inside <l:tasks> tag renders the left navigation bar of Jenkins.
- task(Map) - Method in interface lib.LayoutTagLib
-
This tag inside <l:tasks> tag renders the left navigation bar of Jenkins.
- task(Map, Closure) - Method in interface lib.LayoutTagLib
-
This tag inside <l:tasks> tag renders the left navigation bar of Jenkins.
- TASK_NOUN - Static variable in class hudson.model.AbstractItem
-
Replaceable noun for describing the kind of task that this item represents.
- taskAccepted(Executor, Queue.Task) - Method in interface hudson.model.ExecutorListener
-
Called whenever a task is accepted by an executor.
- taskAccepted(Executor, Queue.Task) - Method in class hudson.slaves.SlaveComputer
- TaskAction - Class in hudson.model
-
Partial
Action
implementation for those who kick some processing asynchronously (such as SCM tagging.) - TaskAction() - Constructor for class hudson.model.TaskAction
- taskCompleted(Executor, Queue.Task, long) - Method in interface hudson.model.ExecutorListener
-
Called whenever a task is completed without any problems by an executor.
- taskCompleted(Executor, Queue.Task, long) - Method in class hudson.slaves.SlaveComputer
- taskCompletedWithProblems(Executor, Queue.Task, long, Throwable) - Method in interface hudson.model.ExecutorListener
-
Called whenever a task is completed with some problems by an executor.
- taskCompletedWithProblems(Executor, Queue.Task, long, Throwable) - Method in class hudson.slaves.SlaveComputer
- TaskListener - Interface in hudson.model
-
Receives events that happen during some lengthy operation that has some chance of failures, such as a build, SCM change polling, agent launch, and so on.
- taskNoun(Object) - Method in class hudson.views.BuildButtonColumn
- tasks() - Method in interface lib.LayoutTagLib
- tasks(Closure) - Method in interface lib.LayoutTagLib
- tasks(Map) - Method in interface lib.LayoutTagLib
- tasks(Map, Closure) - Method in interface lib.LayoutTagLib
- Tasks - Class in hudson.model.queue
-
Convenience methods around
Queue.Task
andSubTask
. - Tasks() - Constructor for class hudson.model.queue.Tasks
- taskStarted(Executor, Queue.Task) - Method in interface hudson.model.ExecutorListener
-
Called whenever a task is started by an executor.
- taskStarted(Executor, Queue.Task) - Method in class hudson.slaves.SlaveComputer
- TaskThread - Class in hudson.model
-
Thread
for performing one-off task. - TaskThread(TaskAction, TaskThread.ListenerAndText) - Constructor for class hudson.model.TaskThread
- TaskThread.ListenerAndText - Class in hudson.model
-
Tuple of
TaskListener
andAnnotatedLargeText
, representing the interface for producing output and how to retrieve it later. - tcpSlaveAgentListener - Variable in class jenkins.model.Jenkins
- TcpSlaveAgentListener - Class in hudson
-
Listens to incoming TCP connections, for example from agents.
- TcpSlaveAgentListener(int) - Constructor for class hudson.TcpSlaveAgentListener
- TcpSlaveAgentListener_PingAgentProtocol_displayName() - Static method in class hudson.Messages
-
Key
TcpSlaveAgentListener.PingAgentProtocol.displayName
:Ping protocol
. - TcpSlaveAgentListener.ConnectionFromCurrentPeer - Class in hudson
-
Connection terminated because we are reconnected from the current peer.
- TcpSlaveAgentListener.PingAgentProtocol - Class in hudson
-
This extension provides a Ping protocol that allows people to verify that the
TcpSlaveAgentListener
is alive. - tearDown(AbstractBuild, BuildListener) - Method in class hudson.model.Environment
-
Runs after the
Builder
completes, and performs a tear down. - tearDown(AbstractBuild, BuildListener) - Method in class hudson.tasks.BuildWrapper.Environment
-
Runs after the
Builder
completes, and performs a tear down. - tearDown(Build, BuildListener) - Method in class hudson.tasks.BuildWrapper.Environment
-
Deprecated.since 2007-10-28. Use
BuildWrapper.Environment.tearDown(AbstractBuild, BuildListener)
instead. - tearDown(Run<?, ?>, FilePath, Launcher, TaskListener) - Method in class jenkins.tasks.SimpleBuildWrapper.Disposer
-
Attempt to clean up anything that was done in the initial setup.
- tearDown(Run<?, ?>, TaskListener) - Method in class jenkins.tasks.SimpleBuildWrapper.Disposer
-
Attempt to clean up anything that was done in the initial setup.
- Telemetry - Class in jenkins.telemetry
-
Extension point for collecting JEP-214 telemetry.
- Telemetry() - Constructor for class jenkins.telemetry.Telemetry
- Telemetry.TelemetryReporter - Class in jenkins.telemetry
- TelemetryReporter() - Constructor for class jenkins.telemetry.Telemetry.TelemetryReporter
- tempDir(FilePath) - Static method in class hudson.slaves.WorkspaceList
-
Locates a conventional temporary directory to be associated with a workspace.
- TemporarySpaceMonitor - Class in hudson.node_monitors
-
Monitors the disk space of "/tmp".
- TemporarySpaceMonitor() - Constructor for class hudson.node_monitors.TemporarySpaceMonitor
- TemporarySpaceMonitor(String) - Constructor for class hudson.node_monitors.TemporarySpaceMonitor
- TemporarySpaceMonitor_DisplayName() - Static method in class hudson.node_monitors.Messages
-
Key
TemporarySpaceMonitor.DisplayName
:Free Temp Space
. - TemporarySpaceMonitor.DescriptorImpl - Class in hudson.node_monitors
- TemporarySpaceMonitor.GetTempSpace - Class in hudson.node_monitors
- term - Variable in class hudson.scheduler.CrontabParser.ExprContext
- term() - Method in class hudson.scheduler.CrontabParser.ExprContext
- term(int) - Method in class hudson.scheduler.CrontabParser
- term1 - Variable in class hudson.model.labels.LabelExpressionParser.ExprContext
- term1 - Variable in class hudson.model.labels.LabelExpressionParser.Term6Context
- term1() - Method in class hudson.model.labels.LabelExpressionParser.ExprContext
- term1() - Method in class hudson.model.labels.LabelExpressionParser
- term1() - Method in class hudson.model.labels.LabelExpressionParser.Term6Context
- Term1Context(ParserRuleContext, int) - Constructor for class hudson.model.labels.LabelExpressionParser.Term1Context
- term2 - Variable in class hudson.model.labels.LabelExpressionParser.Term1Context
- term2() - Method in class hudson.model.labels.LabelExpressionParser.Term1Context
- term2() - Method in class hudson.model.labels.LabelExpressionParser
- term2(int) - Method in class hudson.model.labels.LabelExpressionParser.Term1Context
- Term2Context(ParserRuleContext, int) - Constructor for class hudson.model.labels.LabelExpressionParser.Term2Context
- term3 - Variable in class hudson.model.labels.LabelExpressionParser.Term2Context
- term3() - Method in class hudson.model.labels.LabelExpressionParser.Term2Context
- term3() - Method in class hudson.model.labels.LabelExpressionParser
- term3(int) - Method in class hudson.model.labels.LabelExpressionParser.Term2Context
- Term3Context(ParserRuleContext, int) - Constructor for class hudson.model.labels.LabelExpressionParser.Term3Context
- term4 - Variable in class hudson.model.labels.LabelExpressionParser.Term3Context
- term4() - Method in class hudson.model.labels.LabelExpressionParser.Term3Context
- term4() - Method in class hudson.model.labels.LabelExpressionParser
- term4(int) - Method in class hudson.model.labels.LabelExpressionParser.Term3Context
- Term4Context(ParserRuleContext, int) - Constructor for class hudson.model.labels.LabelExpressionParser.Term4Context
- term5 - Variable in class hudson.model.labels.LabelExpressionParser.Term4Context
- term5() - Method in class hudson.model.labels.LabelExpressionParser.Term4Context
- term5() - Method in class hudson.model.labels.LabelExpressionParser
- term5(int) - Method in class hudson.model.labels.LabelExpressionParser.Term4Context
- Term5Context(ParserRuleContext, int) - Constructor for class hudson.model.labels.LabelExpressionParser.Term5Context
- term6 - Variable in class hudson.model.labels.LabelExpressionParser.Term5Context
- term6() - Method in class hudson.model.labels.LabelExpressionParser.Term5Context
- term6() - Method in class hudson.model.labels.LabelExpressionParser
- Term6Context(ParserRuleContext, int) - Constructor for class hudson.model.labels.LabelExpressionParser.Term6Context
- TermContext(ParserRuleContext, int) - Constructor for class hudson.scheduler.CrontabParser.TermContext
- TermContext(ParserRuleContext, int, int) - Constructor for class hudson.scheduler.CrontabParser.TermContext
- terminate() - Method in class hudson.slaves.AbstractCloudSlave
-
Releases and removes this agent.
- TerminationRequest(String) - Constructor for exception hudson.model.Computer.TerminationRequest
- Terminator - Annotation Type in hudson.init
-
Like
Initializer
but used during the shut down. - TerminatorFinder - Class in hudson.init
- TerminatorFinder(ClassLoader) - Constructor for class hudson.init.TerminatorFinder
- TermMilestone - Enum in hudson.init
-
Various key milestone in the termination process of Jenkins.
- test(Run<?, ?>) - Method in class jenkins.model.PeepholePermalink
- TEST - Static variable in class jenkins.install.InstallState
-
Jenkins started in test mode (JenkinsRule).
- test_result() - Method in interface lib.JenkinsTagLib
-
DEPRECATED
- test_result(Closure) - Method in interface lib.JenkinsTagLib
-
DEPRECATED
- test_result(Map) - Method in interface lib.JenkinsTagLib
-
DEPRECATED
- test_result(Map, Closure) - Method in interface lib.JenkinsTagLib
-
DEPRECATED
- testInstance(TopLevelItem) - Method in class hudson.model.TopLevelItemDescriptor
-
Tests if the given instance belongs to this descriptor, in the sense that this descriptor can produce items like the given one.
- TestJavadocArchiver_DisplayName_Javadoc() - Static method in class hudson.tasks.Messages
-
Key
TestJavadocArchiver.DisplayName.Javadoc
:Test Javadoc
. - TestTagLib - Interface in lib
- text(String) - Method in class jenkins.websocket.WebSocketSession
- textarea() - Method in interface lib.FormTagLib
-
<textarea> tag on steroids.
- textarea(Closure) - Method in interface lib.FormTagLib
-
<textarea> tag on steroids.
- textarea(Map) - Method in interface lib.FormTagLib
-
<textarea> tag on steroids.
- textarea(Map, Closure) - Method in interface lib.FormTagLib
-
<textarea> tag on steroids.
- textbox() - Method in interface lib.FormTagLib
-
Generates an input field to be used inside <f:entry/> For a read only input set <j:set var="readOnlyMode" value="true"/> inside your entry tag See https://www.jenkins.io/doc/developer/views/read-only/#enabling-read-only-view-support
- textbox(Closure) - Method in interface lib.FormTagLib
-
Generates an input field to be used inside <f:entry/> For a read only input set <j:set var="readOnlyMode" value="true"/> inside your entry tag See https://www.jenkins.io/doc/developer/views/read-only/#enabling-read-only-view-support
- textbox(Map) - Method in interface lib.FormTagLib
-
Generates an input field to be used inside <f:entry/> For a read only input set <j:set var="readOnlyMode" value="true"/> inside your entry tag See https://www.jenkins.io/doc/developer/views/read-only/#enabling-read-only-view-support
- textbox(Map, Closure) - Method in interface lib.FormTagLib
-
Generates an input field to be used inside <f:entry/> For a read only input set <j:set var="readOnlyMode" value="true"/> inside your entry tag See https://www.jenkins.io/doc/developer/views/read-only/#enabling-read-only-view-support
- TextFile - Class in hudson.util
-
Represents a text file.
- TextFile(File) - Constructor for class hudson.util.TextFile
- TextParameterDefinition - Class in hudson.model
-
StringParameterDefinition
that uses textarea, instead of text box. - TextParameterDefinition(String) - Constructor for class hudson.model.TextParameterDefinition
- TextParameterDefinition(String, String, String) - Constructor for class hudson.model.TextParameterDefinition
- TextParameterDefinition_DisplayName() - Static method in class hudson.model.Messages
-
Key
TextParameterDefinition.DisplayName
:Multi-line String Parameter
. - TextParameterDefinition.DescriptorImpl - Class in hudson.model
- TextParameterValue - Class in hudson.model
- TextParameterValue(String, String) - Constructor for class hudson.model.TextParameterValue
- TextParameterValue(String, String, String) - Constructor for class hudson.model.TextParameterValue
- thirdPartyLicenses() - Method in interface lib.JenkinsTagLib
- thirdPartyLicenses(Closure) - Method in interface lib.JenkinsTagLib
- thirdPartyLicenses(Map) - Method in interface lib.JenkinsTagLib
- thirdPartyLicenses(Map, Closure) - Method in interface lib.JenkinsTagLib
- ThreadDumpSlaveInfo - Class in jenkins.slaves.systemInfo
- ThreadDumpSlaveInfo() - Constructor for class jenkins.slaves.systemInfo.ThreadDumpSlaveInfo
- ThreadDumpSlaveInfo_DisplayName() - Static method in class jenkins.slaves.systemInfo.Messages
-
Key
ThreadDumpSlaveInfo.DisplayName
:Thread Dump
. - ThreadGroupMap() - Constructor for class hudson.Functions.ThreadGroupMap
- threadPoolForRemoting - Static variable in class hudson.model.Computer
- THRESHOLD - Static variable in class hudson.diagnosis.TooManyJobsButNoView
- tick - Variable in enum hudson.model.MultiStageTimeSeries.TimeScale
-
Number of milliseconds (10 secs, 1 min, and 1 hour) that this constant represents.
- time - Variable in class hudson.slaves.WorkspaceList.Entry
-
When?
- timedJoin(Thread, long) - Method in enum hudson.util.TimeUnit2
-
Deprecated.Performs a timed
Thread.join
using this time unit. - TimeDuration - Class in jenkins.util
-
Represents a length of something, like
3sec
. - TimeDuration(long) - Constructor for class jenkins.util.TimeDuration
- TimeDuration.StaplerConverterImpl - Class in jenkins.util
- timedWait(Object, long) - Method in enum hudson.util.TimeUnit2
-
Deprecated.Performs a timed
Object.wait
using this time unit. - timeout - Variable in class hudson.cli.QuietDownCommand
- timeout() - Method in class jenkins.util.ProgressiveRendering
-
May be overridden to control the inactivity timeout.
- TIMEOUT - Static variable in class hudson.Main
-
Time out for socket connection to Hudson.
- TIMEOUT - Static variable in class hudson.slaves.CloudSlaveRetentionStrategy
- timer - Static variable in class hudson.triggers.Trigger
-
Deprecated.Use
Timer.get()
instead. - Timer - Class in jenkins.util
-
Holds the
ScheduledExecutorService
for running all background tasks in Jenkins. - TimerTrigger - Class in hudson.triggers
-
Trigger
that runs a job periodically. - TimerTrigger(String) - Constructor for class hudson.triggers.TimerTrigger
- TimerTrigger_DisplayName() - Static method in class hudson.triggers.Messages
-
Key
TimerTrigger.DisplayName
:Build periodically
. - TimerTrigger_MissingWhitespace() - Static method in class hudson.triggers.Messages
-
Key
TimerTrigger.MissingWhitespace
:You appear to be missing whitespace between * and *.
. - TimerTrigger_no_schedules_so_will_never_run() - Static method in class hudson.triggers.Messages
-
Key
TimerTrigger.no_schedules_so_will_never_run
:No schedules so will never run
. - TimerTrigger_the_specified_cron_tab_is_rare_or_impossible() - Static method in class hudson.triggers.Messages
-
Key
TimerTrigger.the_specified_cron_tab_is_rare_or_impossible
:This schedule will match dates only rarely (e.g. February 29) or never (e.g. June 31), so this job may be triggered very rarely, if at all.
. - TimerTrigger_TimerTriggerCause_ShortDescription() - Static method in class hudson.triggers.Messages
-
Key
TimerTrigger.TimerTriggerCause.ShortDescription
:Started by timer
. - TimerTrigger_would_last_have_run_at_would_next_run_at(Object, Object) - Static method in class hudson.triggers.Messages
-
Key
TimerTrigger.would_last_have_run_at_would_next_run_at
:Would last have run at {0}; would next run at {1}.
. - TimerTrigger.DescriptorImpl - Class in hudson.triggers
- TimerTrigger.TimerTriggerCause - Class in hudson.triggers
- TimerTriggerCause() - Constructor for class hudson.triggers.TimerTrigger.TimerTriggerCause
- timeScale - Variable in class hudson.model.MultiStageTimeSeries.TrendChart
- TimeSeries - Class in hudson.model
-
Scalar value that changes over the time (such as load average, Q length, # of executors, etc.)
- TimeSeries(float, float, int) - Constructor for class hudson.model.TimeSeries
- timestamp - Variable in class hudson.model.Queue.WaitingItem
-
This item can be run after this time.
- timestamp - Variable in class hudson.model.Run
-
When the build is scheduled.
- timestamp - Variable in class hudson.slaves.OfflineCause
- TimeUnit2 - Enum in hudson.util
- TimeZoneProperty - Class in hudson.model
-
A UserProperty that allows a user to specify a time zone for displaying time.
- TimeZoneProperty(String) - Constructor for class hudson.model.TimeZoneProperty
- TimeZoneProperty_current_time_in_(Object, Object) - Static method in class hudson.model.Messages
-
Key
TimeZoneProperty.current_time_in_
:Current time in {0}: {1}
. - TimeZoneProperty_current_time_on_server_in_in_proposed_di(Object, Object, Object) - Static method in class hudson.model.Messages
-
Key
TimeZoneProperty.current_time_on_server_in_in_proposed_di
:Current time on server in {0}: {1}; in proposed display zone: {2}
. - TimeZoneProperty_DisplayDefaultTimeZone() - Static method in class hudson.model.Messages
-
Key
TimeZoneProperty.DisplayDefaultTimeZone
:Default
. - TimeZoneProperty_DisplayName() - Static method in class hudson.model.Messages
-
Key
TimeZoneProperty.DisplayName
:User Defined Time Zone
. - TimeZoneProperty.DescriptorImpl - Class in hudson.model
- title - Variable in class hudson.model.DirectoryBrowserSupport
- title - Variable in class hudson.model.MultiStageTimeSeries
-
Name of this data series.
- title - Variable in class hudson.model.UpdateSite.Plugin
-
Human readable title of the plugin, taken from Wiki page.
- title - Variable in class hudson.security.PermissionGroup
-
Human readable title of this permission group.
- title - Variable in class hudson.util.AdministrativeError
-
Deprecated.
- TMP_DIR_SUFFIX - Static variable in class hudson.slaves.WorkspaceList
-
Suffix for temporary folders.
- to - Variable in class hudson.model.AbstractBuild.DependencyChange
- toAes128Key(String) - Static method in class hudson.Util
-
Converts a string into 128-bit AES key.
- toArray(T...) - Static method in class hudson.model.Descriptor
- toArray(T[]) - Method in class hudson.util.CopyOnWriteList
- toArray(T[]) - Method in class hudson.util.DescribableList
- toArray(X[]) - Method in class hudson.util.PersistedList
-
Gets all the
Describable
s in an array. - toBool() - Method in enum jenkins.YesNoMaybe
- toBoolean(YesNoMaybe) - Static method in enum jenkins.YesNoMaybe
- toByteArray(InputStream) - Static method in class hudson.util.IOUtils
-
Deprecated.Use instead
IOUtils.toByteArray(java.io.InputStream)
- toByteArray(Reader) - Static method in class hudson.util.IOUtils
-
Deprecated.Use instead
IOUtils.toByteArray(java.io.Reader)
- toByteArray(Reader, String) - Static method in class hudson.util.IOUtils
-
Deprecated.Use instead
IOUtils.toByteArray(java.io.Reader, String)
- toByteArray(String) - Static method in class hudson.util.IOUtils
-
Deprecated.Use instead
IOUtils.toByteArray(String)
- toCCStatus(Item) - Static method in class hudson.Functions
-
Deprecated.This functionality has been moved to ccxml plugin.
- toCharArray(InputStream) - Static method in class hudson.util.IOUtils
-
Deprecated.Use instead
IOUtils.toCharArray(java.io.InputStream)
- toCharArray(InputStream, String) - Static method in class hudson.util.IOUtils
-
Deprecated.Use instead
IOUtils.toCharArray(java.io.InputStream, String)
- toCharArray(Reader) - Static method in class hudson.util.IOUtils
-
Deprecated.Use instead
IOUtils.toCharArray(java.io.Reader)
- toCheckUrl() - Method in class hudson.util.FormValidation.CheckMethod
-
Obtains the 1.526-compatible single string representation.
- toCommandArray() - Method in class hudson.util.ArgumentListBuilder
- toCommandLineArgs(SlaveComputer) - Method in class jenkins.slaves.RemotingWorkDirSettings
-
Gets list of command-line arguments for the work directory.
- toCommandLineString(SlaveComputer) - Method in class jenkins.slaves.RemotingWorkDirSettings
-
Gets a command line string, which can be passed to agent start command.
- toComputer() - Method in class hudson.FilePath
- toComputer() - Method in class hudson.model.Node
-
Gets the corresponding
Computer
object. - toDays(long) - Method in enum hudson.util.TimeUnit2
-
Deprecated.Equivalent to
DAYS.convert(duration, this)
. - toEmailSafeString(String) - Static method in class hudson.Functions
-
Escapes the character unsafe for e-mail address.
- toExportedObject() - Method in class hudson.model.Result
- toExportedObject() - Method in class hudson.scm.EditType
- toExternalURL() - Method in class jenkins.util.VirtualFile
-
Optionally obtains a URL which may be used to retrieve file contents from any process on any node.
- toFullArguments() - Method in class hudson.util.JVMBuilder
- toggleCollapsed(String) - Method in class hudson.model.PaneStatusProperties
- toggleSwitch() - Method in interface lib.FormTagLib
-
<input type="checkbox"> tag that takes true/false for @checked, which is more Jelly friendly.
- toggleSwitch(Closure) - Method in interface lib.FormTagLib
-
<input type="checkbox"> tag that takes true/false for @checked, which is more Jelly friendly.
- toggleSwitch(Map) - Method in interface lib.FormTagLib
-
<input type="checkbox"> tag that takes true/false for @checked, which is more Jelly friendly.
- toggleSwitch(Map, Closure) - Method in interface lib.FormTagLib
-
<input type="checkbox"> tag that takes true/false for @checked, which is more Jelly friendly.
- toHexString(byte[]) - Static method in class hudson.Util
- toHexString(byte[], int, int) - Static method in class hudson.Util
- toHours(long) - Method in enum hudson.util.TimeUnit2
-
Deprecated.Equivalent to
HOURS.convert(duration, this)
. - toHtml() - Method in class hudson.node_monitors.DiskSpaceMonitorDescriptor.DiskSpace
-
Returns the HTML representation of the space.
- toHtml() - Method in class hudson.util.ClockDifference
- toHtml(Node) - Static method in class hudson.util.ClockDifference
- toHtml(ClockDifference) - Static method in class hudson.util.ClockDifference
-
Gets the clock difference in HTML string.
- toHtml(MemoryUsage) - Method in class hudson.node_monitors.SwapSpaceMonitor
-
Returns the HTML representation of the space.
- toId - Variable in class hudson.model.AbstractBuild.DependencyChange
-
Version of the dependency project used in this build.
- toInputStream(String) - Static method in class hudson.util.IOUtils
-
Deprecated.Use instead
IOUtils.toInputStream(String)
- toInputStream(String, String) - Static method in class hudson.util.IOUtils
-
Deprecated.Use instead
IOUtils.toInputStream(String, String)
- token - Variable in class hudson.scheduler.CrontabParser.TermContext
- token() - Method in class hudson.scheduler.CrontabParser.TermContext
- token() - Method in class hudson.scheduler.CrontabParser
- token(int) - Method in class hudson.scheduler.CrontabParser.TermContext
- TOKEN - Static variable in class hudson.scheduler.CrontabLexer
- TOKEN - Static variable in class hudson.scheduler.CrontabParser
- TOKEN - Variable in class hudson.scheduler.CrontabParser.TokenContext
- TOKEN() - Method in class hudson.scheduler.CrontabParser.TokenContext
- Token_Created_on(Object) - Static method in class jenkins.security.Messages
-
Key
Token.Created.on
:Token created on {0}
. - TokenBasedRememberMeServices - Class in org.acegisecurity.ui.rememberme
-
Deprecated.use
TokenBasedRememberMeServices
- TokenBasedRememberMeServices2 - Class in hudson.security
-
TokenBasedRememberMeServices
with modification so as not to rely on the user password being available. - TokenBasedRememberMeServices2(UserDetailsService) - Constructor for class hudson.security.TokenBasedRememberMeServices2
-
Decorate
UserDetailsService
so that we can use information stored inLastGrantedAuthoritiesProperty
. - TokenContext(ParserRuleContext, int) - Constructor for class hudson.scheduler.CrontabParser.TokenContext
- TokenInfoAndStats(ApiTokenStore.HashedToken, ApiTokenStats.SingleTokenStats) - Constructor for class jenkins.security.ApiTokenProperty.TokenInfoAndStats
- tokenize(String) - Static method in class hudson.Util
- tokenize(String, String) - Static method in class hudson.Util
-
Tokenizes the text separated by delimiters.
- tokenNames - Static variable in class hudson.model.labels.LabelExpressionLexer
-
Deprecated.Use
LabelExpressionLexer.VOCABULARY
instead. - tokenNames - Static variable in class hudson.model.labels.LabelExpressionParser
-
Deprecated.Use
LabelExpressionParser.VOCABULARY
instead. - tokenNames - Static variable in class hudson.scheduler.CrontabLexer
-
Deprecated.Use
CrontabLexer.VOCABULARY
instead. - tokenNames - Static variable in class hudson.scheduler.CrontabParser
-
Deprecated.Use
CrontabParser.VOCABULARY
instead. - tokenUuid - Variable in class jenkins.security.apitoken.TokenUuidAndPlainValue
-
The token identifier to allow manipulation of the token
- TokenUuidAndPlainValue - Class in jenkins.security.apitoken
-
Contains information about the token and the secret value.
- TokenUuidAndPlainValue(String, String) - Constructor for class jenkins.security.apitoken.TokenUuidAndPlainValue
- toList() - Method in class hudson.util.ArgumentListBuilder
- toList() - Method in class hudson.util.PersistedList
-
Returns the snapshot view of instances as list.
- toList(JSONObject, String) - Static method in class hudson.StructuredForm
-
Retrieves the property of the given object and returns it as a list of
JSONObject
. - toList(T...) - Static method in class hudson.model.Descriptor
- toMap() - Method in class hudson.model.queue.MappingWorksheet.Mapping
-
Returns the assignment as a map.
- toMap() - Method in class hudson.util.DescribableList
-
Creates a detached map from the current snapshot of the data, keyed from a descriptor to an instance.
- toMap(Iterable<T>) - Static method in class hudson.model.Descriptor
- toMaskArray() - Method in class hudson.util.ArgumentListBuilder
-
Returns an array of booleans where the masked arguments are marked as true
- toMB(MemoryUsage) - Method in class hudson.node_monitors.SwapSpaceMonitor
- toMicros(long) - Method in enum hudson.util.TimeUnit2
-
Deprecated.Equivalent to
MICROSECONDS.convert(duration, this)
. - toMillis(long) - Method in enum hudson.util.TimeUnit2
-
Deprecated.Equivalent to
MILLISECONDS.convert(duration, this)
. - toMinutes(long) - Method in enum hudson.util.TimeUnit2
-
Deprecated.Equivalent to
MINUTES.convert(duration, this)
. - toNameList(Collection<? extends Item>) - Static method in class hudson.model.Items
-
Converts a list of items into a comma-separated list of full names.
- toNanos(long) - Method in enum hudson.util.TimeUnit2
-
Deprecated.Equivalent to
NANOSECONDS.convert(duration, this)
. - toNormalizedCSSSelector(String) - Static method in class org.jenkins.ui.icon.Icon
-
Generate a normalized CSS selector from the space separated list of icon class names.
- toNormalizedIconName(String) - Static method in class org.jenkins.ui.icon.Icon
-
Normalize the supplied string to an Icon name e.g.
- toNormalizedIconNameClass(Object) - Static method in class org.jenkins.ui.icon.IconSet
-
Normalize the supplied string to an Icon name class e.g.
- toNormalizedIconNameClass(String) - Static method in class org.jenkins.ui.icon.Icon
-
Normalize the supplied string to an Icon name class e.g.
- toNormalizedIconSizeClass(Object) - Static method in class org.jenkins.ui.icon.IconSet
-
Normalize the supplied string to an Icon size class e.g.
- toNormalizedIconSizeClass(String) - Static method in class org.jenkins.ui.icon.Icon
-
Normalize the supplied string to an Icon size class e.g.
- toNormalizedIconUrl(Object) - Static method in class org.jenkins.ui.icon.IconSet
-
Normalize the supplied url.
- toNormalizedIconUrl(String) - Static method in class org.jenkins.ui.icon.Icon
-
Normalize the supplied url.
- tool - Variable in class hudson.tools.ToolInstaller
- tool - Variable in class hudson.tools.ToolProperty
- ToolConfigurationCategory - Class in jenkins.tools
-
Global configuration of tool locations and installers.
- ToolConfigurationCategory() - Constructor for class jenkins.tools.ToolConfigurationCategory
- ToolConverter(XStream2) - Constructor for class hudson.tools.ToolInstallation.ToolConverter
- ToolDescriptor<T extends ToolInstallation> - Class in hudson.tools
- ToolDescriptor() - Constructor for class hudson.tools.ToolDescriptor
- ToolDescriptor(Class<T>) - Constructor for class hudson.tools.ToolDescriptor
- ToolDescriptor_NotADirectory(Object) - Static method in class hudson.tools.Messages
-
Key
ToolDescriptor.NotADirectory
:{0} is not a directory on the Jenkins controller (but perhaps it exists on some agents)
. - ToolInstallation - Class in hudson.tools
-
Formalization of a tool installed in nodes used for builds.
- ToolInstallation(String, String) - Constructor for class hudson.tools.ToolInstallation
-
Deprecated.as of 1.302. Use
ToolInstallation(String, String, List)
- ToolInstallation(String, String, List<? extends ToolProperty<?>>) - Constructor for class hudson.tools.ToolInstallation
- ToolInstallation.ToolConverter - Class in hudson.tools
-
Subclasses can extend this for data migration from old field storing home directory.
- ToolInstaller - Class in hudson.tools
-
An object which can ensure that a generic
ToolInstallation
in fact exists on a node. - ToolInstaller(String) - Constructor for class hudson.tools.ToolInstaller
-
Subclasses should pass these parameters in using
DataBoundConstructor
. - ToolInstaller.ToolInstallerEntry - Class in hudson.tools
- ToolInstaller.ToolInstallerList - Class in hudson.tools
- ToolInstallerDescriptor<T extends ToolInstaller> - Class in hudson.tools
-
Descriptor for a
ToolInstaller
. - ToolInstallerDescriptor() - Constructor for class hudson.tools.ToolInstallerDescriptor
- ToolInstallerEntry() - Constructor for class hudson.tools.ToolInstaller.ToolInstallerEntry
-
public default constructor needed by the JSON parser
- ToolInstallerEntry(String, String, String) - Constructor for class hudson.tools.ToolInstaller.ToolInstallerEntry
-
The constructor
- ToolInstallerList() - Constructor for class hudson.tools.ToolInstaller.ToolInstallerList
- ToolLocation(ToolDescriptor, String, String) - Constructor for class hudson.tools.ToolLocationNodeProperty.ToolLocation
- ToolLocation(String, String) - Constructor for class hudson.tools.ToolLocationNodeProperty.ToolLocation
- ToolLocationNodeProperty - Class in hudson.tools
-
NodeProperty
that allows users to specify different locations forToolInstallation
s. - ToolLocationNodeProperty(ToolLocationNodeProperty.ToolLocation...) - Constructor for class hudson.tools.ToolLocationNodeProperty
- ToolLocationNodeProperty(List<ToolLocationNodeProperty.ToolLocation>) - Constructor for class hudson.tools.ToolLocationNodeProperty
- ToolLocationNodeProperty_displayName() - Static method in class hudson.tools.Messages
-
Key
ToolLocationNodeProperty.displayName
:Tool Locations
. - ToolLocationNodeProperty.DescriptorImpl - Class in hudson.tools
- ToolLocationNodeProperty.ToolLocation - Class in hudson.tools
- ToolLocationTranslator - Class in hudson.tools
-
This Jenkins-wide extension points can participate in determining the actual node-specific path of the
ToolInstallation
for the givenNode
. - ToolLocationTranslator() - Constructor for class hudson.tools.ToolLocationTranslator
- ToolProperty<T extends ToolInstallation> - Class in hudson.tools
-
Extensible property of
ToolInstallation
. - ToolProperty() - Constructor for class hudson.tools.ToolProperty
- ToolPropertyDescriptor - Class in hudson.tools
-
Descriptor for
ToolProperty
. - ToolPropertyDescriptor() - Constructor for class hudson.tools.ToolPropertyDescriptor
- ToolPropertyDescriptor(Class<? extends ToolProperty<?>>) - Constructor for class hudson.tools.ToolPropertyDescriptor
- TOOLS - hudson.model.ManagementLink.Category
-
Tools are specifically tools for administrators, such as the Jenkins CLI and Script Console, as well as specific stand-alone administrative features (
ShutdownLink
,ReloadLink
). - ToolsTagLib - Interface in jenkins
- TooManyJobsButNoView - Class in hudson.diagnosis
-
If Hudson is run with a lot of jobs but no views, suggest the user that they can create views.
- TooManyJobsButNoView() - Constructor for class hudson.diagnosis.TooManyJobsButNoView
- TooManyJobsButNoView_DisplayName() - Static method in class hudson.diagnosis.Messages
-
Key
TooManyJobsButNoView.DisplayName
:Too Many Jobs Not Organized in Views
. - TopLevelItem - Interface in hudson.model
- TopLevelItemDescriptor - Class in hudson.model
-
Descriptor
forTopLevelItem
s. - TopLevelItemDescriptor() - Constructor for class hudson.model.TopLevelItemDescriptor
-
Infers the type of the corresponding
TopLevelItem
from the outer class. - TopLevelItemDescriptor(Class<? extends TopLevelItem>) - Constructor for class hudson.model.TopLevelItemDescriptor
- TopLevelItemDescriptor_NotApplicableIn(Object, Object) - Static method in class hudson.model.Messages
-
Key
TopLevelItemDescriptor.NotApplicableIn
:{0} items are not applicable within {1}
. - TopLevelItemOptionHandler - Class in hudson.cli.handlers
-
Refers to
TopLevelItem
by its name. - TopLevelItemOptionHandler(CmdLineParser, OptionDef, Setter<TopLevelItem>) - Constructor for class hudson.cli.handlers.TopLevelItemOptionHandler
- toQualifiedUrl(String, String) - Method in enum org.jenkins.ui.icon.IconType
-
Qualify the supplied icon url.
- toSeconds(long) - Method in enum hudson.util.TimeUnit2
-
Deprecated.Equivalent to
SECONDS.convert(duration, this)
. - toSpring() - Method in exception hudson.security.AccessDeniedException2
-
Deprecated.
- toSpring() - Method in exception hudson.security.UserMayOrMayNotExistException
-
Deprecated.
- toSpring() - Method in exception org.acegisecurity.AccessDeniedException
-
Deprecated.
- toSpring() - Method in exception org.acegisecurity.AccountExpiredException
-
Deprecated.
- toSpring() - Method in exception org.acegisecurity.AcegiSecurityException
-
Deprecated.
- toSpring() - Method in interface org.acegisecurity.Authentication
-
Deprecated.
- toSpring() - Method in exception org.acegisecurity.AuthenticationException
-
Deprecated.
- toSpring() - Method in interface org.acegisecurity.AuthenticationManager
-
Deprecated.
- toSpring() - Method in exception org.acegisecurity.AuthenticationServiceException
-
Deprecated.
- toSpring() - Method in exception org.acegisecurity.BadCredentialsException
-
Deprecated.
- toSpring() - Method in interface org.acegisecurity.context.SecurityContext
-
Deprecated.
- toSpring() - Method in exception org.acegisecurity.CredentialsExpiredException
-
Deprecated.
- toSpring() - Method in exception org.acegisecurity.DisabledException
-
Deprecated.
- toSpring() - Method in interface org.acegisecurity.GrantedAuthority
-
Deprecated.
- toSpring() - Method in exception org.acegisecurity.InsufficientAuthenticationException
-
Deprecated.
- toSpring() - Method in exception org.acegisecurity.LockedException
-
Deprecated.
- toSpring() - Method in class org.acegisecurity.providers.anonymous.AnonymousAuthenticationToken
-
Deprecated.
- toSpring() - Method in exception org.acegisecurity.providers.ProviderNotFoundException
-
Deprecated.
- toSpring() - Method in class org.acegisecurity.providers.UsernamePasswordAuthenticationToken
-
Deprecated.
- toSpring() - Method in interface org.acegisecurity.ui.rememberme.RememberMeServices
-
Deprecated.
- toSpring() - Method in interface org.acegisecurity.userdetails.UserDetails
-
Deprecated.
- toSpring() - Method in interface org.acegisecurity.userdetails.UserDetailsService
-
Deprecated.
- toSpring() - Method in exception org.acegisecurity.userdetails.UsernameNotFoundException
-
Deprecated.
- toSpring() - Method in exception org.springframework.dao.DataAccessException
-
Deprecated.
- toSpring(GrantedAuthority[]) - Static method in interface org.acegisecurity.GrantedAuthority
-
Deprecated.
- toSpringPrincipal(Object) - Static method in interface org.acegisecurity.userdetails.UserDetails
-
Deprecated.
- toStemUrl() - Method in class hudson.util.FormValidation.CheckMethod
-
Returns the URL that the JavaScript should hit to perform form validation, except the query string portion (which is built on the client side.)
- toString() - Method in class hudson.diagnosis.OldDataMonitor.VersionRange
- toString() - Method in class hudson.FilePath
-
Deprecated.
- toString() - Method in enum hudson.init.InitMilestone
- toString() - Method in enum hudson.init.TermMilestone
- toString() - Method in class hudson.Launcher.DecoratedLauncher
- toString() - Method in class hudson.Launcher.RemoteLauncher
- toString() - Method in class hudson.MarkupText
-
Deprecated.as of 1.350. Use
MarkupText.toString(boolean)
to be explicit about the escape mode. - toString() - Method in class hudson.model.AbstractItem
- toString() - Method in enum hudson.model.BallColor
-
Also used as a final name.
- toString() - Method in class hudson.model.BooleanParameterValue
- toString() - Method in class hudson.model.Cause.UpstreamCause.DeeplyNestedUpstreamCause
- toString() - Method in class hudson.model.Cause.UpstreamCause
- toString() - Method in class hudson.model.CheckPoint
- toString() - Method in class hudson.model.Computer.DisplayExecutor
- toString() - Method in class hudson.model.DependencyGraph.Dependency
- toString() - Method in class hudson.model.FileParameterValue
- toString() - Method in class hudson.model.Fingerprint.BuildPtr
- toString() - Method in class hudson.model.Fingerprint.Range
- toString() - Method in class hudson.model.Fingerprint.RangeSet
- toString() - Method in class hudson.model.Fingerprint
- toString() - Method in class hudson.model.Label
- toString() - Method in class hudson.model.LoadStatistics.LoadStatisticsSnapshot
- toString() - Method in class hudson.model.queue.CauseOfBlockage
- toString() - Method in interface hudson.model.Queue.Executable
-
Used to render the HTML.
- toString() - Method in class hudson.model.queue.FutureLoad
- toString() - Method in class hudson.model.Queue.Item
- toString() - Method in class hudson.model.Queue.JobOffer
- toString() - Method in class hudson.model.queue.WorkUnit
- toString() - Method in class hudson.model.Resource
- toString() - Method in class hudson.model.ResourceList
- toString() - Method in class hudson.model.Result
- toString() - Method in class hudson.model.Run.Artifact
- toString() - Method in class hudson.model.Run
- toString() - Method in class hudson.model.RunParameterValue
- toString() - Method in class hudson.model.Slave
- toString() - Method in class hudson.model.StringParameterValue
- toString() - Method in class hudson.model.TextParameterValue
- toString() - Method in class hudson.model.TimeSeries
- toString() - Method in class hudson.model.UpdateCenter.InstallationJob
- toString() - Method in class hudson.model.UpdateCenter.PluginDowngradeJob
- toString() - Method in class hudson.model.User
- toString() - Method in class hudson.model.View
- toString() - Method in class hudson.node_monitors.DiskSpaceMonitorDescriptor.DiskSpace
- toString() - Method in class hudson.node_monitors.ResponseTimeMonitor.Data
-
String rendering of the data
- toString() - Method in class hudson.PluginManager.UberClassLoader
- toString() - Method in class hudson.PluginWrapper.Dependency
- toString() - Method in enum hudson.PluginWrapper.PluginDisableStrategy
- toString() - Method in class hudson.PluginWrapper
- toString() - Method in class hudson.scheduler.CronTab
- toString() - Method in class hudson.scm.browsers.QueryBuilder
- toString() - Method in class hudson.security.FederatedLoginService.FederatedIdentity
- toString() - Method in class hudson.security.Permission
- toString() - Method in class hudson.security.PermissionGroup
- toString() - Method in class hudson.slaves.NodeProvisioner.StrategyState
- toString() - Method in class hudson.slaves.OfflineCause.ChannelTermination
- toString() - Method in class hudson.slaves.OfflineCause.LaunchFailed
- toString() - Method in class hudson.slaves.OfflineCause.SimpleOfflineCause
- toString() - Method in class hudson.slaves.WorkspaceList.Entry
- toString() - Method in class hudson.TcpSlaveAgentListener.ConnectionFromCurrentPeer
- toString() - Method in class hudson.tools.ToolInstallation
- toString() - Method in class hudson.util.Area
- toString() - Method in class hudson.util.ArgumentListBuilder
-
Debug/error message friendly output.
- toString() - Method in class hudson.util.ChartUtil.NumberOnlyBuildLabel
- toString() - Method in class hudson.util.ClasspathBuilder
-
Returns the string representation of the classpath.
- toString() - Method in class hudson.util.ClockDifference
-
Gets the clock difference in HTML string.
- toString() - Method in class hudson.util.CopyOnWriteList
- toString() - Method in class hudson.util.CopyOnWriteMap
- toString() - Method in class hudson.util.ListBoxModel.Option
- toString() - Method in class hudson.util.PersistedList
- toString() - Method in class hudson.util.Secret
-
Deprecated.as of 1.356 Use
Secret.toString(Secret)
to avoid NPE in case Secret is null. Or if you really know what you are doing, use theSecret.getPlainText()
method. - toString() - Method in class hudson.util.TextFile
- toString() - Method in class hudson.XmlFile
- toString() - Method in class jenkins.install.InstallState
- toString() - Method in class jenkins.model.IdStrategy
- toString() - Method in class jenkins.model.lazy.BuildReference
- toString() - Method in class jenkins.org.apache.commons.validator.routines.RegexValidator
-
Provide a String representation of this validator.
- toString() - Method in class jenkins.plugins.DetachedPluginsUtil.DetachedPlugin
- toString() - Method in class jenkins.security.NonSerializableSecurityContext
- toString() - Method in class jenkins.util.InterceptingExecutorService
- toString() - Method in class jenkins.util.NonLocalizable
- toString() - Method in class jenkins.util.TreeString
-
Returns the full string representation.
- toString() - Method in class jenkins.util.VirtualFile
-
Displays
VirtualFile.toURI()
. - toString() - Method in class org.acegisecurity.acls.sid.GrantedAuthoritySid
- toString() - Method in class org.acegisecurity.acls.sid.PrincipalSid
- toString() - Method in interface org.acegisecurity.GrantedAuthority
-
Deprecated.
- toString() - Method in class org.acegisecurity.GrantedAuthorityImpl
-
Deprecated.
- toString() - Method in class org.acegisecurity.providers.AbstractAuthenticationToken
-
Deprecated.
- toString() - Method in class org.acegisecurity.providers.anonymous.AnonymousAuthenticationToken
-
Deprecated.
- toString() - Method in class org.acegisecurity.providers.UsernamePasswordAuthenticationToken
-
Deprecated.
- toString() - Method in class org.acegisecurity.userdetails.User
-
Deprecated.
- toString(boolean) - Method in class hudson.MarkupText
-
Returns the fully marked-up text.
- toString(byte[]) - Static method in class hudson.util.IOUtils
-
Deprecated.Use instead
IOUtils.toString(byte[])
- toString(byte[], String) - Static method in class hudson.util.IOUtils
-
Deprecated.Use instead
IOUtils.toString(byte[], String)
- toString(Secret) - Static method in class hudson.util.Secret
-
Works just like
Secret.toString()
but avoids NPE when the secret is null. - toString(InputStream) - Static method in class hudson.util.IOUtils
-
Deprecated.Use instead
IOUtils.toString(java.io.InputStream)
- toString(InputStream, String) - Static method in class hudson.util.IOUtils
-
Deprecated.Use instead
IOUtils.toString(java.io.InputStream, String)
- toString(Reader) - Static method in class hudson.util.IOUtils
-
Deprecated.Use instead
IOUtils.toString(java.io.Reader)
- toString(Object) - Method in class hudson.model.BuildAuthorizationToken.ConverterImpl
-
Deprecated.
- toString(Locale) - Method in class jenkins.util.NonLocalizable
- toString(TreeString) - Static method in class jenkins.util.TreeString
- toString(Sid) - Method in class hudson.security.SidACL
- toStringWithQuote() - Method in class hudson.util.ArgumentListBuilder
-
Just adds quotes around args containing spaces, but no other special characters, so this method should generally be used only for informational/logging purposes.
- totalExecutors - Variable in class hudson.model.LoadStatistics
-
Deprecated.use
LoadStatistics.onlineExecutors
. NotetotalExecutors==onlineExecutors
for backward compatibility support. - totalQuery - Variable in class hudson.util.KeyedDataStorage
-
Total number of queries into this storage.
- totalQueueLength - Variable in class hudson.model.OverallLoadStatistics
-
Deprecated.as of 1.467 Use
LoadStatistics.queueLength
. Left as an alias here for backward compatibility. - touch(long) - Method in class hudson.FilePath
-
Creates a file (if not already exist) and sets the timestamp.
- touch(File) - Static method in class hudson.Util
-
Creates an empty file if nonexistent or truncates the existing file.
- toURI() - Method in class hudson.FilePath
-
Converts this file to the URI, relative to the machine on which this file is available.
- toURI() - Method in class jenkins.util.VirtualFile
-
Gets a URI.
- toVirtualFile() - Method in class hudson.FilePath
-
Gets the
VirtualFile
representation of thisFilePath
- toWindowsCommand() - Method in class hudson.util.ArgumentListBuilder
-
Calls toWindowsCommand(false)
- toWindowsCommand(boolean) - Method in class hudson.util.ArgumentListBuilder
-
Wrap command in a
CMD.EXE
call so we can return the exit code (ERRORLEVEL
). - toXML(Object, OutputStream) - Method in class hudson.util.XStream2
-
Deprecated.Uses default encoding yet fails to write an encoding header. Prefer
XStream2.toXMLUTF8(java.lang.Object, java.io.OutputStream)
. - toXMLUTF8(Object, OutputStream) - Method in class hudson.util.XStream2
-
Serializes to a byte stream.
- TransientActionFactory<T> - Class in jenkins.model
-
Allows you to add actions to any kind of object at once.
- TransientActionFactory() - Constructor for class jenkins.model.TransientActionFactory
- TransientActionFactoryImpl() - Constructor for class jenkins.model.RenameAction.TransientActionFactoryImpl
- transientActions - Variable in class hudson.model.AbstractProject
-
Action
s contributed from subsidiary objects associated withAbstractProject
, such as from triggers, builders, publishers, etc. - transientActions - Variable in class hudson.model.Computer
- transientActions - Variable in class hudson.model.labels.LabelAtom
- TransientBuildActionFactory - Class in hudson.model
-
Deprecated.Does not contribute to
Actionable.getActions()
. UseTransientActionFactory
instead. - TransientBuildActionFactory() - Constructor for class hudson.model.TransientBuildActionFactory
-
Deprecated.
- TransientComputerActionFactory - Class in hudson.model
- TransientComputerActionFactory() - Constructor for class hudson.model.TransientComputerActionFactory
- TransientFingerprintFacetFactory - Class in jenkins.model
- TransientFingerprintFacetFactory() - Constructor for class jenkins.model.TransientFingerprintFacetFactory
- TransientProjectActionFactory - Class in hudson.model
-
Extension point for inserting transient
Action
s intoAbstractProject
s. - TransientProjectActionFactory() - Constructor for class hudson.model.TransientProjectActionFactory
- TransientUserActionFactory - Class in hudson.model
- TransientUserActionFactory() - Constructor for class hudson.model.TransientUserActionFactory
- TransientViewActionFactory - Class in hudson.model
- TransientViewActionFactory() - Constructor for class hudson.model.TransientViewActionFactory
- translate(AbstractBuild<?, ?>, TaskListener) - Method in class hudson.tools.ToolInstallation
-
Convenient version of
ToolInstallation.translate(Node, EnvVars, TaskListener)
that just takes a build object in progress. - translate(Node, EnvVars, TaskListener) - Method in class hudson.tools.ToolInstallation
-
Performs a necessary variable/environment/context expansion.
- translate(String) - Method in class hudson.markup.MarkupFormatter
- translate(String, Writer) - Method in class hudson.markup.EscapedMarkupFormatter
- translate(String, Writer) - Method in class hudson.markup.MarkupFormatter
-
Given the text, converts that to HTML according to whatever markup rules implicit in the implementation class.
- translateFor(Node, TaskListener) - Method in class hudson.tools.ToolInstallation
-
Finds a tool on a node.
- Tree() - Constructor for class hudson.util.CopyOnWriteMap.Tree
- Tree(Comparator<K>) - Constructor for class hudson.util.CopyOnWriteMap.Tree
- Tree(Map<K, V>, Comparator<K>) - Constructor for class hudson.util.CopyOnWriteMap.Tree
- TREE_CUTOFF - Static variable in class hudson.model.Run
-
Maximum number of artifacts to show in tree view before just showing a link.
- TreeString - Class in jenkins.util
-
TreeString
is an alternative string representation that saves the memory when you have a large number of strings that share common prefixes (such as various file names.) - TreeString.ConverterImpl - Class in jenkins.util
-
Default
Converter
implementation for XStream that does interning scoped to one unmarshalling. - TreeStringBuilder - Class in jenkins.util
-
Builds
TreeString
s that share common prefixes. - TreeStringBuilder() - Constructor for class jenkins.util.TreeStringBuilder
- TrendChart(MultiStageTimeSeries.TimeScale, MultiStageTimeSeries...) - Constructor for class hudson.model.MultiStageTimeSeries.TrendChart
- Trigger<J extends Item> - Class in hudson.triggers
-
Triggers a
Build
. - Trigger() - Constructor for class hudson.triggers.Trigger
-
Creates a new
Trigger
without using cron. - Trigger(String) - Constructor for class hudson.triggers.Trigger
- Trigger_init() - Static method in class hudson.triggers.Messages
-
Key
Trigger.init
:Initializing timer for triggers
. - Trigger.Cron - Class in hudson.triggers
-
Runs every minute to check
TimerTrigger
and schedules build. - TriggerDescriptor - Class in hudson.triggers
-
Descriptor
for Trigger. - TriggerDescriptor() - Constructor for class hudson.triggers.TriggerDescriptor
-
Infers the type of the corresponding
SCM
from the outer class. - TriggerDescriptor(Class<? extends Trigger<?>>) - Constructor for class hudson.triggers.TriggerDescriptor
- TriggeredItem - Interface in jenkins.triggers
-
An item which can be configured with
Trigger
s. - triggers - Variable in class hudson.model.AbstractProject
-
List of all
Trigger
s for this project. - triggers() - Method in class hudson.model.AbstractProject
- Triggers - Class in hudson.triggers
-
Deprecated.as of 1.286 See each member for how to migrate your code.
- Triggers() - Constructor for class hudson.triggers.Triggers
-
Deprecated.
- TRIGGERS - Static variable in class hudson.triggers.Triggers
-
Deprecated.as of 1.286 Use
Trigger.all()
for read access, andExtension
for registration. - triggerUpdate() - Method in class hudson.node_monitors.NodeMonitor
-
Starts updating the data asynchronously.
- trim() - Method in class hudson.model.Fingerprint
-
Trim off references to non-existent builds and jobs, thereby making the fingerprint smaller.
- trimEOL(String) - Method in class hudson.console.LineTransformationOutputStream
- trimHeadSlash(String) - Static method in class hudson.scm.RepositoryBrowser
-
If the given string starts with '/', return a string that removes it.
- TROUBLESHOOTING - hudson.model.ManagementLink.Category
-
Troubleshooting utilities.
- tryGetIcon(String) - Static method in class hudson.Functions
- tryGetIconPath(String, JellyContext) - Static method in class hudson.Functions
- tryParseNumber(String, Number) - Static method in class hudson.Util
-
Returns the parsed string if parsed successful; otherwise returns the default number.
- tryReconnect() - Method in class hudson.slaves.SlaveComputer
- tryTranslateTangoIconToSymbol(String) - Static method in class org.jenkins.ui.icon.IconSet
-
This is a temporary function to replace Tango icons across Jenkins and plugins with appropriate Jenkins Symbols
- tryTranslateTangoIconToSymbol(String, Supplier<String>) - Static method in class org.jenkins.ui.icon.IconSet
-
This is a temporary function to replace Tango icons across Jenkins and plugins with appropriate Jenkins Symbols
- tryWithLock(Runnable) - Static method in class hudson.model.Queue
- tunnel - Variable in class hudson.slaves.JNLPLauncher
-
If the agent needs to tunnel the connection to the controller, specify the "host:port" here.
- type - Variable in class hudson.model.Descriptor.PropertyType
- type - Variable in class hudson.model.UpdateSite.IssueTracker
-
A string specifying the type of issue tracker.
- type - Variable in class hudson.model.UpdateSite.Warning
-
The type classifier for this warning.
- type - Variable in class jenkins.model.ModelObjectWithContextMenu.MenuItem
-
The type of menu item
- type() - Method in class hudson.cli.handlers.AbstractItemOptionHandler
- type() - Method in class hudson.cli.handlers.AbstractProjectOptionHandler
- type() - Method in class hudson.cli.handlers.GenericItemOptionHandler
- type() - Method in class hudson.cli.handlers.JobOptionHandler
- type() - Method in class hudson.cli.handlers.ParameterizedJobOptionHandler
- type() - Method in class hudson.cli.handlers.TopLevelItemOptionHandler
- type() - Method in class hudson.console.ConsoleAnnotatorFactory
-
For which context type does this annotator work?
- type() - Method in class hudson.tools.InstallSourceProperty
- type() - Method in class hudson.tools.ToolProperty
-
What is your 'T'?
- type() - Method in class hudson.util.ReflectionUtils.Parameter
-
Gets the type of this parameter.
- type() - Method in class jenkins.model.RenameAction.TransientActionFactoryImpl
- type() - Method in class jenkins.model.TransientActionFactory
-
The type of object this factory cares about.
- type() - Method in class jenkins.tasks.SimpleBuildStep.LastBuildActionFactory
- TypedFilter - Class in jenkins.security.stapler
- TypedFilter() - Constructor for class jenkins.security.stapler.TypedFilter
All Classes All Packages