Uses of Class
org.jenkinsci.plugins.displayurlapi.DisplayURLProvider
Packages that use DisplayURLProvider
Package
Description
-
Uses of DisplayURLProvider in org.jenkinsci.plugins.displayurlapi
Subclasses of DisplayURLProvider in org.jenkinsci.plugins.displayurlapiModifier and TypeClassDescriptionclass
Display URL Provider for the Classical Jenkins UIMethods in org.jenkinsci.plugins.displayurlapi that return DisplayURLProviderModifier and TypeMethodDescriptionstatic DisplayURLProvider
DisplayURLProvider.get()
Returns theDisplayURLProvider
to use for generating links to be given to users.DefaultDisplayURLProviderGlobalConfiguration.getConfiguredProvider()
static DisplayURLProvider
DisplayURLProvider.getDefault()
Returns the singleton instance of theClassicDisplayURLProvider
extension.static DisplayURLProvider
DisplayURLProvider.getPreferredProvider()
Selects the provider that should be used to redirect users from the display URLs generated by the provider return byget()
to an actual page.Methods in org.jenkinsci.plugins.displayurlapi that return types with arguments of type DisplayURLProviderModifier and TypeMethodDescriptionstatic ExtensionList<DisplayURLProvider>
DisplayURLProvider.all()
Returns all theDisplayURLProvider
implementations. -
Uses of DisplayURLProvider in org.jenkinsci.plugins.displayurlapi.actions
Methods in org.jenkinsci.plugins.displayurlapi.actions with parameters of type DisplayURLProviderModifier and TypeMethodDescriptionprotected abstract String
AbstractDisplayAction.getRedirectURL
(DisplayURLProvider provider) protected String
JobDisplayAction.getRedirectURL
(DisplayURLProvider provider) protected String
RunDisplayAction.getRedirectURL
(DisplayURLProvider provider) -
Uses of DisplayURLProvider in org.jenkinsci.plugins.displayurlapi.user
Methods in org.jenkinsci.plugins.displayurlapi.user that return DisplayURLProvider