Uses of Class
org.jenkinsci.plugins.displayurlapi.DisplayURLProvider
-
Packages that use DisplayURLProvider Package Description org.jenkinsci.plugins.displayurlapi org.jenkinsci.plugins.displayurlapi.actions org.jenkinsci.plugins.displayurlapi.user -
-
Uses of DisplayURLProvider in org.jenkinsci.plugins.displayurlapi
Subclasses of DisplayURLProvider in org.jenkinsci.plugins.displayurlapi Modifier and Type Class Description classClassicDisplayURLProviderDisplay URL Provider for the Classical Jenkins UIMethods in org.jenkinsci.plugins.displayurlapi that return DisplayURLProvider Modifier and Type Method Description static DisplayURLProviderDisplayURLProvider. get()Returns theDisplayURLProviderto use for generating links to be given to users.static DisplayURLProviderDisplayURLProvider. getDefault()static DisplayURLProviderDisplayURLProvider. getPreferredProvider()Methods in org.jenkinsci.plugins.displayurlapi that return types with arguments of type DisplayURLProvider Modifier and Type Method Description static 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 DisplayURLProvider Modifier and Type Method Description protected 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 Modifier and Type Method Description DisplayURLProviderPreferredProviderUserProperty. getConfiguredProvider()
-