Interface GitVersionControlSpec

    • Method Detail

      • getUrl

        java.net.URI getUrl()
        The URL for the repository in the specification.

        Note: The return value is a URI to avoid exposing the full contract of URL clients of this interface. Specifically, URL extends URI to add network operations which are both unsuited for simple data specification and allocate additional memory.

      • setUrl

        void setUrl​(java.net.URI url)
        Sets the URL of the repository.
      • setUrl

        void setUrl​(java.lang.String url)
        Sets the URL of the repository.