Uses of Class
io.jenkins.plugins.customizable_header.AbstractLink
Packages that use AbstractLink
Package
Description
-
Uses of AbstractLink in io.jenkins.plugins.customizable_header
Subclasses of AbstractLink in io.jenkins.plugins.customizable_headerMethods in io.jenkins.plugins.customizable_header that return types with arguments of type AbstractLinkModifier and TypeMethodDescriptionstatic ExtensionList<AbstractLink>AbstractLink.all()LinkDescriptor.all()CustomHeaderConfiguration.getLinks()UserHeader.getLinks()Method parameters in io.jenkins.plugins.customizable_header with type arguments of type AbstractLinkModifier and TypeMethodDescriptionvoidCustomHeaderConfiguration.setLinks(List<AbstractLink> links) voidUserHeader.setLinks(List<AbstractLink> links) -
Uses of AbstractLink in io.jenkins.plugins.customizable_header.headers
Methods in io.jenkins.plugins.customizable_header.headers that return types with arguments of type AbstractLink -
Uses of AbstractLink in io.jenkins.plugins.customizable_header.links
Methods in io.jenkins.plugins.customizable_header.links that return types with arguments of type AbstractLinkConstructor parameters in io.jenkins.plugins.customizable_header.links with type arguments of type AbstractLinkModifierConstructorDescriptionFolderLinks(List<AbstractLink> links) JobLinks(List<AbstractLink> links)