Uses of Interface
jenkins.model.ModelObjectWithContextMenu
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 ModelObjectWithContextMenu in hudson.model
Modifier 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
ModelObject
that can have additionalAction
s.class
A build of aProject
.class
Represents the running state of a remote computer that holdsExecutor
s.class
class
Free-style software project.class
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
Adds the "Manage Jenkins" link to the top page.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
Represents a user.class
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
Modifier 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 ModelObjectWithContextMenu in hudson.slaves
Modifier 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 ModelObjectWithContextMenu in jenkins.model
Modifier and TypeClassDescriptionclass
Default base implementation ofTopLevelItem
.class
Root object of the system.static class
Modifier and TypeMethodDescriptionModelObjectWithContextMenu.ContextMenu.from
(ModelObjectWithContextMenu self, org.kohsuke.stapler.StaplerRequest2 request, org.kohsuke.stapler.StaplerResponse2 response) Default implementation of the context menu generation.ModelObjectWithContextMenu.ContextMenu.from
(ModelObjectWithContextMenu self, org.kohsuke.stapler.StaplerRequest2 request, org.kohsuke.stapler.StaplerResponse2 response, String view) ModelObjectWithContextMenu.ContextMenu.from
(ModelObjectWithContextMenu self, org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)