Uses of Interface
jenkins.widgets.HasWidgets
Package
Description
Core object model that are bound to URLs via stapler, rooted at
Jenkins
.Code related to agents.
-
Uses of HasWidgets in hudson.model
Modifier and TypeClassDescriptionclass
AbstractProject<P extends AbstractProject<P,
R>, R extends AbstractBuild<P, R>> Base implementation ofJob
s that build software.class
View
that contains everything.class
Represents the running state of a remote computer that holdsExecutor
s.final class
Serves as the top ofComputer
s in the URL hierarchy.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
DisplaysJob
s in a flat list view.class
View
that only contains projects for which the current user has access to.class
Buildable software project.class
A view that delegates to another.class
Encapsulates the rendering of the list ofTopLevelItem
s thatJenkins
owns.class
Job
that monitors activities that happen outside Hudson, which requires occasional batch reload activity to obtain the up-to-date information. -
Uses of HasWidgets in hudson.slaves
Modifier and TypeClassDescriptionclass
AbstractCloudComputer<T extends AbstractCloudSlave>
Partial implementation ofComputer
to be used in conjunction withAbstractCloudSlave
.class
-
Uses of HasWidgets in jenkins.model
-
Uses of HasWidgets in jenkins.widgets
Modifier and TypeClassDescriptionclass
WidgetFactory<T extends HasWidgets,
W extends Widget> Allows you to add new widgets to various kind of objects whose class implementsHasWidgets
.Modifier and TypeMethodDescriptionstatic <T extends HasWidgets,
W extends Widget>
Iterable<WidgetFactory<T,W>> WidgetFactory.factoriesFor
(Class<T> type, Class<W> widgetType)