Package hudson.model

Class ViewProperty

java.lang.Object
hudson.model.ViewProperty
All Implemented Interfaces:
ExtensionPoint, Describable<ViewProperty>, ReconfigurableDescribable<ViewProperty>

public class ViewProperty extends Object implements ReconfigurableDescribable<ViewProperty>, ExtensionPoint
Extensible property of View.

Plugins can extend this to define custom properties for Views. ViewPropertys show up in the view configuration screen, and they are persisted with the view object.

Configuration screen should be defined in config.jelly. Within this page, the ViewProperty instance is available as the instance EL variable (while the it EL variable refers to the View.

Since:
1.406
Author:
Stephen Connolly
  • Field Details

    • view

      protected transient View view
      The view object that owns this property. This value will be set by the core code. Derived classes can expect this value to be always set.
  • Constructor Details

    • ViewProperty

      public ViewProperty()
  • Method Details