- QueryBuilder - Class in hudson.scm.browsers
-
Builds up a query string.
- QueryBuilder(String) - Constructor for class hudson.scm.browsers.QueryBuilder
-
- QueryParameterMap - Class in hudson.util
-
Parses the query string of the URL into a key/value pair.
- QueryParameterMap(String) - Constructor for class hudson.util.QueryParameterMap
-
- QueryParameterMap(HttpServletRequest) - Constructor for class hudson.util.QueryParameterMap
-
- Queue - Class in hudson.model
-
Build queue.
- Queue(LoadBalancer) - Constructor for class hudson.model.Queue
-
- queue(Map, Closure) - Method in interface lib.JenkinsTagLib
-
Displays the build queue as <l:pane>
- queue(Closure) - Method in interface lib.JenkinsTagLib
-
Displays the build queue as <l:pane>
- queue(Map) - Method in interface lib.JenkinsTagLib
-
Displays the build queue as <l:pane>
- queue() - Method in interface lib.JenkinsTagLib
-
Displays the build queue as <l:pane>
- Queue.BlockedItem - Class in hudson.model
-
- Queue.BuildableItem - Class in hudson.model
-
- Queue.Executable - Interface in hudson.model
-
Represents the real meat of the computation run by
Executor
.
- Queue.FlyweightTask - Interface in hudson.model
-
- Queue.Item - Class in hudson.model
-
Item in a queue.
- Queue.JobOffer - Class in hudson.model
-
Data structure created for each idle
Executor
.
- Queue.LeftItem - Class in hudson.model
-
- Queue.NonBlockingTask - Interface in hudson.model
-
- Queue.NotWaitingItem - Class in hudson.model
-
- Queue.QueueAction - Interface in hudson.model
-
An optional interface for actions on Queue.Item.
- Queue.QueueDecisionHandler - Class in hudson.model
-
Extension point for deciding if particular job should be scheduled or not.
- Queue.Saver - Class in hudson.model
-
Schedule
Queue.save()
call for near future once items change.
- Queue.StubItem - Class in hudson.model
-
A Stub class for
Item
which exposes only the name of the Task to be displayed when the user
has DISCOVERY permissions only.
- Queue.StubTask - Class in hudson.model
-
A Stub class for
Queue.Task
which exposes only the name of the Task to be displayed when the user
has DISCOVERY permissions only.
- Queue.Task - Interface in hudson.model
-
Task whose execution is controlled by the queue.
- Queue.TransientTask - Interface in hudson.model
-
- Queue.WaitingItem - Class in hudson.model
-
- Queue_AllNodesOffline(Object) - Static method in class hudson.model.Messages
-
Key Queue.AllNodesOffline
: All nodes of label ‘{0}’ are
offline
.
- Queue_BlockedBy(Object) - Static method in class hudson.model.Messages
-
Key Queue.BlockedBy
: Blocked by ‘{0}’
.
- Queue_ExceptionCanRun() - Static method in class hudson.model.Messages
-
Key Queue.ExceptionCanRun
: Exception evaluating if the
queue can run the task
.
- Queue_ExceptionCanTake() - Static method in class hudson.model.Messages
-
Key Queue.ExceptionCanTake
: Exception evaluating if the
node can take the task
.
- Queue_executor_slot_already_in_use() - Static method in class hudson.model.Messages
-
Key Queue.executor_slot_already_in_use
: Executor slot
already in use
.
- Queue_FinishedWaiting() - Static method in class hudson.model.Messages
-
Key Queue.FinishedWaiting
: Finished waiting
.
- Queue_HudsonIsAboutToShutDown() - Static method in class hudson.model.Messages
-
Key Queue.HudsonIsAboutToShutDown
: Jenkins is about to
shut down
.
- QUEUE_ID_UNKNOWN - Static variable in class hudson.model.Run
-
- Queue_init() - Static method in class hudson.model.Messages
-
Key Queue.init
: Restoring the build queue
.
- Queue_InProgress() - Static method in class hudson.model.Messages
-
Key Queue.InProgress
: A build is already in progress
.
- Queue_InQuietPeriod(Object) - Static method in class hudson.model.Messages
-
Key Queue.InQuietPeriod
: {@code In the quiet period.
- Queue_LabelHasNoNodes(Object) - Static method in class hudson.model.Messages
-
Key Queue.LabelHasNoNodes
: There are no nodes with the
label ‘{0}’
.
- Queue_node_has_been_removed_from_configuration(Object) - Static method in class hudson.model.Messages
-
Key Queue.node_has_been_removed_from_configuration
: {0}
has been removed from configuration
.
- Queue_NodeOffline(Object) - Static method in class hudson.model.Messages
-
Key Queue.NodeOffline
: ‘{0}’ is offline
.
- Queue_Unknown() - Static method in class hudson.model.Messages
-
Key Queue.Unknown
: ???
.
- Queue_WaitingForNextAvailableExecutor() - Static method in class hudson.model.Messages
-
Key Queue.WaitingForNextAvailableExecutor
: Waiting for
next available executor
.
- Queue_WaitingForNextAvailableExecutorOn(Object) - Static method in class hudson.model.Messages
-
Key Queue.WaitingForNextAvailableExecutorOn
: Waiting
for next available executor on ‘{0}’
.
- QueueDecisionHandler() - Constructor for class hudson.model.Queue.QueueDecisionHandler
-
- QueueItemAuthenticator - Class in jenkins.security
-
Extension point to run
Queue.Executable
s under a specific identity for better access control.
- QueueItemAuthenticator() - Constructor for class jenkins.security.QueueItemAuthenticator
-
- QueueItemAuthenticatorConfiguration - Class in jenkins.security
-
- QueueItemAuthenticatorConfiguration() - Constructor for class jenkins.security.QueueItemAuthenticatorConfiguration
-
- QueueItemAuthenticatorConfiguration.ProviderImpl - Class in jenkins.security
-
- QueueItemAuthenticatorDescriptor - Class in jenkins.security
-
- QueueItemAuthenticatorDescriptor() - Constructor for class jenkins.security.QueueItemAuthenticatorDescriptor
-
- QueueItemAuthenticatorProvider - Class in jenkins.security
-
There are cases where a plugin need to provide a
QueueItemAuthenticator
that cannot be controlled or
configured by the user.
- QueueItemAuthenticatorProvider() - Constructor for class jenkins.security.QueueItemAuthenticatorProvider
-
- queueItems - Variable in class jenkins.widgets.HistoryPageFilter
-
- queueLength - Variable in class hudson.model.LoadStatistics
-
- QueueListener - Class in hudson.model.queue
-
Listener for events in
Queue
.
- QueueListener() - Constructor for class hudson.model.queue.QueueListener
-
- QueueSorter - Class in hudson.model.queue
-
Singleton extension point for sorting buildable items
- QueueSorter() - Constructor for class hudson.model.queue.QueueSorter
-
- QueueSorter_installDefaultQueueSorter() - Static method in class hudson.model.queue.Messages
-
Key QueueSorter.installDefaultQueueSorter
: Installing
default queue sorter
.
- QueueTaskDispatcher - Class in hudson.model.queue
-
Vetos the execution of a task on a node
- QueueTaskDispatcher() - Constructor for class hudson.model.queue.QueueTaskDispatcher
-
- QueueTaskFilter - Class in hudson.model.queue
-
- QueueTaskFilter(Queue.Task) - Constructor for class hudson.model.queue.QueueTaskFilter
-
- QueueTaskFuture<R extends Queue.Executable> - Interface in hudson.model.queue
-
Future
that can be used to wait for the start and the end of the task execution
(such as a build.)
- quick - Variable in class hudson.slaves.WorkspaceList.Entry
-
- QuickSilver - Annotation Type in hudson.search
-
- quiet(boolean) - Method in class hudson.Launcher.ProcStarter
-
- quiet() - Method in class hudson.Launcher.ProcStarter
-
- QuietDownCommand - Class in hudson.cli
-
Quiet down Jenkins - preparation for a restart
- QuietDownCommand() - Constructor for class hudson.cli.QuietDownCommand
-
- QuietDownCommand_ShortDescription() - Static method in class hudson.cli.Messages
-
Key QuietDownCommand.ShortDescription
: {@code Quiet down
Jenkins, in preparation for a restart.
- quoteArgument(String) - Static method in class hudson.os.WindowsUtil
-
Quotes an argument while escaping special characters interpreted by CreateProcess.
- quoteArgumentForCmd(String) - Static method in class hudson.os.WindowsUtil
-
Quotes an argument while escaping special characters suitable for use as an argument to cmd.exe
.