Uses of Class
org.jenkinsci.plugins.displayurlapi.DisplayURLContext
-
Uses of DisplayURLContext in org.jenkinsci.plugins.displayurlapi
Modifier and TypeMethodDescriptionAdds custom attributes to the context.DisplayURLContext.executable
(Queue.Executable executable) Uses the suppliedQueue.Executable
to fill in as much of the context as possible.Uses the suppliedJob
to fill in as much of the context as possible.static DisplayURLContext
DisplayURLContext.open()
Opens aDisplayURLContext
for the current thread.static DisplayURLContext
DisplayURLContext.open
(boolean guessPlugin) Opens aDisplayURLContext
for the current thread.DisplayURLContext.plugin
(PluginWrapper plugin) Overrides the inferred plugin tha is requesting the URL to be generated with the supplied plugin.Uses the suppliedRun
to fill in as much of the context as possible.DisplayURLContext.task
(Queue.Task task) Uses the suppliedQueue.Task
to fill in as much of the context as possible.Modifier and TypeMethodDescriptionstatic String
DisplayURLDecorator.decorate
(DisplayURLContext context, String url) Decorates the URL for the provided context.DisplayURLDecorator.parameters
(DisplayURLContext context) Returns a map of query parameters to decorate the URL with.