Package | Description |
---|---|
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
hudson.model.queue | |
jenkins.model |
Modifier and Type | Interface and Description |
---|---|
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.Task s that do not consume Executor . |
static interface |
Queue.NonBlockingTask
Marks
Queue.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
Marks
Queue.Task s that are not persisted. |
interface |
SCMedItem
Deprecated.
Implement
SCMTriggerItem instead. |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and 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.)
|
Modifier and Type | Method and 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() |
Modifier and Type | Method and 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.)
|
Modifier and Type | Interface and Description |
---|---|
interface |
SubTask
A component of
Queue.Task that represents a computation carried out by a single Executor . |
Modifier and Type | Class and Description |
---|---|
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 . |
Modifier and Type | Interface and Description |
---|---|
static interface |
ParameterizedJobMixIn.ParameterizedJob
Marker for job using this mixin.
|
Copyright © 2015. All rights reserved.