Uses of Interface
jenkins.widgets.HasWidgets
-
Packages that use HasWidgets Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.slaves Code related to agents.jenkins.model jenkins.widgets -
-
Uses of HasWidgets in hudson.model
Classes in hudson.model that implement HasWidgets Modifier and Type Class Description class
AbstractProject<P extends AbstractProject<P,R>,R extends AbstractBuild<P,R>>
Base implementation ofJob
s that build software.class
AllView
View
that contains everything.class
Computer
Represents the running state of a remote computer that holdsExecutor
s.class
ComputerSet
Serves as the top ofComputer
s in the URL hierarchy.class
FreeStyleProject
Free-style software project.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
ListView
DisplaysJob
s in a flat list view.class
MyView
View
that only contains projects for which the current user has access to.class
Project<P extends Project<P,B>,B extends Build<P,B>>
Buildable software project.class
ProxyView
A view that delegates to another.class
View
Encapsulates the rendering of the list ofTopLevelItem
s thatJenkins
owns.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 HasWidgets in hudson.slaves
Classes in hudson.slaves that implement HasWidgets Modifier and Type Class Description class
AbstractCloudComputer<T extends AbstractCloudSlave>
Partial implementation ofComputer
to be used in conjunction withAbstractCloudSlave
.class
SlaveComputer
-
Uses of HasWidgets in jenkins.model
Classes in jenkins.model that implement HasWidgets Modifier and Type Class Description static class
Jenkins.MasterComputer
-
Uses of HasWidgets in jenkins.widgets
Classes in jenkins.widgets with type parameters of type HasWidgets Modifier and Type Class Description class
WidgetFactory<T extends HasWidgets,W extends Widget>
Allows you to add new widgets to various kind of objects whose class implementsHasWidgets
.Methods in jenkins.widgets with type parameters of type HasWidgets Modifier and Type Method Description static <T extends HasWidgets,W extends Widget>
Iterable<WidgetFactory<T,W>>WidgetFactory. factoriesFor(Class<T> type, Class<W> widgetType)
-