Class AbstractLink
java.lang.Object
io.jenkins.plugins.customizable_header.AbstractLink
- All Implemented Interfaces:
ExtensionPoint
,Describable<AbstractLink>
- Direct Known Subclasses:
AppNavLink
,LinkSeparator
public abstract class AbstractLink
extends Object
implements Describable<AbstractLink>, ExtensionPoint
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ExtensionList<AbstractLink>
all()
abstract String
getType()
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
-
AbstractLink
public AbstractLink()
-
-
Method Details
-
all
-
getType
-