com.atlassian.jira.util.BaseUrl |
Known Indirect Subclasses |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Run the passed function in an environment where JIRA's configured
baseURL is always used. |
Run the passed function in an environment where JIRA's configured baseURL
is always used. This basically
makes the passed function ignore any smart baseURL
that can be generated from the request associated
with the calling thread.
input | input to pass to the function. |
---|---|
runnable | the function to execute. |