Uses of Interface
hudson.model.ResourceActivity
-
Packages that use ResourceActivity Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.model.queue jenkins.model -
-
Uses of ResourceActivity in hudson.model
Subinterfaces of ResourceActivity in hudson.model Modifier and Type Interface Description interface
BuildableItem
Item
that can be "built", for whatever meaning of "build".interface
BuildableItemWithBuildWrappers
AbstractProject
that has associatedBuildWrapper
s.static interface
Queue.FlyweightTask
MarksQueue.Task
s that do not consumeExecutor
.static interface
Queue.NonBlockingTask
MarksQueue.Task
s that are not affected by the Jenkins.isQuietingDown() quieting down}, because these tasks keep other tasks executing.static interface
Queue.Task
Task whose execution is controlled by the queue.static interface
Queue.TransientTask
MarksQueue.Task
s that are not persisted.interface
SCMedItem
Deprecated.ImplementSCMTriggerItem
instead.Classes in hudson.model that implement ResourceActivity Modifier and Type Class Description class
AbstractProject<P extends AbstractProject<P,R>,R extends AbstractBuild<P,R>>
Base implementation ofJob
s that build software.class
FreeStyleProject
Free-style software project.class
Project<P extends Project<P,B>,B extends Build<P,B>>
Buildable software project.Methods in hudson.model that return ResourceActivity Modifier and Type Method Description ResourceActivity
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.)Methods in hudson.model that return types with arguments of type ResourceActivity Modifier and Type Method Description protected 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 ResourceActivity Modifier and Type Method Description void
ResourceController. execute(Runnable task, ResourceActivity activity)
Performs the task that requires the given list of resources.ResourceActivity
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.queue Modifier and Type Interface Description interface
SubTask
A component ofQueue.Task
that represents a computation carried out by a singleExecutor
.Classes in hudson.model.queue that implement ResourceActivity Modifier and Type Class Description class
AbstractQueueTask
Deprecated.implementQueue.Task
directlyclass
AbstractSubTask
Deprecated.implementSubTask
directlyclass
QueueTaskFilter
Base class for defining filterQueue.Task
. -
Uses of ResourceActivity in jenkins.model
Subinterfaces of ResourceActivity in jenkins.model Modifier and Type Interface Description static 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.
-