Package hudson.views

Class ListViewColumnDescriptor

java.lang.Object
hudson.model.Descriptor<ListViewColumn>
hudson.views.ListViewColumnDescriptor
All Implemented Interfaces:
Saveable, Loadable, OnMaster
Direct Known Subclasses:
BuildButtonColumn.DescriptorImpl, JobColumn.DescriptorImpl, LastDurationColumn.DescriptorImpl, LastFailureColumn.DescriptorImpl, LastStableColumn.DescriptorImpl, LastSuccessColumn.DescriptorImpl, StatusColumn.DescriptorImpl, WeatherColumn.DescriptorImpl

public abstract class ListViewColumnDescriptor extends Descriptor<ListViewColumn>
Descriptor for ListViewColumn.

ListViewColumnDescriptor can have the associated config.jelly, which will be rendered in the view configuration page. When the configuration page is submitted, a new instance of ListViewColumn will be created based on the submitted form, via DataBoundConstructor.

Since:
1.342
Author:
Kohsuke Kawaguchi
  • Constructor Details

    • ListViewColumnDescriptor

      public ListViewColumnDescriptor()
  • Method Details

    • shownByDefault

      public boolean shownByDefault()
      Whether this column will be shown by default on new/existing ListViews. The default implementation is true.
      Since:
      1.342