DisplayURLContext |
DisplayURLContext.attribute(String name,
String value) |
Adds custom attributes to the context.
|
DisplayURLContext |
DisplayURLContext.executable(Queue.Executable executable) |
Uses the supplied Queue.Executable to fill in as much of the context as possible.
|
DisplayURLContext |
DisplayURLContext.job(Job<?,?> job) |
Uses the supplied Job to fill in as much of the context as possible.
|
static DisplayURLContext |
DisplayURLContext.open() |
|
static DisplayURLContext |
DisplayURLContext.open(boolean guessPlugin) |
|
DisplayURLContext |
DisplayURLContext.plugin(PluginWrapper plugin) |
Overrides the inferred plugin tha is requesting the URL to be generated with the supplied plugin.
|
DisplayURLContext |
DisplayURLContext.run(Run<?,?> run) |
Uses the supplied Run to fill in as much of the context as possible.
|
DisplayURLContext |
DisplayURLContext.task(Queue.Task task) |
Uses the supplied Queue.Task to fill in as much of the context as possible.
|