Class AbstractLink
java.lang.Object
hudson.model.AbstractDescribableImpl<AbstractLink>
io.jenkins.plugins.customizable_header.AbstractLink
- All Implemented Interfaces:
ExtensionPoint
,Describable<AbstractLink>
- Direct Known Subclasses:
AppNavLink
,LinkSeparator
public abstract class AbstractLink
extends AbstractDescribableImpl<AbstractLink>
implements ExtensionPoint
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ExtensionList<AbstractLink>
all()
abstract String
getType()
-
Constructor Details
-
AbstractLink
public AbstractLink()
-
-
Method Details
-
all
-
getType
-
getDescriptor
- Specified by:
getDescriptor
in interfaceDescribable<AbstractLink>
- Overrides:
getDescriptor
in classAbstractDescribableImpl<AbstractLink>
-