Uses of Class
hudson.model.Actionable
Packages that use Actionable
Package
Description
Core object model that are bound to URLs via stapler, rooted at
Jenkins
.Boolean expression over labels.
Code related to agents.
-
Uses of Actionable in hudson
Methods in hudson with parameters of type ActionableModifier and TypeMethodDescriptionstatic Map<DetailGroup,
List<Detail>> Functions.getDetailsFor
(Actionable object) Returns a grouped list of Detail objects for the given Actionable object -
Uses of Actionable in hudson.model
Subclasses of Actionable in hudson.modelModifier and TypeClassDescriptionclass
AbstractBuild<P extends AbstractProject<P,
R>, R extends AbstractBuild<P, R>> Base implementation ofRun
s that build software.class
Partial default implementation ofItem
.class
AbstractProject<P extends AbstractProject<P,
R>, R extends AbstractBuild<P, R>> Base implementation ofJob
s that build software.class
A build of aProject
.class
Represents the running state of a remote computer that holdsExecutor
s.class
class
Free-style software project.static final class
Deprecated.only here for backward compclass
A job is an runnable entity under the monitoring of Hudson.class
Group ofNode
s.class
Buildable software project.final class
Queue.Item
in theQueue.blockedProjects
stage.static final class
Queue.Item
in theQueue.buildables
stage.static class
Item in a queue.static final class
Queue.Item
in theQueue.leftItems
stage.static class
Common part betweenQueue.BlockedItem
andQueue.BuildableItem
.static final class
Queue.Item
in theQueue.waitingList
stage.class
A particular execution ofJob
.class
Job
that monitors activities that happen outside Hudson, which requires occasional batch reload activity to obtain the up-to-date information. -
Uses of Actionable in hudson.model.labels
Subclasses of Actionable in hudson.model.labelsModifier and TypeClassDescriptionclass
Atomic single token label, like "foo" or "bar".class
Boolean expression of labels.static final class
static class
static final class
static final class
static class
static final class
static class
No-op but useful for preserving the parenthesis in the user input. -
Uses of Actionable in hudson.slaves
Subclasses of Actionable in hudson.slavesModifier and TypeClassDescriptionclass
AbstractCloudComputer<T extends AbstractCloudSlave>
Partial implementation ofComputer
to be used in conjunction withAbstractCloudSlave
.class
class
CreatesNode
s to dynamically expand/shrink the agents attached to Hudson.class
-
Uses of Actionable in jenkins.model
Subclasses of Actionable in jenkins.model -
Uses of Actionable in jenkins.model.details
Classes in jenkins.model.details with type parameters of type ActionableModifier and TypeClassDescriptionclass
DetailFactory<T extends Actionable>
Allows you to add multiple details to an Actionable object at once.Methods in jenkins.model.details with type parameters of type ActionableModifier and TypeMethodDescriptionstatic <T extends Actionable>
List<DetailFactory<T>>DetailFactory.factoriesFor
(Class<T> type) Methods in jenkins.model.details that return ActionableConstructors in jenkins.model.details with parameters of type Actionable