Class ClassicDisplayURLProvider
java.lang.Object
org.jenkinsci.plugins.displayurlapi.DisplayURLProvider
org.jenkinsci.plugins.displayurlapi.ClassicDisplayURLProvider
- All Implemented Interfaces:
ExtensionPoint
Display URL Provider for the Classical Jenkins UI
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetChangesURL
(Run<?, ?> run) Fully qualified URL for a page that displays changes for a project.Display name of this provider e.g.Fully qualified URL for a Jobs homegetName()
Name of provider to be used as an id.Fully qualified URL for a RungetTestsURL
(Run<?, ?> run) Fully qualified URL for a page that displays tests for a Run.Methods inherited from class org.jenkinsci.plugins.displayurlapi.DisplayURLProvider
all, get, getArtifactsURL, getDefault, getPreferredProvider, getRoot, getUserPreferredProviderProperty
-
Constructor Details
-
ClassicDisplayURLProvider
public ClassicDisplayURLProvider()
-
-
Method Details
-
getDisplayName
Description copied from class:DisplayURLProvider
Display name of this provider e.g. "Jenkins Classic", "Blue Ocean", etc- Overrides:
getDisplayName
in classDisplayURLProvider
-
getName
Description copied from class:DisplayURLProvider
Name of provider to be used as an id. Do not use i18n- Overrides:
getName
in classDisplayURLProvider
-
getRunURL
Description copied from class:DisplayURLProvider
Fully qualified URL for a Run- Specified by:
getRunURL
in classDisplayURLProvider
-
getChangesURL
Description copied from class:DisplayURLProvider
Fully qualified URL for a page that displays changes for a project.- Specified by:
getChangesURL
in classDisplayURLProvider
-
getTestsURL
Description copied from class:DisplayURLProvider
Fully qualified URL for a page that displays tests for a Run.- Specified by:
getTestsURL
in classDisplayURLProvider
-
getJobURL
Description copied from class:DisplayURLProvider
Fully qualified URL for a Jobs home- Specified by:
getJobURL
in classDisplayURLProvider
-