| Package | Description |
|---|---|
| org.jenkinsci.plugins.displayurlapi | |
| org.jenkinsci.plugins.displayurlapi.actions | |
| org.jenkinsci.plugins.displayurlapi.user |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassicDisplayURLProvider
Display URL Provider for the Classical Jenkins UI
|
| Modifier and Type | Method and Description |
|---|---|
static DisplayURLProvider |
DisplayURLProvider.get()
Returns the
DisplayURLProvider to use for generating links to be given to users. |
static DisplayURLProvider |
DisplayURLProvider.getDefault() |
static DisplayURLProvider |
DisplayURLProvider.getPreferredProvider() |
| Modifier and Type | Method and Description |
|---|---|
static Iterable<DisplayURLProvider> |
DisplayURLProvider.all()
Returns all the
DisplayURLProvider implementations. |
| Modifier and Type | Method and Description |
|---|---|
protected String |
JobDisplayAction.getRedirectURL(DisplayURLProvider provider) |
protected String |
RunDisplayAction.getRedirectURL(DisplayURLProvider provider) |
protected abstract String |
AbstractDisplayAction.getRedirectURL(DisplayURLProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
DisplayURLProvider |
PreferredProviderUserProperty.getConfiguredProvider() |
Copyright © 2016–2019. All rights reserved.