Package jenkins.views
Class FullHeader
- java.lang.Object
-
- jenkins.views.Header
-
- jenkins.views.FullHeader
-
- All Implemented Interfaces:
ExtensionPoint
- Direct Known Subclasses:
JenkinsHeader
public abstract class FullHeader extends Header
Header
that provides its own resources as full replacement. It does not depends on any core resource (images, CSS, JS, etc.) Given this kind of header is totally independent, it will be compatible by default.- See Also:
Header
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description FullHeader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isCompatible()
Checks API compatibility of the header-
Methods inherited from class jenkins.views.Header
get, isAvailable, isEnabled
-
-
-
-
Method Detail
-
isCompatible
public boolean isCompatible()
Description copied from class:Header
Checks API compatibility of the header- Specified by:
isCompatible
in classHeader
- Returns:
- if header is compatible
-
-