Package jenkins.views
Class FullHeader
java.lang.Object
jenkins.views.Header
jenkins.views.FullHeader
- All Implemented Interfaces:
ExtensionPoint
- Direct Known Subclasses:
JenkinsHeader
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:
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Methods inherited from class jenkins.views.Header
get, isAvailable, isEnabled
-
Constructor Details
-
FullHeader
public FullHeader()
-
-
Method Details
-
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
-