|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceActivity | |
---|---|
hudson.matrix | Matrix project |
hudson.maven | Maven support. |
hudson.model | Core object model that are bound to URLs via stapler, rooted at Hudson. |
hudson.model.queue |
Uses of ResourceActivity in hudson.matrix |
---|
Classes in hudson.matrix that implement ResourceActivity | |
---|---|
class |
MatrixConfiguration
One configuration of MatrixProject . |
class |
MatrixProject
Job that allows you to run multiple different configurations
from a single setting. |
Uses of ResourceActivity in hudson.maven |
---|
Classes in hudson.maven that implement ResourceActivity | |
---|---|
class |
AbstractMavenProject<P extends AbstractProject<P,R>,R extends AbstractBuild<P,R>>
Common part between MavenModule and MavenModuleSet . |
class |
MavenModule
Job that builds projects based on Maven2. |
class |
MavenModuleSet
Group of MavenModule s. |
Methods in hudson.maven that return types with arguments of type ResourceActivity | |
---|---|
protected Set<ResourceActivity> |
MavenModuleSet.getResourceActivities()
|
Uses of ResourceActivity in hudson.model |
---|
Subinterfaces of ResourceActivity in hudson.model | |
---|---|
interface |
BuildableItem
Item that can be "built", for
whatever meaning of "build". |
interface |
BuildableItemWithBuildWrappers
AbstractProject that has associated BuildWrapper s. |
static interface |
Queue.FlyweightTask
Marks Queue.TransientTask s that do not consume Executor . |
static interface |
Queue.NonBlockingTask
Marks Queue.TransientTask 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
Marks Queue.TransientTask s that are not persisted. |
interface |
SCMedItem
Item s that has associated SCM. |
Classes in hudson.model that implement ResourceActivity | |
---|---|
class |
AbstractProject<P extends AbstractProject<P,R>,R extends AbstractBuild<P,R>>
Base implementation of Job 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 | |
---|---|
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 | |
---|---|
protected Set<ResourceActivity> |
Project.getResourceActivities()
|
protected Set<ResourceActivity> |
AbstractProject.getResourceActivities()
Set of child resource activities of the build of this project (override in child projects). |
Methods in hudson.model with parameters of type ResourceActivity | |
---|---|
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 | |
---|---|
interface |
SubTask
A component of Queue.Task that represents a computation carried out by a single Executor . |
Classes in hudson.model.queue that implement ResourceActivity | |
---|---|
class |
AbstractQueueTask
Abstract base class for Queue.Task to protect plugins
from new additions to the interface. |
class |
AbstractSubTask
Partial default implementation of SubTask to avoid
AbstractMethodError with future additions to SubTask . |
class |
QueueTaskFilter
Base class for defining filter Queue.Task . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |