Uses of Class
hudson.model.Actionable
-
Packages that use Actionable Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.model.labels Boolean expression over labels.hudson.slaves Code related to agents.jenkins.model -
-
Uses of Actionable in hudson.model
Subclasses of Actionable in hudson.model Modifier and Type Class Description class
AbstractBuild<P extends AbstractProject<P,R>,R extends AbstractBuild<P,R>>
Base implementation ofRun
s that build software.class
AbstractItem
Partial default implementation ofItem
.class
AbstractProject<P extends AbstractProject<P,R>,R extends AbstractBuild<P,R>>
Base implementation ofJob
s that build software.class
Build<P extends Project<P,B>,B extends Build<P,B>>
A build of aProject
.class
Computer
Represents the running state of a remote computer that holdsExecutor
s.class
FreeStyleBuild
class
FreeStyleProject
Free-style software project.static class
Hudson.MasterComputer
Deprecated.only here for backward compclass
Job<JobT extends Job<JobT,RunT>,RunT extends Run<JobT,RunT>>
A job is an runnable entity under the monitoring of Hudson.class
Label
Group ofNode
s.class
Project<P extends Project<P,B>,B extends Build<P,B>>
Buildable software project.class
Queue.BlockedItem
Queue.Item
in theQueue.blockedProjects
stage.static class
Queue.BuildableItem
Queue.Item
in theQueue.buildables
stage.static class
Queue.Item
Item in a queue.static class
Queue.LeftItem
Queue.Item
in theQueue.leftItems
stage.static class
Queue.NotWaitingItem
Common part betweenQueue.BlockedItem
andQueue.BuildableItem
.static class
Queue.WaitingItem
Queue.Item
in theQueue.waitingList
stage.class
Run<JobT extends Job<JobT,RunT>,RunT extends Run<JobT,RunT>>
A particular execution ofJob
.class
ViewJob<JobT extends ViewJob<JobT,RunT>,RunT extends Run<JobT,RunT>>
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.labels Modifier and Type Class Description class
LabelAtom
Atomic single token label, like "foo" or "bar".class
LabelExpression
Boolean expression of labels.static class
LabelExpression.And
static class
LabelExpression.Binary
static class
LabelExpression.Iff
static class
LabelExpression.Implies
static class
LabelExpression.Not
static class
LabelExpression.Or
static class
LabelExpression.Paren
No-op but useful for preserving the parenthesis in the user input. -
Uses of Actionable in hudson.slaves
Subclasses of Actionable in hudson.slaves Modifier and Type Class Description class
AbstractCloudComputer<T extends AbstractCloudSlave>
Partial implementation ofComputer
to be used in conjunction withAbstractCloudSlave
.class
AbstractCloudImpl
class
Cloud
CreatesNode
s to dynamically expand/shrink the agents attached to Hudson.class
SlaveComputer
-
Uses of Actionable in jenkins.model
Subclasses of Actionable in jenkins.model Modifier and Type Class Description class
AbstractTopLevelItem
Default base implementation ofTopLevelItem
.static class
Jenkins.MasterComputer
-