Uses of Interface
jenkins.model.Named
Packages that use Named
Package
Description
Core object model that are bound to URLs via stapler, rooted at
Jenkins
.Code related to agents.
-
Uses of Named in hudson.model
Subinterfaces of Named in hudson.modelModifier and TypeInterfaceDescriptioninterface
Item
that can be "built", for whatever meaning of "build".interface
AbstractProject
that has associatedBuildWrapper
s.interface
Basic configuration unit in Hudson.interface
Deprecated.interface
Classes in hudson.model that implement NamedModifier and TypeClassDescriptionclass
Partial default implementation ofItem
.class
AbstractProject<P extends AbstractProject<P,
R>, R extends AbstractBuild<P, R>> Base implementation ofJob
s that build software.class
Represents the running state of a remote computer that holdsExecutor
s.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
Buildable software project.class
Job
that monitors activities that happen outside Hudson, which requires occasional batch reload activity to obtain the up-to-date information. -
Uses of Named in hudson.model.queue
Classes in hudson.model.queue that implement Named -
Uses of Named in hudson.slaves
Classes in hudson.slaves that implement NamedModifier and TypeClassDescriptionclass
AbstractCloudComputer<T extends AbstractCloudSlave>
Partial implementation ofComputer
to be used in conjunction withAbstractCloudSlave
.class
-
Uses of Named in jenkins.model
Subinterfaces of Named in jenkins.modelModifier and TypeInterfaceDescriptioninterface
Interface for computer-like objects meant to be passed tot:executors
tag.static interface
ParameterizedJobMixIn.ParameterizedJob<JobT extends Job<JobT,
RunT> & ParameterizedJobMixIn.ParameterizedJob<JobT, RunT> & Queue.Task, RunT extends Run<JobT, RunT> & Queue.Executable> Marker for job using this mixin, and default implementations of many methods.Classes in jenkins.model that implement Named -
Uses of Named in jenkins.triggers
Subinterfaces of Named in jenkins.triggers
SCMTriggerItem
instead.