java.lang.Object | |
↳ | com.atlassian.jira.util.DefaultBaseUrl |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Run the passed function in an environment where JIRA's configured
baseURL is always used. |
[Expand]
Inherited Methods | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object | |||||||||||||||||
From interface
com.atlassian.jira.util.BaseUrl
|
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. |