Package jenkins.model

Class DefaultSimplePageDecorator

All Implemented Interfaces:
ExtensionPoint, Describable<SimplePageDecorator>, Saveable, Loadable, OnMaster

@Extension(ordinal=-9999.0) public class DefaultSimplePageDecorator extends SimplePageDecorator
In case there are no other implementations we will fallback to this implementation. To make sure that we load this extension last (or at least very late) we use a negative ordinal. This allows custom implementation to be "first"
  • Constructor Details

    • DefaultSimplePageDecorator

      public DefaultSimplePageDecorator()