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 SummaryNested classes/interfaces inherited from interface hudson.ExtensionPointExtensionPoint.LegacyInstancesAreScopedToHudson
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class jenkins.views.Headerget, getActions, isAvailable, isEnabled
- 
Constructor Details- 
FullHeaderpublic FullHeader()
 
- 
- 
Method Details- 
isCompatiblepublic boolean isCompatible()Description copied from class:HeaderChecks API compatibility of the header- Specified by:
- isCompatiblein class- Header
- Returns:
- if header is compatible
 
 
-