public abstract class DisplayURLProvider extends Object implements hudson.ExtensionPoint
| Constructor and Description |
|---|
DisplayURLProvider() |
| Modifier and Type | Method and Description |
|---|---|
static DisplayURLProvider |
get()
Returns the first
DisplayURLProvider found |
abstract String |
getChangesURL(hudson.model.Run<?,?> run)
Fully qualified URL for a page that displays changes for a project.
|
abstract String |
getJobURL(hudson.model.Job<?,?> project)
Fully qualified URL for a Jobs home
|
abstract String |
getRoot()
Fully qualified URL for the Root display URL
|
abstract String |
getRunURL(hudson.model.Run<?,?> run)
Fully qualified URL for a Run
|
abstract String |
getTestUrl(hudson.tasks.test.TestResult result)
Fully qualified URL to the test details page for a given test result
|
public static DisplayURLProvider get()
DisplayURLProvider foundpublic abstract String getRoot()
public abstract String getRunURL(hudson.model.Run<?,?> run)
public abstract String getChangesURL(hudson.model.Run<?,?> run)
public abstract String getJobURL(hudson.model.Job<?,?> project)
public abstract String getTestUrl(hudson.tasks.test.TestResult result)
Copyright © 2016. All rights reserved.