Class JenkinsWrapperHeaderSelector
java.lang.Object
io.jenkins.plugins.customizable_header.headers.HeaderSelector
io.jenkins.plugins.customizable_header.headers.JenkinsWrapperHeaderSelector
- All Implemented Interfaces:
ExtensionPoint
,Describable<HeaderSelector>
Selector that has no own header.
This means that the Jenkins own header is used or a header from
another plugin.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface hudson.model.Describable
getDescriptor
-
Constructor Details
-
JenkinsWrapperHeaderSelector
@DataBoundConstructor public JenkinsWrapperHeaderSelector()
-