Uses of Interface
jenkins.model.queue.ITask
-
Uses of ITask in hudson.model
Modifier and TypeInterfaceDescriptioninterface
Item
that can be "built", for whatever meaning of "build".interface
AbstractProject
that has associatedBuildWrapper
s.static interface
MarksQueue.Task
s that do not consumeExecutor
.static interface
MarksQueue.Task
s that are not affected by the Jenkins.isQuietingDown() quieting down}, because these tasks keep other tasks executing.static interface
Task whose execution is controlled by the queue.static interface
MarksQueue.Task
s that are not persisted.interface
Deprecated.Modifier and TypeClassDescriptionclass
AbstractProject<P extends AbstractProject<P,
R>, R extends AbstractBuild<P, R>> Base implementation ofJob
s that build software.class
Free-style software project.class
Buildable software project. -
Uses of ITask in hudson.model.queue
Modifier and TypeInterfaceDescriptioninterface
A component ofQueue.Task
that represents a computation carried out by a singleExecutor
.Modifier and TypeClassDescriptionclass
Deprecated.implementQueue.Task
directlyclass
Deprecated.implementSubTask
directlyclass
Base class for defining filterQueue.Task
. -
Uses of ITask in jenkins.model
Modifier and TypeInterfaceDescriptionstatic interface
ParameterizedJobMixIn.ParameterizedJob<JobT extends Job<JobT,
RunT> & ParameterizedJobMixIn.ParameterizedJob<JobT, RunT> & Queue.Task, RunT extends Run<JobT, RunT> & Queue.Executable> Marker for job using this mixin, and default implementations of many methods.
SCMTriggerItem
instead.