Uses of Class
hudson.model.View
Package
Description
OptionHandler
implementations for Hudson.Core object model that are bound to URLs via stapler, rooted at
Jenkins
.Security-related code.
Other miscellaneous utility code
-
Uses of View in hudson.cli.handlers
Modifier and TypeMethodDescriptionGets a view by its name Note: Personal user's views aren't supported now.ModifierConstructorDescriptionViewOptionHandler
(org.kohsuke.args4j.CmdLineParser parser, org.kohsuke.args4j.OptionDef option, org.kohsuke.args4j.spi.Setter<View> setter) -
Uses of View in hudson.model
Modifier and TypeClassDescriptionclass
View
that contains everything.class
DisplaysJob
s in a flat list view.class
View
that only contains projects for which the current user has access to.class
A view that delegates to another.Modifier and TypeFieldDescriptionprotected View
ViewProperty.view
The view object that owns this property.Modifier and TypeFieldDescriptionstatic final DescriptorList<View>
View.LIST
Deprecated.static final AlternativeUiTextProvider.Message<View>
View.NEW_PRONOUN
"Job" in "New Job".static final Comparator<View>
View.SORTER
Modifier and TypeMethodDescriptionstatic View
View.create
(org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp, ViewGroup owner) static View
View.create
(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp, ViewGroup owner) Deprecated.static View
View.createViewFromXML
(String name, InputStream xml) Instantiate View subtype from XML stream.View.PropertyList.getOwner()
View.getOwnerPrimaryView()
Deprecated.callViewGroup.getPrimaryView()
directlyMyViewsProperty.getPrimaryView()
default View
ViewGroup.getPrimaryView()
If the view group renders one view in its own URL (like Jenkins top page does), then that view is called the primary view.ViewGroupMixIn.getPrimaryView()
Returns the primaryView
that renders the top-page of Hudson ornull
if there is no primary one defined.ProxyView.getProxiedView()
Gets a view of the given name.Gets a view by the specified name.Modifier and TypeMethodDescriptionView.all()
Returns all the registeredViewDescriptor
s.default Collection<View>
ViewGroup.getAllViews()
Gets all the views in this group including nested views.MyViewsProperty.getViews()
ViewGroup.getViews()
Gets all the views in this group.ViewGroupMixIn.getViews()
Gets the read-only list of allView
s.ViewGroupMixIn.views()
Returns all views in the group.Modifier and TypeMethodDescriptionvoid
void
void
boolean
boolean
Determine whether a view may be deleted.boolean
protected FormValidation
ViewDescriptor.checkDisplayName
(View view, String value) Validation of the display name field.TransientViewActionFactory.createAllFor
(View v) CreatesAction
s for a view, using all registeredTransientViewActionFactory
s.returns a list of (transient) actions never null, may be emptyvoid
MyViewsProperty.deleteView
(View view) void
ViewGroup.deleteView
(View view) Deletes a view in this group.void
ViewGroupMixIn.deleteView
(View view) boolean
ViewPropertyDescriptor.isEnabledFor
(View view) Whether or not the described property is enabled in the current context.ViewPropertyDescriptor.newInstance
(View view) Creates a default instance ofViewProperty
to be associated withView
object that wasn't created from a persisted XML data.void
MyViewsProperty.onViewRenamed
(View view, String oldName, String newName) void
ViewGroup.onViewRenamed
(View view, String oldName, String newName) View
calls this method when it's renamed.void
ViewGroupMixIn.onViewRenamed
(View view, String oldName, String newName) protected void
AbstractCIBase.setViewOwner
(View v) Modifier and TypeMethodDescriptionstatic String
AllView.migrateLegacyPrimaryAllViewLocalizedName
(List<View> views, String primaryView) Corrects the name of theAllView
if and only if theAllView
is the primary view and its name is one of the localized forms ofMessages._Hudson_ViewName()
and the user has not opted out of fixing the view name by setting the system propertyhudson.mode.AllView.JENKINS-38606
tofalse
. -
Uses of View in hudson.security
-
Uses of View in hudson.util
-
Uses of View in hudson.views
Modifier and TypeMethodDescriptionSorts the views bygetDisplayName()
.Sorts the views bygetDisplayName()
.Modifier and TypeMethodDescriptionstatic List<ListViewColumn>
ListViewColumn.createDefaultInitialColumnList
(View view) Creates the list ofListViewColumn
s to be used for aListView
s and their likes.StatusFilter.filter
(List<TopLevelItem> added, List<TopLevelItem> all, View filteringView) Choose which jobs to show for a view.abstract List<TopLevelItem>
ViewJobFilter.filter
(List<TopLevelItem> added, List<TopLevelItem> all, View filteringView) Choose which jobs to show for a view.Modifier and TypeMethodDescriptionstatic List<ListViewColumn>
ListViewColumn.createDefaultInitialColumnList
(Class<? extends View> context) Creates the list ofListViewColumn
s to be used for newly createdListView
s and their likes.Sorts the views bygetDisplayName()
.Sorts the views bygetDisplayName()
. -
Uses of View in jenkins.model
Modifier and TypeMethodDescriptionJenkins.getPrimaryView()
Returns the primaryView
that renders the top-page of Jenkins.Jenkins.getStaplerFallback()
Fallback to the primary view.Gets a view by the specified name.Modifier and TypeMethodDescriptionvoid
boolean
void
Jenkins.deleteView
(View view) void
Jenkins.onViewRenamed
(View view, String oldName, String newName) void
Jenkins.setPrimaryView
(View v) Modifier and TypeMethodDescriptionvoid
Jenkins.setViews
(Collection<View> views) Completely replaces views. -
Uses of View in jenkins.widgets
Modifier and TypeMethodDescriptionBuildQueueWidget.ViewFactoryImpl.type()
ExecutorsWidget.ViewFactoryImpl.type()
JenkinsWidgetFactory.type()
Deprecated.Modifier and TypeMethodDescriptionDeprecated.
all()
for read access, and useExtension
for registration.