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 TypeClassDescriptionclassDisplay URL Provider for the Classical Jenkins UIMethods in org.jenkinsci.plugins.displayurlapi that return DisplayURLProviderModifier and TypeMethodDescriptionstatic DisplayURLProviderDisplayURLProvider.get()Returns theDisplayURLProviderto use for generating links to be given to users.DefaultDisplayURLProviderGlobalConfiguration.getConfiguredProvider()static DisplayURLProviderDisplayURLProvider.getDefault()Returns the singleton instance of theClassicDisplayURLProviderextension.static DisplayURLProviderDisplayURLProvider.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 theDisplayURLProviderimplementations. - 
Uses of DisplayURLProvider in org.jenkinsci.plugins.displayurlapi.actions
Methods in org.jenkinsci.plugins.displayurlapi.actions with parameters of type DisplayURLProviderModifier and TypeMethodDescriptionprotected abstract StringAbstractDisplayAction.getRedirectURL(DisplayURLProvider provider) protected StringJobDisplayAction.getRedirectURL(DisplayURLProvider provider) protected StringRunDisplayAction.getRedirectURL(DisplayURLProvider provider)  - 
Uses of DisplayURLProvider in org.jenkinsci.plugins.displayurlapi.user
Methods in org.jenkinsci.plugins.displayurlapi.user that return DisplayURLProvider