Uses of Class
hudson.widgets.HistoryWidget
-
Packages that use HistoryWidget Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.widgets jenkins.model.lazy jenkins.widgets -
-
Uses of HistoryWidget in hudson.model
Methods in hudson.model that return HistoryWidget Modifier and Type Method Description protected HistoryWidget
AbstractProject. createHistoryWidget()
protected HistoryWidget
Job. createHistoryWidget()
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of HistoryWidget in hudson.widgets
Subclasses of HistoryWidget in hudson.widgets Modifier and Type Class Description class
BuildHistoryWidget<T>
Displays the build history on the side panel.Fields in hudson.widgets with type parameters of type HistoryWidget Modifier and Type Field Description static AlternativeUiTextProvider.Message<HistoryWidget<?,?>>
HistoryWidget. DISPLAY_NAME
Replaceable title for describing the kind of tasks this history shows.Methods in hudson.widgets that return types with arguments of type HistoryWidget Modifier and Type Method Description Collection<HistoryWidget>
HistoryWidget.FactoryImpl. createFor(Job target)
Class<HistoryWidget>
HistoryWidget.FactoryImpl. widgetType()
-
Uses of HistoryWidget in jenkins.model.lazy
Methods in jenkins.model.lazy that return HistoryWidget Modifier and Type Method Description HistoryWidget
LazyBuildMixIn. createHistoryWidget()
Suitable forJob.createHistoryWidget()
. -
Uses of HistoryWidget in jenkins.widgets
Fields in jenkins.widgets declared as HistoryWidget Modifier and Type Field Description HistoryWidget
HistoryPageFilter. widget
-