Uses of Interface
jenkins.model.ModelObjectWithContextMenu
-
Packages that use ModelObjectWithContextMenu 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 ModelObjectWithContextMenu in hudson.model
Classes in hudson.model that implement ModelObjectWithContextMenu 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
Actionable
ModelObject
that can have additionalAction
s.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.class
Hudson
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
ManageJenkinsAction
Adds the "Manage Jenkins" link to the top page.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
User
Represents a user.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 ModelObjectWithContextMenu in hudson.model.labels
Classes in hudson.model.labels that implement ModelObjectWithContextMenu 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 ModelObjectWithContextMenu in hudson.slaves
Classes in hudson.slaves that implement ModelObjectWithContextMenu 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 ModelObjectWithContextMenu in jenkins.model
Classes in jenkins.model that implement ModelObjectWithContextMenu Modifier and Type Class Description class
AbstractTopLevelItem
Default base implementation ofTopLevelItem
.class
Jenkins
Root object of the system.static class
Jenkins.MasterComputer
Methods in jenkins.model with parameters of type ModelObjectWithContextMenu Modifier and Type Method Description ModelObjectWithContextMenu.ContextMenu
ModelObjectWithContextMenu.ContextMenu. from(ModelObjectWithContextMenu self, org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)
Default implementation of the context menu generation.ModelObjectWithContextMenu.ContextMenu
ModelObjectWithContextMenu.ContextMenu. from(ModelObjectWithContextMenu self, org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response, String view)
-