Package sonia.scm
Interface RootURL
public interface RootURL
RootURL is able to return the root url of the SCM-Manager instance,
regardless of the scope (web request, async hook, ssh command, etc.).
- Since:
- 2.3.1
-
Method Details
-
get
URL get()Returns the root url of the SCM-Manager instance.- Returns:
- root url
-
getAsString
Returns the root url of the SCM-Manager instance as string.
-