Uses of Interface
hudson.model.ResourceActivity
-
Uses of ResourceActivity 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.Modifier 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.)Modifier 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()
Modifier 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
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 ResourceActivity 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.