Uses of Interface
hudson.model.ResourceActivity
Packages that use ResourceActivity
-
Uses of ResourceActivity in hudson.model
Subinterfaces of ResourceActivity in hudson.modelModifier 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.Classes in hudson.model that implement ResourceActivityModifier 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.Methods in hudson.model that return ResourceActivityModifier and TypeMethodDescriptionResourceController.getBlockingActivity
(ResourceActivity activity) Of the activities that are in progress, return one that's blocking the given activity, or null if it's not blocked (and thus the given activity can be executed immediately.)Methods in hudson.model that return types with arguments of type ResourceActivityModifier and TypeMethodDescriptionprotected Set<ResourceActivity>
AbstractProject.getResourceActivities()
Set of child resource activities of the build of this project (override in child projects).protected Set<ResourceActivity>
Project.getResourceActivities()
Methods in hudson.model with parameters of type ResourceActivityModifier and TypeMethodDescriptionvoid
ResourceController.execute
(Runnable task, ResourceActivity activity) Performs the task that requires the given list of resources.ResourceController.getBlockingActivity
(ResourceActivity activity) Of the activities that are in progress, return one that's blocking the given activity, or null if it's not blocked (and thus the given activity can be executed immediately.) -
Uses of ResourceActivity in hudson.model.queue
Subinterfaces of ResourceActivity in hudson.model.queueModifier and TypeInterfaceDescriptioninterface
A component ofQueue.Task
that represents a computation carried out by a singleExecutor
.Classes in hudson.model.queue that implement ResourceActivityModifier and TypeClassDescriptionclass
Deprecated.implementQueue.Task
directlyclass
Deprecated.implementSubTask
directlyclass
Base class for defining filterQueue.Task
. -
Uses of ResourceActivity in jenkins.model
Subinterfaces of ResourceActivity in jenkins.modelModifier 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.