Package jenkins.views
Class PartialHeader
java.lang.Object
jenkins.views.Header
jenkins.views.PartialHeader
- All Implemented Interfaces:
ExtensionPoint
Header
that relies on core resources (images, CSS, JS, etc.) to perform
partial replacements.
Given this kind of header is not independent, compatibility should be managed by the
specific Header
compatibility header version value- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract int
static void
final boolean
Checks API compatibility of the headerMethods inherited from class jenkins.views.Header
get, isAvailable, isEnabled
-
Constructor Details
-
PartialHeader
public PartialHeader()
-
-
Method Details
-
isCompatible
public final boolean isCompatible()Description copied from class:Header
Checks API compatibility of the header- Specified by:
isCompatible
in classHeader
- Returns:
- if header is compatible
-
getSupportedHeaderVersion
public abstract int getSupportedHeaderVersion()- Returns:
- the supported header version
-
incompatibleHeaders
-