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 Summary

    Modifier and Type
    Method
    Description
    get()
    Returns the root url of the SCM-Manager instance.
    default String
    Returns the root url of the SCM-Manager instance as string.
  • Method Details

    • get

      URL get()
      Returns the root url of the SCM-Manager instance.
      Returns:
      root url
    • getAsString

      default String getAsString()
      Returns the root url of the SCM-Manager instance as string.