Uses of Interface
jenkins.model.FullyNamed
Packages that use FullyNamed
-
Uses of FullyNamed in hudson.model
Subinterfaces of FullyNamed 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
Represents a grouping inherent to a kind ofItem
s.interface
ModifiableItemGroup<T extends Item>
ItemGroup
that is a general purpose container, which allows users and the rest of the program to create arbitrary items into it.interface
Deprecated.interface
Classes in hudson.model that implement FullyNamedModifier and TypeClassDescriptionclass
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
Free-style software project.class
class
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 FullyNamed in jenkins.model
Subinterfaces of FullyNamed in jenkins.modelModifier and TypeInterfaceDescriptioninterface
Item group which supports items being directly moved in or out of it.interface
AModifiableItemGroup
to manageTopLevelItem
, including copying, creating from descriptor and from XML.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 FullyNamedModifier and TypeClassDescriptionclass
Default base implementation ofTopLevelItem
.class
Root object of the system. -
Uses of FullyNamed in jenkins.triggers
Subinterfaces of FullyNamed in jenkins.triggers
SCMTriggerItem
instead.