@Extension public class ClassicDisplayURLProvider extends DisplayURLProvider
| Constructor and Description |
|---|
ClassicDisplayURLProvider() |
| Modifier and Type | Method and Description |
|---|---|
String |
getChangesURL(hudson.model.Run<?,?> run)
Fully qualified URL for a page that displays changes for a project.
|
String |
getDisplayName()
Display name of this provider e.g.
|
String |
getJobURL(hudson.model.Job<?,?> job)
Fully qualified URL for a Jobs home
|
String |
getRunURL(hudson.model.Run<?,?> run)
Fully qualified URL for a Run
|
String |
getTestUrl(hudson.tasks.test.TestResult result)
Fully qualified URL to the test details page for a given test result
|
all, get, getDefault, getRootpublic String getDisplayName()
DisplayURLProvidergetDisplayName in class DisplayURLProviderpublic String getRunURL(hudson.model.Run<?,?> run)
DisplayURLProvidergetRunURL in class DisplayURLProviderpublic String getChangesURL(hudson.model.Run<?,?> run)
DisplayURLProvidergetChangesURL in class DisplayURLProviderpublic String getJobURL(hudson.model.Job<?,?> job)
DisplayURLProvidergetJobURL in class DisplayURLProviderpublic String getTestUrl(hudson.tasks.test.TestResult result)
DisplayURLProvidergetTestUrl in class DisplayURLProviderCopyright © 2016–2017. All rights reserved.